@import url('variables.css');
.ellipse {
	transition: transform 2s linear;
	position: absolute;
	z-index: 0;
}
.wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: var(--max-width);
    padding: 20px 40px;
    z-index: 1;
    height: auto;
    align-content: center;
    align-items: center;
}
.top-section {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
	overflow: hidden;
}
.top-section .layer-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black-color);
}
.top-section .layer-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #17343F 0%, rgba(23, 52, 63, 0) 40%);
	z-index: 1;
}
.top-section .layer-image {
	position: absolute;
	bottom: -40%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/about/about-grid.png') center/cover no-repeat;
}
.top-section .layer-top-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	align-content: flex-end;
	z-index: 0;
}
.top-section .wrapper {
	cursor: pointer;
}
.top-section .wrapper:hover img {
    transform: scale(1.04);
	transition: transform 0.2s ease-in-out;
}
.top-section .layer-top-image img {
	width: 100%;
	max-width: 1500px;
	height: auto;
}
.top-section .content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 20%;
	font-family: 'General Sans Semibold', sans-serif;
	font-size: var(--fs-hero);
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4em;
	max-width: 1022px;
	color: var(--white-color);
	text-align: center;
}
.magazines-section {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.13);
	height: fit-content;
	min-height: 316px;
	flex-direction: column;
	gap: 20px;
}
.magazines-sectionbefore {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
}
.business-magazines {
	width: 100%;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}
.magazines-section .content {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.1em;
    font-weight: 400;
	color: var(--white-color);
	padding: 0;
    margin: 0;
}
.win-section {
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding: 150px 0 120px;
}
.win-section .wrapper {
	flex-direction: column;
	gap: 90px;
}
.win-section .title {
    font-family: 'General Sans Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.1em;
	margin: 0;
    padding: 0;
	color: var(--white-color);
	text-align: center;
}
.win-section .title .green {
	color: var(--primary-color);
}
.win-section .win-row {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	gap: 250px;
}
.win-section .win-row .box {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	gap: 20px;
	width: 50%;
}
.win-section .win-row .box:last-child {
	position: relative;
	background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #767676;
	border-radius: 34px;
}
.win-section .win-row .box:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
	border-radius: 34px;
}
.win-section .win-row .text {
	color: var(--white-color);
	text-decoration: underline;
	font-family: 'General Sans', sans-serif;
	font-size: var(--fs-sm);
	font-weight: 400;
	line-height: 1.1em;
	text-decoration: none;
}
.win-section .win-row .text.semibold {
	font-family: 'General Sans Semibold', sans-serif;
}
.win-section .win-row .box:last-child {
	padding: 55px 60px 65px;
	gap: 40px;
}
.win-section .win-row .item {
	width: 100%;
	z-index: 1;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 40px;
}
.win-section .win-row .item img {
	width: 100%;
	max-width: 101px;
	height: auto;
}
.win-section .win-row .item .content {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm);
    line-height: 1.1em;
    font-weight: 400;
    color: var(--white-color);
}
.experts-section {
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding: 0 0 50px;
	gap: 40px;
}
.experts-section .wrapper {
	gap: 160px;
	width: 100%;
}
.experts-section .box {
	width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	gap: 40px;
}
.experts-section .box img {
	width: 100%;
}
.experts-section .box .content {
	color: var(--white-color);
	text-decoration: underline;
	font-family: 'General Sans', sans-serif;
	font-size: var(--fs-sm-md);
	font-weight: 400;
	line-height: 1.1em;
	text-decoration: none;
}
.experts-section .box .content.semibold {
	font-family: 'General Sans Semibold', sans-serif;
	font-size: var(--fs-subtitle);
}
.grid-section {
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 60px;
    padding: 0 0 100px;
}
.grid-section .wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 355px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.grid-section .wrapper .box {
    width: 100%;
    height: 172px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #707070;
    border-radius: 18px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding: 0 20px;
}
.grid-section .wrapper .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
	border-radius: 18px;
}
.grid-section .wrapper .box img {
	width: 32px;
	height: 32px;
    z-index: 1;
    position: relative;
}
.grid-section .wrapper .box .content {
    z-index: 1;
    position: relative;
	color: var(--white-color);
	text-decoration: underline;
	font-family: 'General Sans', sans-serif;
	font-size: var(--fs-sm-md);
	font-weight: 400;
	line-height: 1.1em;
	text-decoration: none;
}
.mission-section,
.vision-section {
	background: var(--white-color);
    width: 100%;
	position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 200px;
    padding: 180px 0 40px;
}
.mission-section {
	z-index: 1;
}
.vision-section {
	z-index: 0;
}
.vision-section {
	padding: 0 0 80px;
}
.mission-section .wrapper,
.vision-section .wrapper {
	gap: 400px;
}
.mission-section .title,
.vision-section .title {
	font-family: 'General Sans Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    color: #17343F;
}
.mission-section .content,
.vision-section .content {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.1em;
    font-weight: 400;
    color: #48504A;
}
.mission-section .box,
.vision-section .box {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
	width: 50%;
}
.vision-section .wrapper {
	gap: 280px;
}
.vision-section .box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.vision-section .box img {
    width: 100%;
}
.mission-section .box .trader {
	position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #707070;
    border-radius: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	max-width: 525px;
	height: 638px;
}
.mission-section .box .trader::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 75px;
}
.mission-section .box .trader img {
	max-width: 581px;
	z-index: 1;
}
.mission-section .box:last-child {
	justify-content: flex-end;
    align-content: center;
    align-items: center;
	cursor: pointer;
	overflow: visible;
}
.mission-section .box .trader {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
}
.mission-section .box .trader:hover #trader-logo,
.mission-section .box .trader:hover #trader-candlestick,
.mission-section .box .trader:hover #trader  {
    transition: transform .35s ease-in-out;
    transform: scale(1.1);
}
.mission-section .box .trader:hover #trader {
	transform-origin: bottom;
    transform: scale(.96);
}
.values-section {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	padding: 140px 0;
}
.values-section .wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.values-section .title {
    font-family: 'General Sans Semibold', sans-serif;
    font-size: var(--fs-title);
    line-height: 1.05em;
	color: var(--white-color);
	max-width: 741px;
	text-align: center;
}
.values-section .subtitle {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.1em;
    font-weight: 400;
	color: var(--white-color);
	text-align: center;
}
.values-section .grid-items {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: 40px 0 0;
	gap: 20px;
}
.values-section .grid-items-col {
	width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    gap: 20px;
}
.values-section .grid-items .box {
	display: flex;
    gap: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
	max-width: 686px;
	min-height: 253px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid #707070;
    border-radius: 37px;
	padding: 20px 40px;
	width: 100%;
}
.values-section .grid-items .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 37px;
}
.values-section .grid-items .box .text {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
	z-index: 1;
}
.values-section .grid-items .box img {
	width: 90px;
	height: 90px;
	z-index: 1;
}
.values-section .grid-items .box .text .title {
    font-family: 'General Sans Semibold', sans-serif;
    font-size: var(--fs-sm-md);
    line-height: 1.05em;
	color: var(--white-color);
}
.values-section .grid-items .box .text .content {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-ssm);
    line-height: 1.1em;
    font-weight: 400;
	color: var(--white-color);
}
#trader-logo,
#trader-candlestick {
	position: absolute;
}
#trader-logo {
    top: -3%;
    left: -14%;
}
#trader-candlestick {
    bottom: -16%;
    right: -13%;
}
#ellipse1 {
	top: -28%;
    left: -50%;
    z-index: -1;
}
#ellipse2 {
    top: -10%;
    right: -30%;
    z-index: -1;
}
#ellipse3 {
    bottom: -24%;
    left: -38%;
    z-index: -1;
}
#trader {
	transform: translate(-10px, 0);
}
#ellipse4 {
    left: -24%;
    top: -48%;
	z-index: 1;
}
#ellipse5 {
	right: 14%;
    top: -12%;
    z-index: 1;
}
#ellipse6 {
    right: -36%;
    top: -3%;
	z-index: 1;
}
#ellipse7 {
	opacity: .7;
    left: 0;
    top: -129%;
    z-index: -1;
}
#ellipse8 {
    left: 47%;
    top: -36%;
    z-index: -1;
}
#ellipse9 {
    bottom: -7%;
    right: -35%;
}
#ellipse10 {
	right: 60%;
    bottom: -80%;
}
#ellipse11 {
    top: -40%;
    left: 0;
    opacity: .6;
}
#ellipse12 {
    left: -40%;
    bottom: -50%;
}
#ellipse13 {
    top: -10%;
    left: 15%;
}
#ellipse14 {
    right: -18%;
    bottom: -50%;
    opacity: 0.7;
}
#ellipse15 {
    top: 78%;
    left: -36%;
}
#ellipse16 {
    top: 81%;
    right: 5%;
}
#ellipse17 {
    bottom: 3%;
    left: 15%;
}
#ellipse18 {
    bottom: 1%;
    right: 7%;
}
.grid-section .wrapper .box,
.values-section .grid-items .box {
	cursor: pointer;
}
.grid-section .wrapper .box:hover,
.values-section .grid-items .box:hover {
	box-shadow: inset 0 0 60px #29463f, inset 5px 0 5px var(--secondary-color), inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--secondary-color), inset -5px 0 20px var(--secondary-color), 0 0 10px var(--secondary-color), -10px 0 50px var(--secondary-color), 10px 0 20px var(--secondary-color);
}
@media (max-width: 1700px) {
	.win-section .win-row {
		gap: 220px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 250px;
	}
	#ellipse11 {
		top: -40%;
		left: -10%;
		opacity: .5;
	}
	#ellipse12 {
		left: -48%;
		bottom: -54%;
		opacity: .7;
	}
	#ellipse14 {
		right: -28%;
		bottom: -55%;
	}
}
@media (max-width: 1540px) {
	.win-section .win-row {
		gap: 140px;
	}
	.win-section .win-row .item img {
		max-width: 90px;
	}
	.experts-section .wrapper {
		gap: 150px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 200px;
	}
	.mission-section .box .trader img {
		max-width: 454px;
	}
	.mission-section .box .trader {
		max-width: 472px;
		height: 478px;
	}
	#ellipse4 {
		left: -30%;
		top: -63%;
	}
	#ellipse5 {
		right: 4%;
		top: -27%;
        opacity: .8;
	}
	#ellipse7 {
		opacity: .6;
		left: -6%;
		top: -114%;
	}
	#ellipse10 {
		right: 45%;
		bottom: -80%;
	}
	#ellipse11 {
		top: -58%;
		left: -24%;
	}
	#ellipse12 {
		left: -52%;
		bottom: -61%;
	}
	#ellipse13 {
		top: -20%;
		left: 5%;
		opacity: .6;
	}
	#ellipse14 {
		right: -40%;
		bottom: -58%;
		opacity: 0.6;
	}
	#ellipse15 {
		left: -53%;
	}
	#ellipse16 {
		top: 80%;
		right: -3%;
	}
	#ellipse17 {
		left: 10%;
	}
	#ellipse18 {
		bottom: 2%;
		right: 0%;
	}
}
@media (max-width: 1440px) {
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 180px;
	}
	#ellipse4 {
        left: -33%;
        top: -69%;
	}
	#ellipse5 {
        right: 5%;
        top: -27%;
        opacity: .7;
	}
    #ellipse7 {
        opacity: .4;
        left: -18%;
        top: -112%;
        z-index: -1;
    }
	#ellipse14 {
		right: -40%;
		bottom: -58%;
		opacity: 0.6;
	}
	#ellipse15 {
		left: -55%;
	}
	#ellipse16 {
		top: 81%;
		right: -6%;
	}
	#ellipse17 {
		left: 5%;
	}
	#ellipse18 {
		bottom: 1%;
		right: 0%;
	}
}
@media (max-width: 1336px) {
	.win-section .win-row {
		gap: 100px;
	}
	.win-section .win-row .item img {
		max-width: 80px;
	}
	.experts-section .wrapper {
		gap: 140px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 100px;
		gap: 160px;
	}
}
@media (max-width: 1280px) {
	.business-magazines img {
		max-width: 200px;
	}
	.win-section .win-row {
		gap: 80px;
	}
	.win-section .win-row .item img {
		max-width: 70px;
	}
	.experts-section .wrapper {
		gap: 130px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
		gap: 140px;
	}
	.mission-section {
		padding: 100px 0 20px;
	}
	#ellipse4 {
		left: -36%;
	}
	#ellipse5 {
        right: -2%;
        top: -26%;
	}
	#ellipse6 {
		right: -49%;
	}
	#ellipse11 {
		opacity: .4;
	}
	#ellipse12 {
		left: -60%;
        bottom: -95%;
	}
	#ellipse14 {
        right: -46%;
        bottom: -72%;
	}
}
@media (max-width: 1180px) {
	.top-section .layer-top-image {
		width: 1200px;
	}
	.win-section .win-row {
		flex-direction: column;
		gap: 60px !important;
	}
	.win-section .win-row .box {
		width: 100%;
	}
	.experts-section .wrapper {
		gap: 125px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 80px;
		gap: 75px;
	}
	.mission-section .box .trader img {
		max-width: 393px;
	}
	.mission-section .box .trader {
		max-width: 417px;
		height: 414px;
	}
	#ellipse4 {
		left: -45%;
	}
	#ellipse5 {
        right: -11%;
        top: -26%;
	}
	#ellipse6 {
		right: -55%;
	}
	#ellipse9 {
		bottom: -35%;
		right: 0;
	}
	#ellipse10 {
        right: 33%;
        bottom: -80%;
	}
	#ellipse11 {
        top: -68%;
        left: -32%;
		opacity: .2;
	}
	#ellipse12 {
        left: -70%;
        bottom: -100%;
	}
	#ellipse14 {
        right: -54%;
        bottom: -75%;
	}
	#ellipse15 {
		left: -80%;
	}
	#ellipse16 {
        top: 80%;
        right: -7%;
	}
	#ellipse17 {
		left: -2%;
	}
	#ellipse18 {
		bottom: 2%;
	}
}
@media (max-width: 1024px) {
	.win-section .win-row {
		gap: 120px;
	}
	.experts-section .wrapper {
		gap: 60px;
		flex-direction: column;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
	    padding: 20px 60px;
		gap: 50px;
	}
	#ellipse4 {
		top: -63%;
		left: -50%;
	}
	#ellipse6 {
		top: 7%;
		right: -64%;
	}
	#ellipse7 {
		left: -35%;
	}
    #ellipse11 {
        top: -43%;
	}
    #ellipse12 {
        left: -80%;
        bottom: -80%;
	}
	#ellipse14 {
		right: -58%;
        bottom: -58%;
	}
	#ellipse15 {
		top: 81%;
		left: -81%;
	}
	#ellipse16 {
        top: 83%;
        right: -10%;
	}
	#ellipse17 {
		bottom: 2%;
		left: -14%;
	}
	#ellipse18 {
        bottom: 1%;
        right: -4%;
	}
}
@media (max-width: 991px) {
	.business-magazines img {
		max-width: 170px;
	}
	.experts-section .box img {
		max-width: 600px;
	}
	.mission-section .wrapper,
	.vision-section .wrapper {
		flex-direction: column;
	    padding: 20px 40px;
		gap: 40px;
	}
	.mission-section .box:first-child {
		order: 2;
	}
	.mission-section .box:last-child {
		order: 1;
	}
	.mission-section .box,
	.vision-section .box,
	.values-section .grid-items-col {
		width: 100%;
	}
	.vision-section .box img {
		max-width: 500px;
	}
	.values-section .grid-items {
		flex-direction: column;
	}
	.values-section .grid-items .box {
		gap: 20px;
		padding: 15px 30px;
		min-height: 180px;
	}
	.values-section .grid-items .box img {
		width: 60px;
		height: 60px;
	}
    #ellipse4 {
        top: -71%;
        left: -66%;
    }
    #ellipse5 {
        right: -30%;
        top: -26%;
        opacity: .6;
    }
	#ellipse6 {
		right: -103%;
	}
    #ellipse7 {
        left: -55%;
        opacity: .3;
        top: -102%;
    }
	#ellipse9 {
		bottom: -40%;
		right: -30%;
	}
	#ellipse10 {
        right: 25%;
        bottom: -85%;
	}
    #ellipse11 {
		left: -40%;
	}
    #ellipse12 {
		left: -90%;
	}
	#ellipse14 {
		right: -70%;
	}
	#ellipse15 {
        top: 81%;
        left: -95%;
	}
	#ellipse16 {
        top: 80%;
        right: -14%;
	}
	#ellipse17 {
        bottom: 3%;
        left: 14%;
	}
	#ellipse18 {
        bottom: 0%;
        right: -8%;
	}
}
@media (max-width: 768px) {
	.business-magazines img {
		max-width: 150px;
	}
	.top-section .layer-top-image {
		width: 1100px;
	}
	.top-section .content {
		padding: 0 40px;
	}
	.experts-section .box img {
		max-width: 500px;
	}
	.grid-section .wrapper {
		grid-template-columns: 1fr;
	}
	.mission-section .box .trader img {
		max-width: 303px;
	}
	.mission-section .box .trader {
		max-width: 320px;
		height: 319px;
	}
    #ellipse4 {
        left: -87%;
    }
    #ellipse5 {
        right: -53%;
        opacity: .4;
    }
	#ellipse6 {
		right: -103%;
	}
    #ellipse7 {
        left: -55%;
        opacity: .3;
        top: -102%;
    }
    #ellipse11 {
		top: -50%;
	}
    #ellipse12 {
		left: -110%;
	}
	#ellipse14 {
		right: -90%;
	}
	#ellipse15 {
        top: 81%;
        left: -105%;
	}
	#ellipse16 {
        top: 81%;
        right: -16%;
	}
	#ellipse17 {
        left: 7%;
	}
	#ellipse18 {
		bottom: 1%;
	}
}
@media (max-width: 680px) {
	.business-magazines img {
		max-width: 120px;
	}
	.win-section .win-row .item {
		flex-direction: column;
	}
	.win-section .win-row .item img {
        max-width: 90px;
        margin: auto;
	}
	.win-section {
		padding: 80px 0 50px;
	}
	.experts-section .box img {
		max-width: 430px;
	}
	#ellipse9 {
		bottom: 0;
		right: -60%;
	}
	#ellipse10 {
		right: 0%;
        bottom: -85%;
	}
    #ellipse12 {
		left: -130%;
	}
    #ellipse13 {
        left: -11%;
	}
	#ellipse14 {
		right: -120%;
	}
	#ellipse15 {
        left: -145%;
	}
	#ellipse16 {
        top: 81%;
        right: -18%;
	}
	#ellipse17 {
        left: -4%;
	}
	#ellipse18 {
		bottom: 1%;
	}
}
@media (max-width: 560px) {
	.business-magazines img {
		max-width: 110px;
	}
	.top-section .layer-top-image {
		width: 1000px;
	}
	.experts-section .box img {
		max-width: 300px;
	}
    #ellipse4 {
        left: -87%;
        opacity: .4;
    }
    #ellipse5 {
        right: -60%;
        opacity: .35;
    }
	#ellipse6 {
		right: -141%;
        opacity: .3;
	}
    #ellipse7 {
        opacity: .3;
    }
	#ellipse9 {
		right: -90%;
	}
	#ellipse10 {
        right: -25%;
        bottom: -85%;
	}
    #ellipse11 {
        left: -70%;
    }
    #ellipse12 {
		left: -160%;
	}
    #ellipse13 {
        left: -18%;
	}
	#ellipse14 {
		right: -150%;
	}
	#ellipse15 {
        left: -200%;
	}
	#ellipse17 {
        left: -15%;
    }
}
@media (max-width: 440px) {
	.business-magazines img {
		max-width: 120px;
	}
	.business-magazines {
		flex-direction: column;
        gap: 30px;
	}
	.top-section .layer-top-image {
		width: 900px;
	}
	.top-section .content {
		top: 30%;
	}
    #ellipse5 {
        right: -115%;
        opacity: .35;
    }
	#ellipse9 {
		right: -50%;
	}
	#ellipse10 {
        right: -104%;
	}
    #ellipse11 {
        left: -110%;
    }
    #ellipse12 {
		left: -211%;
	}
    #ellipse13 {
		top: -35%;
		left: -47%;
	}
	#ellipse14 {
		right: -175%;
	}
}