/*
Theme Name: AiStakes
Author URI: https://t.me/andreevic_h
Author: Andrey Andreevich
*/

/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */

:root {
    --font-body-m: 16px;
    --font-body-l: 20px;
    --font-title-m: 24px;
    --font-title-l: 32px;
    --font-headline-m: 40px;
    --font-headline-l: 48px;
    --font-display-m: 46px;
    --font-display-l: 96px;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*::-webkit-scrollbar{
    width: 0px;
    background: transparent;
    display: none;
}
html,body{
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

#_page {
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
    -webkit-transition: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.page--loaded #_page {
    opacity: 1;
}

h1,h2,h3,h4,h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.container {
    max-width: 1280px;
    padding:0 40px;
    margin: 0 auto;
}

.scroll-content {
}

#magic-cursor {
    display: none!important;
}
.tt-ol-menu-active #tt-header {
    margin-left: 0;
}

header .menu {
    display: flex;
    pointer-events: auto;
    gap: 20px;
    align-items: center;
}

header .col-middle {margin-left: auto;}

header .menu .tt-btn > * {
}

header .menu a {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    transition: color .2s;
}
footer .menu a:hover,
header .menu a:hover {
    color: #00aced!important;
}
footer .social-menu a:hover svg path {
    fill:  #00aced;
}
header .menu a img {
    width: 22px;
}
header .menu a.icon {
    line-height: 0;
}

.bg-noise {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    pointer-events: none;
    overflow: hidden;
}
.bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: -1;
    pointer-events: none;
    background-image: url('assets/images/bg-noise.png');
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
    0% { transform: translate3d(0, 9rem, 0) }
    10% { transform: translate3d(-1rem, -4rem, 0) }
    20% { transform: translate3d(-8rem, 2rem, 0) }
    30% { transform: translate3d(9rem, -9rem, 0) }
    40% { transform: translate3d(-2rem, 7rem, 0) }
    50% { transform: translate3d(-9rem, -4rem, 0) }
    60% { transform: translate3d(2rem, 6rem, 0) }
    70% { transform: translate3d(7rem, -8rem, 0) }
    80% { transform: translate3d(-9rem, 1rem, 0) }
    90% { transform: translate3d(6rem, -5rem, 0) }
    to { transform: translate3d(-7rem, 0, 0) }
}

.s-home--start {
    background: url('assets/images/home/bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.s-home--start-section {
    /*min-height: 2549px; !* 1549px; *!*/
    /*padding-top: 40vh;*/
    margin-bottom: -3px;
}

.s-home--start .ph-image-inner {
    top: -200px;
}

.s-home--start-section h1 {
    font-weight: 250;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
}

.s-home--start-section h1 b {
    font-weight: 700;
}

.s-home--start-section .s-wrap {
    display: grid;
    grid-template-columns: 682px auto;
    position: absolute;
    z-index: 9;
    top: 300px;
}

.s-home--start-section .s-wrap .col-left > .ph-caption {
    display: grid;
    gap: 40px;
}

.s-home--start-section .s-wrap .col-left p {
    font-size: 24px;
    line-height: 120%;
    max-width: 420px;
    margin: 0;
}

.s-home--start-section .s-wrap .col-left .s-header {
    display: grid;
    gap: 24px;
}

.robot {
    position: absolute;
    top: 193px;
    left: 45%;
    z-index: -1;
}
.robot.part {
    z-index: 2;

}

.bg-bottom {
    margin-top: -24px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 325px;
}
.s-trade--types {
    padding-top: 0px;
    padding-bottom: 200px;
}

.s-trade--types .s-wrap {
    display: grid;
    gap: 24px;
}

.s-trade--types .s-wrap .s-header {
    max-width: 523px;
}

.s-trade--types .s-wrap .s-header .label {
    font-weight: 200;
    font-size: 58px;
    line-height: 130%;
    text-transform: uppercase;
}

.s-trade--types .s-content .items {
    display: flex;
    gap: 49px;
}

.s-trade--types .s-content .items .div {
    height: auto;
    background: white;
    min-width: 1px;
}

.s-trade--types .s-content .items .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 190px;
}

.s-trade--types .s-content .items
.item {
    display: grid;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
}

.s-trade--types .s-content .items .item .text {
    font-style: italic;
    font-weight: 300;
}

/**/

.s-home--security .s-wrap {
    display: grid;
    gap: 24px;
}

.s-home--security .s-wrap .s-header {
    max-width: 523px;
}

.s-home--security .s-wrap .s-header .label {
    font-weight: 200;
    font-size: 58px;
    line-height: 130%;
    text-transform: uppercase;
}

.s-home--security .s-content .items {
    display: flex;
    gap: 49px;
}

.s-home--security .s-content .items .div {
    height: auto;
    background: white;
    min-width: 1px;
}

.s-home--security .s-content .items .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 190px;
}

.s-home--security .s-content .items
.item {
    display: grid;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
}

.s-home--security .s-content .items .item .text {
    font-style: italic;
    font-weight: 300;
}

.s-home-performance {
    position: relative;
    padding-top: 200px;
    padding-bottom: 250px;
    text-align: center;
}

.s-home-performance .s-wrap {
    max-width: 831px;
    margin: auto;
    gap: 60px;
    display: grid;
    position: relative;
    z-index: 1;
}

.s-home-performance .s-wrap .s-header .label {
    text-transform: uppercase;
    font-weight: 250;
    font-size: 58px;
    line-height: 130%;
}

.s-home-performance .s-wrap .s-header {
    display: grid;
    gap: 24px;
}

p:last-child {
    margin-bottom: 0 !important;
}

.s-home-performance p {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

.s-home-performance .figure > img {
    min-width: 2800px;
}

.s-home-performance .figure {
    position: absolute;
    /*top: -430px;*/
    top: -330px;
    z-index: 1;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_home_bg {
    overflow: hidden;
}
.new_home_bg .s-home-performance + .container {
    position: relative;
    z-index: 3;
}
.s-home--block {
    margin-bottom: 87px;
}
.s-home--block:last-child {
    margin-bottom: 0px;
}
.s-home--block > .s-wrap {
    background: #2A2C39;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 80px;
}

.s-home--block > .s-wrap .col-right {
    width: 50%;
}


.s-home--block > .s-wrap h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 58px;
    line-height: 130%;
}

.s-home--block > .s-wrap .figure {
    line-height: 0;
    text-align: center;
    margin: auto;
    position: relative;
}

.s-home--block.r > .s-wrap {
    flex-direction: row;
}

.s-home--block .figure img {width: 100%;position: relative;z-index: 1;}

.s-home--block > .s-wrap .col-left {max-width: 50%;}

.s-home--block > .s-wrap .figure.figure-1 {
    max-width: 283px;
    margin-top: -57px;
}

.s-home--block > .s-wrap .figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    background: black;
    left: 0;
    filter: blur(20px);
    border-radius: 30px;
    bottom: 0;
}

.s-home--block > .s-wrap .figure.figure-2 {
    padding: 40px 0;
}

.s-home--block > .s-wrap .figure.figure-2:after {
    height: 81%;
    top: 0;
    margin: auto;
}

.s-home--block > .s-wrap .figure.figure-3 {
    max-width: 426px;
    margin-top: -47px;
}
.s-home--block > .s-wrap .figure.figure-3:after {
    height: 78%;
}

.s-home--technology {
    padding: 200px 0;
}

.s-home--technology .s-wrap {
    display: grid;
    grid-template-columns: 638px auto;
    gap: 96px;
}

.s-home--technology .s-wrap .col-left {
    display: grid;
    gap: 40px;
}

.s-home--technology .s-wrap .col-left .s-header .label {
    font-weight: 200;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
}

.s-home--technology .s-wrap .s-content {
    display: grid;
    gap: 60px;
}

.s-home--technology .s-wrap .s-content .items {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 37px;
    width: calc(100% - 37px);
}

.s-home--technology .s-wrap .s-content .items .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
    margin-bottom: 4px;
}

.s-home--technology .s-wrap .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}

.s-home--technology .s-wrap .figure {
    height: 596px;
    position: relative;
}

.s-home--technology .s-wrap .figure img {
    position: absolute;
    min-width: 969px;
    z-index: 1;
}
.s-home--technology .s-wrap .figure:after {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 708px;*/
    /*height: 666px;*/
    /*left: 0;*/
    /*top: -200px;*/
    /*background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);*/
    /*filter: blur(200px);*/
    /*transform: matrix(-1, 0, 0, 1, 0, 0);*/
}

.new_home_bg #page-content {
    padding-bottom: 200px;
}

.s-home--rates .s-wrap {
    background: #2A2C39;
    border-radius: 20px;
    padding: 60px;
}

.s-home--rates .s-wrap table {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    border-spacing: 0;
}

.s-home--rates .s-wrap table td:last-child {
    text-align: right;
    width: 150px;
}

.s-home--rates .s-wrap table td:first-child {
    width: 150px;
}
.s-home--rates .s-wrap table td.for {
    text-align: center;
}
.color-gray {
    color: #777990;
}

.color-green {
    color: #00F07D;
}

.color-red {
    color: #F02B00;
}

.s-home--rates .s-wrap table td {
    padding: 30px 0;
    border-bottom: 1px solid #575d6d;
}

.s-home--rates .s-wrap table tr:first-child td {
    padding-top: 0;
}

.s-home--rates .s-wrap table tr:last-child td {
    padding-bottom: 0;
    border: navajowhite;
}

footer {
    background: #2A2C39;
    padding: 40px 0;
}

footer .s-wrap > .row-1 {
    display: block;
    /*flex-wrap: wrap;*/
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

footer .s-wrap > .row-2 .logo {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.04em;
    gap: 11px;
}

footer .s-wrap > .row-2 .logo img {
    min-width: 54px;
}

footer .s-wrap > .row-1 .menu {
    width: calc(100% - 207px);
    display: flex;
    justify-content: flex-end;
}

footer .s-wrap > .row-2 .social-menu {
    margin: 40px 0;
    justify-content: center;
    align-items: center;
}

footer .s-wrap > .row-2 .menu a {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
footer .s-wrap > .row-2 .menu a {
    color: #fff;
}

footer .s-wrap > .row-1 .menu {
    list-style: none;
    display: flex;
    /*gap: 64px;*/
    gap: 20px;
}

.social-menu {
    display: flex;
    gap: 24px;
    margin-top: 10px;
}

footer .row-2 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    color: #6A6A6A;
    margin-top: 82px;
}
footer .row-2 .col-right {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
footer .row-2 .col-right ul li {
    margin-bottom: 15px;
}
footer .row-2 ul {
    list-style: none;
    display: block;
    gap: 30px;
    justify-content: end;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 0;
}

.tt-overlay-menu.tt-ol-menu-count {
    background: #2A2C39;
}

.tt-ol-menu-list > li > a, .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    color: #777990;
    font-weight: 100;
}

.s-about--start {
    min-height: 100vh;
    padding-top: 32vh;
}

.s-about--start .s-wrap {
    display: grid;
    grid-template-columns: 698px auto;
}

.s-about--start h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}

.s-about--start .ph-caption {
    display: grid;
    gap: 60px;
}

.s-about--start .ph-caption .s-header {
    display: grid;
    gap: 40px;
    font-size: 24px;
    line-height: 120%;
}

.s-about--start .s-wrap .circle {
    position: absolute;
    width: 708px;
    height: 666px;
    top: 179px;
    background: linear-gradient(180deg, rgba(0, 132, 254, 0.7) 0%, rgba(251, 0, 139, 0.7) 100%);
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
    z-index: -2;
}

.s-about--start .s-wrap .robot {
    left: 53%;
}

.s-about--why {
    background: #262835;
    padding: 130px 0;
}

.s-about--why .s-wrap {
    display: grid;
    grid-template-columns: 758px auto;
    gap: 56px;
    align-items: center;
}

.s-about--why .s-wrap .col-left {
    display: grid;
    gap: 24px;
}

.s-about--why .s-wrap .figure {
    height: 596px;
    position: relative;
}

.s-about--why .s-wrap .figure img {
    position: absolute;
    min-width: 969px;
    height: 596px;
}

.s-about--why .s-wrap .items {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    font-style: italic;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 65px;
    width: calc(100% - 65px);
}

.s-about--why .s-wrap .items .title {
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.s-about--why h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 48px;
    line-height: 130%;
}

.s-about--feature {
    padding: 200px 0;
}

.s-about--feature .items {
    display: flex;
    gap: 24px;
}

.s-about--feature .s-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.s-about--feature .s-wrap .item {
    background: #2A2C39;
    border-radius: 20px;
    padding: 60px 42px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 33%;
}

.s-about--feature .s-wrap .item .title {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.s-about--partner {
    position: relative;
    padding-bottom: 200px;
}

.s-about--partner .s-wrap {display: grid;grid-template-columns: 50% auto;gap: 50px;font-weight: 300;font-size: 18px;line-height: 22px;}

.s-about--partner .s-wrap h2 {
    font-weight: 200;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
}

.s-about--partner .s-wrap .col-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.s-about--partner .s-wrap .col-left p {
    margin-bottom: 15px;
}

.s-about--partner .s-wrap > .gradient {
    position: absolute;
    width: 340px;
    height: 454px;
    left: 0;
    top: -100px;
    background: rgba(44, 208, 149, 0.3);
    opacity: 0.5;
    filter: blur(100px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.s-about--partner .s-wrap .col-right .figure {
    position: relative;
}

.s-about--partner .s-wrap .figure .gradient {
    position: absolute;
    width: 434px;
    height: 408px;
    left: 0;
    top: 0;
    background: #0084FE;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.s-trading--start {
    padding-top: 290px;
    padding-bottom: 200px;
}

.s-trading--start .s-header {
    text-align: center;
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 80px;
}

.s-trading--start .s-header h1 {
    font-weight: 250;
    font-size: 48px;
    line-height: 100%;
    /* identical to box height, or 48px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.s-trading--start .s-header p {
    margin-bottom: 15px;
}

.s-trading--start .s-content .items {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 40px;
    font-size: 16px;
    line-height: 140%;
    max-width: 903px;
    margin: auto;
}

.s-trading--start .s-content .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 32px;
}

.s-trading--start .s-content .items .item {
    display: grid;
    gap: 12px;
}

.s-trading--start .s-content .items .item .icon {
    width: 16px;
    height: 16px;
    background: #FF8064;
    border-radius: 100px;
}
.s-trading--start .s-content .items .item .icon.green{
    background: #A3FF77;
}
.s-trading--start .s-content .items .item .icon.yellow{
    background: #E7D36A;
}
.s-trading--start .s-content .items .item .icon.blue{
    background: #6188FF;
}
.s-trading--start .gradient {
    position: absolute;
    width: 340px;
    height: 454px;
    right: 100px;
    top: -100px;
    background: rgba(44, 208, 149, 0.3);
    opacity: 0.5;
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
}

.s-trading--table {
    padding-bottom: 150px;
}

.s-trading--table .s-header .label {
    text-align: center;
    font-weight: 200;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
}

.s-trading--table .s-wrap {
    display: grid;
    gap: 60px;
}

.s-trading--table .s-table {
    background: linear-gradient(180deg, #323546 0%, rgba(50, 53, 70, 0.2) 100%);
    border-radius: 15px;
    padding: 40px;
}

.s-trading--table .s-table table {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    border-spacing: 0px;
}

.s-trading--table .s-table table td {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
}

.s-trading--table .s-table table th {
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 300;
    opacity: .6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 32px;
}

.s-trading--table .s-table table tr:last-child td {
    border-bottom: 0px;
    padding-bottom: 0;
}

.s-trading--table .s-table table .col-1 {
    width: 150px;
    text-align: left;
}

.s-trading--table .s-table table .col-5 {width: 125px;text-align: left;}

.s-trading--table .gradient {
    position: absolute;
    width: 708px;
    height: 666px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}
.s-trading--start .ph-caption {
    transform: none !important;
}

.page-id-14 .s-faq--start {
    /*background: url("assets/images/faq/bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
    /*background-size: COVER;*/
}

.s-faq--start {
    padding-top: 314px;
    padding-bottom: 175px;
}

.s-faq--start h1 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 48px;
    line-height: 100%;
}

.s-faq--start .s-wrap {
    max-width: 774px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.s-faq--start .s-wrap .s-header {
    margin-bottom: 80px;
}

.s-technology--start {
    padding: 122px 0;
    padding-top: 20vh;
}

.s-technology--start .s-wrap {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 105px;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
}

.s-technology--start h1 {
    font-size: 48px;
    line-height: 100%;
    /* or 48px */
    text-transform: uppercase;
    max-width: 466px;
    margin-bottom: 24px;
    font-weight: 200;
}

.s-technology--start .s-wrap p {
    margin-bottom: 15px;
}

.s-technology--start .s-wrap .col-right img {
    position: absolute;
    width: 969px;
    height: 596px;
}

.s-technology--start .s-wrap .col-right {
    height: 596px;
}

.s-technology--about {
    padding: 200px 0;
}

.s-technology--about .s-wrap {
    display: grid;
    grid-template-columns: 583px auto;
    gap: 150px;
    font-size: 18px;
    line-height: 130%;
    align-items: center;
}

.s-technology--about .s-wrap h2 {
    font-weight: 255;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
}

.s-technology--about .s-wrap .s-header {
    margin-bottom: 24px;
}

.s-technology--about .s-wrap .col-right {
    height: 485.76px;
}

.s-technology--about .s-wrap .col-right .figure {
    position: absolute;
    width: 796.32px;
    height: 485.76px;
}

.s-technology--about .s-wrap .col-right .figure img {
    position: absolute;
    top: 0;
    left: 0;
}

.s-technology--about .s-wrap .col-right .figure img.phone {
    z-index: 1;
    width: 221px;
    top: inherit;
    bottom: 0;
    left: 28px;
}

.s-technology--about .s-wrap .col-right .figure img.laptop {
    height: 450px;
}

.s-technology--edge {
    margin-bottom: 200px;
}

.s-technology--edge h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 60px;
}

.s-technology--edge .items {
    display: grid;
    gap: 24px;
    grid-template-columns: 33% 33% 33%;
    width: calc(100% - 48px);
}

.s-technology--edge .items .item {
    padding: 58px 33px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    background: #2A2C39;
    border-radius: 20px;
    height: 100%;
}

.s-technology--edge .items .item .title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 15px;
}
.s-technology--start .gradient {
    position: absolute;
    width: 708px;
    height: 666px;
    left: 50%;
    top: 0;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.s-technology--edge .gradient {
    position: absolute;
    width: 476px;
    height: 447px;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
    margin: auto;
}

.s-op--start {
    padding-top: 35vh;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.s-op--start .s-wrap {
    display: grid;
    grid-template-columns: 626px auto;
}

.s-op--start h1 {
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 24px;
}

.s-op--start p {
    margin-bottom: 15px;
}

.op-robot {
    position: absolute;
    bottom: 0;
    right: -34%;
    z-index: 1;
}

.s-op--content {
    padding: 200px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding-top: 50px;
}

.s-op--content .s-wrap {
    display: grid;
    gap: 80px;
}

.s-op--content .s-wrap > .wp-block-columns {
    display: grid;
    grid-template-columns: 50% auto;
}

.s-op--content .s-wrap > .wp-block-columns h2 {
    font-size: 48px;
    line-height: 59px;
    /* identical to box height */
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.s-op--content .gradient-1 {
    position: absolute;
    width: 630px;
    height: 996px;
    right: 0;
    top: -50vh;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.6;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.s-op--content .gradient {
    position: absolute;
    width: 960px;
    height: 663px;
    left: 0px;
    bottom: -20%;
    background: rgba(56, 97, 251, 0.5);
    opacity: 0.5;
    filter: blur(100px);
    border-radius: 400px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: -400px;
    margin: auto;
}
.s-zfg--start {
    background: url("assets/images/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: COVER;
    padding-top: 30vh;
}

.s-zfg--start .wp-block-columns {
    display: grid;
    grid-template-columns: 50% auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.s-zfg--start .wp-block-columns h2 {
    font-weight: 200;
    font-size: 48px;
    line-height: 59px;
    /* identical to box height */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.s-zfg--start  .s-wrap {
    display: grid;
    gap: 200px;
}

.s-zfg--start .s-wrap-1 {
    padding-top: 200px;
}

.s-zfg--start .s-wrap-1 h2 {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 24px;
}

.s-zfg--start .s-wrap-1 .s-header {
    max-width: 740px;
    margin: auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.s-zfg--start .s-wrap-1 .items {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 33% 33% 33%;
    width: calc(100% - 120px);
    margin-top: 60px;
}
.s-zfg--start .s-wrap-1 .items + .b-content {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 480px;
    padding-bottom: 0px;
}
.s-zfg--start .s-wrap-1 .items .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.s-zfg--start .s-wrap-1 .items .item .count {
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    color: #DF5F62;
    margin-bottom: 12px;
}

.s-zfg--start .s-wrap-1 .items .item
.title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

.s-contact--header img {
    width: 70%;
    margin: 0 auto;
    margin-top: 25vh;
}

.s-contact--header {
    text-align: center;
}
.s-contact--form {
    z-index: 2;
    margin-top: 200px;
}

.s-contact--form h2 {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
}

.s-contact--form .s-wrap {
    display: grid;
    gap: 60px;
}

.s-contact--form .s-wrap .s-content {
    background: #2A2C39;
    border-radius: 20px;
    padding: 60px;
}

.s-contact--form .s-wrap .s-content .ui_form__fieldsets {
    grid-template-columns: 48% auto;
    gap: 60px;
}

.s-contact--form .s-wrap .s-content > form {
    max-width: 860px;
    margin: auto;
    display: grid;
    gap: 24px;
}

.s-contact--form .s-wrap .s-content > form textarea {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
}

.s-contact--form .s-wrap .s-content > form .form__send {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.figure-4 {
    margin-bottom: -20px;
}

.s-contact--form .gradient {
    position: absolute;
    width: 1046px;
    height: 984px;
    right: 0;
    bottom: -120%;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.7;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.s-contact--header .gradient {
    position: absolute;
    width: 1046px;
    height: 984px;
    right: 0;
    left: 0;
    margin: auto;
    top: 192px;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.4;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.s-contact--header {
    overflow: unset !important;
}

.s-blog--header {
    text-align: center;
    padding-top: 230px;
    padding-bottom: 80px;
    overflow: unset !important;
}

.s-blog--header h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
}

.s-blog--header svg {
}

.s-blog .s-categories .items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.s-blog .s-categories .items .item a {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;

    /* White */
    color: #FFFFFF;
    opacity: 0.5;
}
.s-blog .s-categories .items .item a.active {
    color: #32C183;
    opacity: 1;
}
.s-blog .s-categories {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding: 19px 0;
    margin-bottom: 60px;
}

.s-blog .s-posts > .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ui-post--card {
    background: #2A2C39;
    border-radius: 20px;
    padding: 24px;
    width: calc(33% - 10px);
}

.blog-new .ui-post--card {
    background:transparent;
    border-radius: 20px;
    padding: 0px;
    width: calc(50% - 22px);
    border: 1px solid #FFF;
    overflow: hidden;
}

.blog-new .ui-post--card .wrapper .details {
    padding: 8px;
}

.ui-post--card .wrapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.ui-post--card .wrapper h2.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.blog-new .ui-post--card .wrapper h2.title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    height: 64px;
    overflow: hidden;
}

.ui-post--card .wrapper  .details > .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-post--card .wrapper .details > .meta .category {
    background: #EF344A;
    border-radius: 41px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 12px;
    line-height: 1.3;
}

.ui-post--card .wrapper .details > .meta .date {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    opacity: .5;
}

.ui-post--card .wrapper .caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
}

.ui-post--card .wrapper .details {
    display: grid;
    gap: 18px;
}

.s-blog {
    padding-bottom: 94px;
}

.ui-post--card .wrapper img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.wrap > .ui-post--card:first-child, .wrap > .ui-post--card:nth-child(4n+1) {
    width: 100%;
}
.blog-new.s-blog .s-posts > .wrap {
    gap: 48px 32px;
}

.blog-new .wrap > .ui-post--card:first-child,
.blog-new .wrap > .ui-post--card:nth-child(4n+1) {
    width: calc(50% - 22px);
}


.wrap > .ui-post--card:first-child > .wrapper, .wrap > .ui-post--card:nth-child(4n+1) > .wrapper {
    flex-direction: revert;
    gap: 24px;
}

.blog-new .wrap > .ui-post--card:first-child > .wrapper, .wrap > .ui-post--card:nth-child(4n+1) > .wrapper {
    flex-direction: column;
    gap: 12px;
}

.wrap > .ui-post--card:first-child > .wrapper  .thumbnail, .wrap > .ui-post--card:nth-child(4n+1) > .wrapper .thumbnail {
    width: 53%;
}

.blog-new .wrap > .ui-post--card:first-child > .wrapper  .thumbnail, .wrap > .ui-post--card:nth-child(4n+1) > .wrapper .thumbnail {
    width: 100%;
}

.gradient--1 {
    position: absolute;
    width: 1046px;
    height: 984px;
    left: 30%;
    bottom: -30%;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.7;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}
.ui-logo-1 svg.s-2 {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(10px);
}

.ui-logo-1 {
    position: relative;
    width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

.s-blog--header .gradient {
    position: absolute;
    width: 630px;
    height: 484px;
    left: 0;
    right: 0;
    top: -135.13px;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.6;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    margin: auto;
    z-index: -1;
}

.single--post div#page-header {
    padding-top: 255px;
}

.single--post div#page-header .s-wrap {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 17px;
}

.s-post {
    margin-top: 60px;
    background: #2A2C39;
    border-radius: 20px;
    padding: 60px;
}

.s-post > .s-wrap {
    max-width: 944px;
    margin: auto;
}

.s-post > .s-wrap .thumbnail {
    line-height: 0px;
    margin-bottom: 40px;
}

.s-post > .s-wrap .thumbnail img {
    border-radius: 10px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.s-post > .s-wrap .meta {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

.s-post > .s-wrap .meta .category {
    background: #EF344A;
    border-radius: 41px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 2px 12px;
}

.s-post > .s-wrap .s-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
    text-transform: none;
}

.s-post > .s-wrap .s-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.s-shared-block {
    width: max-content;
    margin: 40px auto;
    display: grid;
    gap: 16px;
    text-align: center;
}

.s-shared-block .s-social {
    line-height: 0;
    display: flex;
    gap: 24px;
}

.s-shared-block .title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
}

.s-related {
    padding-top: 60px;
    padding-bottom: 100px;
}

.s-related .s-header h2 {font-style: italic;font-weight: 700;font-size: 48px;line-height: 59px;
    /* identical to box height */text-align: center;text-transform: uppercase;}

.s-related .s-header {
    margin-bottom: 40px;
}

.s-related--list .swiper-slide {
    max-width: 386px;
}

.s-related--list .swiper-slide .ui-post--card {
    display: block;
    width: 100%;
}
.single--post div#page-header .s-wrap .item:after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L6 5.5L1 10.5' stroke='white'/%3E%3C/svg%3E");
    content: '';
    width: 6px;
    height: 11px;
    display: block;
}

.single--post div#page-header .s-wrap .item {
    display: flex;
    align-items: center;
    gap: 9px;
    opacity: 0.5;
}
.single--post div#page-header .s-wrap .item.active {
    opacity: 1;
}
.single--post div#page-header .s-wrap .item:last-child:after {
    display: none;
}

.s-profit--header {
    padding-top: 225px;
    text-align: center;
    overflow: unset !important;
}

.s-profit--about {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    max-width: 834px;
    margin: auto;
    padding: 0px 0 250px 0;
}
.s-profit--about .s-header {
    margin-bottom: 24px;
}
.s-profit--header .gradient {
    position: absolute;
    width: 901px;
    height: 914px;
    left: 0;
    top: 333px;
    background: rgba(56, 97, 251, 0.5);
    opacity: 0.5;
    filter: blur(100px);
    border-radius: 400px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
    margin: auto;
    z-index: -1;
}
.s-profit--about .s-header h1 {
    font-weight: 200;
    line-height: 1;
}

.s-profit--features .s-header {
    text-align: center;
    max-width: 856px;
    margin: auto;
    font-size: 18px;
    line-height: 130%;
}

.s-profit--features .s-header h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 24px;
}

.s-profit--features .s-content {
    display: grid;
    grid-template-columns: 50% auto;
    padding-top: 50px;
    align-items: center;
    gap: 110px;
}

.s-profit--features .s-content .block {
    max-width: 474px;
    font-size: 16px;
    line-height: 130%;
    position: relative;
}

.s-profit--features .s-content .block .title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 16px;
}

.s-profit--features .s-content .block p {
    margin-bottom: 16px;
}

.s-profit--features .s-content .block ul {
    padding-left: 15px;
    margin-bottom: 30px;
    display: grid;
    gap: 4px;
}

.s-profit--features .s-content .col-right {
    display: grid;
    gap: 65px;
}

.s-profit--features .s-content .block .icon {
    width: 16px;
    height: 16px;
    background: #A3FF77;
    border-radius: 100px;
    margin-bottom: 10px;
}

.s-profit--features .s-content .block .icon.yellow {
    background: #E7D36A;
}

.s-profit--features .s-content .block .icon.red {
    background: #FF8064;
}
.s-profit--features .s-content .block .line-1 {
    width: calc(100% + 130px);
    height: 191px;
    position: absolute;
    background: url('assets/images/ai/1.svg') no-repeat;
    background-size: contain;
    background-position: center;
    top: -160px;
    left: 60px;
}
.s-profit--features .s-content .block .line-2 {
    position: absolute;
    width: 105.5px;
    height: 450.5px;
    background: url('assets/images/ai/2.svg') no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -80px;
    left: -120px;
}
.s-profit--features .s-content .col-left {
    padding-bottom: 110px;
}

.s-profit--plans .s-wrap {
    display: grid;
    grid-template-columns: auto 596px;
    gap: 176px;
}

.s-profit--plans .s-wrap .f-robot {position: relative;}

.s-profit--plans .s-wrap .f-robot svg {
    position: absolute;
    right: 0;
    top: 0;
}

.s-profit--plans .s-wrap .f-robot {
    height: 1627px;
}

.s-profit--plans {
    padding-top: 180px;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
}

.s-profit--plans .s-wrap .col-right {
    padding-top: 80px;
}

.s-profit--plans .s-wrap .col-right h2 {
    font-size: 48px;
    line-height: 130%;
    font-weight: 200;
    margin-bottom: 24px;
}

.s-profit--success {
    padding-top: 190px;
    font-size: 18px;
    line-height: 130%;
}

.s-profit--success .s-wrap {
    display: grid;
    grid-template-columns: 44% auto;
    gap: 123px;
}

.s-profit--success .s-wrap .s-header {
    display: grid;
    gap: 24px;
}

.s-profit--success .s-wrap .s-header h2 {
    font-weight: 200;
}

.s-profit--features .gradient {
    position: absolute;
    width: 670px;
    height: 631px;
    left: 0;
    top: -30%;
    background: linear-gradient(180deg, #0084FE 0%, #FB008B 100%);
    opacity: 0.4;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -2;
}

.s-profit--plans .gradient {
    position: absolute;
    width: 340px;
    height: 454px;
    right: 0;
    top: 10%;
    background: rgba(44, 208, 149, 0.3);
    opacity: 0.5;
    filter: blur(100px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -2;
}
div#toPin {
    position: relative;
}

header .menu .item {
    list-style: none;
}
.page .s-post {
    margin-top: 150px;
}

div#menu-lang > li {
    display: none;
}

div#menu-lang > #menu-item-9999999999 {
    display: flex;
    text-transform: capitalize;
    position: relative;
    align-items: center;
}

.menu_item_wpglobus_menu_switch:hover .sub-menu {
    list-style: none;
    position: absolute;
    background: #0000005e;
    padding: 10px 20px;
    border-radius: 15px;
    left: -22%;
    top: 27px;
}


.s-home--security .s-content .items .div:last-child {
    display: none;
}


li#menu-item-9999999999:after {
    content: '';
    background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1299 16.0652L11.1299 15.0652" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.1299 16.0652L16.1299 12.0652" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.1299 16.0652L8.12988 12.0652" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 24px;
    height: 27px;
}

.s-post > .s-wrap .s-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 50px;
}

.s-tags {
    margin-top: 25px;
    font-size: 14px;
    color: #727481;
}

.s-tags a {
    color: #9ea0ab;
}

/* SYSTEM */

.l-mt-10{
    margin-top: 10px;
}
.l-mt-15{
    margin-top: 15px;
}
.l-mt-20{
    margin-top: 20px;
}
.l-mt-25{
    margin-top: 25px;
}
.l-mt-30{
    margin-top: 30px;
}
.l-mt-35{
    margin-top: 35px;
}
.l-mt-40{
    margin-top: 40px;
}

.l-mb-10 {
    margin-bottom: 10px;
}
.l-mb-15 {
    margin-bottom: 15px;
}
.l-mb-20 {
    margin-bottom: 20px;
}
.l-mb-25 {
    margin-bottom: 25px;
}
.l-mb-30 {
    margin-bottom: 30px;
}
.l-mb-35 {
    margin-bottom: 35px;
}
.l-mb-40 {
    margin-bottom: 40px;
}

.l-mb-55 {
    margin-bottom: 55px;
}
.l-pb-0 {
    padding-bottom: 0;
}
.l-pb-10 {
    padding-bottom: 10px;
}
.l-pb-15 {
    padding-bottom: 15px;
}
.l-pb-20 {
    padding-bottom: 20px;
}
.l-pb-250 {
    padding-bottom: 250px;
}

#menu-header-1 .sub-menu {
    display: none;
}
#menu-header-1 .sub-menu .magnetic-wrap {
    justify-content: start;
}
#menu-header-1 li {
    position: relative;
}
#menu-header-1 .sub-menu li {
   padding: 5px 0;
}
#menu-header-1 li:hover .sub-menu {
    display: block;
}

#menu-header-1 li:hover .sub-menu {
    list-style: none;
    position: absolute;
    background: #0000005e;
    padding: 10px 20px;
    border-radius: 15px;
    left: -22%;
    top: 30px;
    text-align: left;
    width: max-content;
}

#menu-header-2 .sub-menu {
    list-style: none;
    padding-left: 20px;
    color: #777990;
}

#menu-header-2 .sub-menu .current_page_parent a {
    color: #fff;
}

/**/
.s-shares--success {
    position: relative;
       margin-top: 150px;
}

.s-shares--success .s-wrap {display: grid;grid-template-columns: 50% auto;gap: 50px;font-weight: 300;font-size: 18px;line-height: 22px;}

.s-shares--success .s-wrap h2 {
    font-weight: 200;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 65px;
}

.s-shares--success .s-wrap .col-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.s-shares--success .s-wrap .col-left p {
    margin-bottom: 15px;
}

.s-shares--success .s-wrap > .gradient {
    position: absolute;
    width: 340px;
    height: 454px;
    left: 0;
    top: -100px;
    background: rgba(44, 208, 149, 0.3);
    opacity: 0.5;
    filter: blur(100px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.s-shares--success .s-wrap .col-right .figure {
    position: relative;
}

.s-shares--success .s-wrap .figure .gradient {
    position: absolute;
    width: 434px;
    height: 408px;
    left: 0;
    top: 0;
    background: #0084FE;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

/**/

.s-shares--shareholder {
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
    text-align: center;
}

.s-shares--shareholder .s-wrap {
    max-width: 831px;
    margin: auto;
    gap: 60px;
    display: grid;
}

.s-shares--shareholder .s-wrap .s-header .label {
    text-transform: uppercase;
    font-weight: 250;
    font-size: 58px;
    line-height: 130%;
}

.s-shares--shareholder .s-wrap .s-header {
    display: grid;
    gap: 24px;
}

.s-shares--shareholder p {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

.s-home-performance .figure > img {
    min-width: 2800px;
}

.s-shares--shareholder .figure {
    position: absolute;
    top: -430px;
    z-index: -1;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-bg {
    position: relative;
    z-index: -99;
}
.fullscreen-bg video {
    width: 100%;
}

.fullscreen-bg-contacts {
    position: relative;
    z-index: -99;
}

.fullscreen-bg-contacts video {
    width: 100%;
    object-fit:cover;
    mix-blend-mode: exclusion;
    opacity: 1;
    position: relative;
    z-index: -1;
}
.fullscreen-bg-profit {
    position: relative;
    z-index: -99;
}
.fullscreen-bg-profit video {
    /*width: 100%;*/
    /*object-fit:cover;*/
    mix-blend-mode: exclusion;
    opacity: 1;
    position: relative;
    z-index: -1;
}
.fullscreen-bg-home {
    position: relative;
    z-index: -99;
    width: 100%;
    margin-bottom: -10px;
}

.fullscreen-bg-home video {
    width: 100%;
    /*object-fit:cover;*/
    mix-blend-mode: exclusion;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.fullscreen-bg-faq {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
}
.fullscreen-bg-faq video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: exclusion;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

.home-lottie-1 {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    z-index: -1;
    left: -50%;
    right: 0;
}

.profit-lottie-1 {
    max-width: 1400px;
    margin: -200px auto;
}
.profit-lottie-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1590px;
}
.faq-lottie-1 {
    /*position: relative;*/
    /*z-index: 1;*/
    /*bottom: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
}
.faq-anim .s-faq--start {
    /*position: absolute;*/
    /*z-index: 6;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0 auto;*/
    /*top: 0;*/
    /*width: 100%;*/

}

.faq-anim {
    /*min-height: 1980px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: flex-end;*/
}

#animation-container {
    position: absolute;
    z-index: 0;
    width: 135vw;
    bottom: 0;
}
.what-is-anim {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
}

.page-about-1 {
    position: absolute;
    /*right: -10%;*/
    /*top: 0;*/
    right: 0%;
    top: 6%;
}

.page-opportunities-1 {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: -5vw;*/
    /*z-index: -1;*/
}
.page-opportunities {
    position: absolute;
    z-index: 0;
    width: 70%;
    right: 0;
}

body.home #page-content {
    background-position: 0 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/home.jpg");
}

body.page-id-5 #page-content {
    background-position: 0 78%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/about.jpg");
}

body.page-id-12 #content-wrap {
    background-position: 0 78%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/trade.jpg");
}

body.page-id-25 #content-wrap {
    background-position: 0 78%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/Contact.jpg");
}

body.page-id-14 .faq-anim {
    background-position: 0 78%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/faq.jpg");
}
body.page-id-16 #content-wrap {
    background-position: 0 78%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/tech.jpg");
}

body.page-id-31 #content-wrap {
    background-position: 0 86%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/profit.jpg");
}

body.page-id-21 #content-wrap {
    /*background-position: 0 86%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-image: url("assets/images/bgs/assets.jpg");*/
    /*background-color: #100F0E;*/
}
body.blog #content-wrap {
    background-position: 0 86%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/images/bgs/blog.jpg");
}



.relatedSlider .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.14);
    opacity: 1!important;
}
.relatedSlider.swiper {
    padding-bottom: 40px;
}
.relatedSlider .swiper-scrollbar-drag {
    background: #3861FB;
}

/*.what-is-anim {*/
/*    position: relative;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*}*/

/*.s-zfg--start {*/
/*    padding-top: 30vh;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    margin: 0 auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
.post-navigation {
    margin-top: 60px;
}

.blog-new .post-navigation {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    position: relative;
}
.post-navigation .screen-reader-text {
    display: none;
}
.post-navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-navigation .nav-links .meta-nav {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-navigation .nav-links .meta-nav img {
    margin: 0 10px;
}
.post-navigation .nav-links .prev {
    position: absolute;
    left: 0;
}
.blog-new .post-navigation .nav-links .next {
    position: absolute;
    right: 0;
}
.post-navigation .nav-links .prev,
.post-navigation .nav-links .next  {
    border: 1px solid #FFFFFF;
    border-radius: 80px;
    margin: 0 0px;
    padding: 4px 14px;
}
.post-navigation .nav-next,
.post-navigation .nav-prev {
    display: flex;
    align-items: center;
}
.post-navigation .nav-next img {
    margin-left: 10px;
}
.post-navigation .nav-prev img {
    margin-right: 10px;
}
.page-numbers:not(.next):not(.prev) {
    display: none;
}

.s-team--start h1 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    font-style: italic;
}
.s-team--start .s-wrap .s-header {
    margin-bottom: 120px;
}
.page-id-306 #content-wrap {
    background-image: url("assets/images/team/page_bg.jpg");
    background-size: 100% 100%;
}
.s-team--start {
    padding-top: 314px;
    padding-bottom: 75px;
}
.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.team-member {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    perspective: 1000px;
}

/*.team-member img {*/
/*    display: block;*/
/*    width: 364px;*/
/*    height: 392px;*/
/*    object-fit: cover;*/
/*    border-radius: 10px;*/
/*}*/
.team-member .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 4px;
}
.team-member .prof {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
}
.team-member .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
/*.team-member .description {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 28px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(180deg, #5B1D78 0%, rgba(66, 0, 255, 0.7) 100%);*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*    opacity: 0;*/
/*    transition: all 0.5s;*/
/*    padding: 40px 20px 20px 20px;*/
/*    box-sizing: border-box;*/
/*    border-radius: 50%;*/
/*    max-width: 364px;*/
/*    max-height: 364px;*/
/*    text-align: center;*/
/*}*/
/*.team-member:hover img {*/
/*   opacity: 0;*/
/*}*/
/*.team-member:hover .description {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    opacity: 1;*/
/*    transition: all 0.5s;*/
/*}*/

.team-center {
    padding-top: 20px;
    text-align: center;
}

.flip-card {
    background-color: transparent;
    width: 364px;
    height: 490px;
    perspective: 1000px;
    padding-bottom: 100px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

@media (min-width: 990px) {
    .flip-card-back .team-center {
        display: none;
    }
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {

}

.flip-card-back {
    background: linear-gradient(180deg, #5B1D78 0%, rgba(66, 0, 255, 0.7) 100%);
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 50%;
    max-width: 364px;
    max-height: 364px;
    text-align: center;
    color: white;
    transform: rotateY(180deg);
    position: relative;
    top: 20px;
    left: 0px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.s-contact--form {
    /*z-index: 2;*/
    /*margin-top: 200px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
}
.s-op--start .b-content,
.s-trading--start .b-content,
.s-profit--plans .b-content,
.s-profit--about .b-content,
.s-technology--about .b-content,
.s-technology--start .s-content {
    padding-top: 40px;
}
.s-trading--start .b-content {
    text-align: center;
}

.header-sign-in {
    padding-left: 5px;
    padding-right: 5px;
}
.s-home-performance .container {
    position: relative;
    z-index: 3;
}
.copyr {
    padding-top: 40px;
}
footer .s-wrap > .row-2 .logo {
    color: white;
}

.f-head {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgba(206, 204, 208, 0.6);
    padding-bottom: 20px;
    text-align: center;
}
.page--433 ul {
    margin-left: 20px;
}

.page-opportunities.video {
    width: initial;
}
.page-opportunities.video video {
    width: 100%;
}
.s-about--start .s-content {
    padding-bottom: 40px;
}
.single--post ol, .single--post ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

img.ptr-prel-image {
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
    /*width: 100px;*/
}
@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page404 {
    padding: 250px 0 250px 0;
}

footer .col-left {
    text-align: center;
}

.page-ai-trading {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    margin-bottom: -10px;
    /*width: 100%;*/
    /*height: 100%;*/
}

.what-is-anim-ai-trading {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -7px;
}

.s-zfg--start .s-wrap, .s-zfg--start .s-wrap-1 {
    position: relative;
    z-index: 3;
}

body:not(.home).is-safari {
    /*background-color:#0F0F0F;*/
}

.s-home--rates h3 {
    text-align: center!important;
    margin-bottom: 40px;
}
.s-home--rates thead tr > th {
    padding-bottom: 20px;
    font-weight: 600;
}
.s-home--rates thead tr > th:first-child {
    text-align: left;
}
.s-home--rates thead tr > th:last-child {
    text-align: right;
}

#page-header.ph-bg-image .ph-image-inner {
    margin-bottom: -2px;
}

body .preloader {
    background-color: #17171A;
}

body .preloader .inner .percentage {
    font-size: 40px;
}
.bg_sky {
    position: absolute;
    bottom: -12px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

body:not(.tt-ol-menu-open) .tt-overlay-menu {
    display: none;
}
.bg_sky img {
    width: 100%;
}

.s-home-apple .items {
    display: flex;
    gap: 49px;
}
.s-home-apple {
    padding-bottom: 170px;
}
.s-home-apple .items .item {
    padding: 43px 48px;
    text-align: center;
    border-radius: 17px;
    background: rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    background-size: cover;
}
.s-home-apple .items > .item:first-child {
    background-image: url("assets/images/home/bg/1.png");
}
.s-home-apple .items > .item:nth-child(2) {
    background-image: url("assets/images/home/bg/2.png");
}
.s-home-apple .items > .item:last-child {
    background-image: url("assets/images/home/bg/3.png");
}
.s-home-apple .items .item .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.s-home-apple .items .item .desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 290px;
    margin: 0 auto;
}

.s-home--slider .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.s-home--slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-home--slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 381px;
}

.s-home--slider .swiper-slide {
    width: 32%;
}
.s-home--slider {
    padding-bottom: 200px;
}
.s-home--slider .swiperNav {
    padding-top: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.s-home--slider .swiperNav > div {
    margin: 0 16px;
    cursor: pointer;
}

/**/

.homeSliderNew .slider-content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    /*min-height: 710px;*/
}
.homeSliderNew .slider-content img.slide-img {
    max-width: 100%;
    width: auto;
    position: relative;
    z-index: -1;
}
.homeSliderNew .swiper-slide {
    visibility: hidden;
}
.homeSliderNew .swiper-slide.swiper-slide-active {
    visibility: visible;
}
.homeSliderNew .slider-content .content {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    text-align: left;
    position: relative;
    z-index: 4;
}
.homeSliderNew .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
    min-width: max-content;
}
.homeSliderNew .desc {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    max-width: 247px;
}
.homeSliderNew .desc img {
    position: relative;
    top: 5px;
}
.homeSliderNew .swiperNav > div {
    margin: 0 16px;
    cursor: pointer;
}
.homeSliderNew .swiperNav {
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    top: -200px;
    z-index: 9;
}
.homeSliderNew .slide3 .slide-img {
    position: relative;
    right: -20%;
}

.s-zfg--start.influencers .s-wrap-1 .items .item .icon {
    width: 16px;
    height: 16px;
    background: #FF8064;
    border-radius: 100px;
    margin-bottom: 20px;
}
.s-zfg--start.influencers .s-wrap-1 .s-header p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.s-zfg--start.influencers .s-wrap-1 .items .item .icon.green {
    background: #A3FF77;
}
.s-zfg--start.influencers .s-wrap-1 .items .item .icon.yellow {
    background: #E7D36A;
}
.s-zfg--start.influencers .s-wrap-1 .items .item .icon.blue {
    background: #6188FF;
}
.s-zfg--start.influencers .benefit-from {
    padding-top: 110px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.s-zfg--start.influencers .s-wrap-1 .items {
    display: grid;
    gap: 20px;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    margin-top: 40px;
}
.s-zfg--start.influencers .quote-text {
    padding-top: 200px;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%;
    max-width: 996px;
    margin: 0 auto;
}
.s-zfg--start.influencers .quote-author {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    padding-top: 10px;
}
.s-zfg--start.influencers .s-wrap-1 .items + .b-content {
    padding-top: 60px;
}

.page-ai-trading.influencers {
    margin-bottom: -210px;
}

.page-affiliates h1.label {
    font-weight: 300;
}
.page-affiliates .s-about--start .s-wrap {
    grid-template-columns: 777px auto;
}
.page-affiliates .s-about--start .ph-caption {
    position: relative;
    z-index: 3;
}
.page-affiliates .s-about--why-2 {
    background: #262835;
    padding: 160px 0;
    text-align: center;
}
.page-affiliates .s-about--why-2 h2 {
    font-weight: 300;
    padding-bottom: 30px;
    font-size: 70px;
}
.page-affiliates .s-about--why-2 .s-wrap {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
}
.page-affiliates .s-about--why-2 .s-wrap .s-content p {
    margin-bottom: 60px;
    font-size: 24px;
}
.page-affiliates  .s-about--feature .s-wrap .item {
    background: none;
}
.page-affiliates .affiliates-one {
    padding: 200px 0 100px 0;
}
.page-affiliates .affiliates-two {
    padding: 100px 0 0px 0;
    margin-bottom: -60px;
}
.page-affiliates .affiliates-one .s-wrap,
.page-affiliates .affiliates-two .s-wrap {
    gap: 10px;
}
.page-affiliates .affiliates-two .s-wrap .item {
    text-align: left;
    padding: 30px 42px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.page-affiliates .affiliates-two .s-wrap .num {
    text-align: left;
    color: #DF5F62;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.page-affiliates .affiliates-one .s-wrap .item .title {
    font-style: normal;
}
.page-affiliates .affiliates-one .text {
    font-style: italic;
}
.gradient--1.affiliates-1 {
    position: absolute;
    width: 1046px;
    height: 584px;
    left: 20%;
    bottom: -9%;
    background: linear-gradient(180deg, #FB008B 0%, #0084FE 100%);
    opacity: 0.7;
    filter: blur(200px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.page-affiliates .affiliates-two .label + p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.s-wait .page-wait-1 {
    position: absolute;
    right: 0%;
    bottom: -1%;
    width: 100%;
    z-index: 1;
}
.form-wait-list {
    position: relative;
    z-index: 10;
    padding-top: 32px;
}
.form-wait-list input {
    min-height: 52px;
    max-height: 52px;
    margin-bottom: 16px;
    width: 100%;;
}
.s-wait {
    padding-top: 30vh;
    min-height: 100vh;
}
.s-wait .s-wrap-1 {
    max-width: 480px;
    position: relative;
    z-index: 99;
}
.s-wait .footer_anim .figure-4{
    position: absolute;
    bottom: -2px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
}
.s-wait h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.s-wait .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.s-wait .desc p {
    margin-bottom: 15px;
}

.s-wait .form-wait-list .wpcf7-submit {
    background: transparent url(assets/images/arrow.svg) no-repeat 88% center;
    border-radius: 80px;
    border: 1px solid #FFF;
    text-transform: uppercase;
    width: 230px;
    cursor: pointer;
    margin-top: 20px;
    text-align: left;
    padding-left: 30px;;
}

body.page-id-1119 #content-wrap {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/images/inf.jpg);
}
.inf-page .footer_anim {
    position: relative;
}
.inf-page .footer_anim .gradient--1 {
    left: 30%;
    bottom: -155%;
}
.inf-merch .grid-item .image {
    text-align: center;
    width: 100%;
    border: 1px solid #403F3F;
    overflow: hidden;
    border-radius: 20px;
    height: 304px;
    max-width: 372px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inf-merch .grid-item .image img {
    max-height: 250px;
}
.inf-merch .grid-item {
    max-width: 372px;
}
.inf-add-elements .grid-item .image {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #403F3F;
    overflow: hidden;
    min-height: 284px;
    max-height: 524px;
}
.inf-add-elements .inf-materials .grid-container > .grid-item:nth-child(1) .image {
    padding: 15px;
}
.inf-add-elements .inf-materials .grid-container > .grid-item:nth-child(1) .image img {
    width: auto;
    max-width: 100%;
}

.inf-add-elements .grid-item .image img {
    border-radius: 20px;
    width: 100%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.inf-merch,
.inf-video,
.inf-articles,
.inf-add-elements,
.inf-colors {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inf-merch {
    padding-bottom: 160px;
}
.inf-merch h3,
.inf-video h3,
.inf-banners h3,
.inf-add-elements h3,
.inf-articles h3,
.inf-colors h3 {
    padding-bottom: 40px;
}
.inf-articles .inf-materials a,
.inf-colors .inf-materials a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.inf-articles .inf-materials a img,
.inf-colors .inf-materials a img {
    margin-right: 16px;
}
.inf-header {
    padding-top: 268px;
    padding-bottom: 200px;
}

.inf-header h1 {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 32px;
}
.inf-header h1 b {
    font-style: italic;
    font-weight: 700;
}
.inf-header .desc {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    max-width: 883px;
    margin: auto;
}
.inf-articles .inf-materials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;
}
.grid-container {
    display: grid;
    /*grid-template-rows: minmax(300px, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.inf-banners .grid-container {
    display: grid;
    /*grid-template-rows: minmax(300px, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.inf-logos .grid-container .grid-item {
    height: 310px;
}
.inf-banners .grid-container .grid-item {
    height: 446px;
}
.inf-logos {
    padding-bottom: 64px;
}
.inf-logos h3 {
    padding-bottom: 40px;
}
.inf-logos .grid-container > .grid-item:nth-child(3n - 1) .image,
.inf-logos .grid-container > .grid-item:nth-child(3n) .image{
    background-color: #fff;
}
.inf-materials .title {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.inf-materials .action-btn {
    padding-top: 16px;
    display: flex;

}
.inf-materials .action-btn a {
    border-radius: 80px;
    border: 1px solid #FFF;
    min-width: 94px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.32px;
    margin-right: 16px;
}
.inf-materials .action-btn a:hover {
    border-color: #00aced;
    color: #00aced!important;
}
.inf-logos .inf-materials .image {
    border-radius: 20px;
    border: 1px solid #403F3F;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 324px;
    max-height: 202px;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.bottom-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 16px;
}

.mySwiperNews .ui-post--card .wrapper {
    display: flex;
    gap: 15px;
    flex-direction: row;
    border-radius: 20px;
    border: 1px solid #FFF;
    width: calc(100% - 12px);
    overflow: hidden;
}

.blog-new .mySwiperNews .ui-post--card {
    border: 0;
}

.blog-new .mySwiperNews {
    margin-bottom: 46px;
}
.mySwiperNews {
    padding-bottom: 60px;
}
.mySwiperNews .swiper-pagination {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -8px;
}

.mySwiperNews .swiper-pagination .swiper-pagination-bullet {
    width: 16px!important;
    height: 16px!important;
    background: #747476!important;
    opacity: 1!important;
}
.mySwiperNews .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px!important;
    height: 20px!important;
    background: #fff!important;
}

.blog-new .mySwiperNews .ui-post--card .wrapper .details {
    padding-top: 40px;
}

.blog-new .mySwiperNews .ui-post--card .wrapper > div {
    width: 50%;
}

.blog-new .mySwiperNews .ui-post--card .wrapper img {
    height: initial;
    margin-bottom: -8px;
}

.blog-new .mySwiperNews .ui-post--card .wrapper h2.title {
    font-size: 30px;
}
.bottom-post .views {
    display: flex;
    align-items: center;
}

.blog-new .post-navigation .page-numbers:not(.next):not(.prev) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.blog-new .post-navigation .page-numbers.current {
    background-color: white;
    color: black;
    border-radius: 100%;
}

.blog-new .post-navigation .nav-links .meta-nav {
    text-transform: none;
}
.blog-new .post-navigation .nav-links,
.blog-new .post-navigation .nav-links .meta-nav {
    font-size: 14px!important;
}

.blog-new.s-blog {
    padding-bottom: 7px;
}

/* app css */
.app-tooltip .link button:hover {
    color: rgba(255, 255, 255, 0.8);
}
.app-tooltip .link {
    padding-top: 5px;
    border-top: 1px solid rgba(168, 176, 193, 0.2);
}
.app-tooltip .link button{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
    padding: 0;
    margin: 0;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    border: 0;
    min-height: initial;
}
.app_block {
    position: relative;
}
.google_store.active + .app-tooltip {
    visibility: visible;
    opacity: 1;
    left: 115px;
    bottom: 60px;
}
.apple_store.active + a +.app-tooltip {
    visibility: visible;
    opacity: 1;
    left: -35px;
    bottom: 60px;
}
.app-tooltip span {
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: rgba(168, 176, 193, 1);
    padding: 5px 0;
    display: block;
}
.app-tooltip {
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgb(0, 0 / 0, 0);
    line-height: normal;
    border-radius: 20px;
    background-color: #000;
    max-width: 200px;
    padding: 20px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s,opacity .5s linear;
    position: absolute;
    color: #000;
    z-index: 99;
}
.app-tooltip .img-qr {
    background-color: white;
    padding: 0.625rem;
    border-radius: 0.25rem;
}
/* app css end*/

/* home logos */
.falling_logos {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 800px;
    left: 0;
    right: 0;
}
.falling_logos .swiper .swiper-wrapper {

}
.falling_logos .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    max-width: 225px;
}
.falling_logos > div {
    margin-bottom: 30px;
}
.falling_logos > div img {
    width: 225px;
}
.falling_logos > div:nth-child(1){
    display: flex;
    justify-content: center;
    gap: 30px 20px;
}
.falling_logos > div:nth-child(2){
    display: flex;
    justify-content: center;
    gap: 30px 20px;
}
.falling_logos > div:nth-child(3){
    display: flex;
    justify-content: center;
    gap: 30px 72px;
}
.falling_logos .swiper-wrapper {
    transition-timing-function: linear !important;
}
@media(max-height: 1000px) {
    .falling_logos {
        top: 1000px;
    }
}
@media(max-width: 1024px) {
    .falling_logos {
        top: initial;
        bottom: 0;
    }
    .falling_logos .swiper .swiper-wrapper .swiper-slide {
        max-width: 150px;
    }
}
/* homelogos end */

/* home partner */
.s-home--partner,
.s-home--security {
    margin-top: 200px;
}
.s-home--partner {
    position: relative;
    z-index: 6;
}
.s-home--partner .s-header h2 {
    text-align: center;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 100%;
    text-transform: uppercase;
}
.s-home--partner .s-header h2 b {
    font-weight: 700;
    display: block;
}
.poligon-logo {
    padding-top: 40px;
    position: relative;
}
.poligon-logo img {
    display: block;
    margin: 0 auto;
}
.poligon-logo:before {
    content: '';
    width: 28%;
    height: 1px;
    background: rgba(234, 236, 240, 0.30);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 80px;
}
.poligon-logo:after {
    content: '';
    width: 28%;
    height: 1px;
    background: rgba(234, 236, 240, 0.30);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 80px;
}
@media(max-width: 1199px) {
    .poligon-logo:after,
    .poligon-logo:before {
        display: none;
    }
}
@media(max-width: 767px) {
    .s-home--partner,
    .s-home--security {
        margin-top: 100px;
    }
    [lang="de-DE"] header .menu .item a,
    [lang="fr-FR"] header .menu .item a,
    [lang="it-IT"] header .menu .item a,
    [lang="es-ES"] header .menu .item a {
        font-size: 10px;
    }
    .tt-ol-menu-social {
        display: none!important;
    }
}
/* home partner end */

[lang="de-DE"] header .menu a {
    font-size: 16px;
}

[lang="fr-FR"] header .menu a {
    font-size: 15px;
}

[lang="it-IT"] header .menu a {
    font-size: 16px;
}
[lang="es-ES"] header .menu a {
    font-size: 17px;
}
li#menu-item-9999999999:after {
    width: 20px;
    background-position: center;
    right: -28px;
    position: absolute;
}
