@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');


.funded-traders img[loading=lazy],
body.single-post .page__content-main img[loading=lazy] {
    opacity: 1;
}

.join-our-community ._x41938971,
.join-our-community ._x92597663,
.join-our-community ._x99805049 label,
.join-our-community ._form-branding,
.footer-active-campaign ._form-branding,
.footer-active-campaign ._x41938971,
.footer-active-campaign ._x92597663,
.footer-active-campaign ._x99805049 label
 {
    display: none;
}
#funded-traders-btn-next {
    right: 15px !important;
}
#funded-traders-btn-prev {
    left: 15px !important;
}
.loading{
    position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    background: #fff;
    opacity: .3;
    cursor:wait;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity .3s ease;
}
.loading:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZS1vcGFjaXR5PSIxIiBzdHJva2U9IiNGRjE1NkQiIHN0cm9rZS13aWR0aD0iLjUiIGN4PSIxMDAiIGN5PSIxMDAiIHI9IjAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMiIgdmFsdWVzPSIxOzgwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIC4yIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLXdpZHRoIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjIiIHZhbHVlcz0iMDsyNSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMCAuMiAuNSAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjIiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIC4yIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC9jaXJjbGU+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    top: 0;
    z-index: 3;
    cursor: wait;
}
img[loading=lazy] {
   transition: opacity 0.3s;
   opacity: 0;
}
.loaded img[loading=lazy] {
   opacity: 1;
}

.fancybox__content {
    background: none !important;
}

.page-aupdate {
    background-color: #F9F9F9;
}
.page-aupdate .container {
    max-width: 1448px;
}

.sec-title {
    color: #000;
	font-family: "Alumni Sans", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: -0.01em;
    text-align: center;
}

.clients-code-wrapper {
    margin-top: 60px;
}
.page-aupdate .hero {
/*    background: linear-gradient(0deg, #00D8DB, #00D8DB), radial-gradient(53.89% 376.93% at 50% 50%, rgba(87, 59, 196, 0) 0%, rgba(87, 59, 196, 0.3) 100%);*/
    position: relative;
    background: #09c8da;
}
.page-aupdate .hero__img {
    height: 100%;
    position: absolute;
    right: 0;
    pointer-events: none;
    transform: translateX(339px);
    top: 0;
    width: auto;
    z-index: 0;
}
.page-aupdate .hero .hero__description {
    padding: 149px 0 184px;
}
.page-aupdate .hero .main__title {
    color: #fff;
	font-family: "Alumni Sans", serif;
    font-size: 120px;
    font-style: italic;
    font-weight: 800;
    line-height: 120px;
    letter-spacing: 0.01em;
    text-align: center;
}
.page-aupdate .hero .main__text {
    align-items: flex-start;
    color: #fff;
	font-family: "Poppins", sans-serif;
    font-size: 36.26px;
    font-weight: 300;
    line-height: 46.8px;
    margin-top: 30px;
    text-align: center;
}
.page-aupdate .hero__profit .main__text strong {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}
.page-aupdate .hero__actions {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 0;
}
.page-aupdate .hero .btn-white {
    align-items: center;
    background-color: #EB0065;
    box-shadow: 7.86px 7.86px 0 0 #000;
    border-radius: 8px;
    color: #fff;
    height: 60px;
    min-width: 209px;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-left: 0;
    margin-right: 9px;
    padding: 8px 12px;
    text-transform: unset;
    transition: 0.3s ease 0s;
    text-align: center;
    width: 209px;
}
.page-aupdate .hero .btn-white:hover {
    background-color: #FF4D9E;
    box-shadow: 6px 6px 0 0 #000;
}
.page-aupdate .btn-dark-outline {
    background: transparent;
    border: 1.65px solid #fff;
    border-radius: 8px;
    box-shadow: 7.86px 7.86px 0 0 #000;
    color: #fff;
    height: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    opacity: 1;
    margin-left: 9px;
    margin-right: 0;
    max-width: 196.67px;
    min-width: 196.67px;
    padding: 8px 12px;
    transition: 0.3s ease 0s;
    text-transform: uppercase;
    text-align: center;
}
.page-aupdate .btn-dark-outline:hover {
    background-color: #fff;
    color: #FF4D9E;
    box-shadow: 6px 6px 0 0 #000;
}

.running-icons {
    align-items: flex-end;
    background-color: #F9F9F9;
    height: 49px;
    display: flex;
    overflow: hidden;
    width: 100%;
    filter: grayscale(100%);
    opacity: .4;
}
.running-icons div {
    align-items: center;
    display: flex;
	height: 49px;
}
.running-icons div img {
    margin-left: 20px;
    margin-right: 20px;
	max-height: 19px;
    width: auto;
}

.how-much-catital {
    background-color: #FF1D7D;
    overflow: hidden;
    padding-bottom: 70px;
	padding-top: 46px;
    position: relative;
}
.how-much-catital .sec-title {
	color: #fff;
    font-size: 80px;
    line-height: 88px;
}
.how-much-catital__items.price-selected .sec-title,
.how-much-catital__items.price-selected .how-much-catital__subtitle {
    text-align: left;
}
.how-much-catital__items.price-selected .how-much-catital__selectPrice.day-trade-swing,
.how-much-catital__items.price-selected .how-much-catital__selectPrice {
    margin-left: 0;
}
.how-much-catital__items.price-selected {
    display: flex;
}
.how-much-catital__selectPrice.day-trade-swing {
	background-color: #9763D7;
    border-radius: 64px;
    display: table;
    height: 40px;
    min-width: 224px;
    padding: 4px;
    width: auto;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price {
    border-radius: 41px;
    line-height: 18px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
    width: 50%;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price:not(.active) {
	color: #C1A1E7;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price:not(.active):hover {
    background: none;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price.active {
    pointer-events: none;
}
.how-much-catital__selectPrice.day-trade-swing::before {
    display: none;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price.active {
    background-color: #fff;
    border-radius: 41px;
    color: #1D1B20;
}
.how-much-catital__selectPrice.day-trade-swing .how-much-catital__price.active::before {
	display: none;
}
.how-much-catital.third-option-was-chosen .how-much-catital__items {
	display: flex;
}
.how-much-catital__items.price-selected .how-much-catital__item:nth-child(1),
.how-much-catital.third-option-was-chosen .how-much-catital__item {
    opacity: 1;
    transition: 0.6s ease 0s;
	width: calc(100% - 420px);
}
.how-much-catital__items.price-selected .how-much-catital__item:nth-child(1),
.how-much-catital.third-option-was-chosen .how-much-catital__item:nth-child(1) {
	/*margin-bottom: 241px;*/
    padding-right: 35px;
}
.how-much-catital__items.price-selected .how-much-catital__item:nth-child(2),
.how-much-catital.third-option-was-chosen .how-much-catital__item:nth-child(2) {
    opacity: 1;
    transition: 0.6s ease 0s;
	width: 420px;
}
.how-much-catital__bottomItems,
.how-much-catital .how-much-catital__prices,
.how-much-catital__item .tab-content,
.how-much-catital.third-option-was-chosen .how-much-catital__blockPrices {
    display: none;
}
.how-much-catital__items.price-selected .how-much-catital__blockPrices .tab-content.content-active,
.how-much-catital.third-option-was-chosen .tab-content.content-active,
.how-much-catital.third-option-was-chosen .how-much-catital__blockPrices {
	display: block;
}
.how-much-catital__selectPrice {
	background-color: #F6F6F6;
    border-radius: 8px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    /*overflow: hidden;*/
    margin: 22px auto 0;
    position: relative;
    width: 657px;
    max-width: 100%;
}
.how-much-catital__selectPrice::before {
    bottom: 0;
	content: '';
    left: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
.how-much-catital.something-is-selected .how-much-catital__click-arrow {
    display: none;
}
.how-much-catital__click-arrow {
	left: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-100%);
    top: -26px;
    z-index: 1;
}
.how-much-catital__price {
    color: #4A4459;
    border: none;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 48px;
    margin: 0;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    transition: 0.6s ease 0s;
    text-align: center;
    width: 20%;
}
.how-much-catital__price:first-child {
    border-radius: 8px 0 0 8px;
}
.how-much-catital__price:last-child,
.how-much-catital__selectPrice.buttons-price .how-much-catital__price:last-child {
    border-radius: 0 8px 8px 0;
}
.how-much-catital__price.active {
	background-color: #00D8DB;
    padding-left: 25px;
}
.how-much-catital__price.active:before {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26px' height='16px'%3e%3cpath d='M 19.28125 5.28125 L 9 15.5625 L 4.71875 11.28125 L 3.28125 12.71875 L 8.28125 17.71875 L 9 18.40625 L 9.71875 17.71875 L 20.71875 6.71875 Z'/%3e%3c/svg%3e");
    position: absolute;
    transform: translateX(-25px);
    top: 16px;
}
.how-much-catital__price:not(.active):hover {
	background-color: #E5E5E7;
}
.how-much-catital__subtitle {
    color: #fff;
	font-family: "Mona Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: center;
}
.how-much-catital__wrap-star-now-and-compare,
.how-much-catital__select-trader {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease 0s;
}
.how-much-catital__select-trader {
	margin-top: 33px;
}
.how-much-catital__select-trader:not(.visibility) {
    /*display: none;*/
}
.how-much-catital__select-trader.visibility,
.how-much-catital__wrap-star-now-and-compare.visibility {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.how-much-catital__select-trader .how-much-catital__selectPrice {
    margin-top: 17px;
	max-width: 500px;
}
.how-much-catital__select-trader .how-much-catital__selectPrice .how-much-catital__price {
	width: 50%;
}
.how-much-catital__select-trader.aggressive-conservative .how-much-catital__selectPrice {
    max-width: 420px;
}
.how-much-catital__wrap-star-now-and-compare {
    align-items: center;
	display: flex;
    /*display: none;*/
    opacity: 0;
    justify-content: center;
    margin-top: 32px;
    transition: 0.6s ease 0s;
}
.how-much-catital__wrap-star-now-and-compare.choice-is-made .how-much-catital__star-now-btn {
	opacity: 1;
    pointer-events: all;
}
.how-much-catital__wrap-star-now-and-compare.choice-is-made .how-much-catital__star-now-btn span {
    filter: blur(0);
}
.latest-articles #latest-articles-btn-prev {
    left: 5px !important;
}
.latest-articles #latest-articles-btn-next {
    right: 5px !important;
}
.how-much-catital__star-now-btn {
    align-items: center;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    padding: 8px 12px;
    transition: 0.3s ease 0s;
    text-align: center;
    width: auto;
    margin-right: 10px;
}
.how-much-catital__star-now-btn:hover {
    background-color: #FF4D9E;
    box-shadow: 6px 6px 0 0 #000;
}
.how-much-catital__star-now-btn span {
	font-family: "Mona Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 33.96px;
    margin-right: 19px;
}
.how-much-catital__wrap-star-now-and-compare p {
    color: #fff;
    display: block;
    opacity: 0;
    margin-left: 24px;
    margin-right: 24px;
    pointer-events: none;
    transition: opacity 0.6s ease 0s;
}
.how-much-catital__wrap-star-now-and-compare.selected-discretionary-or-systematic p {
    opacity: 1;
}
.close-compare-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    color: #fff;
    height: 60px;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    padding: 0 11px 0 28px;
    border-radius: 8px;
}
 .close-compare-btn:before {
    position: absolute;
    left: 9px;
    content: '';
    background: url(../images/home/close.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 13px;
 }
.how-much-catital__wrap-star-now-and-compare .compage-link {
    align-items: center;
    background-color: #9763D7;
    border-radius: 8px;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    transition: opacity 0.6s ease 0s;
    text-align: center;
/*    width: 142px;*/
    padding: 0 23px;
}
.how-much-catital__wrap-star-now-and-compare.selected-discretionary-or-systematic .compage-link {
	/*display: flex;*/
    opacity: 1;
    pointer-events: all;
}
.how-much-catital__selected-price .packages__inner-header {
	background-color: #9763D7 !important;
}
.how-much-catital__selected-price .packages__inner {
	border: none;
    border-radius: 16px;
    box-shadow: 10px 10px 0px 0px #00000080;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 409px;
    z-index: 1;
}
.how-much-catital__selected-price .packages__inner-header {
    background-color: #FF0070 !important;
    border-radius: 0;
    padding: 25px 36px 21px;
}
.how-much-catital__selected-price .main__subtitle.sm {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}
.how-much-catital__selected-price .packages__inner-price {
    margin-top: -6px;
}
.how-much-catital__selected-price .packages__inner-body ul.slide-list:after {
    bottom: 0;
    height: 1px;
    width: 100%;
    transform: translate(0, 0);
    left: 0;
}
.how-much-catital__selected-price .packages__inner-body {
    padding-bottom: 0;
    padding-top: 0;
}
.how-much-catital__selected-price .packages__inner-body ul li {
    padding: 0;
}
.how-much-catital__selected-price .main__text.sm {
    font-size: 13px;
    width: calc(100% - 86px);
}
.how-much-catital__selected-price .main__subtitle.xs {
    font-size: 15px;
    font-weight: 400;
    padding-left: 8px;
    text-align: right;
}
.how-much-catital__selected-price .packages__inner-body .slide-list > li > span {
    background-color: #F5F5F5;
    font-weight: 400;
    padding: 16px 35px 19px;
    padding-right: 55px;
    user-select: none;
}
.how-much-catital__selected-price .packages__inner-body ul.slide-list > li.is-opened:after {
	transform: rotate(0) !important;
}
.how-much-catital__selected-price .packages__inner-body ul.slide-list > li:after {
    top: 26px !important;
    transform: rotate(180deg) !important;
}
.how-much-catital__selected-price .packages__inner-body ul.slide-list > li > ul {
    background: none;
    padding-bottom: 15px;
    padding-top: 2px;
}
.how-much-catital__selected-price .packages__inner-body ul.slide-list > li > ul > li {
    border-bottom: none;
    padding: 3px 35px;
}
.how-much-catital__selected-price .packages__inner-price span,
.how-much-catital__selected-price .packages__inner-price strong {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
}
.how-much-catital__selected-price .main__subtitle.xs span {
	transition: opacity 0.6s ease 0s;
}
.how-much-catital__wrapBlockPrices.selected-discretionary .default,
.how-much-catital__wrapBlockPrices.selected-systematic .default,
.how-much-catital__wrapBlockPrices .for-discretionary,
.how-much-catital__wrapBlockPrices .for-systematic {
	display: none;
}
.how-much-catital__wrapBlockPrices.selected-discretionary .for-discretionary,
.how-much-catital__wrapBlockPrices.selected-systematic .for-systematic {
	display: block;
}
.how-much-catital__items.price-selected .how-much-catital__wrap-star-now-and-compare.visibility {
	display: flex;
    justify-content: flex-start;
}
.how-much-catital__wrap-star-now-and-compare.selected-discretionary-or-systematic p,
.how-much-catital__wrap-star-now-and-compare.selected-discretionary-or-systematic .compage-link {
	display: flex;
}
.how-much-catital__bg {
    left: 50%;
    max-width: 102%;
	position: absolute;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
}
.how-much-catital__wrapBlockPrices.two-columns {
	display: flex;
}
.how-much-catital__blockPrices .packages__inner.max .packages__inner-header {
	background-color: #9763D7 !important;
}
.how-much-catital__blockPrices .packages__inner.flex .packages__inner-header {
	background-color: #00E5E8 !important;
}
.how-much-catital__blockPrices .packages__inner.flex {
	display: none;
    opacity: 0;
}
.how-much-catital__wrapBlockPrices.two-columns .packages__inner.flex {
	display: block;
    opacity: 1;
    transition: 0.6s ease 0s;
}
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price.tab-content.content-active {
	display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price.tab-content.content-active .packages__inner,
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price.tab2-content.content2-active .packages__inner {
	flex: 0 0 calc(50% - 15px) !important;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(50% - 15px) !important;
}
.how-much-catital__blockPrices {
	width: 100%;
}
.how-much-catital__wrapBlockPrices.two-columns .main__subtitle .one,
.how-much-catital__blockPrices .main__subtitle .two {
	display: none;
    opacity: 0;
    transition: opacity 0.6s ease 0s;
}
.how-much-catital__wrapBlockPrices.two-columns .main__subtitle .two {
	display: block;
    opacity: 1;
}
.how-much-catital__selected-price.two-columns .packages__inner,
.how-much-catital__items .how-much-catital__selectPrice,
.how-much-catital__items .sec-title,
.how-much-catital__items .how-much-catital__item {
	/*transition: 0.6s ease 0s;*/
}
.how-much-catital__items.width-override .how-much-catital__item:nth-child(1) {
    width: calc(100% - 562px);
}
.how-much-catital__items.width-override .how-much-catital__item:nth-child(2) {
    width: 562px;
}
.how-much-catital__wrapBlockPrices.two-columns .packages__inner-header,
.how-much-catital__wrapBlockPrices.two-columns .packages__inner-body ul.slide-list > li > ul > li,
.how-much-catital__wrapBlockPrices.two-columns .packages__inner-body .slide-list > li > span {
    padding-left: 20px;
    padding-right: 20px;
}
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-body .slide-list > li > span {
    padding-right: 45px;
}
.how-much-catital__wrapBlockPrices.two-columns .packages__inner-body ul.slide-list > li:after {
    right: 21px;
}
.how-much-catital__wrap-star-now-and-compare.there-was-a-click-on-compare p,
.how-much-catital__wrap-star-now-and-compare.there-was-a-click-on-compare .compage-link,
.how-much-catital__wrap-star-now-and-compare:not(.there-was-a-click-on-compare) #close-compare-btn, 
.how-much-catital__wrap-star-now-and-compare:not(.there-was-a-click-on-compare) #close-compare-btn2 {
    display: none !important;
}
.how-much-catital__wrap-star-now-and-compare.there-was-a-click-on-compare p,
.how-much-catital__wrap-star-now-and-compare.there-was-a-click-on-compare .compage-link {
    display: none !important;
}
.tab0-content,
.tab2-content {
    display: none !important;
}
.tab0-content.content0-active,
.tab2-content.content2-active {
    display: block !important;
}
.tab0-content.content0-active.two-columns,
.tab1-content.content1-active.two-columns,
.how-much-catital__wrapBlockPrices.two-columns .tab2-content.content2-active {
    display: flex !important;
}
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price span,
.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price strong {
    font-size: 40px !important;
}
.packages__inner.flex .main__subtitle .two,
.packages__inner.flex .packages__inner-price .packages__inner-price__currency-symbol,
.packages__inner.flex .packages__inner-price strong {
	color: #000;
}

.which-evaluation {
	background: linear-gradient(to right, #9862D6 0%, #9A62D5 100%);
    padding-bottom: 72px;
    padding-top: 80px;
}
.which-evaluation .sec-title {
	color: #fff;
}
.which-evaluation__items {
	display: flex;
    margin: 39px auto 0;
    max-width: 1265px;
}
.which-evaluation__item {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(50% - 32px);
}
.which-evaluation__item h3 {
    color: #fff;
	font-family: "Alumni Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 23.36px;
    text-transform: uppercase;
}
.which-evaluation__item p {
    color: #fff;
	font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.4px;
    margin-top: 19px;
    text-transform: capitalize;
}
.which-evaluation__wrapVideo {
    overflow: hidden;
    margin-bottom: 36px;
    padding-bottom: 56%;
    position: relative;
}
.which-evaluation__overlay,
.which-evaluation__wrapVideo iframe {
	left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.which-evaluation__wrapVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}
.which-evaluation__wrapVideo.active::before {
	pointer-events: none;
}
.which-evaluation__wrapVideo.active .which-evaluation__overlay,
.which-evaluation__wrapVideo.active .which-evaluation__duration {
	display: none;
}
.which-evaluation__duration {
    background-color: #525252;
    bottom: 14px;
    border-radius: 6px;
    font-family: "Alumni Sans", sans-serif;
    font-size: 28.26px;
    font-weight: 700;
    line-height: 22.89px;
    padding: 7px 6.5px;
	position: absolute;
    right: 27px;
    text-align: center;
}

.funded-traders {
    background-color: #FF0871;
    overflow: hidden;
	padding: 53px 0 40px;
    position: relative;
}
.funded-traders .container {
    max-width: 1448px;
}
.funded-traders .sec-title {
	color: #fff;
}
.funded-traders__strips {
    left: 0;
	position: absolute;
    transform: translateX(-73%);
    top: 0;
    z-index: 0;
}
.funded-traders .funded-traders__slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
	padding-top: 30px;
}
.funded-traders .swiper-slide.before-prev:not(.swiper-slide-active) {
    transform: translate3d(0px, 0px, -81.0775px) rotateX(0deg) rotateY(40.5388deg) scale(1) !important;
}
.funded-traders .swiper-slide-next ~ .swiper-slide:not(.swiper-slide-prev, .swiper-slide-active) {
    transform: translate3d(0px, 0px, -80.2158px) rotateX(0deg) rotateY(-52.1403deg) scale(1) !important;
}
.funded-traders .swiper-slide:not(.swiper-slide-active) .funded-traders__sliderWrapImage::after {
    background: linear-gradient(265.98deg, rgba(0, 0, 0, 0) 48.98%, rgba(0, 0, 0, 0.42) 83.38%);
    bottom: 0;
	content: '';
    left: 0;
   	position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*.funded-traders .swiper-slide.swiper-slide-active {
    margin-top: 35px;
}*/
.funded-traders .swiper-slide.swiper-slide-active .funded-traders__slideWrapInfo,
.funded-traders .swiper-slide.swiper-slide-active::after{
	opacity: 1;
}
.funded-traders__sliderWrapImage {
    padding-bottom: 107%;
    position: relative;
	width: 100%;
}
.funded-traders__sliderWrapImage img {
    left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
	width: 100%;
}
.funded-traders__sliderWrapImage img.funded-traders__more-videos-banner {
    object-fit: contain;
}
.funded-traders__sliderWrapImage iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}
.funded-traders .swiper-slide:not(.swiper-slide-active) .funded-traders__play {
    pointer-events: none;
	opacity: 0;
}
.funded-traders__play {
	left: 50%;
    height: 59.25px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 1.2s ease 0s;
    top: 50%;
    width: 59.25px;
    z-index: 2;
}
.funded-traders__play img {
	max-height: 100%;
    max-width: 100%;
}
.funded-traders__slideWrapInfo {
	opacity: 0;
    padding: 9px 15px 20px;
    position: relative;
    pointer-events: none;
    transition: opacity 1.2s ease 0s;
}
.funded-traders .swiper-slide::after {
	background: linear-gradient(180deg, rgba(255, 252, 252, 0.75) 0%, rgba(255, 252, 252, 0.21) 100%);
	backdrop-filter: blur(3.144353151321411px);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease 0s;
    top: 0;
    z-index: -1;
}
.funded-traders__slideName {
    color: #000;
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
}
.funded-traders__slidePosition {
    color: #fff;
	font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 2px;
    text-align: center;
}
.funded-traders__slidePrice {
    color: #fff;
	font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 2px;
    text-align: center;
}

.our-vision {
    background: linear-gradient(180deg, #E0F1F2, rgba(0, 167, 178, 0.1));
    overflow: hidden;
    padding: 81px 0 119px;
}
.our-vision .container {
	position: relative;
}
.our-vision__items {
	display: flex;
    flex-wrap: wrap;
    margin: 51px auto 0;
    max-width: 1050px;
}
.our-vision__item {
	position: relative;
}
.our-vision__item:nth-child(1) {
    width: 43%;
}
.our-vision__item:nth-child(2) {
    width: 57%;
}
.our-vision__block {
    overflow: hidden;
    width: 100%;
}
.our-vision__blockSubtitle {
	font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 33.6px;
    letter-spacing: 0.01em;
    text-align: center;
}
.our-vision__blockTitle {
	font-family: "Alumni Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-top: 7px;
    text-align: left;
}
.our-vision__blockInfo p {
    color: #21272A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}
.our-vision__blockInfo p.our-vision__blockName {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
	margin-top: 23px;
}
.our-vision__illustration-left {
	left: -130px;
    height: 558px;
    position: absolute;
    top: -105px;
    z-index: -1;
}
.our-vision__arrow {
    right: -90px;
    height: 122px;
    position: absolute;
    top: 100px;
    z-index: -1;
}
.our-vision__men {
	left: -19%;
    max-width: 465px;
    position: absolute;
    top: -64%;
}

.our-clients {
    padding-bottom: 80px;
}
.our-clients .sec-title,
.our-clients__subtitle {
	text-transform: capitalize;
}
.our-clients__subtitle {
    color: #21272A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32.16px;
    letter-spacing: -0.03em;
    margin-top: -6px;
    text-align: center;
}

.get-your-payout {
    background: linear-gradient(90deg, rgba(87, 59, 196, 0.2) 0%, #fff 40%, #fff 60%, rgba(87, 59, 196, 0.2) 100%);
    overflow: hidden;
    padding: 54px 0 40px;
    position: relative;
}
.container {
	position: relative;
    z-index: 1;
}
.get-your-payout__items {
    display: flex;
    justify-content: center;
	margin: 23px -11.5px 0;
}
.get-your-payout__item {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    height: 68.25px;
    margin-left: 11.5px;
    margin-right: 11.5px;
    width: 158px;
}
.get-your-payout__item img {
	max-height: 80%;
    max-width: 80%;
}
.get-your-payout__bg {
    height: 100%;
    left: 50%;
	position: absolute;
    transform: translateX(-65%);
    top: 0;
    width: auto;
}

.education {
	background: linear-gradient(90deg, #5F3FBF 0%, #5A3DBF 100%);
    padding: 80px 0 0;
    position: relative;
}
.education .sec-title {
    color: #fff;
	text-transform: uppercase;
}
.education__wrap-illustration {
    margin: 81px auto 144px;
    max-width: 1236px;
}
.light-sweep {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.light-sweep img {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 1236px;
    width: 100%;
}
.lightSweep {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-filter: brightness(1.5);
    -webkit-mask-size: 300% 200%;
    -webkit-mask-image: -webkit-linear-gradient(-45deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 60%);
    -webkit-transition: -webkit-mask-position;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-filter: brightness(1.5);
    -moz-mask-size: 300% 200%;
    -moz-mask-image: -webkit-linear-gradient(-45deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 60%);
    -moz-transition: -webkit-mask-position;
    -moz-animation-timing-function: linear;
    -moz-transform: translate3d(0, 0, 0);
    -o-filter: brightness(1.5);
    -o-mask-size: 300% 200%;
    -o-mask-image: -webkit-linear-gradient(-45deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 60%);
    -o-transition: -webkit-mask-position;
    -o-animation-timing-function: linear;
    -o-transform: translate3d(0, 0, 0);
    filter: brightness(1.5);
    mask-size: 300% 200%;
    mask-image: -webkit-linear-gradient(-45deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 60%);
    transition: -webkit-mask-position;
    animation-timing-function: linear;
    transform: translate3d(0, 0, 0);
    transition-duration: 3s;
    /*animation: move 2s ease-out infinite;*/
    animation: move 4s ease-out 3s infinite;
    animation-fill-mode: both; /* Сохраняет состояние в начале и в конце */
    animation-iteration-count: infinite; /* Бесконечно повторяется */
}
@keyframes move {
    0% {
        -webkit-mask-position: 150% 0px;
        mask-position: 150% 0px;
    }
    50% {
        -webkit-mask-position: 0% 0px;
        mask-position: 0% 0px;
    }
    100% {
        -webkit-mask-position: 0% 0px; /* Остаётся в конечном положении */
        mask-position: 0% 0px;
    }
}
.education__bottom {
	background: #E52B82;
    padding-bottom: 14px;
    position: relative;
    z-index: 1;
}
.education__bottom .wrap {
    background: linear-gradient(180deg, #FE187A 0%, #FE1A7B 100%);
    padding-bottom: 6px;
	padding-top: 25px;
}
.education__bottom p {
    color: #fff;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.8px;
    text-transform: uppercase;
    text-align: center;
}
.education__bottom p em {
    font-weight: 300;
}
.education__circle {
	bottom: 65px;
    left: 0;
    max-width: 61%;
    position: absolute;
    z-index: 0;
}

.events-section {
	padding: 30px 0 29px;
}
.events-section .container {
    max-width: 1315px;
}
.events-section__subtitle {
	color: #21272A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32.16px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    margin-top: -3px;
    text-align: center;
}
.events-section .sec-title {
    text-transform: capitalize;
}
.events {
	display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 11px auto 0;
}
.events__event {
	display: none;
    overflow: hidden;
    margin: 0 10px 20px;
    padding-bottom: 26.3%;
    position: relative;
    transition: 0.3s ease 0s;
}
.events .events__event:nth-child(1),
.events .events__event:nth-child(2),
.events .events__event:nth-child(3),
.events .events__event:nth-child(4) {
	display: flex;
}
.events .events__event:nth-child(3),
.events .events__event:nth-child(4) {
	padding-bottom: 31.2%;
}
.events .events__event:nth-child(1) .events__info {
    width: 297px;
}
.events .events__event:nth-child(2) .events__info {
    width: 287px;
}
.events .events__event:nth-child(3) .events__info {
    width: 247px;
}
.events .events__event:nth-child(4) .events__info {
    width: 341px;
}
.events__event:nth-child(1) {
	width: calc(49% - 20px);
}
.events__event:nth-child(2) {
	width: calc(51% - 20px);
}
.events__event:nth-child(3) {
	width: calc(33% - 20px);
}
.events__event:nth-child(4) {
	width: calc(67% - 20px);
}
.events__event img {
	left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.events__info {
    background-color: #fff;
    border-radius: 0 25px 0 0;
    box-shadow: 8.37px -0.63px 0px 0px rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    padding: 12px 14px 10px;
    position: absolute;
    width: 382.98px;
    max-width: 100%;
    z-index: 1;
}
.events__number {
    color: #000;
	font-family: "Alumni Sans", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 23.92px;
    letter-spacing: -0.02em;
    text-align: left;
}
.events__infoTitle {
    color: #000;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.vod-library {
    background-color: #202020;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 71px;
    position: relative;
}
.page-aupdate .vod-library .container {
    max-width: 1414px;
}
.vod-library .sec-title,
.vod-library .team__text-under-title {
    color: #fff;
}
.vod-library .team__text-under-title {
    margin-bottom: 24px;
}
.vod-library__slider {
    overflow: visible;
}
.vod-library__slider .funded-traders__sliderWrapImage {
    padding-bottom: 54%;
}
.vod-library__slider .funded-traders__play {
    max-height: 40%;
    max-width: 22%;
    height: 74px;
    top: 50%;
    width: 74px;
    cursor: pointer;
}
.vod-library__slider .funded-traders__play img {
    object-fit: contain;
}
.vod-library__slider .funded-traders__sliderWrapImage .funded-traders__play {
    opacity: 0;
    transition: 0.3s ease 0s;
}
.vod-library__slider .funded-traders__sliderWrapImage:hover .funded-traders__play {
    opacity: 1;
}
.vod-library .team__button {
    margin: 24px auto 0;
    position: static;
    transform: translateX(0);
    width: 213px;
}
.vod-library__bg {
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.team {
    padding: 22px 0 0;
    position: relative;
}
.team .sec-title,
.team__text-under-title {
	color: #000;
}
.team__text-under-title {
	font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32.16px;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
    margin-top: -4px;
    text-align: center;
}
.team__bg {
    padding-bottom: 51%;
    position: relative;
}
.team__bg img {
	left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.team__button {
    align-items: center;
    background-color: #EB0065;
    border-radius: 8px;
    box-shadow: 10px 10px 0px 0px #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15.72px;
    font-weight: 500;
    line-height: 22.1px;
    height: 44px;
    display: flex;
    justify-content: center;
    margin: auto auto 0;
    padding: 8px 12px;
    transition: 0.3s ease 0s;
    text-align: center;
    bottom: 72px;
    width: 254px;
    left: 50%;
    bottom: 72px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}
.team__button:hover {
	background-color: #FF4D9E;
    box-shadow: 6px 6px 0 0 #000;
}

.latest-articles {
    overflow: hidden;
	padding: 55px 0 55px;
    position: relative;
}
.latest-articles .container {
    position: relative;
    z-index: 1;
}
.latest-articles__text-under-title {
	font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 27.36px;
    letter-spacing: 0.01em;
    margin-top: -5px;
    text-align: center;
}
.latest-articles-slider {
	margin-bottom: 33px;
    margin-top: 43px;
    padding-left: 20px;
    padding-right: 20px;
}
.latest-articles-slider .swiper-slide {
	height: auto;
}
.latest-articles__preview {
    background-color: #fff;
	border: 0.79px solid #DDE1E6;
    border-radius: 14px;
    overflow: hidden;
    min-height: 100%;
}
.latest-articles__previewWrapImage {
    border-radius: 12px 12px 0 0;
    display: block;
    left: 1px;
/*    padding-bottom: 62%;*/
/*	position: relative;*/
    top: 1px;
    overflow: hidden;
    width: calc(100% - 2px);
}
a.latest-articles__previewWrapImage:hover img {
    transform: scale(1.18);
}
.latest-articles__previewWrapImage img {
    border-radius: 12px 12px 0 0;
	left: 0;
    height: 100%;
/*    object-fit: cover;*/
/*    position: absolute;*/
    transition: 0.2s;
    top: 0;
    width: 100%;
    z-index: 12;
}
.latest-articles__previewWrapInfo {
	padding: 17px 12px 13px;
}
.latest-articles__previewTitle,
.latest-articles__previewText {
	color: #21272A;
    font-family: "Roboto", sans-serif;
    text-align: left;
}
.latest-articles__previewTitle {
    font-size: 15.72px;
    font-weight: 700;
    line-height: 17.29px;
    margin: 2px 0 9px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest-articles__previewText {
    font-size: 12.58px;
    font-weight: 400;
    line-height: 17.61px;
}
.latest-articles__previewText p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.latest-articles__previewBottom {
    align-items: center;
	display: flex;
    justify-content: space-between;
    padding-top: 33px;
}
.latest-articles__previewBottom a,
.latest-articles__previewBottom p {
    font-family: "Roboto", sans-serif;
	font-size: 10.5px;
    line-height: 8.51px;
    letter-spacing: 1%;
}
.latest-articles__previewBottom a {
	color: #7B7B7B;
    font-weight: 500;
    text-align: left;
}
.latest-articles__previewBottom p {
    color: #000;
    font-weight: 300;
    text-align: right;
}
.latest-articles__illustration {
    height: auto;
    left: 50%;
    max-width: 52%;
    position: absolute;
    transform: translateX(-98%);
    top: -18px;
    z-index: 0;
}
.latest-articles .team__button {
    position: static;
    transform: translateX(0);
    width: 213px;
}

.join-our-community {
    background: linear-gradient(0deg, #FF0871, #FF0871), radial-gradient(50% 349.76% at 50% 50%, rgba(255, 201, 224, 0.2) 0%, rgba(249, 7, 110, 0.2) 100%);
	padding: 43px 0 80px;
}
.join-our-community .sec-title,
.join-our-community__text-under-title {
	color: #fff;
}
.join-our-community__text-under-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 27.36px;
    letter-spacing: 0.01em;
    margin-top: -6px;
    text-align: center;
}
.join-our-community .wpcf7 {
    margin-top: 32px;
}
.join-our-community__wrap {
	align-items: flex-end;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 541px;
    margin-top: 32px;
}
.join-our-community__wrapField,
.join-our-community__wrap ._x99805049 {
	display: flex;
    flex-flow: column;
    padding-right: 12px;
    width: calc(100% - 129px);
}
.join-our-community__wrapField .wpcf7-not-valid-tip,
.join-our-community__wrap ._error-inner, 
.join-our-community__wrap ._form-thank-you {
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    position: absolute;
}
.join-our-community__wrap ._form-thank-you {
    position: relative;
    text-align: center;
}
.join-our-community__wrap > div {
    width: 100%;
}
.join-our-community__wrap ._button-wrapper {
    width: 129px;
}
.join-our-community__wrap ._form-content  {
    display: flex;
}
.join-our-community__wrapField input,
.join-our-community__wrap input
 {
    border-radius: 8px;
    color: #697077;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    height: 37px;
    padding: 5px 13px;
    text-align: left;
    width: 100%;
}
.join-our-community__wrapSubmit {
    height: 37px;
    flex: 0 0 129px;
    position: relative;
    width: 129px;
}
.join-our-community .wpcf7-spinner {
    bottom: -25px;
    left: -44px;
    position: absolute;
}
.join-our-community__wrapSubmit input,
.join-our-community button,
.join-our-community__wrapSubmit button {
	background-color: #6710FF;
    border-radius: 8px;
    box-shadow: 7.86px 7.86px 0 0 #000;
    color: #fff;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 15.72px;
    font-weight: 400;
    line-height: 37px;
    padding: 0 15px;
	transition: 0.3s ease 0s;
    text-align: center;
    width: 100%;
}
.join-our-community__wrapSubmit input:hover,
.join-our-community button:hover,
.join-our-community__wrapSubmit button:hover {
	background-color: #8844FF;
    box-shadow: 6px 6px 0 0 #000;
}
.join-our-community .wpcf7 .wpcf7-response-output {
    color: #fff !important;
    margin: 60px 0 0 !important;
}

.compare-plans {
    background-color: #fff;
    padding: 34px 36px 18px;
    width: 927px;
    max-width: 100%;
}
.compare-plans__title {
    color: #000;
	font-family: "Alumni Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 35.04px;
    letter-spacing: -0.01em;
    text-align: left;
}
.compare-plans .packages__inner__columns {
	display: flex;
}
.compare-plans .packages__inner__column:nth-child(1) {
	width: 37%;
}
.compare-plans .packages__inner__column:nth-child(2) {
	width: 63%;
}
.packages__inner__column.wrap-footer,
.packages__inner__column.wrap-head {
	display: flex;
}
.packages__inner__column.wrap-head .wrapper-head {
	position: relative;
    width: 50%;
}
.compare-plans .packages__inner-head {
    padding: 13px 64px 5px 19px;
    position: relative;
    width: 100%;
}
.compare-plans .packages__inner__column.wrap-head .packages__inner-head.first-head,
.compare-plans .packages__inner__column.wrap-head .packages__inner-head.two-head {
	overflow: hidden;
}
.compare-plans .packages__inner__column.wrap-head .packages__inner-head::after {
    border-radius: 17.65px 17.65px 0 0;
	box-shadow: 10px 10px 0 0 #000;
    bottom: 0;
	content: '';
    left: 0;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 0;
}
.compare-plans .packages__inner-head.first-head::after {
	background-color: #00E4E7;
}
.compare-plans .packages__inner-head.two-head::after {
	background-color: #FF0070;
}
.compare-plans .packages__inner-head.two-head p,
.compare-plans .packages__inner-head.two-head h3 {
	color: #fff;
}
.compare-plans .packages__inner-head p,
.compare-plans .packages__inner-head h3 {
	position: relative;
    z-index: 1;
}
.compare-plans .packages__inner-head p {
    color: #000;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.compare-plans .packages__inner-head h3 {
    color: #000;
	font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    margin-top: -4px;
    text-align: left;
}
.compare-plans__arrow {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.compare-plans__arrow.original {
    bottom: -44px;
    left: -6px;
}
.compare-plans__arrow.new {
	bottom: -43px;
    left: -33px;
}
.compare-plans .packages__inner {
    box-shadow: none;
    border-radius: 0;
    max-width: 100% !important;
    padding: 0;
    width: 100%;
}
.compare-plans .packages__inner-body {
    padding-bottom: 0;
    padding-top: 0;
}
.compare-plans .packages__inner-name {
    color: #000;
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    max-width: 28%;
    position: relative;
    padding: 13px 28px 11px 0;
    transition: 0.3s ease 0s;
    text-align: left;
}
.active.is-opened .packages__inner-name {
    padding-bottom: 0;
    padding-top: 0;
}
.compare-plans .packages__inner-name:after {
    background: no-repeat center / 100% url('../images/update/compare-plans-arrow.svg');
    content: '';
    height: 26px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    transition: .5s ease transform;
    width: 22px;
}
.compare-plans .packages__inner-body ul {
    margin-top: 0;
}
.compare-plans .packages__inner-body ul li {
    padding: 0;
}
.compare-plans li.is-opened .packages__inner-name:after,
.compare-plans .packages__inner-body ul.slide-list > li:after {
    display: none;
}
.compare-plans .packages__inner-body ul.slide-list > li > ul {
    background: none;
}
.compare-plans .packages__inner-body ul.slide-list:after {
    left: 0;
    height: 1px;
    transform: translate(0, 0);
    width: 100%;
}
.compare-plans .slide-list .packages__inner__columns {
    align-items: center;
	border-bottom: none;
    padding: 0;
}
.compare-plans .packages__inner__column-name {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}
.compare-plans .slide-list .packages__inner__column:nth-child(2) {
	align-items: center;
    display: flex;
    padding-left: 20px;
}
.compare-plans .slide-list .packages__inner__columns:nth-child(odd) .packages__inner__column:nth-child(2) {
	background: rgba(217, 217, 217, 0.3);
    padding-bottom: 2px;
    padding-top: 4px;
}
.compare-plans .slide-list .packages__inner__columns:nth-child(even) .packages__inner__column:nth-child(2) {
    padding-bottom: 5px;
    padding-top: 6px;
}
.compare-plans .packages__inner__column-value {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
	width: 50%;
}

.packages__inner__column.wrap-footer .packages__inner-head {
    padding: 0;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-0 {
    background-color: #00E5E8 !important;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-1 {
    background-color: #EB0065 !important;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-0,
.packages__inner__column.wrap-footer .compare-plans__button.package-0 span {
	color: #000 !important;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-1,
.packages__inner__column.wrap-footer .compare-plans__button.package-1 span {
	color: #fff !important;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-0:hover {
	background-color: #00E4E7;
	box-shadow: 6px 6px 0 0 #000;
}
.packages__inner__column.wrap-footer .compare-plans__button.package-1:hover {
	background-color: #FF0070;
	box-shadow: 6px 6px 0 0 #000;
}
.compare-plans__button {
    align-items: center;
    border-radius: 12px;
    box-shadow: 10px 10px 0 0 #000;
    height: 56px;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0;
    padding: 8px 10px;
    text-align: left;
    transition: 0.3s ease 0s;
    width: 214px;
    max-width: 100%;
}
.compare-plans__button span {
    font-family: "Mona Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    margin-right: 11px;
}



.page-aupdate.forex-to-stocks .container {
    max-width: 1120px;
}

.first-screen {
	background-color: #644EBC;
    padding-bottom: 80px;
    padding-top: 124px;
}
.first-screen__title,
.first-screen__subtitle,
.first-screen__text {
	text-align: center;
    text-transform: uppercase;
}
.first-screen__title {
	color: #F6FAFF;
    font-family: "Alumni Sans", sans-serif;
    font-size: 180px;
    line-height: 104px;
}
.first-screen__subtitle {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 119.5%;
    margin-top: 9px;
}
.first-screen__text {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-top: 24px;
}
.first-screen__buttons {
	display: flex;
    justify-content: center;
    margin-top: 43px;
}
.first-screen__button {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    height: 64px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 29px;
    margin-right: 29px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    width: 209px;
}
.first-screen__button.join-now {
	background-color: #fff;
    color: #644EBC;
}
.first-screen__button.free-trial {
	color: #fff;
}

.sub-nav-menu {
    background-color: #2A1E5D;
    padding-bottom: 24px;
    padding-top: 24px;
}
.sub-nav-menu ul {
	display: flex;
    justify-content: space-between;
}
.sub-nav-menu li:not(:first-child) {
	padding-left: 8px;
}
.sub-nav-menu li:not(:last-child) {
	padding-right: 8px;
}
.sub-nav-menu li a {
	color: #fff;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease 0s;
}
.sub-nav-menu li:not(.active) a {
	opacity: 0.29;
}
.sub-nav-menu li a:hover {
	opacity: 1;
}

.ever-see {
    background-color: #fff;
	padding-bottom: 73px;
    padding-top: 80px;
}
.ever-see__title {
    color: #00253A;
	font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
}
.ever-see__items {
    margin-top: 60px;
}
.ever-see__wrapVideo {
	position: relative;
}
.ever-see__wrapVideo iframe {
    border: none;
    width: 100%;
}
.ever-see__playButton {
    left: 50%;
	height: 54px;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.ever-see__playButton svg {
    max-height: 100%;
    max-width: 100%;
}
.ever-see__content p,
.ever-see__content li {
    color: #00253A;
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.ever-see__content ul,
.ever-see__content ol {
	margin-top: 23px;
}
.ever-see__content li {
    padding-left: 15px;
	position: relative;
}
.ever-see__content li::before {
    background-color: #00253A;
    border-radius: 50px;
	content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}
.ever-see__content h1,
.ever-see__content h2,
.ever-see__content h3,
.ever-see__content h4,
.ever-see__content h5,
.ever-see__content h6 {
	color: #00253A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.ever-see__content h1:not(:first-child),
.ever-see__content h2:not(:first-child),
.ever-see__content h3:not(:first-child),
.ever-see__content h4:not(:first-child),
.ever-see__content h5:not(:first-child),
.ever-see__content h6:not(:first-child) {
	margin-top: 21px;
}
.ever-see__button {
    align-items: center;
	background-color: #513AAD;
    border-radius: 16px;
	color: #fff;
    display: flex;
    justify-content: center;
    height: 49px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    width: 242px;
}

.trade-any-listed {
	background-color: #00141F;
    padding-bottom: 27px;
    padding-top: 73px;
}
.trade-any-listed__title {
	color: #fff;
	font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
}
.trade-any-listed__text {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 57px;
    margin-top: 21px;
    text-align: center;
}
.trade-any-listed__text a {
	color: inherit;
    text-decoration: underline;
}
.trade-any-listed__block {
	border-top: 1px solid #fff;
    padding-top: 21px;
}
.trade-any-listed__blockTitle {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.trade-any-listed__items {
    margin-top: 41px;
}
.trade-any-listed__item {
	padding-bottom: 39px;
    width: 100%;
}
.trade-any-listed__blockWrapTable {
	background-color: #39287B;
}
.trade-any-listed__blockWrapTable table,
.trade-any-listed__blockWrapTable table caption {
    color: #fff;
	text-align: left;
}
.trade-any-listed__blockWrapTable table caption {
	background-color: #291D5A;
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 22px;
    padding-top: 23px;
    text-transform: uppercase;
}
.trade-any-listed__blockWrapTable table th,
.trade-any-listed__blockWrapTable table td {
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.trade-any-listed__blockWrapTable table tr:first-child .name,
.trade-any-listed__blockWrapTable table tr:first-child .desc,
.trade-any-listed__blockWrapTable table tr:first-child .number {
	margin-top: 19px;
}
.trade-any-listed__blockWrapTable table tr:last-child .name,
.trade-any-listed__blockWrapTable table tr:last-child .desc,
.trade-any-listed__blockWrapTable table tr:last-child .number {
	margin-bottom: 28px;
}
.trade-any-listed__blockWrapTable table .name,
.trade-any-listed__blockWrapTable table .desc,
.trade-any-listed__blockWrapTable table .number {
	padding-bottom: 4.5px;
    padding-top: 4.5px;
}
.trade-any-listed__blockWrapTable table .name,
.trade-any-listed__blockWrapTable table .number {
	font-weight: 700;
}
.trade-any-listed__blockWrapTable table caption,
.trade-any-listed__blockWrapTable table .name {
	padding-left: 38px;
}
.trade-any-listed__blockWrapTable table caption,
.trade-any-listed__blockWrapTable table .number {
	padding-right: 38px;
}
.trade-any-listed__blockWrapTable table .desc {
	padding-left: 22px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.trade-any-listed__blockWrapTable table .number {
	color: #E9C10F;
    padding-left: 15px;
    width: 110px;
}
.trade-any-listed__blockInfo p {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: normal;
}
.trade-any-listed__blockInfo p:not(:last-child) {
	margin-bottom: 27px;
}

.terminologies {
    background-color: #4275CB;
	color: #fff;
    padding-bottom: 133px;
    padding-top: 80px;
}
.terminologies__title {
	font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
}
.terminologies__text {
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 28px;
    text-align: center;
}
.terminologies__list {
	display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.terminologies__list li {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
	width: 50%;
}
.terminologies__list li:nth-child(1),
.terminologies__list li:nth-child(2) {
	border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
.terminologies__list li:nth-child(odd) {
    width: 285px;
}
.terminologies__list li:nth-child(even) {
    margin-left: 156px;
	width: calc(100% - 285px - 156px);
}
.terminologies__list li:not(:last-child) {
	margin-bottom: 9px;
}
.terminologies__list li:nth-child(1),
.terminologies__list li:nth-child(2) {
    margin-bottom: 18px;
}
.terminologies__list li h3 {
	font-size: 22px;
    font-weight: 400;
}

.simplify-stocks {
    background-color: #fff;
	color: #00253A;
    padding-bottom: 83px;
    padding-top: 78px;
}
.simplify-stocks__title {
	color: #00253A;
	font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
}
.simplify-stocks__text {
	color: #00253A;
	font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.simplify-stocks__wrapTable {
    background-color: #4275CB;
    border-bottom: 28px solid #4275CD;
	margin-bottom: 50px;
    margin-top: 10px;
}
.simplify-stocks__wrapTable table {
    color: #fff;
	text-align: left;
}
.simplify-stocks__wrapTable table thead {
	background-color: #2D5598;
}
.simplify-stocks__wrapTable .simplify-stocks__td.name,
.simplify-stocks__wrapTable .simplify-stocks__td.desc,
.simplify-stocks__wrapTable .simplify-stocks__td.price,
.simplify-stocks__wrapTable .simplify-stocks__td.number {
    padding-bottom: 4.5px;
    padding-top: 4.5px;
}
.simplify-stocks__td:last-child {
	padding-right: 20px;
}
.simplify-stocks__td {
	font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    vertical-align: middle;
}
.simplify-stocks__td.name {
    padding-left: 38px;
}
.simplify-stocks__td:laast-child {
    padding-right: 38px;
}
.simplify-stocks__wrapTable table thead .simplify-stocks__td,
.simplify-stocks__td.desc {
    font-weight: 400;
}
.simplify-stocks__wrapTable table thead .simplify-stocks__td {
	line-height: 100%;
    padding-bottom: 20px !important;
    padding-top: 19px !important;
}
.simplify-stocks__wrapTable table tbody tr:first-child .simplify-stocks__td span {
	display: block;
    margin-top: 33px;
}
.simplify-stocks__wrapTable table tbody .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.simplify-stocks__bottom p {
	color: #00253A;
	font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.simplify-stocks__bottom p a {
	color: inherit;
	text-decoration: underline;
}
.simplify-stocks__mobileTableInfo {
	color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 21px 12px;
}
.simplify-stocks__mobileTableInfo-block {
	margin-top: 62px;
}
.simplify-stocks__mobileTableInfo-block:nth-child(1),
.simplify-stocks__mobileTableInfo-block:nth-child(2) {
	margin-top: 0;
}
.simplify-stocks__mobileTableInfo-block {
	width: 50%;
}
.simplify-stocks__mobileTableInfo-block:nth-child(even) {
	padding-left: 35px;
}
.simplify-stocks__mobileTableInfo h3 {
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.simplify-stocks__mobileTableInfo p
.simplify-stocks__mobileTableInfo li {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.simplify-stocks__mobileTableInfo ul {
	display: flex;
    flex-wrap: wrap;
   	margin-top: 29px;
}
.simplify-stocks__mobileTableInfo li:nth-child(odd) {
	width: calc(100% - 85px);
}
.simplify-stocks__mobileTableInfo li:nth-child(even) {
    padding-left: 15px;
    width: 85px;
}
.simplify-stocks__mobileTableInfo li:not(:last-child) {
    margin-bottom: 6px;
}

.better-time {
    background-color: #513AAD;
	color: #fff;
    padding-bottom: 81px;
    padding-top: 77px;
}
.better-time__title {
	font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    text-transform: uppercase;
}
.better-time__text {
	font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.better-time__item {
	width: 100%;
}
.better-time__wrapVideo {
    margin-bottom: 22px;
    padding-bottom: 56%;
	position: relative;
}
.better-time__wrapVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}
.better-time__wrapVideo.active::before {
    display: none;
}
.better-time__wrapVideo iframe {
	border: none;
    left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.better-time__itemTitle {
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.better-time__itemText {
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.better-time__button {
    align-items: center;
    background-color: #fff;
	border-radius: 6px;
    color: #000;
    display: flex;
    justify-content: center;
    height: 64px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    width: 100%;
}
.better-time__bottom .better-time__button {
    margin: 51px auto 0;
	max-width: 478px;
}

.page-aupdate .faq {
	background-color: #fff;
    padding-bottom: 110px;
    padding-top: 80px;
}
.page-aupdate .faq__items {
	margin-top: 62px;
}
.page-aupdate .faq .main__subtitle {
    color: #513AAD;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}
.page-aupdate .faq__item-header {
    padding: 33px 70px 26px 0;
}
.page-aupdate .faq .faq__item-body li,
.page-aupdate .faq .main__text p {
    font-size: 20px;
}
.page-aupdate .faq__item-header::after {
    height: 56px;
    transform: translateY(-50%);
    top: 50%;
    width: 56px;
}
.footer__inner-block form
  {
    margin-bottom: 31px;
    margin-top: 12px;
    position: relative;
    width: 100%; 
}
.footer__inner-block .footer-active-campaign ._form-content {
    display: flex;
    flex-wrap: wrap;
}
.footer__inner-block form .wpcf7-spinner {
    background-color: #414141;
    width: 20px;
    height: 20px;
    right: 80px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.footer__inner-block form .wpcf7-form-control-wrap,
.footer__inner-block .footer-active-campaign ._x99805049 {
	width: calc(100% - 80px);
}
.footer__inner-block .footer-active-campaign ._error-inner{
    color: red;
    font-size: 13px;
    margin-top: 10px;
}
.footer__inner-block .footer-active-campaign ._form-thank-you{
    display: block;
    color: green;
}
.footer__inner-block form .wpcf7-form-control-wrap input,
.footer__inner-block .footer-active-campaign input
 {
    border-bottom: 0.79px solid #C1C7CD;
    border-radius: 8px;
    color: #697077;
    font-family: "Roboto", sans-serif;
    font-size: 12.58px;
    font-weight: 400;
    line-height: 140%;
    height: 28px;
    padding-left: 12px;
    padding-right: 25px;
	width: 100%;
}
.footer__inner-block form .wpcf7-submit,
.footer__inner-block .footer-active-campaign button
 {
	background-color: #FF4D9E;
    border-radius: 8px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12.58px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.39px;
    height: 28px;
    margin-left: -15px;
    position: relative;
    width: 95px;
}
.footer__inner-block .wpcf7 form.invalid .wpcf7-response-output,
.footer__inner-block .wpcf7 form.unaccepted .wpcf7-response-output,
.footer__inner-block .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
    font-size: 14px;
    margin: 10px 5px 0 !important;
}
.footer__inner-block .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 1px;
}

.funded-traders__slider .swiper-button-prev {
	left: 35px;
}
.funded-traders__slider .swiper-button-next {
	right: 35px;
}
.latest-articles .home-update__slider-btn {
    margin-top: -15px;
}
.home-update__slider-btn {
    border: 0.79px solid #EB0065;
    border-radius: 100px;
    height: 40px;
    transform: translateY(-50%);
    width: 41px;
}
.home-update__slider-btn.swiper-button-prev svg {
	transform: scale(-1, 1);
}
.home-update__slider-btn::after {
    display: none;
}

@media (max-width: 1780px) {
    
    .our-vision__blockSubtitle {
        left: 25px;
        transform: translateX(0);
    }
}
@media (max-width: 1599px) {
    
	.page-aupdate .hero .container {
        max-width: 1212px;
    }
    .page-aupdate .hero .main__title {
        font-size: 110px;
        line-height: 114px;
    }
    .page-aupdate .hero .main__text {
        font-size: 32.26px;
        line-height: 42.8px;
        margin-top: 25px;
    }
    .page-aupdate .btn-dark-outline {
        margin-top: 12px;
    }
    
    .how-much-catital__arrow {
        top: 22%;
    }
}
/*
@media (min-width: 1441px) {
    
	.latest-articles__illustration {
        right: 50%;
        transform: translateX(50%);
    }
}
*/
@media (max-width: 1440px) {
    
    .funded-traders .funded-traders__slider {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    
    .latest-articles__illustration {
        max-width: 115%;
        right: -8%;
        top: -3%;
    }
}
@media (max-width: 1200px) {

	.our-vision__men {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: -45%;
    }
    
    .how-much-catital__items.width-override .how-much-catital__selectPrice {
        max-width: 460px;
    }
}
@media (max-width: 1100px) {
    
    .hero__content {
        padding-top: 20px;
    }
    .page-aupdate .hero .hero__description {
        padding-bottom: 120px;
       	padding-top: 120px;
    }
    .page-aupdate .hero__img {
        transform: translateX(430px);
    }
    
    .how-much-catital {
        padding-top: 100px;
    }
    .how-much-catital.something-is-selected .how-much-catital__items {
        margin-bottom: 50px;
    }
    .how-much-catital.something-is-selected .how-much-catital__item:nth-child(1) {
        margin-bottom: 0;
    }
    .how-much-catital.something-is-selected .how-much-catital__arrow,
    .how-much-catital__arrow {
        left: auto;
        right: 0;
        top: -100px;
        transform: translateX(0);
    }
    .how-much-catital__items .sec-title,
    .how-much-catital__items .how-much-catital__subtitle {
        text-align: center !important;
    }
    .how-much-catital__items {
        display: flex;
        flex-wrap: wrap;
    }
    /*.how-much-catital__items.price-selected .how-much-catital__selectPrice.day-trade-swing,
    .how-much-catital__items.price-selected .how-much-catital__selectPrice {
        margin-left: auto;
        max-width: 560px;
    }*/
    .how-much-catital__items.price-selected .how-much-catital__wrap-star-now-and-compare {
        justify-content: center;
    }
    .how-much-catital__items .how-much-catital__item:nth-child(1) {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .how-much-catital__items .how-much-catital__item:nth-child(2) {
        margin-top: 50px;
        width: 100% !important;
    }
    .how-much-catital__items .how-much-catital__selectPrice.day-trade-swing,
    .how-much-catital__items .how-much-catital__selectPrice {
        margin-left: auto !important;
    }
    .how-much-catital__items .how-much-catital__wrap-star-now-and-compare {
        justify-content: center !important;
    }
    .how-much-catital__items .how-much-catital__blockPrices .tab-content.content-active,
    .how-much-catital__items .tab-content,
    .how-much-catital__items .how-much-catital__blockPrices {
        justify-content: center !important;
    }
    .how-much-catital__items .how-much-catital__selected-price.tab-content.content-active,
    .how-much-catital__items .how-much-catital__selected-price.tab2-content.content2-active {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 760px;
    }
    .how-much-catital__selected-price .packages__inner {
        margin: 0 auto;
    }
    .how-much-catital__items.width-override .how-much-catital__selectPrice {
        max-width: 100%;
    }
    .how-much-catital__select-trader .how-much-catital__selectPrice {
        max-width: 500px !important;
    }
    
    .events {
        max-width: 1100px;
        margin: 11px -15px 0;
    }
    
    .first-screen__title {
        font-size: 150px;
        line-height: 80px;
    }
    .first-screen__subtitle {
        font-size: 38px;
    }
    .first-screen__text {
        font-size: 18px;
        margin-top: 22px;
    }
    .first-screen__button {
        height: 58px;
        width: 200px;
    }
}
@media (min-width: 1025px) {
    
    .trade-any-listed__blockInfo {
        padding-left: 91px !important;
    }
}
@media (max-width: 1024px) {
    
    .how-much-catital.something-is-selected .how-much-catital__item {
        /*width: calc(100% - 360px);*/
        width: 100%;
    }
    .how-much-catital.something-is-selected .how-much-catital__item:nth-child(2) {
        /*width: 360px;*/
        width: 100%;
    }
    .how-much-catital__select-trader.aggressive-conservative .how-much-catital__selectPrice {
        max-width: 400px;
    }
    .how-much-catital__price.active {
        padding-left: 25px;
    }
    .how-much-catital__price.active:before {
        transform: translateX(-25px);
    }
    .how-much-catital__star-now-btn {
        height: 55px;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 12px;
        width: 210px;
    }
    .how-much-catital__star-now-btn span {
        font-size: 32px;
        line-height: 39.2px;
        margin-right: 15px;
    }
    .how-much-catital__wrap-star-now-and-compare p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .how-much-catital__wrap-star-now-and-compare .compage-link {
        height: 55px;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 10px;
        width: 136px;
    }
    .how-much-catital__selected-price .packages__inner {
        width: 360px;
    }
    .how-much-catital__selected-price .packages__inner-header {
        padding: 20px;
    }
    .how-much-catital__selected-price .main__subtitle.sm {
        font-size: 18px;
    }
    .packages__inner-header .packages__inner-price span {
        font-size: 42px !important;
    }
    .how-much-catital__selected-price .packages__inner-price span,
    .how-much-catital__selected-price .packages__inner-price strong {
        font-size: 44px;
    }
    .how-much-catital__selected-price .packages__inner-body .slide-list > li > span {
        padding: 10px 45px 10px 20px;
    }
    .how-much-catital__selected-price .packages__inner-body ul.slide-list > li > ul > li {
        padding: 3px 20px;
    }
    .packages__inner-body ul.slide-list > li {
        font-size: 16px;
        line-height: 24px;
    }
    .packages__inner-body ul.slide-list > li:after {
        right: 20px;
    }
    .how-much-catital__selected-price .packages__inner-body ul.slide-list > li:after {
        top: 19px !important;
    }
    .how-much-catital__bottomItem:nth-child(2) {
        padding-left: 35px;
    }
    .how-much-catital__bottomItemContent a {
        margin-top: 23px;
    }
    
    .our-clients .sec-title {
        font-size: 58px;
        line-height: 45px;
    }
    
    .get-your-payout__item {
        height: 66.82px;
        width: 182px;
    }
    .get-your-payout__bg {
        left: 50%;
        transform: translateX(-36.4%);
    }
    
    .events__info {
        padding: 13px 15px 5px;
        width: 320px;
    }
    .events__number {
        font-size: 48px;
        line-height: 35.65px;
    }
    .events__infoTitle {
        font-size: 18px;
        line-height: 28px;
    }
    
    .our-clients__subtitle,
    .join-our-community__text-under-title,
    .latest-articles__text-under-title,
    .team__text-under-title {
        font-size: 26px;
        line-height: 44px;
    }
    
    .latest-articles__illustration {
        top: -1%;
    }
    
    .compare-plans .packages__inner-name {
        max-width: 35%;
    }
    
    .terminologies__list li:nth-child(even) {
        margin-left: 80px;
        width: calc(100% - 285px - 80px);
    }
    
    .simplify-stocks__wrapTable {
        border-bottom: 20px solid #4275CD;
    }
    .simplify-stocks__wrapTable table tbody tr:first-child .simplify-stocks__td span {
        margin-top: 20px;
    }
    .simplify-stocks__td.name {
        padding-left: 25px;
    }
    
    .sub-nav-menu {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    .sub-nav-menu li a {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    
	.trade-any-listed__items {
        display: flex;
    }
    .trade-any-listed__item:nth-child(1) {
        width: 49%;
    }
    .trade-any-listed__item:nth-child(2) {
        width: 51%;
    }
    .trade-any-listed__blockInfo {
        padding-left: 50px;
    }
}
@media (max-width: 991px) {
    
    .how-much-catital__click-arrow {
        left: 93px;
        top: 16px;
    }
}
@media (min-width: 961px) {
    
	.our-vision {
        overflow: hidden;
    }
}
@media (max-width: 960px) {
    
    .education__wrap-illustration {
        margin: 64px auto 78px;
    }
    .education__bottom {
        padding-bottom: 0;
    }
    .education__bottom .wrap {
        padding-bottom: 23px;
    }
	
    .our-vision__item:nth-child(1) {
        width: 100%;
    }
    .our-vision__item:nth-child(2) {
        width: 100%;
    }
    .our-vision__arrow {
        bottom: -45px;
        height: auto;
        right: -42px;
        top: auto;
        z-index: 0;
    }
    .our-vision__men {
        display: none;
    }
    
    .compare-plans .packages__inner-head {
        width: 108%;
    }
    .compare-plans__button {
        width: 92%;
    }
}
@media (max-width: 860px) {
    
    .how-much-catital.something-is-selected .how-much-catital__items {
        flex-wrap: wrap;
    }
	.how-much-catital.something-is-selected .how-much-catital__item:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .how-much-catital.something-is-selected .how-much-catital__item:nth-child(2) {
        width: 100%;
    }
    .how-much-catital__selected-price .packages__inner {
        margin: 50px auto 0;
        max-width: 100% !important;
    }
    .how-much-catital__items.width-override .how-much-catital__item:nth-child(2) {
        margin-top: 0;
    }
    
    .compare-plans__title {
        padding: 25px 35px 0;
    }
    .compare-plans .packages__inner-head h3 {
        font-size: 27px;
        line-height: 43px;
    }
    .compare-plans .packages__inner-head p {
        font-size: 13px;
        line-height: 20px;
    }
    .compare-plans .packages__inner-head {
        padding: 10px 58px 3px 15px;
    }
    .compare-plans__button {
        font-size: 16px;
        line-height: 16px;
        padding: 8px;
    }
    .compare-plans__button span {
        font-size: 24px;
        line-height: 30.4px;
        margin-right: 8px;
    }
    
    .first-screen__title {
        font-size: 100px;
        line-height: 50px;
    }
    .first-screen__subtitle {
        font-size: 25px;
    }
    .first-screen__text {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (min-width: 841px) {
	
    .simplify-stocks__wrapTable.desktop .simplify-stocks__mobileTableInfo {
    	display: none;
    }
}
@media (max-width: 840px) {
	
    .simplify-stocks__wrapTable.desktop table {
    	display: none;
    }
}
@media (max-width: 800px) {
    
    .page-aupdate .hero .main__title {
        font-size: 66px;
        line-height: 85px;
    }
    .page-aupdate .hero .main__text {
        font-size: 24.26px;
        line-height: 1.3;
        margin-top: 10px;
    }
    
    .ever-see__title br {
        display: none;
    }
}
@media (min-width: 768px) {
	
	.events__event:hover {
        box-shadow: 10.01px 10.01px 0px 0px #B1DECF;
    }
    
    .first-screen {
        padding-top: 100px;
    }
    
    .ever-see__items {
        display: flex;
    }
    .ever-see__item {
        width: 50%;
    }
    .ever-see__item:nth-child(1) {
        order: 1;
    }
    .ever-see__item:nth-child(2) {
    	padding-right: 22px;
    }
    .ever-see__wrapVideo iframe,
    .ever-see__playButton {
        margin-top: -19px;
    }
}
@media (max-width: 767px) {
    
    .which-evaluation__items {
        display: block;
    }
    .which-evaluation__item {
        margin: 50px 0 0;
        width: 100%;
    }
    
    .events-section {
        padding-bottom: 0;
    }
    .events {
        margin: 27px -15px 0;
    }
    .events__event {
        display: none !important;
        margin: 0;
        padding-bottom: 57% !important;
    }
    .events__event:nth-child(1),
    .events__event:nth-child(2),
    .events__event:nth-child(3) {
        display: flex !important;
    }
	.events__event:nth-child(1),
    .events__event:nth-child(2),
    .events__event:nth-child(3),
    .events__event:nth-child(4) {
        width: 100%;
    }
    .events .events__event:nth-child(1) .events__info,
    .events .events__event:nth-child(2) .events__info,
    .events .events__event:nth-child(3) .events__info,
    .events .events__event:nth-child(4) .events__info {
        border-radius: 0 25px 0 0;
        left: 0;
        right: auto;
        width: 320px;
    }
    
    .compare-plans .packages__inner__column:nth-child(1) {
        width: 35%;
    }
    .compare-plans .packages__inner__column:nth-child(2) {
        width: 65%;
    }
    .compare-plans .packages__inner-name {
        max-width: 38%;
    }
    
    .ever-see__item:nth-child(1) {
        margin-bottom: 30px;
    }
    .ever-see__wrapVideo {
        padding-bottom: 56%;
    }
    .ever-see__wrapVideo iframe {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
    }
    
    .sub-nav-menu li a {
        font-size: 18px;
    }
}
@media (min-width: 721px) {
    
    .better-time__items {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 60px -15px 0;
	}
	.better-time__item {
		display: flex;
        flex-direction: column;
        max-width: 500px;
        margin: 0 15px 80px;
		width: calc(50% - 30px);
    }
    .better-time__button {
    	margin-top: auto;
    }
}
@media (max-width: 720px) {

    .how-much-catital__bottomItems {
        flex-wrap: wrap;
    }
	.how-much-catital__bottomItem:nth-child(1),
    .how-much-catital__bottomItem:nth-child(2) {
        padding-left: 0;
        width: 100%;
    }
    .how-much-catital__bottomBlock {
        margin: 0 auto 27px;
    }
    .how-much-catital__bottomItemContent h3 {
        font-size: 40px;
        line-height: 29.2px;
        text-align: center;
    }
    .how-much-catital__bottomItemContent p {
        font-size: 18px;
        line-height: 21.6px;
        margin-top: 23px;
        text-align: center;
    }
    .how-much-catital__bottomItemContent a {
        height: 55px;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        margin-left: auto;
        margin-right: auto;
        width: 188px;
    }
    .how-much-catital__bottomItemContent a span {
        font-size: 27.08px;
        line-height: 40.62px;
        margin-right: 17px;
    }
    
    .terminologies__list li:nth-child(odd) {
        width: 235px;
    }
    .terminologies__list li:nth-child(even) {
        margin-left: 40px;
        width: calc(100% - 235px - 40px);
    }
    
    .better-time__items {
        margin-top: 50px;
    }
    .better-time__item {
        margin-bottom: 51px;
    }
}
@media (max-width: 640px) {
    
	.latest-articles__illustration {
        max-width: 100%;
        left: auto;
        transform: translateX(0);
        right: 0;
        top: -8%;
        width: 100%;
    }
    
    .how-much-catital__wrap-star-now-and-compare {
        display: none;
    }
    .how-much-catital.something-is-selected .how-much-catital__wrap-star-now-and-compare {
        margin-top: 20px;
    }
    .how-much-catital.something-is-selected .how-much-catital__wrap-star-now-and-compare.choice-is-made {
        display: flex;
    }
    .how-much-catital__bottomItems {
        margin-top: 60px;
    }
    .how-much-catital:not(.third-option-was-chosen) .how-much-catital__items {
        margin-bottom: 100px;
    }
    
    .compare-plans {
        padding: 15px 12px 18px;
    }
    .compare-plans .packages__inner__column:nth-child(1) {
        width: 96px;
    }
    .compare-plans .packages__inner__column:nth-child(2) {
        width: calc(100% - 96px);
    }
    .compare-plans__title {
        font-size: 32px;
        line-height: 23.36px;
        padding: 16px 12px 0;
    }
    .compare-plans .packages__inner-head {
        padding: 10px 60px 4px 13px;
        width: 125%;
    }
    .compare-plans__arrow.original {
        left: -4px;
    }
    .compare-plans__arrow.new {
        left: -2px;
    }
    .compare-plans .packages__inner-head p {
        font-size: 12px;
        line-height: 18px;
    }
    .compare-plans .packages__inner-head h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .compare-plans .slide-list .packages__inner__column:nth-child(2) {
        padding-left: 12px;
    }
    .compare-plans .slide-list .packages__inner__columns:nth-child(even) .packages__inner__column:nth-child(2) {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .compare-plans .slide-list .packages__inner__columns:nth-child(odd) .packages__inner__column:nth-child(2) {
        padding-bottom: 5px;
        padding-top: 6px;
    }
    .compare-plans .packages__inner-body:before {
        background: #D9D9D9;
        content: '';
        display: block;
        left: 0;
        height: 1px;
        position: relative;
        transform: translate(0, 0);
        width: 100%;
    }
    .compare-plans .packages__inner-name {
        font-size: 11px;
        line-height: 14px;
        max-width: 96px;
        padding: 9px 28px 9px 0;
    }
    .active.is-opened .packages__inner-name {
        padding-top: 5px;
    }
    .compare-plans .packages__inner__column-name {
        font-size: 12px;
        line-height: 16px;
    }
    .compare-plans .packages__inner__column-value {
        font-size: 12px;
        line-height: 20px;
    }
    .compare-plans__button span {
        font-size: 24px;
        line-height: 28.8px;
    }
    .compare-plans__button {
        font-size: 14px;
        line-height: 14px;
        margin: 20px 0 12px;
    }
    
    
    .first-screen {
        padding-bottom: 49px;
        padding-top: 75px;
    }
    .first-screen__title {
        font-size: 80px;
        line-height: 60px;
    }
    .first-screen__subtitle {
        font-size: 22px;
        margin-top: 11px;
    }
    .first-screen__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 119.5%;
        margin-top: 16px;
    }
    .first-screen__buttons {
        margin: 50px -19px 0;
    }
    .first-screen__button {
        height: 47px;
        margin-left: 19px;
        margin-right: 19px;
    }
    
    .sub-nav-menu {
        display: none;
    }
    
    .ever-see {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .ever-see__title {
        font-size: 30px;
        line-height: 1.2;
    }
    .ever-see__title br {
        display: block;
    }
    .ever-see__items {
        margin-top: 30px;
    }
    .ever-see__content p,
    .ever-see__content li,
    .ever-see__content h1,
    .ever-see__content h2,
    .ever-see__content h3,
    .ever-see__content h4,
    .ever-see__content h5,
    .ever-see__content h6 {
        font-size: 16px;
    }
    .ever-see__content h1:not(:first-child),
    .ever-see__content h2:not(:first-child),
    .ever-see__content h3:not(:first-child),
    .ever-see__content h4:not(:first-child),
    .ever-see__content h5:not(:first-child),
    .ever-see__content h6:not(:first-child) {
        margin-top: 20px;
    }
    .ever-see__content ul,
    .ever-see__content ol {
        margin-top: 18px;
    }
    .ever-see__playButton {
        height: 34px;
    }
    
    .trade-any-listed {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .trade-any-listed__title {
        font-size: 30px;
    }
    .trade-any-listed__text {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 63px;
        margin-top: 23px;
    }
    .trade-any-listed__text a {
        font-weight: 600;
    }
    .trade-any-listed__block {
        padding-top: 14px;
    }
    .trade-any-listed__blockTitle {
        font-size: 16px;
    }
    .trade-any-listed__items {
        margin-top: 25px;
    }
    .trade-any-listed__item {
        padding-bottom: 23px;
    }
    .trade-any-listed__item:nth-child(2) {
        padding-bottom: 64px;
    }
    .trade-any-listed__blockWrapTable table caption {
        font-size: 14.42px;
        padding-bottom: 14px;
        padding-top: 14px;
    }
    .trade-any-listed__blockWrapTable table th,
    .trade-any-listed__blockWrapTable table td {
        font-size: 16px;
    }
    .trade-any-listed__blockWrapTable table caption,
    .trade-any-listed__blockWrapTable table .number {
        padding-right: 15px;
    }
    .trade-any-listed__blockWrapTable table caption {
        padding-left: 25px;
    }
    .trade-any-listed__blockWrapTable table .name {
        padding-left: 13px;
    }
    .trade-any-listed__blockWrapTable table .desc {
        padding-left: 11px;
    }
    .trade-any-listed__blockWrapTable table .number {
        padding-left: 8px;
        width: 72px;
    }
    .trade-any-listed__blockWrapTable table .name,
    .trade-any-listed__blockWrapTable table .desc,
    .trade-any-listed__blockWrapTable table .number {
        padding-bottom: 3.5px;
        padding-top: 3.5px;
    }
    .trade-any-listed__blockWrapTable table tr:first-child .name,
    .trade-any-listed__blockWrapTable table tr:first-child .desc,
    .trade-any-listed__blockWrapTable table tr:first-child .number {
        margin-top: 10px;
    }
    .trade-any-listed__blockWrapTable table tr:last-child .name,
    .trade-any-listed__blockWrapTable table tr:last-child .desc,
    .trade-any-listed__blockWrapTable table tr:last-child .number {
        margin-bottom: 20px;
    }
    .trade-any-listed__blockInfo p {
        font-size: 16px;
    }
    .trade-any-listed__blockInfo p:not(:last-child) {
        margin-bottom: 23px;
    }
    
    .terminologies {
        padding-bottom: 57px;
        padding-top: 50px;
    }
    .terminologies__title {
        font-size: 30px;
    }
    .terminologies__text {
        margin-top: 14px;
    }
    .terminologies__list {
        margin-top: 67px;
    }
    .terminologies__list li:nth-child(1),
    .terminologies__list li:nth-child(2) {
        padding-bottom: 4px;
    }
    .terminologies__list li,
    .terminologies__list li h3 {
        font-size: 16px;
    }
    .terminologies__list li:nth-child(odd) {
        width: 130px;
    }
    .terminologies__list li:nth-child(even) {
        width: calc(100% - 130px - 40px);
    }
    .terminologies__list li:not(:last-child) {
        margin-bottom: 12px;
    }
    
    .simplify-stocks {
        padding-bottom: 49px;
        padding-top: 50px;
    }
    .simplify-stocks__title {
        font-size: 30px;
    }
    .simplify-stocks__text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .simplify-stocks__wrapTable {
        margin-bottom: 36px;
        margin-top: 49px;
    }
    .simplify-stocks__mobileTableInfo-block {
        width: 100%;
    }
    .simplify-stocks__mobileTableInfo-block:nth-child(even) {
        padding-left: 0;
    }
    .simplify-stocks__mobileTableInfo-block:nth-child(2) {
        margin-top: 62px;
    }
    .simplify-stocks__bottom p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .better-time {
        padding-bottom: 71px;
        padding-top: 50px;
    }
    .better-time__title {
        font-size: 30px;
    }
    .better-time__text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 17px;
    }
    .better-time__items {
        margin-top: 29px;
    }
    .better-time__wrapVideo {
        margin-bottom: 16px;
    }
    .better-time__itemTitle {
        font-size: 16px;
        line-height: 24px;
    }
    .better-time__itemText {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
        margin-top: 0;
    }
    .better-time__button {
        height: 45px;
        font-size: 16px;
    }
    .better-time__bottom {
    	margin-top: -6px;
    }
    .better-time__bottom .better-time__text {
        margin-top: 16px;
    }
    .better-time__bottom .better-time__button {
        margin-top: 23px;
        max-width: 100%;
    }
    
    .page-aupdate .faq {
        padding-bottom: 74px;
        padding-top: 45px;
    }
    .page-aupdate .faq__items {
        margin-top: 41px;
    }
    .page-aupdate .faq .main__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    .page-aupdate .faq__item-header {
        padding: 3px 45px 2px 0;
    }
    .page-aupdate .faq__item-header::after {
        height: 36px;
        width: 36px;
    }
    .page-aupdate .faq__item {
        border-bottom: none;
    }
    .page-aupdate .faq .faq__item-body li,
    .page-aupdate .faq .main__text p {
        font-size: 16px;
    }
    .page-aupdate .faq .main__text p {
        margin-bottom: 18px;
    }
    .page-aupdate .faq__item-body ul {
        margin-bottom: 18px;
        margin-top: 0;
    }
    .page-aupdate .faq__item-body.main__text {
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    
	.how-much-catital__items.width-override .how-much-catital__selectPrice.day-trade-swing,
    .how-much-catital__items.width-override .how-much-catital__selectPrice {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    
    .sec-title .mobile {
    	display: none;
    }
    
    .our-clients .sec-title br {
        display: none;
    }
}
@media (max-width: 575px) {
    
    .page-aupdate.flex-block-on-mobile {
    	display: flex;
        flex-direction: column;
    }
	
    .sec-title {
        font-size: 40px;
        line-height: 44px;
    }
    .sec-title .desktop {
    	display: none;
    }
    .sec-title .mobile {
    	text-transform: none;
    }
    
    .page-aupdate .hero .hero__description {
        padding-bottom: 72px;
        padding-top: 27px;
    }
    .page-aupdate .hero__content {
        padding-top: 29px;
    }
    .page-aupdate .hero .main__title {
        font-size: 80px;
        line-height: 96px;
    }
    .page-aupdate .hero .main__text {
        font-size: 24px;
        line-height: 28px;
    }
    .page-aupdate .hero__actions {
        flex-wrap: nowrap;
        margin-top: 14px;
        max-width: 100%;
    }
    .page-aupdate .hero .btn-white {
        border-radius: 8px;
        font-size: 18px;
        line-height: 18px;
        height: 56px;
        margin-right: 8px;
        min-width: auto;
        text-transform: none;
        width: 162px;
    }
    .page-aupdate .btn-dark-outline {
        border-radius: 8px;
        height: 56px;
        font-size: 18px;
        line-height: 18px;
        margin-top: 12px;
        margin-left: 8px;
        max-width: 185px;
        min-width: auto;
        text-transform: none;
        width: 185px;
    }
    .page-aupdate .hero__img {
        left: 85px;
        right: auto;
        transform: translateX(0);
    }
    
    .running-icons {
   	 	align-items: center;
        height: 73px;
    }
    .running-icons div {
        height: 48px;
    }
    
    .how-much-catital {
        padding-bottom: 0;
        padding-top: 12px;
    }
    .how-much-catital:not(.third-option-was-chosen) .how-much-catital__items {
        margin-bottom: 12px;
    }
    .how-much-catital .sec-title {
        font-size: 51px;
        line-height: 56px;
        font-weight: 800;
        padding-left: 10px;
        padding-right: 10px;
    }
    .how-much-catital .sec-title br {
        display: none;
    }
    .how-much-catital__selectPrice.day-trade-swing .how-much-catital__price {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .how-much-catital__price {
        font-size: 11px;
        line-height: 22px;
        height: 47px;
        padding: 0;
    }
    .how-much-catital__selectPrice {
        height: 47px;
        margin: 12px auto 0;
    }
    .how-much-catital__click-arrow {
        height: auto;
    }
    .how-much-catital__subtitle {
        font-size: 16px;
        line-height: 21px;
    }
    .how-much-catital__items.price-selected .how-much-catital__item:nth-child(2) {
        padding-bottom: 20px;
    }
    .how-much-catital__wrapBlockPrices.two-columns .packages__inner-header,
    .how-much-catital__wrapBlockPrices.two-columns .packages__inner-body ul.slide-list > li > ul > li,
    .how-much-catital__wrapBlockPrices.two-columns .packages__inner-body .slide-list > li > span {
        padding-left: 17px;
        padding-right: 17px;
    }
    .how-much-catital__select-trader.buttons-day-swing-trader {
    	max-width: 290px;
        margin: 20px auto 0;
    }
    .how-much-catital__select-trader .how-much-catital__selectPrice {
        margin-top: 10px;
        max-width: 300px;
    }
    .how-much-catital__select-trader.aggressive-conservative .how-much-catital__selectPrice {
        max-width: 300px;
    }
    .how-much-catital__price.active {
        padding-left: 6px;
    }
    .how-much-catital__price.active:before {
        display: none;
    }
    .how-much-catital__selected-price .packages__inner-header {
        padding: 10px 20px 15px;
    }
    .how-much-catital__selected-price .main__subtitle.sm {
        font-size: 14px;
        line-height: 21px;
    }
    .how-much-catital__selected-price .packages__inner-price span,
    .how-much-catital__selected-price .packages__inner-price strong {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .how-much-catital__selected-price .packages__inner-price span {
    	top: 0;
    }
    .how-much-catital.something-is-selected .how-much-catital__wrap-star-now-and-compare {
        margin-top: 40px;
    }
    .how-much-catital__selected-price .packages__inner {
        margin-top: 25px;
    }
    .how-much-catital__star-now-btn {
        border-radius: 12px;
        height: 47px;
        font-size: 16px;
        line-height: 22.4px;
        padding: 5px 8px;
        width: 163px;
    }
    .how-much-catital__star-now-btn span {
        font-size: 27.08px;
        line-height: 40.62px;
        margin-right: 8px;
    }
    .how-much-catital.something-is-selected .how-much-catital__wrap-star-now-and-compare.choice-is-made {
    	margin-bottom: -112px;
    }
    .how-much-catital__wrap-star-now-and-compare {
        margin-top: 26px;
        z-index: 2;
    }
    .how-much-catital__wrap-star-now-and-compare p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .how-much-catital__bottomBlock {
        min-height: 225px;
        width: 280px;
    }
    .how-much-catital__selected-price .packages__inner {
        border-radius: 12px;
        box-shadow: 6px 6px 0 0 #000;
    }
    .how-much-catital__bottomBlockContent > div {
        padding: 12px 12px 12px 19px;
    }
    .how-much-catital__bottomBlockContent h3 {
        font-size: 56.5px;
        line-height: 42.94px;
        margin-top: 9px;
    }
    .how-much-catital__bottomBlockContent p:not(.how-much-catital__bottomBlockContent-video-duration) {
        font-size: 14.92px;
        line-height: 13.88px;
    }
    .how-much-catital__bottomBlockContent-video-duration {
        border-radius: 2.79px;
        font-size: 13.15px;
        line-height: 10.65px;
        margin: 6px 0 0 auto;
        padding: 2px 3px;
    }
    .how-much-catital__bottomItemContent a {
        border-radius: 10.32px;
        box-shadow: 6.45px 6.45px 0 0 #000;
    }
    .how-much-catital__bottom {
        margin-top: 44px;
    }
    .how-much-catital__bottom .container {
        height: 39px;
    }
    .how-much-catital__bottomLink {
        font-size: 13.32px;
        font-weight: 600;
        line-height: 18.65px;
    }
    .how-much-catital.something-is-selected .how-much-catital__arrow,
    .how-much-catital__arrow {
        top: -80px;
        z-index: -1;
    }
    .how-much-catital__bg {
        left: auto;
        transform: translateX(0);
        right: 0;
        top: 12px;
    }
    .how-much-catital__wrap-star-now-and-compare .compage-link {
        height: 47px;
        font-size: 16px;
        line-height: 21px;
        padding: 6px;
        width: 106px;
    }
    .how-much-catital__select-trader .how-much-catital__selectPrice {
        max-width: 100% !important;
    }
    .how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price span,
    .how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price strong {
        font-size: 28px !important;
    }
    
    .which-evaluation {
        background: #8F6BDF;
        padding-bottom: 24px;
        padding-top: 40px;
    }
    .which-evaluation__items {
        margin-top: 24px;
    }
    .which-evaluation__item:first-child {
        margin-top: 0;
    }
    .which-evaluation__item:not(:first-child) {
        margin-top: 48px;
    }
    .which-evaluation__wrapVideo {
        margin-bottom: 24px;
    }
    .which-evaluation__duration {
        bottom: 9px;
        font-family: "Alumni Sans", sans-serif !important;
        font-size: 18.07px !important;
        line-height: 14.63px !important;
        padding: 3px 5px 2px;
        right: 17px;
    }
    .which-evaluation__item h3 {
        text-align: center;
    }
    .which-evaluation__item p {
        font-size: 18px;
        line-height: 21.06px;
        margin-top: 24px;
        text-align: center;
    }
    
    .funded-traders {
        padding: 51px 0 55px;
    }
    .funded-traders .funded-traders__slider {
        padding-top: 40px;
    }
    .funded-traders__sliderWrapImage {
        padding-bottom: 113%;
    }
    .funded-traders .swiper-slide.swiper-slide-active {
        margin-top: -4px;
    }
    .funded-traders__play {
        height: 48px;
        width: 48px;
    }
    .funded-traders__strips {
        bottom: 0;
        left: auto;
        right: -11px;
        transform: translateX(0);
        top: auto;
    }
    .funded-traders__slideWrapInfo {
        padding: 7px 10px 10px;
    }
    .funded-traders__slideName {
        font-size: 16px;
        line-height: 22.4px;
    }
    .funded-traders__slidePosition {
        font-size: 18px;
        line-height: 19.62px;
        margin-top: -2px;
    }
    .funded-traders__slidePrice {
        font-size: 18px;
        line-height: 19.62px;
        margin-top: 1px;
    }
    
    .our-vision {
        overflow: visible;
        padding: 40px 32px 66px;
    }
    .our-vision .sec-title {
        text-align: left;
    }
    .our-vision__blockSubtitle {
        font-size: 18px;
        line-height: 25.2px;
        margin-bottom: -1px;
        text-align: left;
    }
    .our-vision__items {
        margin-top: -9px;
    }
    .our-vision__blockInfo {
    	padding-top: 20px;
    }
    .our-vision__blockInfo p,
    .our-vision__blockInfo p.our-vision__blockName {
        font-size: 16px;
        line-height: 22.4px;
    }
    .our-vision__blockInfo p strong,
    .our-vision__blockInfo p.our-vision__blockName {
        font-weight: 300;
    }
    .our-vision__blockInfo p.our-vision__blockName {
        margin-top: 22px;
    }
    
    .our-clients {
    	background-color: #F9F9FA;
    }
    .our-clients .container {
        padding-top: 6px;
    }
    .our-clients .sec-title {
        font-size: 40px;
        line-height: 35px;
    }
    .our-clients__subtitle {
        font-size: 18px;
        line-height: 24.12px;
        margin-top: 5px;
    }
    .our-clients__seal {
        height: 90px;
        right: 15px;
        top: 1px;
    }
    
    .get-your-payout {
        background: #EFECF9;
    	padding: 34px 0 47px;
    }
    .get-your-payout .sec-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }
    .get-your-payout__items {
        margin: 10px -8px 0;
    }
    .get-your-payout__item {
        box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.1);
        height: 47px;
        margin-left: 6px;
    	margin-right: 6px;
    	width: 118px;
    }
    
    .education {
        padding: 40px 0 0;
    }
    .education__wrap-illustration {
        margin: 55px auto 28px;
    }
    .light-sweep img {
        width: 100%;
    }
    .education__circle {
    	display: none;
    }
    
    .events-section {
        padding-top: 39px;
    }
    .events-section .container {
        display: flex;
    	flex-direction: column;
    }
    .events-section__subtitle {
        color: #21272a;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        margin: 1px 0 0;
        text-transform: capitalize;
    }
    .events-section .sec-title {
        order: -1;
    }
    .events {
        margin-top: 16px;
    }
    .events__event {
        padding-bottom: 60.2%;
    }
    .events .events__event:nth-child(1) .events__info,
    .events .events__event:nth-child(2) .events__info,
    .events .events__event:nth-child(3) .events__info,
    .events .events__event:nth-child(4) .events__info,
    .events__info {
        border-radius: 0 16px 0 0;
        box-shadow: 8.37px 8.37px 0px 0px #163939;
        padding: 6px 14px 6px;
        width: 247.18px;
    }
    .events__number {
        font-size: 32px;
        line-height: 25.92px;
    }
    .events__infoTitle {
        font-size: 13.15px;
        line-height: 19.72px;
    }

    .vod-library {
        padding-bottom: 80px;
        padding-top: 74px;
    }
    .vod-library .sec-title {
        text-transform: uppercase;
    }
    .vod-library .team__text-under-title {
        margin-bottom: 17px;
    }
    .vod-library .team__button {
        margin: 26px auto 0;
        width: 188px;
    }

    .vod-library__slider .funded-traders__sliderWrapImage .funded-traders__play {
        opacity: 1;
    }
    
    .team {
        padding: 33px 0;
    }
    .team__text-under-title {
        margin-bottom: 20px;
        margin-top: -3px;
    }
    .join-our-community__text-under-title,
    .latest-articles__text-under-title,
    .team__text-under-title {
        font-size: 20.63px;
        line-height: normal;
    }
    .team__bg {
        padding-bottom: 115%;
    }
    .team__button {
        box-shadow: 6.45px 6.45px 0px 0px #000;
        font-size: 16px;
        line-height: 22.4px;
        height: 55px;
        bottom: 61px;
        width: 189px;
    }
    
    .latest-articles {
        background-color: #fff;
        order: 1;
        padding: 40px 0;
    }
    .latest-articles__text-under-title {
        margin-top: 0;
    }
    .latest-articles-slider {
        margin-bottom: 18px;
        margin-top: 21px;
    }
    .latest-articles__previewWrapInfo {
        padding: 17px 12px 12px;
    }
    .latest-articles__previewTitle {
        font-size: 16px;
        line-height: 17.6px;
        margin: 2px 0 9px;
    }
    .latest-articles__previewText {
        font-size: 12px;
        line-height: 16.8px;
    }
    .latest-articles__previewBottom {
        padding-top: 34px;
    }
    .latest-articles .team__button {
        height: 47px;
        width: 174px;
    }
    
    .join-our-community {
        order: 1;
        padding: 51px 0 54px;
    }
    .join-our-community .sec-title {
        font-size: 50px;
        line-height: 44px;
    }
    .join-our-community__text-under-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 3px;
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }
    .join-our-community .wpcf7 {
        margin-top: 23px;
    }
    .join-our-community__wrap {
        flex-wrap: wrap;
        max-width: 700px;
    }
    .join-our-community__wrapField {
        padding-right: 0;
        width: 100%;
    }
    .join-our-community__wrapField:nth-child(2) {
        padding-right: 0;
        width: calc(49% - 2px);
    }
    .join-our-community__wrapField label {
        font-size: 12.9px;
        line-height: 18.5px;
        margin-bottom: 2px;
    }
    .join-our-community__wrapField input {
        border-radius: 8px;
        font-size: 12px;
        line-height: 14.44px;
        height: 30.95px;
		padding: 7.74px 10.32px;
    }
    .join-our-community__wrapField .wpcf7-not-valid-tip {
        font-size: 9px;
        padding-top: 2px;
    }
    .join-our-community__wrapSubmit {
        height: 48px;
        flex: 0 0 175px;
        margin: 24px auto 0;
        width: 175px;
    }
    .join-our-community__wrapSubmit input,
    .join-our-community__wrapSubmit button {
        background-color: #6710FF;
        border-radius: 8px;
    }
    .join-our-community__wrapSubmit button {
        box-shadow: 6.45px 6.45px 0px 0px #000;
    }
    .join-our-community .wpcf7-spinner {
        bottom: auto;
        left: 50%;
        margin: 0;
        top: -28px;
        transform: translateX(-50%);
    }
    .join-our-community .wpcf7 .wpcf7-response-output {
        font-size: 13px;
        margin: 40px 0 0 !important;
    }
}
@media (max-width: 540px) {
    
	.ever-see__title br {
        display: none;
    }
}
@media (max-width: 480px) {

    .ever-see__button {
        width: 100%;
    }
}
@media (max-width: 400px) {
	.how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price span,
    .how-much-catital__wrapBlockPrices.two-columns .how-much-catital__selected-price .packages__inner-price strong {
        font-size: 26px !important;
    }
}