@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype')
}

html,body {
    font-family: "Poppins",sans-serif;
    font-weight: 400
}

:root {
    --sidebarWidth: 430px;
    --clr: ;
    --commSpace: 55px;
    --clr-red: #f00;
    --clr-grn: #1e7e34;
    --input-font: 500;
    --input-height: 50px;
    --input-fs-main: 16px;
    --input-fs-top: 14px;
    --input-icon-fs: 18px;
    --input-icon: #1baac4;
    --input-border: #aaa;
    --input-error: #ff2323;
    --button-fill: #e42525;
    --button-line: #fff
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.variable {
    margin-bottom: 30px
}

.variable p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #4e68ea;
    margin-bottom: 8px
}

.variable span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 5px
}

@font-face {
    font-family: "icomoon";
    src: url(../../../../../../../../themes/testing-xperts/assets/icomoon/fonts/icomoon.eot?m91y51);
    src: url("../../../../../../../../themes/testing-xperts/assets/icomoon/fonts/icomoon.eot?m91y51#iefix") format("embedded-opentype"),url(../../../../../../../../themes/testing-xperts/assets/icomoon/fonts/icomoon.ttf?m91y51) format("truetype"),url(../../../../../../../../themes/testing-xperts/assets/icomoon/fonts/icomoon.woff?m91y51) format("woff"),url("../../../../../../../../themes/testing-xperts/assets/icomoon/fonts/icomoon.svg?m91y51#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^="icon-"],[class*=" icon-"] {
    font-family: "icomoon"!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-instagram:before {
    content: "\e900"
}

.icon-linkedin:before {
    content: "\e901"
}

.icon-search:before {
    content: "\e902"
}

.icon-twitter:before {
    content: "\e903"
}

.icon-arrow-left:before {
    content: "\e904"
}

.icon-arrow-right:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

h1,h2,h3,h4,h5,h6,p {
    font-weight: 400;
    margin-bottom: 0
}

.sec-hdn {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 50px
}

.sec-hdn .comm-sec-hdn {
    text-align: center
}

.sec-hdn .comm-small-hdn {
    margin: 0 auto 10px;
    width: fit-content
}

.sec-hdn .comm-para {
    margin-top: 16px
}

.sec-hdn .comm-para p {
    text-align: center;
    color: #333
}

.banner-hdn {
    color: #fff;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2
}

.comm-page-hdn {
    color: #fff;
    font-size: var(--font48);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: -1.92px
}

.comm-sec-hdn {
    color: #000;
    font-size: var(--font48);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.92px
}

.comm-sub-hdn {
    color: #000;
    font-size: var(--font26);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1.04px
}

.comm-para p {
    color: #666;
    font-size: var(--font18);
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: -.72px
}

.comm-para p:last-child {
    margin-bottom: 0
}

.white {
    color: #fff!important
}

.white p {
    color: #fff!important
}

.comm-small-hdn {
    color: #e42525;
    font-family: "Inter",sans-serif;
    font-size: var(--font24);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.96px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

.comm-small-hdn::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #e42525;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.comm-hdn-section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
    margin-bottom: 40px
}

.comm-hdn-section .comm-sec-hdn {
    max-width: 600px;
    width: 100%
}

.comm-hdn-section .comm-para {
    max-width: 400px;
    width: 100%
}

:root {
    --font56: 56px;
    --font52: 52px;
    --font48: 48px;
    --font42: 42px;
    --font38: 38px;
    --font32: 32px;
    --font30: 30px;
    --font26: 26px;
    --font24: 24px;
    --font22: 22px;
    --font18: 18px;
    --font16: 16px
}

@media all and (max-width: 1366px) {
    :root {
        --font56:52px;
        --font52: 50px;
        --font48: 44px;
        --font42: 40px;
        --font38: 34px;
        --font32: 30px;
        --font30: 26px;
        --font26: 24px;
        --font24: 22px;
        --font22: 20px;
        --font18: 16px
    }
}

@media all and (max-width: 1200px) {
    :root {
        --font56:46px;
        --font52: 44px;
        --font48: 40px;
        --font42: 36px;
        --font38: 30px;
        --font32: 28px
    }
}

@media all and (max-width: 1024px) {
    :root {
        --font56:36px;
        --font52: 36px;
        --font48: 34px;
        --font42: 32px
    }
}

@media all and (max-width: 990px) {
    :root {
        --font56:34px;
        --font52: 32px;
        --font48: 30px;
        --font42: 28px;
        --font22: 18px
    }

    .comm-page-hdn {
        font-size: 32px
    }
}

@media all and (max-width: 768px) {
    :root {
        --font56:30px;
        --font52: 28px;
        --font48: 26px;
        --font42: 24px
    }

    .comm-page-hdn {
        font-size: 28px
    }
}

.f-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap
}

.f-col {
    padding: 0 15px
}

.f-10 .f-col {
    width: 10%
}

.f-9 .f-col {
    width: 11.11111111%
}

.f-8 .f-col {
    width: 12.5%
}

.f-7 .f-col {
    width: 14.28571429%
}

.f-6 .f-col {
    width: 16.66666667%
}

.f-5 .f-col {
    width: 20%
}

.f-4 .f-col {
    width: 25%
}

.f-3 .f-col {
    width: 33.33333333%
}

.f-2 .f-col {
    width: 50%
}

.f-1 .f-col {
    width: 100%
}

.w100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.w95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px
}

.w90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px
}

.w85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px
}

.w80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px
}

.w75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px
}

.w70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px
}

.w65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px
}

.w60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px
}

.w55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px
}

.w50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.w45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px
}

.w40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px
}

.w35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px
}

.w30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px
}

.w25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px
}

.w20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px
}

.w15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px
}

.w10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px
}

.w5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px
}

.w33 {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px
}

.w16 {
    width: 16.666666%;
    padding-left: 15px;
    padding-right: 15px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-0 {
    margin-bottom: 0
}

@media all and (max-width: 1440px) {
    .w-1440-40 {
        width:40%
    }

    .w-1440-60 {
        width: 60%
    }
}

@media all and (max-width: 1280px) {
    .f-1280-10 .f-col {
        width:10%
    }

    .f-1280-9 .f-col {
        width: 11.11111111%
    }

    .f-1280-8 .f-col {
        width: 12.5%
    }

    .f-1280-7 .f-col {
        width: 14.28571429%
    }

    .f-1280-6 .f-col {
        width: 16.66666667%
    }

    .f-1280-5 .f-col {
        width: 20%
    }

    .f-1280-4 .f-col {
        width: 25%
    }

    .f-1280-3 .f-col {
        width: 33.33333333%
    }

    .f-1280-2 .f-col {
        width: 50%
    }

    .f-1280-1 .f-col {
        width: 100%
    }

    .w-1280-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1280-33 {
        width: 33%
    }

    .w-1280-16 {
        width: 16.666666%
    }

    .mb-1280-100 {
        margin-bottom: 100px
    }

    .mb-1280-95 {
        margin-bottom: 95px
    }

    .mb-1280-90 {
        margin-bottom: 90px
    }

    .mb-1280-85 {
        margin-bottom: 85px
    }

    .mb-1280-80 {
        margin-bottom: 80px
    }

    .mb-1280-75 {
        margin-bottom: 75px
    }

    .mb-1280-70 {
        margin-bottom: 70px
    }

    .mb-1280-65 {
        margin-bottom: 65px
    }

    .mb-1280-60 {
        margin-bottom: 60px
    }

    .mb-1280-55 {
        margin-bottom: 55px
    }

    .mb-1280-50 {
        margin-bottom: 50px
    }

    .mb-1280-45 {
        margin-bottom: 45px
    }

    .mb-1280-40 {
        margin-bottom: 40px
    }

    .mb-1280-35 {
        margin-bottom: 35px
    }

    .mb-1280-30 {
        margin-bottom: 30px
    }

    .mb-1280-25 {
        margin-bottom: 25px
    }

    .mb-1280-20 {
        margin-bottom: 20px
    }

    .mb-1280-15 {
        margin-bottom: 15px
    }

    .mb-1280-10 {
        margin-bottom: 10px
    }

    .mb-1280-5 {
        margin-bottom: 5px
    }

    .mb-1280-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 1200px) {
    .f-1200-10 .f-col {
        width:10%
    }

    .f-1200-9 .f-col {
        width: 11.11111111%
    }

    .f-1200-8 .f-col {
        width: 12.5%
    }

    .f-1200-7 .f-col {
        width: 14.28571429%
    }

    .f-1200-6 .f-col {
        width: 16.66666667%
    }

    .f-1200-5 .f-col {
        width: 20%
    }

    .f-1200-4 .f-col {
        width: 25%
    }

    .f-1200-3 .f-col {
        width: 33.33333333%
    }

    .f-1200-2 .f-col {
        width: 50%
    }

    .f-1200-1 .f-col {
        width: 100%
    }

    .w-1200-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-1200-33 {
        width: 33%
    }

    .w-1200-16 {
        width: 16.666666%
    }

    .mb-1200-100 {
        margin-bottom: 100px
    }

    .mb-1200-95 {
        margin-bottom: 95px
    }

    .mb-1200-90 {
        margin-bottom: 90px
    }

    .mb-1200-85 {
        margin-bottom: 85px
    }

    .mb-1200-80 {
        margin-bottom: 80px
    }

    .mb-1200-75 {
        margin-bottom: 75px
    }

    .mb-1200-70 {
        margin-bottom: 70px
    }

    .mb-1200-65 {
        margin-bottom: 65px
    }

    .mb-1200-60 {
        margin-bottom: 60px
    }

    .mb-1200-55 {
        margin-bottom: 55px
    }

    .mb-1200-50 {
        margin-bottom: 50px
    }

    .mb-1200-45 {
        margin-bottom: 45px
    }

    .mb-1200-40 {
        margin-bottom: 40px
    }

    .mb-1200-35 {
        margin-bottom: 35px
    }

    .mb-1200-30 {
        margin-bottom: 30px
    }

    .mb-1200-25 {
        margin-bottom: 25px
    }

    .mb-1200-20 {
        margin-bottom: 20px
    }

    .mb-1200-15 {
        margin-bottom: 15px
    }

    .mb-1200-10 {
        margin-bottom: 10px
    }

    .mb-1200-5 {
        margin-bottom: 5px
    }

    .mb-1200-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 990px) {
    .f-990-10 .f-col {
        width:10%
    }

    .f-990-9 .f-col {
        width: 11.11111111%
    }

    .f-990-8 .f-col {
        width: 12.5%
    }

    .f-990-7 .f-col {
        width: 14.28571429%
    }

    .f-990-6 .f-col {
        width: 16.66666667%
    }

    .f-990-5 .f-col {
        width: 20%
    }

    .f-990-4 .f-col {
        width: 25%
    }

    .f-990-3 .f-col {
        width: 33.33333333%
    }

    .f-990-2 .f-col {
        width: 50%
    }

    .f-990-1 .f-col {
        width: 100%
    }

    .w-990-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-990-33 {
        width: 33%
    }

    .w-990-16 {
        width: 16.666666%
    }

    .mb-990-100 {
        margin-bottom: 100px
    }

    .mb-990-95 {
        margin-bottom: 95px
    }

    .mb-990-90 {
        margin-bottom: 90px
    }

    .mb-990-85 {
        margin-bottom: 85px
    }

    .mb-990-80 {
        margin-bottom: 80px
    }

    .mb-990-75 {
        margin-bottom: 75px
    }

    .mb-990-70 {
        margin-bottom: 70px
    }

    .mb-990-65 {
        margin-bottom: 65px
    }

    .mb-990-60 {
        margin-bottom: 60px
    }

    .mb-990-55 {
        margin-bottom: 55px
    }

    .mb-990-50 {
        margin-bottom: 50px
    }

    .mb-990-45 {
        margin-bottom: 45px
    }

    .mb-990-40 {
        margin-bottom: 40px
    }

    .mb-990-35 {
        margin-bottom: 35px
    }

    .mb-990-30 {
        margin-bottom: 30px
    }

    .mb-990-25 {
        margin-bottom: 25px
    }

    .mb-990-20 {
        margin-bottom: 20px
    }

    .mb-990-15 {
        margin-bottom: 15px
    }

    .mb-990-10 {
        margin-bottom: 10px
    }

    .mb-990-5 {
        margin-bottom: 5px
    }

    .mb-990-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 768px) {
    .f-768-10 .f-col {
        width:10%
    }

    .f-768-9 .f-col {
        width: 11.11111111%
    }

    .f-768-8 .f-col {
        width: 12.5%
    }

    .f-768-7 .f-col {
        width: 14.28571429%
    }

    .f-768-6 .f-col {
        width: 16.66666667%
    }

    .f-768-5 .f-col {
        width: 20%
    }

    .f-768-4 .f-col {
        width: 25%
    }

    .f-768-3 .f-col {
        width: 33.33333333%
    }

    .f-768-2 .f-col {
        width: 50%
    }

    .f-768-1 .f-col {
        width: 100%
    }

    .w-768-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-768-33 {
        width: 33%
    }

    .w-768-16 {
        width: 16.666666%
    }

    .mb-768-100 {
        margin-bottom: 100px
    }

    .mb-768-95 {
        margin-bottom: 95px
    }

    .mb-768-90 {
        margin-bottom: 90px
    }

    .mb-768-85 {
        margin-bottom: 85px
    }

    .mb-768-80 {
        margin-bottom: 80px
    }

    .mb-768-75 {
        margin-bottom: 75px
    }

    .mb-768-70 {
        margin-bottom: 70px
    }

    .mb-768-65 {
        margin-bottom: 65px
    }

    .mb-768-60 {
        margin-bottom: 60px
    }

    .mb-768-55 {
        margin-bottom: 55px
    }

    .mb-768-50 {
        margin-bottom: 50px
    }

    .mb-768-45 {
        margin-bottom: 45px
    }

    .mb-768-40 {
        margin-bottom: 40px
    }

    .mb-768-35 {
        margin-bottom: 35px
    }

    .mb-768-30 {
        margin-bottom: 30px
    }

    .mb-768-25 {
        margin-bottom: 25px
    }

    .mb-768-20 {
        margin-bottom: 20px
    }

    .mb-768-15 {
        margin-bottom: 15px
    }

    .mb-768-10 {
        margin-bottom: 10px
    }

    .mb-768-5 {
        margin-bottom: 5px
    }

    .mb-768-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 640px) {
    .f-640-10 .f-col {
        width:10%
    }

    .f-640-9 .f-col {
        width: 11.11111111%
    }

    .f-640-8 .f-col {
        width: 12.5%
    }

    .f-640-7 .f-col {
        width: 14.28571429%
    }

    .f-640-6 .f-col {
        width: 16.66666667%
    }

    .f-640-5 .f-col {
        width: 20%
    }

    .f-640-4 .f-col {
        width: 25%
    }

    .f-640-3 .f-col {
        width: 33.33333333%
    }

    .f-640-2 .f-col {
        width: 50%
    }

    .f-640-1 .f-col {
        width: 100%
    }

    .w-640-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-640-33 {
        width: 33%
    }

    .w-640-16 {
        width: 16.666666%
    }

    .mb-640-100 {
        margin-bottom: 100px
    }

    .mb-640-95 {
        margin-bottom: 95px
    }

    .mb-640-90 {
        margin-bottom: 90px
    }

    .mb-640-85 {
        margin-bottom: 85px
    }

    .mb-640-80 {
        margin-bottom: 80px
    }

    .mb-640-75 {
        margin-bottom: 75px
    }

    .mb-640-70 {
        margin-bottom: 70px
    }

    .mb-640-65 {
        margin-bottom: 65px
    }

    .mb-640-60 {
        margin-bottom: 60px
    }

    .mb-640-55 {
        margin-bottom: 55px
    }

    .mb-640-50 {
        margin-bottom: 50px
    }

    .mb-640-45 {
        margin-bottom: 45px
    }

    .mb-640-40 {
        margin-bottom: 40px
    }

    .mb-640-35 {
        margin-bottom: 35px
    }

    .mb-640-30 {
        margin-bottom: 30px
    }

    .mb-640-25 {
        margin-bottom: 25px
    }

    .mb-640-20 {
        margin-bottom: 20px
    }

    .mb-640-15 {
        margin-bottom: 15px
    }

    .mb-640-10 {
        margin-bottom: 10px
    }

    .mb-640-5 {
        margin-bottom: 5px
    }

    .mb-640-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 576px) {
    .f-576-10 .f-col {
        width:10%
    }

    .f-576-9 .f-col {
        width: 11.11111111%
    }

    .f-576-8 .f-col {
        width: 12.5%
    }

    .f-576-7 .f-col {
        width: 14.28571429%
    }

    .f-576-6 .f-col {
        width: 16.66666667%
    }

    .f-576-5 .f-col {
        width: 20%
    }

    .f-576-4 .f-col {
        width: 25%
    }

    .f-576-3 .f-col {
        width: 33.33333333%
    }

    .f-576-2 .f-col {
        width: 50%
    }

    .f-576-1 .f-col {
        width: 100%
    }

    .w-576-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-576-33 {
        width: 33%
    }

    .w-576-16 {
        width: 16.666666%
    }

    .mb-576-100 {
        margin-bottom: 100px
    }

    .mb-576-95 {
        margin-bottom: 95px
    }

    .mb-576-90 {
        margin-bottom: 90px
    }

    .mb-576-85 {
        margin-bottom: 85px
    }

    .mb-576-80 {
        margin-bottom: 80px
    }

    .mb-576-75 {
        margin-bottom: 75px
    }

    .mb-576-70 {
        margin-bottom: 70px
    }

    .mb-576-65 {
        margin-bottom: 65px
    }

    .mb-576-60 {
        margin-bottom: 60px
    }

    .mb-576-55 {
        margin-bottom: 55px
    }

    .mb-576-50 {
        margin-bottom: 50px
    }

    .mb-576-45 {
        margin-bottom: 45px
    }

    .mb-576-40 {
        margin-bottom: 40px
    }

    .mb-576-35 {
        margin-bottom: 35px
    }

    .mb-576-30 {
        margin-bottom: 30px
    }

    .mb-576-25 {
        margin-bottom: 25px
    }

    .mb-576-20 {
        margin-bottom: 20px
    }

    .mb-576-15 {
        margin-bottom: 15px
    }

    .mb-576-10 {
        margin-bottom: 10px
    }

    .mb-576-5 {
        margin-bottom: 5px
    }

    .mb-576-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 480px) {
    .f-480-10 .f-col {
        width:10%
    }

    .f-480-9 .f-col {
        width: 11.11111111%
    }

    .f-480-8 .f-col {
        width: 12.5%
    }

    .f-480-7 .f-col {
        width: 14.28571429%
    }

    .f-480-6 .f-col {
        width: 16.66666667%
    }

    .f-480-5 .f-col {
        width: 20%
    }

    .f-480-4 .f-col {
        width: 25%
    }

    .f-480-3 .f-col {
        width: 33.33333333%
    }

    .f-480-2 .f-col {
        width: 50%
    }

    .f-480-1 .f-col {
        width: 100%
    }

    .w-480-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-480-33 {
        width: 33%
    }

    .w-480-16 {
        width: 16.666666%
    }

    .mb-480-100 {
        margin-bottom: 100px
    }

    .mb-480-95 {
        margin-bottom: 95px
    }

    .mb-480-90 {
        margin-bottom: 90px
    }

    .mb-480-85 {
        margin-bottom: 85px
    }

    .mb-480-80 {
        margin-bottom: 80px
    }

    .mb-480-75 {
        margin-bottom: 75px
    }

    .mb-480-70 {
        margin-bottom: 70px
    }

    .mb-480-65 {
        margin-bottom: 65px
    }

    .mb-480-60 {
        margin-bottom: 60px
    }

    .mb-480-55 {
        margin-bottom: 55px
    }

    .mb-480-50 {
        margin-bottom: 50px
    }

    .mb-480-45 {
        margin-bottom: 45px
    }

    .mb-480-40 {
        margin-bottom: 40px
    }

    .mb-480-35 {
        margin-bottom: 35px
    }

    .mb-480-30 {
        margin-bottom: 30px
    }

    .mb-480-25 {
        margin-bottom: 25px
    }

    .mb-480-20 {
        margin-bottom: 20px
    }

    .mb-480-15 {
        margin-bottom: 15px
    }

    .mb-480-10 {
        margin-bottom: 10px
    }

    .mb-480-5 {
        margin-bottom: 5px
    }

    .mb-480-0 {
        margin-bottom: 0
    }
}

@media all and (max-width: 400px) {
    .f-400-10 .f-col {
        width:10%
    }

    .f-400-9 .f-col {
        width: 11.11111111%
    }

    .f-400-8 .f-col {
        width: 12.5%
    }

    .f-400-7 .f-col {
        width: 14.28571429%
    }

    .f-400-6 .f-col {
        width: 16.66666667%
    }

    .f-400-5 .f-col {
        width: 20%
    }

    .f-400-4 .f-col {
        width: 25%
    }

    .f-400-3 .f-col {
        width: 33.33333333%
    }

    .f-400-2 .f-col {
        width: 50%
    }

    .f-400-1 .f-col {
        width: 100%
    }

    .w-400-100 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-95 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-90 {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-85 {
        width: 85%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-80 {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-75 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-70 {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-65 {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-60 {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-55 {
        width: 55%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-50 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-45 {
        width: 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-40 {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-35 {
        width: 35%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-30 {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-25 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-20 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-15 {
        width: 15%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-10 {
        width: 10%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-5 {
        width: 5%;
        padding-left: 15px;
        padding-right: 15px
    }

    .w-400-33 {
        width: 33%
    }

    .w-400-16 {
        width: 16.666666%
    }

    .mb-400-100 {
        margin-bottom: 100px
    }

    .mb-400-95 {
        margin-bottom: 95px
    }

    .mb-400-90 {
        margin-bottom: 90px
    }

    .mb-400-85 {
        margin-bottom: 85px
    }

    .mb-400-80 {
        margin-bottom: 80px
    }

    .mb-400-75 {
        margin-bottom: 75px
    }

    .mb-400-70 {
        margin-bottom: 70px
    }

    .mb-400-65 {
        margin-bottom: 65px
    }

    .mb-400-60 {
        margin-bottom: 60px
    }

    .mb-400-55 {
        margin-bottom: 55px
    }

    .mb-400-50 {
        margin-bottom: 50px
    }

    .mb-400-45 {
        margin-bottom: 45px
    }

    .mb-400-40 {
        margin-bottom: 40px
    }

    .mb-400-35 {
        margin-bottom: 35px
    }

    .mb-400-30 {
        margin-bottom: 30px
    }

    .mb-400-25 {
        margin-bottom: 25px
    }

    .mb-400-20 {
        margin-bottom: 20px
    }

    .mb-400-15 {
        margin-bottom: 15px
    }

    .mb-400-10 {
        margin-bottom: 10px
    }

    .mb-400-5 {
        margin-bottom: 5px
    }

    .mb-400-0 {
        margin-bottom: 0
    }
}

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input,select[multiple],textarea {
    background-image: none
}

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active,a:hover,a:focus {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

img.obj-cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

img.obj-contain {
    width: 100%;
    height: 100%;
    object-fit: contain
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul,ol,dl {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cfd1d4
}

.button {
    font-family: "Inter",sans-serif;
    background: var(--button-fill);
    border: none;
    outline: none;
    border: 1px solid #fff0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    line-height: 1.4;
    padding: 0 24px;
    border-radius: 120px;
    font-size: 16px;
    text-align: center;
    gap: 10px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.button i {
    font-size: 10px;
    color: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.button:focus,.button:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

.button:focus i,.button:hover i {
    transform: rotate(-45deg)
}

.button:focus,.button:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgb(0 0 0 / .2)
}

.button.white {
    background: #fff;
    border: 1px solid #000;
    color: #000!important
}

.button.white i {
    color: #000
}

.button.line {
    background: #fff0;
    border: 1px solid #000;
    color: #000;
    gap: 10px
}

.button.line i {
    font-size: 10px;
    color: #000;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.button.center {
    display: flex;
    width: fit-content;
    margin: 0 auto
}

.button:hover,.button:focus,.button:active {
    text-decoration: none;
    outline: none
}

button:focus {
    outline: none
}

.button--block {
    width: 100%
}

.button svg {
    position: relative;
    top: -2px
}

.button svg path {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.button .phone {
    margin-right: 5px
}

.element-section {
    padding: 50px 0;
    border-bottom: 1px solid #ddd
}

.element-section .ehdn1 {
    margin-bottom: 30px
}

.element-section .ehdn2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px
}

.myElem {
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center
}

.form-grp,.form-textarea-group {
    position: relative;
    margin-top: 8px;
    margin-bottom: 30px
}

.form-grp .inputError {
    border-bottom: 1px solid var(--input-error)
}

.error-msg {
    font-size: 12px;
    color: var(--input-error);
    margin: 0
}

.error-msg2 {
    font-size: 12px;
    color: var(--input-error);
    margin-bottom: 20px
}

.whatsapp {
    margin-right: 0
}

.form-field {
    font-family: var(--input-font);
    height: var(--input-height);
    font-size: var(--input-fs-main);
    border: 0;
    border-bottom: 1px solid var(--input-border);
    width: 100%;
    z-index: 2;
    position: relative;
    background: #fff0;
    color: #fff;
    outline: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.form-field:focus,.form-field.field--not-empty {
    border: 0;
    border-bottom: 1px solid var(--button-fill)
}

.form-label {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: var(--font22);
    line-height: 1.2;
    letter-spacing: -.8px;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.form-label.wp7-required {
    position: relative
}

.form-label.wp7-required::after {
    content: "*";
    color: #e42525;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: -12px;
    top: 0
}

.form-field:focus~.form-label,.form-field.field--not-empty~.form-label,.form-grp.sTop .form-label {
    font-size: var(--input-fs-top);
    background: #fff;
    top: -10px;
    z-index: 2
}

.form-textarea-group .form-field {
    resize: none;
    margin-top: 10px
}

.form-grp.int-padl input,.form-grp.form-grp-var input {
    padding-left: 40px
}

.form-grp.int-padr input {
    padding-right: 40px
}

.form-grp .view-pass {
    position: absolute;
    right: 10px;
    top: 15px;
    line-height: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 9
}

.form-grp.disabled-field {
    background: #f5f5f5
}

.form-grp.disabled-field .form-field {
    border-color: #f5f5f5
}

.form-grp.disabled-field .form-label {
    color: #999;
    background: #fff0;
    width: 100%;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out
}

.datetimepicker-input~i {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 0;
    font-size: 22px;
    color: #a7b3c4
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
    border: 1px solid #a7b3c4;
    height: 30px;
    z-index: 2;
    padding: 0 10px;
    font-size: 14px;
    color: #1c2d41;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    background: #fff0 url(../../../../../../../../themes/testing-xperts/assets/img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
    -webkit-appearance: none
}

.daterangepicker {
    border: 0;
    color: #425061;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 9px 21px rgb(53 143 207 / .2);
    -moz-box-shadow: 1px 9px 21px rgb(53 143 207 / .2);
    box-shadow: 1px 9px 21px rgb(53 143 207 / .2);
    padding: 10px;
    z-index: 10000
}

.daterangepicker td.start-date {
    border-radius: 50% 0 0 50%
}

.daterangepicker td.end-date {
    border-radius: 0 50% 50% 0
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    color: #a7b3c4;
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.daterangepicker .calendar-table .next span:hover,.daterangepicker .calendar-table .prev span:hover {
    color: #3592cf
}

.daterangepicker .calendar-table .next span:before,.daterangepicker .calendar-table .prev span:before {
    border: 1px solid #a7b3c4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px
}

.daterangepicker .calendar-table .next span:hover:before,.daterangepicker .calendar-table .prev span:hover:before {
    border: 1px solid #3490cf
}

.daterangepicker .calendar-table .next span:before {
    content: "\e918";
    font-family: "icomoon"!important
}

.daterangepicker .calendar-table .prev span:before {
    content: "\e912";
    font-family: "icomoon"!important
}

.daterangepicker .calendar-table th,.daterangepicker .calendar-table td {
    height: 32px
}

.daterangepicker .btn-primary {
    font-family: "medium";
    border-color: #fff0;
    background: #1baac4;
    color: #fff;
    box-shadow: none!important
}

.daterangepicker:before {
    border-bottom: 0
}

.daterangepicker .calendar-table th {
    font-family: "bold";
    font-size: 14px;
    color: #000
}

.daterangepicker th.month {
    font-family: "medium";
    font-size: 18px;
    letter-spacing: .01em;
    color: #000
}

.daterangepicker td.in-range {
    background-color: #3592cf;
    color: #fff
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #3592cf
}

.daterangepicker .calendar-table td {
    font-family: "regular";
    font-size: 14px
}

.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date {
    color: rgb(167 179 196 / .5)
}

.daterangepicker th.available:hover {
    background-color: #fff0
}

.daterangepicker.show-calendar .drp-buttons {
    border-top: 0
}

.daterangepicker.show-calendar .drp-buttons .drp-selected,.daterangepicker.show-calendar .drp-buttons .cancelBtn {
    display: none
}

.daterangepicker .drp-buttons .btn {
    margin-left: 0;
    width: 100%;
    padding: 6px 8px
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #1baac4
}

.select-field {
    background: url(../../../../../../../../themes/testing-xperts/assets/img/drop-down-arrow.svg) no-repeat calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-field option {
    color: #9fa4a9
}

.select-field option:checked,.select-field option:hover {
    background: #7cb2f6;
    color: #fff
}

input::-webkit-input-placeholder,input:-ms-input-placeholder,input::placeholder {
    color: #afafaf
}

input::-webkit-input-placeholder {
    color: #afafaf
}

label.error {
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
    line-height: 2;
    font-size: 14px;
    color: #f71336;
    position: relative
}

.radio-box {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px
}

.radio-box input {
    position: absolute;
    width: 0;
    opacity: 0
}

.radio-box label {
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 5px;
    padding-left: 36px;
    cursor: pointer;
    position: relative
}

.radio-box label:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff0;
    border: 1px solid #a24eea;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.radio-box input:checked~label::before {
    border: 7px solid #a24eea
}

.radio-box label.error {
    display: none!important
}

.radio-box input.error~label {
    color: #ff2323
}

.radio-box input.error~.chk-label:before {
    border: 1px solid #ff2323
}

.checkbox-box {
    position: relative;
    display: inline-block;
    margin-bottom: 30px
}

.checkbox-box input {
    position: absolute;
    width: 0;
    opacity: 0
}

.checkbox-box input.only-chkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 1px;
    cursor: pointer;
    z-index: 2;
    opacity: 0
}

.checkbox-box .chk-label {
    font-size: 16px;
    color: #30223b;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
    padding-left: 36px;
    cursor: pointer;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.checkbox-box .chk-label:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff0;
    border: 1.5px solid #a24eea;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.checkbox-box .chk-label:after {
    content: "";
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 7px
}

.checkbox-box input:checked~.chk-label::after {
    font-family: "icomoon"!important;
    content: "\e92d";
    color: #a24eea;
    font-size: 12px
}

.checkbox-box label.error {
    display: none!important
}

.checkbox-box input.error~.chk-label {
    color: #ff2323
}

.checkbox-box input.error~.chk-label:before {
    border: 1px solid #ff2323
}

.checkbox-box.chk-rd .chk-label:before {
    border-radius: 100%
}

.checkbox-box input:checked~.chk-label::before {
    background: #a24eea
}

.checkbox-box input:checked~.chk-label::after {
    color: #fff
}

.checkbox-box.check-three {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px
}

.checkbox-box.check-three label {
    border: 1px solid #e7e9ec;
    text-align: center;
    border-radius: 8px;
    padding: 25px 50px;
    max-width: 255px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.checkbox-box.check-three label i {
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    color: #8594af
}

.checkbox-box.check-three label span {
    border-radius: 8px;
    font-size: 18px;
    color: #8594af
}

.checkbox-box.check-three label:before {
    border-radius: 100%;
    border: 1px solid #a24eea
}

.checkbox-box.check-three label:before,.checkbox-box.check-three label:after {
    left: inherit;
    right: 15px;
    top: 15px
}

.checkbox-box.check-three input:checked~.chk-label {
    border: 1px solid #a24eea
}

.checkbox-box.check-three input:checked~.chk-label span {
    font-family: 700;
    color: #30223b
}

.checkbox-box.check-three input:checked~.chk-label i {
    color: #a24eea
}

.checkbox-box.check-three input:checked~.chk-label .home-img {
    filter: none
}

.checkbox-box.check-three input:checked~.chk-label::after {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    background: #a24eea;
    color: #fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox-box.chk-four {
    margin-right: 10px
}

.checkbox-box.chk-four label {
    padding: 7px 15px;
    border: 1px solid #dde3ee;
    border-radius: 8px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.checkbox-box.chk-four label i {
    font-size: 18px;
    color: #8594af;
    margin-right: 10px;
    position: absolute;
    left: 15px
}

.checkbox-box.chk-four label span {
    font-family: 500;
    font-size: 14px;
    color: #000;
    margin-left: 25px
}

.checkbox-box.chk-four label:before,.checkbox-box.chk-four label:after {
    display: none
}

.checkbox-box.chk-four.chk-err input:checked~.chk-label {
    border: 1px solid var(--clr-red)
}

.checkbox-box.chk-four.chk-err input:checked~.chk-label i {
    color: var(--clr-red)
}

.checkbox-box.chk-four input:checked~.chk-label {
    border: 1px solid var(--clr-grn)
}

.checkbox-box.chk-four input:checked~.chk-label i {
    color: var(--clr-grn)
}

.checkbox-box.check-five .chk-label {
    padding: 12px 25px;
    border: 1px solid #dde3ee;
    border-radius: 8px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.checkbox-box.check-five .chk-label span {
    font-family: 500;
    font-size: 16px;
    color: #8594af
}

.checkbox-box.check-five .chk-label:before {
    border-radius: 100%;
    border: none
}

.checkbox-box.check-five .chk-label:before,.checkbox-box.check-five .chk-label:after {
    left: inherit;
    right: -11px;
    top: -11px
}

.checkbox-box.check-five input:checked~.chk-label {
    border: 1px solid #a24eea
}

.checkbox-box.check-five input:checked~.chk-label span {
    color: #000
}

.checkbox-box.check-five input:checked~.chk-label::after {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    color: #fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

[tooltip-title] {
    position: relative;
    text-decoration: none
}

[tooltip-title]::before {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

[tooltip-title]:hover::before {
    content: attr(tooltip-title);
    background-color: #222;
    border-radius: 4px;
    text-shadow: 0 0 5px #000;
    white-space: nowrap;
    color: #fff;
    opacity: 1;
    pointer-events: all;
    padding: 6px 12px;
    overflow: hidden;
    top: unset
}

[tooltip-title]::after {
    content: "";
    pointer-events: none;
    opacity: 0;
    position: absolute
}

[tooltip-title]:hover::after {
    z-index: 100;
    opacity: 1;
    pointer-events: all
}

[data-placement="right"]:hover {
    position: relative;
    z-index: 1
}

[tooltip-title]:is([data-placement="top"])::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 16px
}

[tooltip-title]:is([data-placement="right"])::before {
    bottom: -10%;
    left: 100%;
    margin-left: 16px
}

[tooltip-title]:is([data-placement="bottom"])::before {
    top: 100%;
    left: 0;
    margin-top: 16px
}

[tooltip-title]:is([data-placement="left"])::before {
    bottom: -10%;
    right: 100%;
    margin-right: 16px
}

[tooltip-title]:is([data-placement="top"])::after {
    bottom: 100%;
    left: 20%;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 10px solid #222
}

[tooltip-title]:is([data-placement="right"])::after {
    bottom: 20%;
    left: 100%;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-right: 10px solid #222
}

[tooltip-title]:is([data-placement="bottom"])::after {
    left: 20%;
    top: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-bottom: 10px solid #222
}

[tooltip-title]:is([data-placement="left"])::after {
    bottom: 20%;
    right: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 10px solid #222
}

.modal-subTitle {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 4px
}

.modal-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #003f59;
    border-bottom: 1px solid rgb(0 63 89 / .1);
    padding-bottom: 10px
}

.modal-para p {
    font-size: 16px;
    line-height: 1.6;
    color: #8793a2;
    margin-bottom: 8px
}

.modal-para p:last-child {
    margin-bottom: 0
}

.modal-cancel {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    font-size: 24px;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.modal-cross {
    display: flex;
    font-size: 22px;
    margin: 0 auto 12px;
    margin-right: 0;
    color: #000;
    width: fit-content;
    cursor: pointer
}

.modal-cross i {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.modal-cross:hover i {
    transform: rotate(90deg)
}

.modal-content {
    display: block;
    border: none;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 5px 25px rgb(0 0 0 / .1)
}

.window-1440 {
    max-width: 1440px;
    padding: 0 15px
}

.window-990 {
    max-width: 990px;
    padding: 0 15px
}

.window-500 {
    max-width: 500px;
    padding: 0 15px
}

.static-cont {
    margin-bottom: 32px
}

.static-cont li {
    font-size: 14px;
    color: #233037;
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative
}

.static-cont li p {
    margin-bottom: 10px
}

.static-cont li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background: #fd9933;
    border-radius: 50%;
    top: 7px
}

.static-cont p {
    font-size: 14px;
    color: #233037;
    margin-bottom: 20px
}

.modal-backdrop.show {
    opacity: .9
}

.modal-backdrop {
    background-color: #fff
}

.modal-cancel:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-pagination-bullet-active {
    background: #39e5be
}

.swiper-button-lock.comm-nav {
    display: none
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis2 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis4 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.flex-justify {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.element-head {
    font-size: 40px;
    font-weight: 700
}

.content-hdn {
    font-weight: 700;
    font-size: var(--font42);
    color: #171717;
    text-align: center;
    margin-bottom: 48px
}

.content-body {
    max-width: 844px;
    width: 100%;
    margin: 0 auto
}

.content-body img {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    margin-bottom: 24px
}

.content-body h1 {
    font-weight: 500;
    font-size: var(--font48);
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
    text-align: left!important
}

.content-body h1:first-child {
    margin-top: 0
}

.content-body h2,.content-body h3,.content-body h4,.content-body h5 {
    font-weight: 500;
    font-size: var(--font30);
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
    text-align: left!important
}

.content-body h2:first-child,.content-body h3:first-child,.content-body h4:first-child,.content-body h5:first-child {
    margin-top: 0
}

.content-body h6 {
    font-size: var(--font18);
    color: #666;
    margin-bottom: 16px;
    line-height: 1.2;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.content-body a:hover {
    color: #000
}

.content-body a {
    font-size: var(--font16);
    line-height: 1.6;
    color: #000;
    text-decoration: underline
}

.content-body a:hover {
    color: #ee163d
}

.content-body p {
    font-size: var(--font18);
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px
}

.content-body ol {
    margin-bottom: 36px;
    padding-left: 15px
}

.content-body ol li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 6px
}

.content-body ol li:last-child {
    margin-bottom: 0
}

.content-body ul {
    margin-bottom: 36px
}

.content-body ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 15px
}

.content-body ul li p,.content-body ul li a {
    font-size: var(--font16);
    line-height: 1.6;
    color: #666;
    margin-bottom: 0
}

.content-body ul li a {
    color: #ee163d
}

.content-body ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    top: 8px;
    left: 0;
    background: #666
}

.content-body ul li:last-child {
    margin-bottom: 0
}

.content-body br {
    display: none
}

@media all and (max-width: 990px) {
    .content-hdn {
        margin-bottom:40px
    }

    .content-body h1,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6 {
        font-size: 24px
    }
}

@media all and (max-width: 480px) {
    .content-hdn {
        margin-bottom:32px
    }

    .content-body h1,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6 {
        margin-bottom: 26px
    }
}

#footer {
    background: #000;
    padding: 40px 0 36px;
    margin-top: var(--commSpace)
}

.footer-acc-container {
    padding-bottom: 42px;
    border-bottom: 1px solid rgb(255 255 255 / .4);
    margin-bottom: 28px;
    width: 100%
}

.footer-acc-container ul li {
    margin-bottom: 4px
}

.footer-acc-container ul li a {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "Inter",sans-serif;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.footer-acc-container ul li a:focus,.footer-acc-container ul li a:hover {
    color: var(--button-fill)
}

.footer-acc-container ul li:last-child {
    margin-bottom: 0
}

.footer-acc-container .f-row {
    width: 100%
}

.footer-acc-container .f-col .footer-acc-item {
    margin-bottom: 30px
}

.footer-acc-container .f-col .footer-acc-item:last-child {
    margin-bottom: 0
}

.footer-acc-item {
    max-width: 192px
}

.footer-hdn {
    font-family: "Inter",sans-serif;
    color: #fff;
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 12px;
    display: block
}

.copyright-txt p {
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Inter",sans-serif
}

.footer-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / .4);
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.footer-logo {
    width: 60px
}

.social-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px
}

.social-box {
    width: 46px;
    height: 46px;
    border-radius: 7px;
    border: 1px solid rgb(255 255 255 / .13);
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.social-box:focus,.social-box:hover {
    background: var(--button-fill)
}

.social-box i {
    font-size: 21px;
    color: #fff
}

.bg-dark .tool-tabs,.bg-dark .smart-tabs,.bg-dark .tabs,.bg-dark .tabs1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / .3);
    width: fit-content;
    position: relative
}

.bg-dark .tool-tabs li,.bg-dark .smart-tabs li,.bg-dark .tabs li,.bg-dark .tabs1 li {
    color: #908989
}

.tool-tabs,.smart-tabs,.tabs,.tabs1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / .14);
    width: fit-content;
    position: relative
}

.tool-tabs li,.smart-tabs li,.tabs li,.tabs1 li {
    color: #565656;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 15px 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.tool-tabs li.active,.smart-tabs li.active,.tabs li.active,.tabs1 li.active {
    color: #e42525
}

.tool-indicator,.smart-indicator,.indicator,.indicator1 {
    width: 0;
    height: 1px;
    background: #e42525;
    position: absolute;
    bottom: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.accordion {
    color: #101828;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: var(--font18);
    font-weight: 500;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.accordion span {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e42525;
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.accordion span::after {
    content: "";
    width: 12px;
    height: 2px;
    background: #e42525;
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 2px
}

.accordion span::before {
    content: "";
    width: 2px;
    height: 12px;
    background: #e42525;
    position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.acc-item.active .accordion span::before {
    height: 0;
    top: 10px
}

.panel {
    display: none;
    margin-top: 8px;
    padding-right: 48px;
    color: #666;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.6;
    font-family: "Inter",sans-serif
}

.acc-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto
}

.acc-item {
    width: 100%;
    padding: 24px 0 32px;
    border-bottom: 1px solid #eaecf0
}

.acc-item:first-child {
    padding-top: 0
}

.acc-item:last-child {
    padding-bottom: 0;
    border: none
}

.comm-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    opacity: .45;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.comm-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.comm-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.comm-flex.align-start {
    align-items: flex-start
}

.comm-flex.flex-rev {
    flex-direction: row-reverse
}

.comm-flex-left {
    max-width: 520px
}

.comm-flex-right {
    max-width: 627px;
    height: 534px;
    width: 100%
}

.comm-page-box {
    height: 400px;
    position: relative;
    margin-bottom: calc(var(--commSpace) - 30px)
}

.comm-page-box .container {
    position: relative;
    height: 100%;
    z-index: 2
}

.comm-page-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgb(0 0 0 / .6) 0,rgb(0 0 0 / .6) 100%);
    position: absolute;
    top: 0;
    left: 0
}

.comm-page-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.comm-page-img img {
    object-fit: cover
}

.comm-page-info {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.comm-page-info p {
    color: #fff;
    text-align: center;
    font-size: var(--font22);
    line-height: 1.5;
    letter-spacing: -.88px;
    max-width: 600px;
    margin: 0 auto 20px
}

.comm-page-info .button {
    margin-top: 16px
}

.comm-big-para p {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.88px;
    margin-bottom: 18px;
    text-align: justify
}

.comm-big-para p i {
    color: #e42525
}

.comm-big-para p:last-child {
    margin-bottom: 0
}

.acc-box {
    padding: 30px 0;
    background: #fff0;
    position: relative;
    display: flex;
    border-bottom: 1px solid #3d3d3d;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.acc-box::after {
    content: "";
    width: 0;
    height: 1px;
    background: #e42525;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.acc-box.active::after {
    width: 100%
}

.swiper.acco-swiper {
    overflow: visible
}

.swiper.acco-swiper .swiper-wrapper {
    display: block
}

.swiper.acco-swiper .swiper-slide:first-child .acc-box {
    padding-top: 0
}

.swiper.acco-swiper .swiper-slide:last-child .acc-box {
    border: none;
    padding-bottom: 0
}

.swiper.acco-swiper .swiper-slide:last-child .acc-box::after {
    display: none
}

.label-btn {
    margin-left: 45px
}

.acc-pagination {
    display: none
}

.acc-cont {
    flex: 1
}

.acco-hdn {
    color: #fff;
    font-size: var(--font26);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.04px;
    cursor: pointer
}

.acco-info {
    display: none
}

.acco-info a {
    margin-top: 20px;
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.acco-info a i {
    font-size: 12px;
    font-weight: 500;
    color: #e42525;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.acco-info a:hover {
    color: #e42525
}

.acco-info a:hover i {
    transform: rotate(-45deg)
}

.know-more-btn {
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.know-more-btn i {
    font-size: 12px;
    font-weight: 500;
    color: #e42525;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.know-more-btn:hover {
    color: #e42525
}

.know-more-btn:hover i {
    transform: rotate(-45deg)
}

.acco-para {
    margin-top: 20px
}

.acco-para p {
    font-size: var(--font18);
    line-height: 1.6;
    color: #fff;
    letter-spacing: -.72px
}

.label-app-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 130px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.label-app-box.flex-rev {
    flex-direction: row-reverse
}

.label-app-left {
    max-width: 520px;
    position: sticky;
    top: 18%
}

.label-app-right {
    max-width: 450px;
    width: 100%
}

.label-app-right .swiper-pagination-progressbar {
    background: #666
}

.label-img {
    display: block;
    width: 100%;
    height: 450px;
    border-radius: 16px;
    overflow: hidden
}

.speak-box {
    border-radius: 30px;
    background: linear-gradient(180deg,#282828 0,#343434 100%);
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 74px;
    padding: 80px
}

.speak-box::after {
    content: "";
    background: url(../../../../../../../../themes/testing-xperts/assets/img/case-bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -4%;
    bottom: 0;
    width: 80%;
    height: 80%
}

.speak-left {
    max-width: 422px
}

.speak-right {
    position: relative;
    z-index: 1
}

.comm-pointer-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 40px
}

.comm-pointer-left {
    max-width: 510px;
    position: sticky;
    top: 18%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
}

.comm-pointer-right {
    max-width: 734px;
    width: 100%
}

.comm-pointer-right ul li {
    padding: 40px 0 40px 44px;
    border-bottom: 1px solid #dbdbdb;
    color: #000;
    font-size: var(--font26);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -1.04px;
    position: relative
}

.comm-pointer-right ul li span {
    color: #e42525
}

.comm-pointer-right ul li::before {
    content: "\e905";
    font-family: "icomoon"!important;
    font-size: var(--font26);
    color: #000;
    font-weight: 700;
    transform: rotate(-45deg);
    position: absolute;
    left: 0
}

.comm-pointer-right ul li:first-child {
    padding-top: 0
}

.comm-pointer-right ul li:last-child {
    padding-bottom: 0;
    border: none
}

.comm-scroll-height {
    position: relative
}

.comm-scroll-wrap {
    position: sticky;
    top: calc(var(--header-height) + 20%);
    max-width: 1066px;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto
}

.comm-scroll-img {
    width: 509px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden
}

.comm-scroll-box {
    max-width: 410px;
    height: 500px
}

.comm-scroll-txt-swiper {
    height: 100%
}

.comm-scroll-txt-swiper .swiper-slide {
    display: flex;
    height: auto
}

.comm-scroll-txt-swiper .swiper-slide:last-child .comm-scroll-detail {
    padding-bottom: 0;
    border: none
}

.comm-scroll-detail {
    padding-bottom: 40px;
    border-bottom: 1px solid #3d3d3d
}

.comm-scroll-detail .comm-sub-hdn {
    margin-bottom: 12px
}

.comm-scroll-detail .comm-para {
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 4px
}

.comm-scroll-detail .comm-para::-webkit-scrollbar {
    width: 3px
}

.comm-scroll-detail .comm-para::-webkit-scrollbar-thumb {
    background: var(--button-fill);
    border-radius: 4px
}

.comm-scroll-detail .comm-para::-webkit-scrollbar-track {
    background: #fff
}

.comm-tab-wrap {
    width: 100%;
    margin: 0 auto
}

.comm-tab-wrap ul.tool-tabs,.comm-tab-wrap ul.smart-tabs,.comm-tab-wrap ul.tabs {
    width: 100%;
    justify-content: center
}

.comm-tab-wrap ul.tool-tabs li,.comm-tab-wrap ul.smart-tabs li,.comm-tab-wrap ul.tabs li {
    width: 100%;
    text-align: center;
    max-width: 270px;
    flex: 1
}

.comm-tab-wrap .tab_container {
    max-width: 1060px;
    margin: 0 auto
}

.tab_content.hidden {
    opacity: 0;
    visibility: hidden;
    display: none
}

.tab_content {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.comm-tab-box {
    width: 100%;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(255 255 255 / .14)
}

.comm-tab-content {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.comm-tab-content a {
    margin-top: 20px;
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.comm-tab-content a i {
    font-size: 12px;
    font-weight: 500;
    color: #e42525;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.comm-tab-content a:hover {
    color: #e42525
}

.comm-tab-content a:hover i {
    transform: rotate(-45deg)
}

.comm-tab-img {
    width: 516px;
    height: 405px;
    border-radius: 20px;
    overflow: hidden
}

.comm-tab-info {
    max-width: 410px;
    width: 100%
}

.comm-tab-info .comm-sub-hdn {
    margin-bottom: 12px
}

.comm-tab-info .comm-dot-list {
    margin-top: 20px
}

.comm-tab-info .comm-dot-list li {
    color: #fff;
    font-size: var(--font18);
    letter-spacing: -.72px
}

.comm-tab-info .comm-dot-list li::before {
    top: 4px
}

.comm-detail-wrap .f-row {
    gap: 30px 0
}

.comm-detail-wrap .f-col {
    display: flex;
    height: auto
}

.comm-detail-wrap.grey .comm-detail-box {
    background: #f4f5f8
}

.comm-detail-box {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    padding: 26px
}

.comm-detail-box .comm-tick-box ul li {
    margin-bottom: 18px;
    padding-left: 34px
}

.comm-detail-img {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden
}

.comm-detail-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 22px;
    margin-top: 8px
}

.comm-detail-hdn span {
    color: #e42525
}

.comm-detail-para {
    color: #666;
    font-family: "Inter",sans-srif;
    font-size: var(--font16);
    line-height: 1.5;
    letter-spacing: -.88px;
    margin-bottom: 22px
}

.comm-detail-para:last-child {
    margin-bottom: 0
}

.comm-detail-top-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 80px
}

.comm-tick-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.comm-tick-wrap.flex-rev {
    flex-direction: row-reverse
}

.comm-tick-box {
    max-width: 520px
}

.comm-tick-box .comm-para p:last-child {
    margin-bottom: 16px
}

.comm-tick-box p {
    color: #666;
    font-size: var(--font18);
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: -.72px
}

.comm-tick-box.tick-col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px
}

.comm-tick-box.tick-col ul li {
    width: 45%
}

.comm-tick-box.white li {
    color: #fff
}

.comm-tick-box ul li {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.6;
    letter-spacing: -.72px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 42px
}

.comm-tick-box ul li:last-child {
    margin-bottom: 0
}

.comm-tick-box ul li::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../../../../../../../../themes/testing-xperts/assets/img/red-tick.svg) no-repeat;
    background-size: 26px;
    position: absolute;
    left: 0;
    top: 2px
}

.comm-tick-img {
    width: 627px;
    height: 534px;
    border-radius: 30px;
    overflow: hidden
}

.comm-float-wrap {
    width: 100%;
    height: 534px;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

.comm-float-img {
    width: 100%;
    height: 100%
}

.comm-float-box {
    border-radius: 36px;
    background: #fff;
    padding: 40px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0,-50%);
    max-width: 400px;
    width: 100%
}

.comm-float-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 16px
}

.comm-float-para p {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 16px;
    text-align: justify
}

.comm-float-para p:last-child {
    margin-bottom: 0
}

.test-box {
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 40px
}

.test-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .698)
}

.test-img {
    width: 100%;
    height: 100%
}

.test-info {
    max-width: 630px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 1
}

.test-info .comm-sec-hdn {
    margin-bottom: 18px
}

.comm-dot-box {
    border-radius: 16px;
    border: 1px solid rgb(0 0 0 / .2);
    overflow: hidden;
    padding: 30px;
    height: 100%;
    width: 100%
}

.comm-dot-box .comm-sub-hdn {
    margin-bottom: 22px
}

.comm-dot-wrap .f-col {
    display: flex;
    height: auto
}

.comm-dot-list ul li {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    line-height: 1.5;
    letter-spacing: -.64px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 26px
}

.comm-dot-list ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #e42525;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 0
}

.interaction-wrap {
    max-width: 1062px;
    width: 100%;
    margin: 0 auto
}

.interaction-box {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    background: #1b5771;
    overflow: hidden
}

.tool-tab_container {
    overflow: hidden
}

.tool-swiper {
    overflow: visible
}

.tool-swiper .swiper-wrapper {
    justify-content: center
}

.tool-wrap {
    max-width: 1062px;
    width: 100%;
    margin: 0 auto
}

.tool-img {
    margin: 0 auto 24px
}

.tool-name {
    color: #000;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.5;
    letter-spacing: -.18px
}

.expertise-wrap {
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px
}

.expertise-box {
    max-width: 244px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.expertise-img {
    width: 80px;
    height: 80px;
    margin-bottom: 40px
}

.expertise-img img {
    object-fit: contain
}

.expertise-hdn {
    color: #000;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.5;
    letter-spacing: -.18px
}

.count-text {
    color: #000;
    text-align: center;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.4px;
    display: flex;
    align-items: center;
    gap: 4px
}

.partnership-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.partnership-box {
    width: calc(92% / 4);
    border-radius: 14px;
    overflow: hidden
}

.analyst-img {
    height: 100%;
    border-radius: var(--radius24);
    overflow: hidden
}

.analyst-content {
    position: absolute;
    left: 30px;
    padding-right: 54px;
    bottom: 30px;
    opacity: 0;
    visibility: visible;
    z-index: -1;
    width: 390px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition-delay: .3s;
    transform: translateY(350px)
}

.analyst-content .comm-para p {
    color: #fff
}

.analyst-content-2 {
    transform: rotate(270deg);
    position: absolute;
    bottom: 200px;
    left: -100px;
    width: 350px;
    z-index: 6;
    visibility: visible;
    opacity: 1;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition-delay: .3s
}

.analyst-card {
    position: relative;
    flex: 1 0 0%;
    overflow: hidden;
    border-radius: 12px;
    transition: flex .8s ease-in-out;
    cursor: default
}

.analyst-card:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(0deg,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .5) 100%)
}

.analyst-card.active {
    flex: 3;
    background: none;
    background: #fff0
}

.analyst-card.active .zoom-btn {
    opacity: 1;
    transform: translateY(0)
}

.analyst-card.active .analyst-content {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.analyst-card.active .analyst-bottom {
    display: flex
}

.analyst-card.active:before {
    background: linear-gradient(180deg,#fff0 0,rgb(0 0 0 / .7) 100%)
}

.analyst-card.active .analyst-content-2 {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.analyst-gallery {
    display: flex;
    gap: 20px;
    height: 430px
}

.analyst-title {
    color: #fff;
    font-size: var(--font26);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.04px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.zoom-btn {
    width: 40px;
    height: 40px;
    background: #e42525;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(-100px);
    z-index: 3;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.zoom-btn:hover {
    scale: 1.1
}

.zoom-btn i {
    font-size: var(--font22);
    color: #fff
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.subscribe-box {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.subscribe-img {
    width: 100%;
    height: 100%
}

.subscribe-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 750px;
    width: 100%;
    padding: 0 20px
}

.subscribe-hdn {
    color: #fff;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.24px;
    margin-bottom: 40px;
    text-align: center
}

.subscribe-wrap {
    max-width: 386px;
    height: 60px;
    border-radius: 64px;
    border: 1px solid #afafaf;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 6px 6px 6px 20px
}

.subscribe-wrap input {
    width: 100%;
    height: 100%;
    flex: 1;
    border: none;
    outline: none
}

.solution-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    height: auto
}

.solution-left {
    max-width: 444px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px
}

.solution-logo {
    max-width: 400px
}

.solution-right {
    max-width: 625px;
    width: 100%
}

.solution-right .acc-item {
    border-radius: 30px;
    background: #f4f5f8;
    padding: 40px 60px;
    margin-bottom: 20px
}

.solution-right .acc-item ul li {
    color: #000;
    font-size: var(--font18);
    line-height: 1.6;
    letter-spacing: -.72px;
    margin-bottom: 14px;
    position: relative
}

.solution-right .acc-item ul li:last-child {
    margin-bottom: 0
}

.solution-right .acc-item .panel {
    height: 330px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 18px
}

.solution-right .acc-item .panel::-webkit-scrollbar {
    width: 3px
}

.solution-right .acc-item .panel::-webkit-scrollbar-thumb {
    background: var(--button-fill);
    border-radius: 10px
}

.solution-right .acc-item .panel::-webkit-scrollbar-track {
    background: #000
}

.solution-right .acc-item .accordion {
    font-size: var(--font24)
}

.solution-right .acc-item:first-child .accordion {
    color: var(--button-fill)
}

.solution-right .acc-item:first-child li {
    padding-left: 24px
}

.solution-right .acc-item:first-child li::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: var(--button-fill);
    position: absolute;
    top: 5px;
    left: 0
}

.solution-right .acc-item:last-child {
    margin-bottom: 0
}

.solution-right .acc-item:last-child .accordion {
    color: #7cbf6c
}

.solution-right .acc-item:last-child li {
    padding-left: 28px
}

.solution-right .acc-item:last-child li::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../../../../../../../themes/testing-xperts/assets/img/green-tick.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0
}

.tick-sticky-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

.tick-sticky-left {
    max-width: 515px;
    width: 100%
}

.tick-sticky-left .comm-sub-hdn {
    margin-bottom: 30px
}

.tick-sticky-left .comm-tick-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf
}

.tick-sticky-left .comm-tick-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.tick-sticky-left .comm-tick-box ul li:last-child {
    margin-bottom: 0
}

.tick-sticky-img {
    width: 627px;
    height: 534px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 15%
}

.feature-img {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden
}

.smart-img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    display: block
}

.smart-img img {
    object-fit: contain
}

.smart-info {
    max-width: 1062px;
    margin: 0 auto
}

.smart-info .comm-para {
    margin-bottom: 40px
}

.smart-info .comm-sub-hdn {
    margin-bottom: 22px
}

.smart-info .comm-tick-box {
    max-width: 100%
}

.reuse-box {
    padding: 40px 0 50px;
    border-bottom: 1px solid #3d3d3d
}

.reuse-box .comm-sub-hdn {
    margin-bottom: 22px
}

.reuse-box .comm-tick-box {
    margin-top: 40px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    max-width: 100%;
    padding: 40px
}

.reuse-box .comm-tick-box h4 {
    color: #e42525;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.reuse-box .comm-tick-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px
}

.reuse-box .comm-tick-box ul li {
    width: 31%;
    margin-bottom: 0
}

.reuse-box:nth-child(2) {
    padding-top: 0
}

.reuse-box:last-child {
    padding-bottom: 0;
    border: none
}

.menu-acc-item {
    padding: 14px 0
}

.mob-navigation .menu-hdn-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 1em 0 .6em
}

.mob-navigation .menu-hdn-wrap span {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-left-color: #fff0;
    border-top-color: #fff0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    cursor: pointer
}

.mob-navigation a.menu-hdn {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0
}

.mob-navigation a.menu-hdn:hover {
    background: #fff0;
    color: #fff
}

.menu-acc-item.active span {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.mob-navigation ul .menu-panel {
    display: none;
    margin: 12px 12px 0 0;
    height: 160px;
    overflow: hidden;
    overflow-y: auto
}

.mob-navigation ul .menu-panel::-webkit-scrollbar {
    width: 3px
}

.mob-navigation ul .menu-panel::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px
}

.mob-navigation ul .menu-panel::-webkit-scrollbar-track {
    background: #fff
}

.mob-navigation ul .menu-panel ul {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    padding: 0
}

.mob-navigation ul .menu-panel ul li {
    font-size: 16px;
    color: #fff;
    padding: 0
}

.thank-you-box {
    width: 100%;
    height: 100%;
    padding-top: 40px
}

.thank-you-img {
    width: 240px
}

.thank-you-info {
    margin: 0 auto;
    text-align: center;
    max-width: 530px;
    flex-direction: column;
    gap: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.isotope-pager {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.isotope-pager a {
    border: 1px solid #000;
    border-radius: 100%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: var(--font24);
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.isotope-pager a.active {
    background: #e42525;
    border: #fff0;
    color: #fff
}

.our-award-section {
    overflow: hidden
}

:root {
    --header-height: 78px;
    --header-scroll-height: 70px
}

:root {
    --card-height: 420px;
    --card-space: 52px
}

html,body {
    width: 100%
}

.container {
    max-width: 1280px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.main-container {
    padding-top: calc(var(--header-height) + 20px)
}

.comm-space {
    padding: var(--commSpace) 0;
    position: relative
}

.comm-space-wip {
    padding: 80px 0;
    position: relative;
    margin: var(--commSpace) 0
}

.mb16 {
    margin-bottom: 16px!important
}

.mb40 {
    margin-bottom: 40px!important
}

.mb0 {
    margin-bottom: 0!important
}

.mt0 {
    margin-top: 0!important
}

.pt0 {
    padding-top: 0!important
}

.pb0 {
    padding-bottom: 0!important
}

.pr0 {
    padding-right: 0!important
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bg-dark {
    background: #000
}

.bg-cream {
    background: linear-gradient(0deg,#fff0 0,rgb(255 246 241 / .5) 42.19%,#fff6f1 100%,#fff6f1 100%)
}

.mx-100 {
    max-width: 100%!important
}

.banner-section .comm-pagination {
    bottom: 10%;
    display: flex;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.banner-box {
    position: relative
}

.banner-bg {
    height: 650px
}

.banner-info {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 38px;
    max-width: 604px;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translateY(-50%)
}

.client-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 42px 0
}

.client-wrap .comm-small-hdn {
    margin-bottom: 0;
    padding-left: 0
}

.client-wrap .comm-small-hdn::before {
    display: none
}

.client-swiper {
    max-width: 995px;
    width: 100%;
    position: relative
}

.client-swiper .swiper-wrapper {
    transition-timing-function: linear
}

.client-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background: #fff;
    background: -moz-linear-gradient(90deg,#fff 0,#fff0 100%,#fff0 100%);
    background: -webkit-linear-gradient(90deg,#fff 0,#fff0 100%,#fff0 100%);
    background: linear-gradient(90deg,#fff 0,#fff0 100%,#fff0 100%);
    z-index: 2
}

.client-swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background: #fff;
    background: -moz-linear-gradient(270deg,#fff 0,#fff0 100%,#fff0 100%);
    background: -webkit-linear-gradient(270deg,#fff 0,#fff0 100%,#fff0 100%);
    background: linear-gradient(270deg,#fff 0,#fff0 100%,#fff0 100%);
    z-index: 2
}

.fuel-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.fuel1 {
    grid-area: 1 / 1 / 2 / 4
}

.fuel2 {
    grid-area: 1 / 4 / 2 / 7
}

.fuel3 {
    grid-area: 2 / 1 / 3 / 3
}

.fuel4 {
    grid-area: 2 / 3 / 3 / 5
}

.fuel5 {
    grid-area: 2 / 5 / 3 / 7
}

.fuel-box {
    height: 300px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.fuel-box::after {
    content: "";
    background: linear-gradient(270deg,#fff0 38.32%,rgb(0 0 0 / .7) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.fuel-box:hover::after {
    transform: translateX(0)
}

.fuel-box:hover .fuel-info {
    transform: translateY(0)
}

.fuel-box:hover .fuel-para {
    opacity: 1
}

.fuel-box:hover .fuel-arrow {
    transform: rotate(-45deg);
    opacity: 1
}

.fuel-img {
    width: 100%;
    height: 300px
}

.fuel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px;
    z-index: 1;
    transform: translateY(130px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.fuel-info .comm-sub-hdn {
    margin-bottom: 8px
}

.fuel-para {
    max-width: 320px;
    width: 100%;
    height: 120px;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.fuel-para p {
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.56px
}

.fuel-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.fuel-arrow i {
    font-size: 28px;
    color: #e42525
}

.value-swiper-wrap .value-img {
    height: 300px
}

.value-swiper-wrap .comm-sub-hdn {
    flex: 1
}

.value-box-wrap {
    margin-top: 50px
}

.value-box-wrap .f-row {
    gap: 28px 0
}

.value-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.value-box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.577px
}

.value-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .45)
}

.value-img {
    width: 100%;
    height: 220px
}

.value-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 22px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    z-index: 1
}

.value-hdn-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px
}

.value-hdn {
    color: #fff;
    font-size: var(--font18);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.36px;
    flex: 1
}

.value-btn {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    transform: rotate(-45deg);
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.value-btn i {
    font-size: 12px;
    color: #e42525
}

.what-section {
    overflow: hidden
}

.value-swiper {
    overflow: visible
}

.card-hover-anim .comm-para {
    transform: translateY(180%);
    z-index: 1;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out
}

.card-hover-anim .value-box::after {
    content: "";
    background: linear-gradient(0deg,rgb(0 0 0 / .3) 0,rgb(0 0 0 / .3) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.card-hover-anim .value-box:hover .comm-para {
    transform: translateY(0)
}

.case-section {
    overflow: hidden;
    padding: 50px 0 130px
}

.case-section .sec-hdn {
    margin: 0 auto 94px
}

.case-swiper {
    overflow: visible
}

.case-swiper .swiper-wrapper {
    padding-bottom: 100px
}

.case-swiper .swiper-slide {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.case-swiper .swiper-slide-active {
    scale: 1.2
}

.case-swiper .comm-para p {
    font-size: var(--font16)
}

.swiper-pagination.case-pagination .swiper-pagination-bullet,.swiper-pagination.case-pagination .swiper-pagination-bullet-active {
    background: #e42525
}

.case-box {
    border-radius: 20px;
    border: 1px solid #000;
    background: #000;
    padding: 30px 32px;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../../../../../../../../themes/testing-xperts/assets/img/case-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.case-img {
    width: 420px;
    height: 350px;
    border-radius: 16px;
    overflow: hidden
}

.case-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 22px;
    flex: 1
}

.case-hdn {
    color: #fff;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.786px
}

.case-btn {
    background: #e42525;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.case-btn:hover {
    transform: rotate(-45deg)
}

.case-btn i {
    font-size: 28px;
    color: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.analyst-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 74px
}

.analyst-info {
    max-width: 340px
}

.vertical-wrap .f-row {
    gap: 30px 0
}

.vertical-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 260px;
    display: block
}

.vertical-box .comm-sub-hdn {
    position: absolute;
    left: 30px;
    bottom: 14px
}

.vertical-img {
    width: 100%;
    height: 100%
}

.vertical-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.vertical-arrow i {
    font-size: 28px;
    color: #e42525
}

.rating-box {
    border-radius: 22px;
    padding: 20px 68px 20px 84px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px
}

.rating-info {
    max-width: 290px;
    width: 100%
}

.rating-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 28px
}

.rating-wrap h4 {
    color: #000;
    font-size: var(--font30);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.2px
}

.rating-wrap span {
    font-size: var(--font56)
}

.rating-wrap p {
    color: #5b6 c8;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    letter-spacing: -.32px
}

.star-img {
    max-width: 242px
}

.rating-para p {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -.88px;
    margin-bottom: 28px
}

.rating-detail {
    border-left: 1px solid #dfdfdf;
    padding-left: 80px
}

.testi-swiper {
    position: relative
}

.testi-swiper .comm-nav-wrap {
    max-width: 1060px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.testi-box {
    max-width: 700px;
    margin: 0 auto
}

.person-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 34px
}

.testi-para p {
    color: #000;
    text-align: center;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.88px;
    margin-bottom: 40px
}

.person-name {
    color: #08293f;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: var(--font20);
    font-weight: 500;
    letter-spacing: -.4px
}

.designation {
    color: #08293f;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    letter-spacing: -.32px
}

.swiper-button-disabled.comm-nav {
    pointer-events: none;
    border: 1px solid #d8d8d8;
    background: #fff0
}

.swiper-button-disabled.comm-nav i {
    color: #d8d8d8
}

.comm-nav-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    z-index: 1
}

.comm-nav {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #e42525;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.comm-nav i {
    font-size: 28px;
    color: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.quote-img {
    width: 200px;
    position: absolute;
    top: 0;
    right: 22%
}

.recent-box {
    border-radius: 16px;
    border: 1px solid rgb(0 0 0 / .2);
    background: #fff;
    padding: 36px 45px 36px 36px;
    overflow: hidden;
    height: 100%
}

.recent-box .comm-para {
    margin-bottom: 40px
}

.recent-box .comm-para p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.category-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px
}

.date {
    color: #404040;
    font-size: var(--font16);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .8px
}

.category {
    border-radius: 84px;
    background: rgb(191 105 5 / .05);
    overflow: hidden;
    color: #404040;
    font-size: var(--font16);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 22px;
    height: 38px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 22px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.recent-section {
    overflow: hidden
}

.recent-swiper {
    overflow: visible
}

.recent-swiper .swiper-slide {
    display: flex;
    height: auto
}

.elevate-img {
    width: 100%;
    height: 300px;
    display: block
}

.elevate-info {
    padding: 84px 110px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%
}

.elevate-hdn {
    color: #fff;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.24px;
    flex: 1;
    max-width: 800px
}

.elevate-wrap {
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden
}

.global-box {
    border-radius: 12px;
    background: #f4f5f8;
    overflow: hidden;
    padding: 30px;
    width: 100%
}

.global-hdn-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px
}

.global-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #1d1d1d
}

.global-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    letter-spacing: -.88px
}

.address-box {
    margin-bottom: 24px
}

.address-box:last-child {
    margin-bottom: 0
}

.address-hdn {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px
}

.global-swiper-wrap {
    margin-top: 54px
}

.global-swiper .swiper-slide {
    display: flex;
    height: auto
}

.global-box a {
    color: #626262;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.global-box a:hover {
    color: #000
}

.global-box a:last-child {
    margin-bottom: 0
}

.approach-img {
    max-width: 1290px;
    width: 100%;
    height: 534px;
    border-radius: 30px;
    overflow: hidden
}

.great-wrap {
    display: flex;
    gap: 80px;
    max-width: 930px;
    width: 100%;
    margin: 0 auto
}

.great-img {
    width: 100%;
    height: 100%
}

.action-wrap {
    display: flex
}

.action-box {
    padding: 0 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 42px;
    width: 100%
}

.action-box .comm-sub-hdn {
    white-space: nowrap
}

.action-img {
    width: 160px;
    height: 150px
}

.action-img img {
    object-fit: contain
}

.life-wrap {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    height: 590px
}

.life-1 {
    grid-area: 1 / 1 / 3 / 4
}

.life-2 {
    grid-area: 1 / 4 / 2 / 8
}

.life-3 {
    grid-area: 2 / 4 / 3 / 6
}

.life-4 {
    grid-area: 2 / 6 / 3 / 8
}

.comm-video-box {
    width: 100%;
    height: 534px;
    position: relative;
    border-radius: 30px;
    overflow: hidden
}

.comm-video-img {
    width: 100%;
    height: 100%
}

.comm-video-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.certified-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 58px 110px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(0deg,rgb(255 246 241 / .4) 0,#fff6f1 100%,#fff6f1 100%)
}

.certified-hdn {
    width: 100%;
    color: #000;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.24px;
    flex: 1
}

.certified-img {
    width: 182px;
    height: 182px
}

.certified-img img {
    object-fit: contain
}

.goal-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 90px
}

.goal-wrap:last-child {
    margin-bottom: 0
}

.goal-wrap:nth-child(even) {
    flex-direction: row-reverse
}

.goal-info {
    max-width: 514px;
    width: 100%
}

.goal-info .comm-sub-hdn {
    margin-bottom: 30px
}

.goal-img {
    max-width: 620px;
    height: 470px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

.goal-box {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
    margin-bottom: 24px
}

.goal-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.goal-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.8px;
    margin-bottom: 12px
}

.event-box {
    padding: 26px;
    border-radius: 22px;
    border: 1px solid #cfcfcf;
    overflow: hidden
}

.event-img {
    width: 100%;
    height: 224px;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 20px
}

.event-detail-wrap .comm-detail-hdn {
    margin-bottom: 12px
}

.event-detail-wrap .comm-para {
    margin-bottom: 20px
}

.event-detail {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px
}

.event-info {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.event-info p {
    color: #333;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.info-img {
    width: 22px;
    height: 22px
}

.event-wrap .f-row {
    gap: 30px 0
}

.event-wrap .f-row .f-col {
    display: flex;
    height: auto
}

.event-wrap .f-row .event-box {
    height: 100%
}

.address-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #cfcfcf
}

.address-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.major-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 90px
}

.major-box:nth-child(even) {
    flex-direction: row-reverse
}

.major-box:last-child {
    margin-bottom: 0
}

.major-img {
    width: 627px;
    height: 517px;
    border-radius: 30px;
    overflow: hidden
}

.major-info {
    max-width: 516px;
    width: 100%
}

.major-info a {
    color: #e42525;
    text-decoration: underline;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.major-info a:hover {
    color: #fff
}

.major-hdn {
    color: #fff;
    font-size: var(--font24);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.96px;
    margin-bottom: 24px
}

.year-wrap .f-row {
    gap: 30px 0
}

.year-wrap .f-col {
    display: flex;
    height: auto
}

.year-box {
    border-radius: 16px;
    border: .818px solid rgb(0 0 0 / .2);
    overflow: hidden;
    flex: 1
}

.award-info {
    padding: 20px
}

.year-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 12px
}

.year-detail {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.64px
}

.year-img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden
}

.analyst-section .major-box {
    align-items: center
}

.team-section .comm-tab-wrap ul.tabs li {
    font-size: var(--font24);
    max-width: 408px
}

.team-wrap .f-row {
    gap: 30px 0
}

.team-box {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.team-img {
    width: 100%;
    height: 100%
}

.team-info {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 16px 20px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px
}

.team-info a {
    width: 32px;
    height: 30px;
    display: block
}

.member-name {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 8px
}

.team-designation {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.64px
}

.contact-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px
}

.contact-info {
    max-width: 438px
}

.contact-info .comm-sec-hdn {
    margin-bottom: 18px
}

.contact-info .comm-para {
    margin-bottom: 40px
}

.contact-info .contact-box .comm-para {
    margin-bottom: 0
}

.contact-box {
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid #cfcfcf
}

.contact-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.contact-box .comm-sub-hdn {
    margin-bottom: 12px
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 730px;
    width: 100%
}

.contact-form .button {
    max-width: 196px;
    width: 100%;
    height: 46px
}

.contact-form .form-field,.contact-form .form-label {
    color: #000
}

.drop-info {
    max-width: 270px;
    width: 100%;
    margin: 0 auto
}

.drop-info .comm-sub-hdn {
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px
}

.drop-info .comm-para p {
    margin-bottom: 8px;
    text-align: center
}

.drop-info a {
    color: #000;
    font-size: var(--font18);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.72px;
    text-align: center;
    margin-bottom: 14px;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.drop-info a:focus,.drop-info a:hover {
    color: var(--button-fill)
}

.target-content-wrap {
    display: flex;
    align-items: flex-start;
    gap: 86px;
    position: relative
}

.target-list {
    position: sticky;
    max-width: 250px;
    width: 100%;
    top: 24%;
    padding-top: 60px
}

.target-card-wrap {
    flex: 1
}

.target-category {
    margin-bottom: 22px
}

.target-category a {
    color: #868686;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 500;
    line-height: 1.3;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.target-category:last-child {
    margin-bottom: 0
}

.target-category.active a {
    font-weight: 700;
    color: #e42525
}

.target-trigg {
    height: 150px
}

.target-card {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.target-img {
    width: 400px;
    height: 470px;
    border-radius: 20px;
    overflow: hidden
}

.target-content {
    flex: 1
}

.target-content .comm-sub-hdn {
    margin-bottom: 18px
}

.target-content p {
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.64px
}

.partner-wrap .f-row {
    gap: 30px 0
}

.partner-box {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / .2);
    padding: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px
}

.partner-img {
    width: 185px;
    height: 100%
}

.partner-hdn {
    color: #000;
    font-size: var(--font24);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.96px;
    margin-bottom: 18px
}

.partner-info {
    flex: 1
}

.train-wrap {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    position: relative
}

.train-box {
    border-radius: 34px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: absolute;
    border: 1px solid #000
}

.train-1 {
    top: calc(var(--card-height) + var(--card-space))
}

.train-2 {
    top: calc((var(--card-height) * 2) + var(--card-space))
}

.train-3 {
    top: calc((var(--card-height) * 2) + var(--card-space))
}

.train-4 {
    top: calc((var(--card-height) * 2) + var(--card-space))
}

.train-5 {
    top: calc((var(--card-height) * 2) + var(--card-space))
}

.train-img {
    width: 500px;
    height: 360px;
    border-radius: 30px;
    overflow: hidden
}

.train-info {
    max-width: 360px;
    width: 100%
}

.train-info p {
    color: #626262;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.6;
    text-align: justify
}

.train-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    letter-spacing: -.88px;
    margin-bottom: 14px
}

.job-wrap {
    margin-bottom: 20px
}

.job-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 40px 0;
    border-bottom: 1px solid #cfcfcf;
    width: 100%
}

.job-box:last-child {
    border: none
}

.job-box i {
    font-size: var(--font26);
    color: #e42525
}

.job-box a {
    margin-top: 12px
}

.job-box a:hover {
    transform: rotate(-45deg)
}

.role-box h4 {
    color: #000;
    font-size: var(--font24);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.96px;
    margin-bottom: 12px
}

.role-box p {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.desc-box h4 {
    color: #565656;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.desc-box p {
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    font-weight: 500;
    line-height: normal
}

.job-desc-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px
}

.job-left {
    flex: 1
}

.job-right {
    max-width: 625px;
    width: 100%;
    border-radius: 20px;
    background: #f4f5f8;
    overflow: hidden;
    padding: 40px
}

.job-right .form-label {
    color: #000
}

.job-right .form-field {
    color: #000
}

.job-right .button {
    max-width: 196px;
    width: 100%
}

.upload-resume {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding: 14px 60px 14px 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    height: var(--input-height);
    border-bottom: 1px solid var(--input-border)
}

.upload-resume::after {
    content: "Browse";
    color: #e42525;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration-line: underline;
    cursor: pointer;
    position: absolute;
    right: 0
}

.ui-group {
    min-width: 232px;
    position: relative;
    padding: 10px 16px;
    border-radius: 84px;
    border: 1px solid #afafaf;
    height: 60px;
    z-index: 3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.ui-detail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    width: 100%
}

.ui-detail img {
    width: 16px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    height: auto
}

.ui-detail .filter-btn {
    white-space: unset
}

.ui-detail h3 {
    font-size: 16px;
    font-weight: 600
}

.ui-group.active {
    border-radius: 20px 20px 0 0;
    border-bottom: none
}

.ui-group.active .ui-detail img {
    transform: rotate(180deg)
}

.is-form-style {
    width: 200px
}

.is-form-style input.is-search-input {
    color: #000;
    height: 60px;
    min-height: 100%;
    border: 1px solid #afafaf!important;
    border-radius: 60px
}

.button-group {
    border: 1px solid #afafaf;
    border-top: none;
    padding: 18px 12px;
    min-width: 100%;
    width: 232px;
    position: absolute;
    top: 58px;
    z-index: 1;
    background: #fff;
    clip-path: inset(0 0 100% 0);
    transition: .5s;
    border-radius: 0 0 20px 20px
}

.category-btn {
    overflow: hidden;
    overflow-y: auto;
    height: 260px;
    padding-right: 8px
}

.category-btn::-webkit-scrollbar {
    width: 3px
}

.category-btn::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px
}

.category-btn::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #afafaf
}

.button-group a {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    opacity: .6;
    cursor: pointer;
    border-radius: 8px;
    display: block;
    width: 100%;
    white-space: wrap;
    padding: 6px 16px
}

.button-group a:hover {
    color: #000;
    background: rgb(205 205 205 / .8)
}

.button-group li.is-checked {
    opacity: 1
}

.ui-group.active .button-group {
    clip-path: inset(0 0 0 0)
}

.search-wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.search-wrap input {
    width: 387px;
    height: 60px;
    border-radius: 64px;
    border: 1px solid #afafaf;
    padding: 20px 20px 20px 60px;
    background: url(../../../../../../../../themes/testing-xperts/assets/img/search-icon.svg) no-repeat;
    background-size: 24px;
    background-position: 6%;
    flex: 1
}

.search-wrap .search-input {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #afafaf;
    padding: 14px;
    background: none;
    margin-bottom: 12px
}

.blog-img {
    width: 100%;
    height: 260px;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgb(0 0 0 / .2);
    overflow: hidden;
    margin-bottom: 20px
}

.blog-img img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.blog-img:hover .blog-btn {
    opacity: 1;
    transform: rotate(-45deg)
}

.blog-img img {
    object-fit: inherit
}

.blog-btn {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    z-index: 2;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.blog-btn i {
    color: #e42525;
    font-size: var(--font26)
}

.blog-category-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.blog-card .blog-category-wrap h4 {
    color: #e42525
}

.blog-category-btn {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 84px;
    border: 1px solid #afafaf;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    text-transform: capitalize
}

.blog-card {
    width: 100%;
    cursor: pointer
}

.blog-card:hover .blog-img img {
    scale: 1.1
}

.blog-card p {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.5;
    letter-spacing: -.72px;
    margin-bottom: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card h4 {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.64px
}

.blog-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-wrap .f-row {
    gap: 30px 0;
    margin-bottom: 30px
}

.blog-pagination {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-pagination .page-numbers {
    font-size: var(--font18);
    color: #000;
    margin: 0 6px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-pagination .page-numbers:hover {
    background: #000;
    color: #fff
}

.blog-pagination .page-numbers .current {
    background: #000;
    color: #fff
}

.blog-pagination .page-numbers .dots {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.blog-detail-card {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px
}

.blog-detail-img {
    width: 625px;
    height: 494px;
    border-radius: 30px;
    overflow: hidden
}

.catg-date-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.catg-date-wrap h4 {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font16);
    line-height: 1.5;
    letter-spacing: -.64px
}

.blog-detail {
    margin-bottom: 26px;
    flex: 1
}

.blog-detail-hdn {
    color: #000;
    font-size: var(--font48);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.92px
}

.author-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden
}

.author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px
}

.author-info a {
    width: 18px;
    height: 18px
}

.author-info img {
    display: block
}

.author-name {
    color: #000;
    font-size: var(--font20);
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize
}

.author-designation {
    color: #666;
    font-size: var(--font16);
    line-height: 1.2
}

.blog-content-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 30px
}

.blog-content-wrap .content-body {
    margin: 0
}

.blog-category-box {
    max-width: 407px;
    width: 100%;
    flex: 1
}

.blog-category-hdn-box {
    padding: 20px 30px;
    background: #1d1d1d
}

.blog-category-hdn {
    color: #fff;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px
}

.blog-category-list-box {
    background: #f4f5f8;
    padding: 22px 28px;
    position: relative
}

.blog-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.blog-category-list a {
    border-radius: 96px;
    border: 1px solid var(--Black,#000);
    background: #fff;
    padding: 12px 14px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.blog-category-list a:nth-child(-n+15) {
    opacity: 1;
    visibility: visible;
    position: relative
}

.loadMoreCategory {
    color: #d63242;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.loadMoreCategory:hover {
    color: #000
}

.life-img-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    height: 486px
}

.life1 {
    grid-area: 1 / 1 / 3 / 2
}

.life2 {
    grid-area: 1 / 2 / 2 / 3
}

.life3 {
    grid-area: 2 / 2 / 3 / 3
}

.life4 {
    grid-area: 1 / 3 / 3 / 4
}

.life-img {
    border-radius: 18px;
    overflow: hidden
}

.anim-txt-wrap {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto
}

.anim-text {
    color: #000;
    font-size: var(--font38);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1.6px
}

.words {
    display: block
}

.life-video-box {
    max-width: 846px;
    width: 100%;
    height: 438px;
    margin: 0 auto;
    position: relative;
    border-radius: 45px;
    overflow: hidden
}

.diversity-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.diversity-left {
    max-width: 514px;
    width: 100%
}

.diversity-box {
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf
}

.diversity-box .comm-sub-hdn {
    margin-bottom: 22px
}

.diversity-box:first-child {
    padding-top: 0
}

.diversity-box:last-child {
    padding-bottom: 0;
    border: none
}

.diversity-img {
    max-width: 627px;
    width: 100%;
    height: 534px;
    border-radius: 30px;
    overflow: hidden
}

.quoted-para {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 30px
}

.quoted-para p {
    color: #000;
    text-align: center;
    font-size: var(--font38);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1.6px
}

.quoted-img {
    width: 102px;
    height: 87px;
    margin: 0 auto 28px
}

.quoted-img img {
    object-fit: contain
}

.employee-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    position: relative
}

.employee-left {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    height: calc(100svh - (var(--header-height) + 30px));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 36px;
    max-width: 536px;
    width: 100%
}

.employee-sec-logo {
    width: 430px;
    height: 380px;
    transform: translateX(-20%)
}

.employee-sec-logo img {
    object-fit: contain
}

.employee-right {
    max-width: 410px;
    width: 100%
}

.employee-box {
    padding: 40px 0;
    border-bottom: 1px solid rgb(226 226 226 / .2)
}

.employee-box:first-child {
    padding-top: 0
}

.employee-box:last-child {
    padding-bottom: 0;
    border: none
}

.employee-box span {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-size: var(--font16);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 26px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.employee-box .comm-sub-hdn {
    margin-bottom: 18px
}

.current-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.current-img {
    max-width: 625px;
    width: 100%;
    height: 440px;
    border-radius: 24px;
    overflow: hidden
}

.current-info {
    flex: 1
}

.current-info .comm-sub-hdn,.current-info .comm-para {
    margin-bottom: 20px
}

.webinar-detail {
    margin-bottom: 14px
}

.webinar-detail ul {
    display: flex;
    align-items: center;
    gap: 40px
}

.webinar-detail ul li {
    position: relative;
    color: #e42525;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.72px
}

.webinar-detail ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    overflow: hidden;
    background: #e42525;
    position: absolute;
    top: 10px;
    right: -25px
}

.webinar-detail ul li:last-child::after {
    display: none
}

.webinar-desc-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    position: relative
}

.webinar-left {
    max-width: 630px;
    width: 100%
}

.webinar-left .comm-sub-hdn {
    margin-bottom: 26px
}

.webinar-left .comm-para {
    margin: 44px 0;
    padding-top: 40px;
    border-top: 1px solid rgb(175 175 175 / .5)
}

.webinar-right {
    position: sticky;
    top: var(--header-height);
    max-width: 625px;
    width: 100%;
    border-radius: 20px;
    background: #f4f5f8;
    overflow: hidden;
    padding: 40px
}

.webinar-right .form-field,.webinar-right .form-label {
    color: #000
}

.webinar-speaker-wrap {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px
}

.webinar-speaker-box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 45%
}

.webinar-speaker-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden
}

.webinar-speaker-img~div {
    flex: 1
}

.webinar-speaker-name {
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.72px
}

.webinar-speaker-desig {
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.56px
}

.thing-box {
    border-radius: 16px;
    overflow: hidden;
    background: #313131;
    padding: 40px
}

.thing-box ul li {
    color: #fff;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.6;
    letter-spacing: -.72px;
    padding-left: 36px;
    position: relative;
    margin-bottom: 16px
}

.thing-box ul li:last-child {
    margin-bottom: 0
}

.thing-box ul li::before {
    content: "";
    background: url(../../../../../../../../themes/testing-xperts/assets/img/white-tick.svg) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 0
}

.faq-wrap .f-row {
    gap: 50px 0
}

.faq-wrap .f-col {
    display: flex;
    height: auto
}

.faq-box {
    padding: 60px 40px;
    background: #f4f5f8;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%
}

.faq-box p {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    letter-spacing: -.88px;
    flex: 1
}

.faq-box a {
    width: 30px;
    height: 30px;
    background: #e42525;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq-box i {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-size: 14px;
    color: #fff
}

.podcast-wrap .f-row {
    gap: 30px 0
}

.podcast-wrap .f-col {
    display: flex;
    height: auto
}

.podcast-card {
    width: 100%;
    border-radius: 22px;
    border: 1px solid #e4e4e7;
    background: #fafafa;
    overflow: hidden
}

.podcast-img {
    width: 100%;
    height: 200px;
    position: relative
}

.pod-play {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 14px;
    left: 24px
}

.podcast-info {
    padding: 24px
}

.podcast-info p {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    line-height: 1.6;
    letter-spacing: -.72px
}

.podcast-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.88px;
    margin-bottom: 10px
}

.podcast-audio {
    max-width: 844px;
    width: 100%;
    margin: 0 auto 36px
}

.book-card-wrap .f-col {
    display: flex;
    height: auto;
    margin-bottom: 30px
}

.e-book-wrap {
    padding-bottom: 30px
}

.book-card {
    border-radius: 20px;
    background: #fafafa;
    overflow: hidden;
    padding: 40px
}

.book-img {
    width: 100%;
    height: 230px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 26px
}

.book-category-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px
}

.book-category-btn {
    padding: 8px 16px;
    border-radius: 84px;
    background: rgb(205 205 205 / .33);
    color: #000;
    font-size: 12px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.book-info p {
    color: #666;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.72px;
    margin: 14px 0 28px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.book-hdn {
    color: #000;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.88px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.filter-btn-box {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 30px
}

.filter-btn-box::-webkit-scrollbar {
    height: 3px
}

.filter-btn-box::-webkit-scrollbar-thumb {
    background: var(--button-fill);
    border-radius: 4px
}

.filter-btn-box::-webkit-scrollbar-track {
    background: #efefef
}

.filter-btn-wrap {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: max-content;
    gap: 0 24px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 14px
}

.filter-btn {
    border-radius: 84px;
    background: rgb(205 205 205 / .33);
    padding: 8px 16px;
    overflow: hidden;
    color: #666;
    border: none;
    outline: none;
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.filter-btn.active {
    color: #000;
    font-weight: 600
}

.filter-btn a {
    color: #666
}

.filter-btn a:hover {
    color: #000
}

.key-wrap {
    max-width: 844px;
    margin: 0 auto 60px
}

.key-wrap .comm-sec-hdn {
    margin-bottom: 30px
}

.key-box-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap
}

.key-box {
    max-width: 204px;
    width: 100%
}

.key-box span {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.56px;
    background: #e42525;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 14px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.key-box p {
    color: #000;
    font-size: var(--font18);
    line-height: 1.4;
    letter-spacing: -.72px
}

.team-detail-wrap {
    margin-top: 60px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px
}

.team-detail-wrap .team-img {
    width: 400px;
    height: 460px;
    border-radius: 20px;
    overflow: hidden
}

.team-detail {
    flex: 1;
    max-width: 584px;
    width: 100%
}

.team-detail h4 {
    color: #333;
    font-family: "Inter",sans-serif;
    font-size: var(--font22);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.88px;
    margin-bottom: 34px
}

.name-social-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 6px
}

.name-social-wrap h3 {
    color: #000;
    font-size: var(--font38);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1.52px
}

.name-social-wrap a {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden
}

.team-detail-box {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto
}

.team-detail-box .button:focus i,.team-detail-box .button:hover i {
    transform: rotate(45deg)
}

.error-box {
    display: flex;
    height: 80svh;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-direction: column;
    text-align: center
}

.error-box .comm-sec-hdn {
    font-weight: 600
}

.error-img {
    max-width: 457px;
    width: 100%;
    margin-bottom: 14px
}

.abt-sec {
    position: relative
}

.abt-sec::after {
    content: "";
    width: 100%;
    height: 70%;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0
}

.about-wrap {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto 30px;
    z-index: 2;
    position: relative
}

.abt-hdn {
    color: #000;
    font-size: var(--font56);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2.4px;
    margin-bottom: 28px
}

.vision-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgb(255 255 255 / .17)
}

.vision-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    max-width: 518px
}

.vision-img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden
}

.vision-info {
    flex: 1
}

.vision-info .comm-sub-hdn {
    margin-bottom: 18px
}

.abt-img {
    width: 100%;
    height: 500px;
    margin: 64px 0 40px
}

.road-sec {
    overflow: hidden
}

.road-swiper {
    overflow: visible
}

.road-swiper .swiper-slide {
    display: flex;
    height: auto
}

.road-box {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 22.8px 0 rgb(0 0 0 / .05);
    height: 100%
}

.road-box h3 {
    color: #757095;
    font-size: var(--font16);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 14px
}

.road-box p {
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: var(--font18);
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize
}

.voice-wrap .f-row {
    gap: 40px 0
}

.voice-img {
    width: 100%;
    height: 100%;
    position: relative
}

.voice-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0
}

.voice-box {
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.voice-box .comm-sub-hdn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 3
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -32px
}

.wpcf7-form-control-wrap {
    width: 100%;
    height: 100%
}

.subscribe-box .wpcf7-response-output {
    color: #fff
}

.wpcf7-list-item-label a {
    color: #e42525;
    text-decoration: underline;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.wpcf7-list-item-label a:hover {
    color: #fff
}

.subscribe-wrap .cf7-cf-turnstile {
    position: absolute;
    bottom: -48%;
    left: 50%;
    transform: translate(-50%,0)
}

.press-detail {
    max-width: 844px;
    width: 100%;
    margin: 0 auto
}

.wpcf7-response-output {
    border-color: transparent!important;
    color: #fff
}

.functional-wrap .f-row {
    gap: 70px 0
}

.functional-wrap .f-col {
    display: flex;
    height: auto
}

.functional-box {
    width: 100%;
    height: 100%;
    border-top: 1px solid #d5d5d5;
    padding-top: 30px
}

.functional-box .comm-sub-hdn {
    margin-bottom: 20px
}

.functional-box a {
    margin-top: 20px;
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.functional-box a i {
    font-size: 12px;
    font-weight: 500;
    color: #e42525;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.functional-box a:hover {
    color: #e42525
}

.functional-box a:hover i {
    transform: rotate(-45deg)
}

.bg-dark .functional-box a {
    color: #fff
}

.bg-dark .functional-box a:hover {
    color: #e42525
}

.data-section:not(.bg-dark) .acco-info a,.data-section:not(.bg-dark) .acco-para p,.data-section:not(.bg-dark) .acco-hdn {
    color: #000
}

.data-section:not(.bg-dark) .label-app-right .swiper-pagination-progressbar {
    background: #000
}

:root {
    --menuWidth: 300px
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.head-right {
    display: flex
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 60px
}

.header-box {
    display: flex;
    height: var(--header-height);
    background: #fff;
    border: 1px solid #f0f0f0
}

.header-box .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.drop {
    position: relative
}

.drop>a:after {
    content: "";
    margin-left: 10px;
    width: 12px;
    height: 10px;
    background: url(../../../../../../../../themes/testing-xperts/assets/img/menu-drop.svg) no-repeat center center / contain;
    display: inline-block;
    vertical-align: middle;
    transition: .3s
}

.drop ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .11);
    border-radius: 10px;
    top: 40px;
    padding: 10px;
    left: 55%;
    width: 270px;
    margin-left: -150px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.drop ul li {
    padding: 0
}

.drop ul li:last-of-type {
    border-bottom: 0
}

.drop ul li a {
    display: block;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px
}

.drop ul li a:focus,.drop ul li a:hover {
    background: #eee;
    color: #e42525
}

.drop:focus ul,.drop:hover ul {
    opacity: 1;
    visibility: visible
}

.drop:focus ul li a,.drop:hover ul li a {
    color: #000
}

.drop:focus ul li a:hover,.drop:hover ul li a:hover {
    color: #e42525
}

.drop:focus a,.drop:hover a {
    color: #e42525
}

.drop:focus .drop-box a,.drop:hover .drop-box a {
    color: #000
}

.drop:focus>a:after,.drop:hover>a:after {
    transform: rotate(180deg);
    transition: .3s
}

.drop .drop-box {
    position: relative
}

.drop .drop-box>a:after {
    content: "";
    width: 12px;
    height: 10px;
    background: url('https://www.txminds.com/wp-content/themes/testing-xperts/assets/img/menu-drop.svg') no-repeat center center / contain;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    position: absolute;
    right: 6px;
    top: 12px;
    transform: rotate(-90deg)
}

.drop .drop-box ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .11);
    border-radius: 10px;
    top: 0;
    padding: 10px;
    left: 164%;
    width: 270px;
    margin-left: -150px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.drop .drop-box ul li {
    padding: 0
}

.drop .drop-box ul li:last-of-type {
    border-bottom: 0
}

.drop .drop-box ul li a {
    display: block;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    color: #000
}

.drop .drop-box:focus ul,.drop .drop-box:hover ul {
    opacity: 1;
    visibility: visible
}

.drop .drop-box:focus ul li a,.drop .drop-box:hover ul li a {
    background: #fff;
    color: #000
}

.drop .drop-box:focus ul li a:hover,.drop .drop-box:hover ul li a:hover {
    background: #eee;
    color: #e42525
}

.drop .drop-box:focus a,.drop .drop-box:hover a {
    background: #eee;
    color: #e42525
}

.drop .drop-box:focus>a:after,.drop .drop-box:hover>a:after {
    right: 1px
}

.header-wrap {
    display: flex
}

.menuBtn {
    display: flex;
    align-items: center
}

.header-list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-list li {
    padding: 7px 15px
}

.header-list li a {
    font-size: 14px;
    color: #000;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    line-height: 1.3;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.header-list li a:focus,.header-list li a:hover {
    color: var(--button-fill)
}

.fixHeader {
    box-shadow: 0 0 20px rgb(19 28 162 / .1)
}

.fixHeader .header-box .container {
    height: var(--headerFixedHeight)
}

.menuBtn .button {
    margin-left: 20px
}

.menu {
    display: none;
    position: relative;
    margin-left: 16px;
    z-index: 2
}

.menuOverlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.menuOverlay.menuOverlay-in {
    opacity: .5;
    visibility: visible
}

.mob-navigation li.nav-dropdown-open>ul {
    display: block
}

.nav-wrapper {
    position: fixed;
    width: 300px;
    height: 100vh;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0;
    top: 0;
    font-size: 14px;
    display: none
}

.nav-wrapper.show-menu {
    -webkit-transform: none;
    transform: none
}

.js-nav-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    color: #000;
    border: 0 solid #000;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.js-nav-toggle span {
    position: relative;
    background-color: #000;
    height: 2px;
    display: block;
    width: 22px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.js-nav-toggle span:before,.js-nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s
}

.js-nav-toggle span:before {
    margin-top: 5px
}

.show-menu .js-nav-toggle {
    z-index: 99999
}

.show-menu .js-nav-toggle span:before,.show-menu .js-nav-toggle span:after {
    background: #fff
}

.show-menu .js-nav-toggle span {
    background-color: #fff0
}

.show-menu .js-nav-toggle span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show-menu .js-nav-toggle span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-menu .js-nav-toggle span:before,.show-menu .js-nav-toggle span:after {
    margin-top: 0
}

.mob-navigation {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e42525
}

.mob-navigation::-webkit-scrollbar {
    width: 3px
}

.mob-navigation::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px
}

.mob-navigation::-webkit-scrollbar-track {
    background: #fff
}

.mob-navigation .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background-color: #fff0;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: backgroun-color .2s;
    transition: backgroun-color .2s
}

.mob-navigation .nav-toggle:hover {
    background-color: #fff0
}

.mob-navigation .nav-toggle.back-visible .nav-back {
    opacity: 1
}

.mob-navigation .nav-toggle.back-visible .nav-title {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.mob-navigation .nav-title {
    position: absolute;
    left: 0;
    top: 30px;
    padding-left: 1.3em;
    font-size: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    color: #fff;
    font-weight: 600;
    max-width: 200px
}

.mob-navigation .nav-back {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 30px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    top: 12px
}

.mob-navigation .nav-back:before,.mob-navigation .nav-back:after {
    content: "";
    position: absolute;
    top: 50%
}

.mob-navigation .nav-back:before {
    left: 40%;
    width: 9px;
    height: 9px;
    border: 2px solid currentcolor;
    border-right-color: #fff0;
    border-bottom-color: #fff0;
    -webkit-transform: translate(-50%,-50%) rotateZ(-45deg);
    transform: translate(-50%,-50%) rotateZ(-45deg)
}

.mob-navigation .nav-back:after {
    left: 28%;
    width: 15px;
    height: 2px;
    background-color: currentcolor;
    margin-top: -1px
}

.mob-navigation a {
    display: block;
    position: relative;
    margin: 0 .3em;
    padding: .6em 1em;
    border-bottom: 1px solid #fff0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .15s,background-color .15s;
    transition: color .15s,background-color .15s;
    font-size: 16px;
    border-radius: 8px;
    overflow: hidden
}

.mob-navigation a:hover {
    color: #000;
    background-color: #fff
}

.mob-navigation ul {
    list-style: none;
    padding: 80px 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    background-color: #e42525;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.mob-navigation ul ul {
    display: none;
    left: 100%
}

.mob-navigation li.has-dropdown>a {
    padding-right: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mob-navigation li.has-dropdown>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 9px;
    height: 9px;
    border: 1px solid currentcolor;
    border-left-color: #fff0;
    border-top-color: #fff0;
    -webkit-transform: translateY(-90%) rotateZ(-45deg);
    transform: translateY(-90%) rotateZ(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: 100%;
    transform-origin: 100%
}

.mob-navigation li.nav-dropdown-open>ul {
    display: block
}

@media all and (max-width: 1200px) {
    .navigation {
        display:none
    }

    .menuBtn .button {
        margin-left: 0;
        margin-right: 20px
    }

    .nav-wrapper {
        display: block
    }

    .header-list {
        display: none
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media all and (max-width: 480px) {
    .mob-navigation .nav-back {
        top:2px
    }

    .mob-navigation .nav-title {
        top: 20px
    }

    .logo {
        width: 40px
    }
}

@media all and (max-width: 1600px) {
    .button {
        font-size:14px
    }
}

@media all and (max-width: 1366px) {
    .analyst-gallery {
        gap:12px;
        height: 420px
    }

    .approach-img {
        height: 430px
    }
}

@media all and (max-width: 1280px) {
    :root {
        --commSpace:50px
    }

    .comm-space-wip {
        padding: 60px 0
    }

    .container {
        max-width: 1100px
    }

    .footer-acc-container {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .footer-acc-item {
        max-width: 200px;
        width: 100%
    }

    .label-app-left {
        max-width: 430px
    }

    .label-img {
        height: 380px
    }

    .label-app-box {
        align-items: flex-start;
        gap: 30px
    }

    .speak-box {
        gap: 20px;
        padding: 40px;
        border-radius: 14px
    }

    .comm-detail-box {
        border-radius: 14px;
        padding: 16px
    }

    .comm-detail-img {
        width: 50px;
        height: 50px;
        margin-bottom: 22px
    }

    .comm-detail-hdn {
        margin-bottom: 18px
    }

    .comm-detail-top-img {
        height: 350px;
        border-radius: 14px;
        margin-bottom: 40px
    }

    .sec-hdn {
        margin: 0 auto 40px
    }

    .comm-tick-box {
        max-width: 420px
    }

    .comm-tick-img {
        height: 400px;
        border-radius: 14px
    }

    .comm-tick-box ul li::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 4px
    }

    .comm-tick-box ul li {
        margin-bottom: 18px;
        padding-left: 32px
    }

    .comm-tick-box.tick-col ul li {
        width: 43%
    }

    .comm-float-wrap {
        height: 430px;
        border-radius: 14px
    }

    .comm-float-box {
        border-radius: 16px;
        padding: 30px
    }

    .test-box {
        height: 380px;
        border-radius: 14px;
        margin-bottom: 30px
    }

    .test-info .comm-sec-hdn {
        margin-bottom: 14px
    }

    .comm-dot-box {
        border-radius: 14px;
        padding: 16px 24px
    }

    .comm-dot-list ul li::before {
        width: 12px;
        height: 12px;
        top: 6px
    }

    .comm-dot-list ul li {
        padding-left: 22px
    }

    .comm-dot-box .comm-sub-hdn {
        margin-bottom: 14px
    }

    .interaction-box {
        height: 360px;
        border-radius: 14px
    }

    .comm-small-hdn::before {
        width: 11px;
        height: 11px
    }

    .comm-small-hdn {
        padding-left: 20px
    }

    .comm-scroll-box {
        height: 450px
    }

    .comm-tab-img,.comm-scroll-img {
        height: 360px;
        border-radius: 14px
    }

    .comm-page-info {
        max-width: 500px
    }

    .case-swiper .swiper-slide-active {
        scale: 1
    }

    .case-swiper .swiper-slide {
        display: flex;
        height: auto
    }

    .case-img {
        width: 320px;
        height: 280px;
        border-radius: 14px
    }

    .case-box {
        border-radius: 14px;
        padding: 22px;
        gap: 30px
    }

    .case-section .sec-hdn {
        margin: 0 auto 40px
    }

    .case-section {
        padding: var(--commSpace) 0
    }

    .rating-box {
        border-radius: 14px;
        padding: 0;
        gap: 50px
    }

    .rating-img {
        width: 220px
    }

    .rating-detail {
        padding-left: 50px
    }

    .star-img {
        max-width: 200px
    }

    .rating-info {
        max-width: 200px
    }

    .quote-img {
        width: 160px
    }

    .comm-nav {
        width: 40px;
        height: 40px
    }

    .comm-nav i {
        font-size: 18px
    }

    .person-img {
        width: 70px;
        height: 70px;
        margin: 0 auto 24px
    }

    .testi-para p {
        margin-bottom: 30px
    }

    .recent-box {
        border-radius: 14px;
        padding: 24px 16px
    }

    .elevate-info {
        padding: 34px 50px
    }

    .global-img {
        width: 30px;
        height: 30px
    }

    .global-box {
        padding: 24px 16px
    }

    .global-hdn-wrap {
        gap: 12px;
        margin-bottom: 22px
    }

    .tool-img {
        margin-bottom: 14px
    }

    .expertise-img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px
    }

    .partnership-box {
        width: calc(92% / 3)
    }

    .partnership-wrap {
        justify-content: center
    }

    .comm-tab-box {
        width: 100%;
        margin-bottom: 40px;
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start;
        padding-bottom: 12px
    }

    .comm-tab-box::-webkit-scrollbar {
        height: 3.5px;
        border: 5px
    }

    .comm-tab-box::-webkit-scrollbar-thumb {
        background: #000
    }

    .comm-tab-box::-webkit-scrollbar-track {
        background: #e42525
    }

    .bg-dark .comm-tab-box::-webkit-scrollbar-thumb {
        background: #fff
    }

    .tabs,.tabs1 {
        border: none
    }

    .comm-tab-wrap ul.tool-stabs li,.comm-tab-wrap ul.smart-stabs li,.comm-tab-wrap ul.tabs li {
        width: 270px;
        flex: none
    }

    .comm-tab-wrap ul.tool-tabs,.comm-tab-wrap ul.smart-tabs,.comm-tab-wrap ul.tabs {
        justify-content: flex-start
    }

    .comm-detail-wrap .f-row {
        gap: 30px 0
    }

    .comm-video-box {
        height: 430px;
        border-radius: 14px
    }

    .certified-wrap {
        padding: 40px;
        border-radius: 14px
    }

    .goal-img {
        border-radius: 14px
    }

    .major-img {
        width: 430px;
        height: 420px;
        border-radius: 14px
    }

    .major-info {
        flex: 1
    }

    .major-box {
        margin-bottom: 70px
    }

    .year-img {
        height: 180px;
        border-radius: 14px
    }

    .team-section .comm-tab-wrap ul.tabs li {
        font-size: 16px
    }

    .contact-form {
        padding: 30px 24px;
        border-radius: 14px
    }

    .target-card {
        align-items: flex-start;
        gap: 26px;
        flex-direction: column
    }

    .target-content .comm-sub-hdn {
        margin-bottom: 10px
    }

    .target-img {
        width: 100%;
        height: 370px;
        border-radius: 14px
    }

    .target-trigg {
        height: 80px
    }

    .partner-box {
        border-radius: 14px;
        padding: 20px 16px;
        gap: 24px
    }

    .partner-img {
        width: 175px
    }

    .partner-wrap .f-col {
        position: sticky;
        background: #fff;
        top: 14%
    }

    .tick-sticky-img {
        width: 100%;
        height: 324px;
        border-radius: 14px
    }

    .tick-sticky-left .comm-sub-hdn {
        margin-bottom: 16px
    }

    .tick-sticky-left .comm-tick-box {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .job-right {
        max-width: 480px;
        border-radius: 14px;
        padding: 30px
    }

    .blog-detail-img {
        width: 425px;
        height: 364px;
        border-radius: 14px
    }

    .current-img {
        max-width: 425px;
        height: 330px;
        border-radius: 14px
    }

    .thing-box {
        padding: 30px 24px
    }

    .webinar-right {
        padding: 30px 24px;
        border-radius: 14px
    }

    .faq-box {
        padding: 30px 20px;
        border-radius: 14px;
        gap: 20px
    }

    .faq-box a {
        width: 24px;
        height: 24px
    }

    .faq-box i {
        font-size: 10px
    }

    .life-img-wrap {
        grid-column-gap: 20px;
        height: 386px
    }

    .life-img {
        border-radius: 14px
    }

    .diversity-img {
        height: 430px;
        border-radius: 14px
    }

    .diversity-box .comm-sub-hdn {
        margin-bottom: 14px
    }

    .diversity-box {
        padding: 20px 0
    }

    .quoted-img {
        width: 82px;
        height: 72px;
        margin: 0 auto 20px
    }

    .employee-left {
        max-width: 440px
    }

    .employee-sec-logo {
        width: 100%;
        transform: translateX(0)
    }

    .employee-box span {
        width: 32px;
        height: 32px;
        margin-bottom: 12px
    }

    .employee-box .comm-sub-hdn {
        margin-bottom: 12px
    }

    .employee-box {
        padding: 30px 0
    }

    .life-video-box {
        height: 390px;
        border-radius: 14px
    }

    .podcast-img {
        height: 170px
    }

    .podcast-card {
        border-radius: 14px
    }

    .pod-play {
        width: 46px;
        height: 46px;
        left: 18px
    }

    .podcast-info {
        padding: 16px
    }

    .book-card {
        border-radius: 14px;
        padding: 24px
    }

    .book-img {
        height: 200px;
        border-radius: 14px;
        margin-bottom: 20px
    }

    .abt-img {
        height: 400px;
        margin: 44px 0 30px
    }

    .vision-img {
        width: 100px;
        height: 100px
    }

    .vision-info .comm-sub-hdn {
        margin-bottom: 8px
    }

    .vision-wrap {
        padding-top: 40px;
        margin-top: 40px
    }

    .smart-img {
        height: 400px;
        border-radius: 14px;
        margin-bottom: 30px
    }

    .reuse-box {
        padding: 24px 0 34px
    }

    .reuse-box .comm-tick-box {
        margin-top: 30px;
        border-radius: 14px;
        padding: 30px 24px
    }

    .tool-swiper .swiper-wrapper {
        justify-content: flex-start;
        transition-timing-function: linear
    }

    .life-wrap {
        height: 500px
    }

    .fuel-info {
        padding: 0 16px 30px
    }

    .value-box-wrap .f-row {
        gap: 18px 0
    }

    .solution-right {
        max-width: 500px
    }

    .solution-right .acc-item {
        border-radius: 20px;
        padding: 30px 40px
    }

    .solution-right .acc-item .panel {
        padding-right: 20px
    }

    .blog-content-wrap .content-body {
        max-width: 650px
    }

    .blog-category-hdn-box {
        padding: 16px 20px
    }

    .blog-category-list-box {
        padding: 20px 18px
    }

    .blog-category-list {
        gap: 8px
    }

    .blog-category-list a {
        padding: 10px 12px
    }

    .action-img {
        width: 140px;
        height: 130px
    }

    .blog-img {
        height: 210px
    }

    .blog-btn {
        width: 44px;
        height: 44px
    }

    .blog-btn i {
        font-size: 18px
    }

    .elevate-hdn {
        max-width: 680px
    }

    .case-swiper .swiper-wrapper {
        padding-bottom: 60px
    }
}

@media all and (max-width: 1200px) {
    .container {
        max-width:960px
    }

    .address-wrap {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .anim-text,.quoted-para p {
        font-size: 36px
    }

    :root {
        --header-height: 60px
    }

    .logo {
        width: 50px
    }

    .ui-group {
        padding: 10px 26px
    }

    .button-group {
        width: 218px
    }

    .fuel-wrap {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .fuel1 {
        grid-area: 1 / 1 / 2 / 2
    }

    .fuel2 {
        grid-area: 1 / 2 / 2 / 3
    }

    .fuel3 {
        grid-area: 2 / 1 / 3 / 2
    }

    .fuel4 {
        grid-area: 2 / 2 / 3 / 3
    }

    .fuel5 {
        grid-area: 3 / 1 / 4 / 3
    }

    .comm-pointer-right {
        max-width: 530px
    }

    .comm-pointer-wrap {
        flex-direction: column
    }

    .comm-pointer-left {
        position: static
    }

    .comm-pointer-left {
        gap: 24px
    }

    .comm-pointer-wrap {
        gap: 30px
    }

    .comm-pointer-right {
        max-width: 100%
    }

    .comm-pointer-right ul li {
        padding: 24px 0 24px 40px
    }

    .feature-img {
        border-radius: 14px
    }

    .vertical-box {
        height: 240px
    }

    .functional-wrap .f-row {
        gap: 40px 0
    }

    .functional-box .comm-sub-hdn {
        margin-bottom: 12px
    }

    .functional-box {
        padding-top: 20px
    }

    .solution-left {
        max-width: 382px
    }

    .solution-right {
        max-width: 470px
    }

    .solution-right .acc-item {
        border-radius: 14px;
        padding: 26px 24px
    }

    .solution-right .acc-item .panel {
        height: 290px
    }

    .action-box {
        gap: 24px;
        width: 26%
    }

    .action-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 36px
    }

    .analyst-wrap {
        align-items: flex-start;
        gap: 40px;
        flex-direction: column
    }
}

@media all and (max-width: 1024px) {
    .sec-hdn.big-hdn {
        max-width:440px
    }

    .sec-hdn {
        max-width: 420px;
        margin: 0 auto 30px
    }

    .fuel-para {
        max-width: 100%;
        height: 100%
    }

    .fuel-info {
        bottom: 0;
        transform: translateY(0)
    }

    .fuel-para {
        opacity: 1
    }

    .fuel-box::after {
        transform: translateX(0)
    }

    .vertical-arrow,.fuel-arrow {
        transform: rotate(-45deg);
        opacity: 1
    }

    .fuel-box {
        margin-bottom: 24px
    }

    .fuel-box:last-child {
        margin-bottom: 0
    }

    .case-btn {
        transform: rotate(-45deg)
    }

    .fuel-box {
        height: 400px
    }

    .fuel-img {
        height: 100%
    }

    .vertical-arrow,.case-btn,.fuel-arrow {
        width: 40px;
        height: 40px
    }

    .vertical-arrow i,.case-btn i,.fuel-arrow i {
        font-size: 20px
    }

    .value-box-wrap {
        margin-top: 40px
    }

    .analyst-gallery {
        height: 100%;
        flex-wrap: wrap;
        justify-content: center
    }

    .analyst-card {
        width: 44%
    }

    .analyst-card.active {
        flex: none
    }

    .card-hover-anim .comm-para {
        transform: translateY(0)
    }

    .approach-img {
        height: 350px;
        border-radius: 14px
    }

    .event-box {
        padding: 16px;
        border-radius: 14px
    }

    .train-box {
        border-radius: 14px;
        padding: 24px 16px;
        position: static
    }

    .train-img {
        width: 440px;
        height: 310px;
        border-radius: 14px
    }

    .train-info {
        flex: 1
    }

    .blog-img {
        height: 220px
    }

    .blog-btn {
        opacity: 1;
        transform: rotate(-45deg);
        width: 40px;
        height: 40px
    }

    .blog-btn i {
        font-size: 18px
    }

    .value-info {
        padding: 16px
    }

    .subscribe-wrap .cf7-cf-turnstile {
        bottom: -52%
    }
}

@media all and (max-width: 990px) {
    :root {
        --input-height:45px
    }

    .container {
        max-width: 800px
    }

    .button {
        font-size: 14px;
        height: 40px;
        padding: 0 16px
    }

    .data-section,.comm-scroll-section {
        overflow: hidden
    }

    .label-app-box {
        gap: 40px;
        flex-direction: column;
        align-items: center
    }

    .label-app-box.flex-rev {
        flex-direction: column
    }

    .swiper.acco-swiper .swiper-wrapper {
        display: flex
    }

    .acco-info {
        display: block
    }

    .acc-box::after {
        display: none
    }

    .acc-box {
        padding: 0;
        border-bottom: none
    }

    .swiper.acco-swiper .swiper-slide {
        display: flex;
        height: auto
    }

    .speak-box {
        gap: 30px;
        padding: 30px 24px;
        flex-direction: column
    }

    .speak-box::after {
        width: 70%;
        height: 70%
    }

    .comm-tab-img,.comm-scroll-img {
        width: 420px;
        height: 330px;
        border-radius: 14px
    }

    .comm-scroll-img {
        margin: 0 auto
    }

    .comm-scroll-wrap {
        flex-direction: column
    }

    .comm-scroll-box {
        height: 100%;
        max-width: 100%
    }

    .comm-tab-content {
        gap: 30px;
        flex-direction: column
    }

    .comm-tab-info {
        max-width: 100%
    }

    .comm-tick-wrap {
        gap: 30px;
        flex-direction: column-reverse
    }

    .comm-tick-box {
        max-width: 660px;
        margin: 0 auto
    }

    .comm-tick-wrap.flex-rev {
        flex-direction: column-reverse
    }

    .comm-float-box {
        border-radius: 14px;
        padding: 30px 24px;
        right: 7%
    }

    .comm-float-wrap {
        height: 400px
    }

    .test-box {
        height: 310px
    }

    .comm-dot-wrap .f-row {
        gap: 30px 0
    }

    .comm-scroll-detail {
        padding-bottom: 0;
        border-bottom: none
    }

    .banner-bg {
        height: 550px
    }

    .banner-info {
        max-width: 440px
    }

    .client-wrap {
        gap: 20px
    }

    .case-box {
        max-width: 100%
    }

    .sec-hdn {
        max-width: 390px
    }

    .analyst-card {
        width: 100%;
        height: 310px
    }

    .vertical-box {
        border-radius: 14px
    }

    .testi-box {
        max-width: 500px
    }

    .quote-img {
        width: 130px
    }

    .rating-box {
        gap: 30px;
        flex-direction: column
    }

    .rating-detail {
        padding-left: 0;
        padding-top: 30px;
        border-top: 1px solid #dfdfdf;
        border-left: none
    }

    .elevate-img {
        height: 260px
    }

    .analyst-card.active .analyst-content {
        padding: 0 24px 24px 24px;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .value-box {
        border-radius: 14px
    }

    .label-app-left {
        position: static
    }

    .subscribe-info {
        max-width: 530px
    }

    .subscribe-hdn {
        margin-bottom: 30px
    }

    .comm-video-box {
        height: 300px
    }

    .great-wrap {
        gap: 40px
    }

    .certified-img {
        width: 150px;
        height: 150px
    }

    .certified-wrap {
        padding: 30px 26px
    }

    .goal-wrap {
        margin-bottom: 60px;
        flex-direction: column-reverse
    }

    .goal-img {
        max-width: 560px;
        height: 300px
    }

    .goal-wrap:nth-child(even) {
        flex-direction: column-reverse
    }

    .major-box {
        flex-direction: column;
        align-items: center;
        gap: 30px
    }

    .major-info {
        max-width: 100%
    }

    .major-box:nth-child(even) {
        flex-direction: column
    }

    .contact-wrap {
        flex-direction: column
    }

    .contact-info {
        max-width: 100%
    }

    .contact-info .comm-para {
        margin-bottom: 30px
    }

    .contact-info .comm-sec-hdn {
        margin-bottom: 12px
    }

    .contact-box {
        margin-bottom: 26px;
        padding-bottom: 26px
    }

    .contact-box .comm-sub-hdn {
        margin-bottom: 8px
    }

    .contact-form {
        max-width: 100%
    }

    .target-content-wrap {
        gap: 40px
    }

    .tick-sticky-wrap {
        flex-direction: column-reverse
    }

    .tick-sticky-left {
        max-width: 100%
    }

    .tick-sticky-img {
        position: static
    }

    .job-box {
        gap: 30px;
        padding: 30px 0;
        flex-wrap: wrap
    }

    .job-box:first-child {
        padding-top: 0
    }

    .desc-box {
        width: 45%
    }

    .role-box {
        width: 100%
    }

    .job-desc-wrap {
        flex-direction: column
    }

    .job-right {
        max-width: 100%
    }

    .blog-section .comm-hdn-section {
        flex-wrap: wrap
    }

    .search-wrap {
        width: 100%
    }

    .search-wrap input {
        width: 50%
    }

    .ui-detail {
        width: 100%
    }

    .blog-detail-card {
        gap: 40px;
        flex-direction: column
    }

    .current-wrap {
        gap: 24px;
        flex-direction: column
    }

    .webinar-desc-wrap {
        flex-direction: column
    }

    .webinar-right,.webinar-left {
        max-width: 100%
    }

    .webinar-speaker-img {
        width: 50px;
        height: 50px
    }

    .webinar-speaker-wrap {
        gap: 24px
    }

    .thing-box ul li::before {
        background-size: 16px;
        width: 16px;
        height: 16px
    }

    .thing-box ul li {
        padding-left: 26px
    }

    .webinar-left .comm-para {
        margin: 24px 0;
        padding-top: 20px
    }

    .faq-wrap .f-row {
        gap: 30px 0
    }

    .diversity-wrap {
        gap: 20px;
        flex-direction: column-reverse
    }

    .diversity-img {
        height: 400px
    }

    .quoted-img {
        width: 58px;
        height: 52px
    }

    .podcast-wrap .f-row {
        gap: 20px 0
    }

    .team-detail-wrap .team-img {
        width: 350px;
        height: 420px;
        border-radius: 14px
    }

    .abt-img {
        height: 100%;
        margin: 38px 0 30px
    }

    .vision-img {
        width: 80px;
        height: 80px
    }

    .comm-tab-wrap ul.tool-tabs li,.comm-tab-wrap ul.smart-tabs li,.comm-tab-wrap ul.tabs li {
        min-width: 170px;
        max-width: 270px;
        width: 100%
    }

    .smart-img {
        height: 340px
    }

    .smart-info .comm-para {
        margin-bottom: 22px
    }

    .reuse-box .comm-tick-box ul li {
        width: 48%
    }

    .reuse-box .comm-tick-box ul {
        gap: 20px 18px
    }

    .train-img {
        width: 370px;
        height: 260px
    }

    .comm-scroll-detail .comm-para {
        height: 100%;
        overflow: auto;
        padding-right: 0
    }

    .life-wrap {
        height: 400px;
        grid-column-gap: 18px;
        grid-row-gap: 18px
    }

    .vertical-wrap .f-row {
        gap: 20px 0
    }

    .solution-logo {
        display: none
    }

    .solution-wrap {
        flex-direction: column
    }

    .solution-right {
        max-width: 100%
    }

    .solution-right .acc-item {
        padding: 26px 18px
    }

    .blog-content-wrap {
        flex-direction: column
    }

    .blog-content-wrap .content-body {
        max-width: 100%
    }

    .blog-category-box {
        max-width: 100%
    }

    .blog-category-list-box {
        padding: 20px 14px
    }
}

@media all and (max-width: 800px) {
    .fuel-wrap {
        display:block
    }

    .train-img {
        width: 390px;
        height: 300px
    }

    .train-wrap {
        gap: 30px
    }

    .train-img {
        width: 360px
    }

    .team-detail-wrap {
        flex-direction: column;
        align-items: center;
        margin-top: 30px
    }

    .team-detail {
        max-width: 100%
    }

    .vision-wrap {
        padding-top: 30px;
        margin-top: 30px;
        flex-direction: column
    }

    .vision-box {
        max-width: 100%
    }

    .train-box {
        flex-direction: column;
        width: 100%
    }

    .train-info {
        max-width: 100%
    }
}

@media all and (max-width: 768px) {
    :root {
        --header-height:54px
    }

    .comm-space-wip {
        padding: 50px 0
    }

    .container {
        max-width: 100%
    }

    .footer-acc-item {
        max-width: 176px
    }

    .footer-top {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .client-wrap {
        gap: 20px;
        flex-direction: column
    }

    .comm-hdn-section {
        gap: 26px;
        margin-bottom: 50px;
        flex-direction: column
    }

    .case-box {
        flex-direction: column;
        align-items: center
    }

    .testi-swiper .comm-nav-wrap {
        max-width: 100%;
        width: 100%;
        position: static;
        justify-content: center;
        transform: translate(0);
        gap: 24px;
        margin-top: 34px
    }

    .global-swiper-wrap {
        margin-top: 36px
    }

    .great-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .great-img {
        width: 30%
    }

    .life-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 28px
    }

    .life-img {
        width: 48%;
        height: 270px
    }

    .subscribe-info {
        max-width: 480px
    }

    .award-info {
        padding: 20px 16px
    }

    .team-box {
        height: 400px;
        border-radius: 14px
    }

    .target-list {
        display: none
    }

    .target-trigg {
        height: 60px
    }

    .target-trigg.target-0 {
        height: 0
    }

    .search-wrap input {
        width: 100%;
        height: 50px
    }

    .ui-group {
        min-width: auto;
        width: 98%;
        position: fixed;
        bottom: 0;
        border-radius: 14px 14px 0 0;
        background: #fff;
        padding: 10px 16px
    }

    .ui-group::after {
        content: "";
        width: 100svw;
        height: 100svh;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / .7)
    }

    .blog-section {
        position: relative;
        overflow: hidden
    }

    .button-group {
        top: unset;
        bottom: 58px;
        clip-path: inset(100% 0 0 0);
        border-radius: 14px 14px 0 0;
        border-top: 1px solid #afafaf;
        padding: 16px;
        padding-bottom: 0
    }

    .ui-group.active {
        border-radius: 0 0 14px 14px;
        border-bottom: 1px;
        border-top: none
    }

    .ui-group.active::after {
        opacity: 1;
        visibility: visible
    }

    .ui-group.active .button-group {
        border-bottom: none
    }

    .elevate-hdn {
        max-width: 400px
    }

    .life-img-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px
    }

    .life-img-wrap .life-img {
        width: 100%;
        height: 290px
    }

    .life-video-box {
        height: 350px
    }

    .employee-wrap {
        flex-direction: column
    }

    .employee-left {
        max-width: 100%;
        height: 100%;
        position: static
    }

    .employee-right {
        max-width: 100%
    }

    .employee-sec-logo {
        max-width: 400px
    }

    .anim-text,.quoted-para p {
        font-size: 22px
    }

    .diversity-img {
        height: 280px
    }

    .book-card {
        padding: 20px 16px
    }

    .sec-hdn br {
        display: none
    }

    .life-wrap {
        height: 100%
    }

    .is-form-style input.is-search-input {
        height: 40px
    }

    .is-form-style {
        width: 100%
    }

    .functional-wrap .f-row {
        gap: 30px 0
    }

    .functional-box {
        padding-top: 16px
    }

    .category-btn {
        height: 200px
    }

    .thank-you-img {
        width: 200px
    }

    .case-info {
        justify-content: space-between
    }

    .subscribe-wrap .cf7-cf-turnstile {
        bottom: -62%
    }
}

@media all and (max-width: 640px) {
    .comm-page-info {
        padding:0 20px
    }

    .footer-acc-container {
        width: 100%;
        gap: 14px
    }

    .footer-acc-container {
        border-bottom: none;
        margin-bottom: 28px;
        padding-bottom: 0
    }

    .footer-acc-item {
        cursor: pointer;
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / .4);
        padding: 14px 0
    }

    .footer-acc-item.active .footer-hdn::after {
        transform: rotate(225deg);
        top: 8px
    }

    .footer-acc-container .f-col .footer-acc-item {
        margin-bottom: 0
    }

    .footer-acc-container .f-row {
        margin: 0
    }

    .footer-acc-container .f-row .f-col {
        padding: 0
    }

    .footer-acc-container ul li a {
        font-size: 14px
    }

    .footer-hdn {
        position: relative;
        margin-bottom: 0
    }

    .footer-hdn::after {
        content: "";
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        right: 4px;
        top: 6px;
        transform: rotate(45deg);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        border-radius: 2px
    }

    .footer-panel {
        display: none;
        padding-top: 16px
    }

    .footer-acc-container ul li {
        margin-bottom: 8px
    }

    .copyright-txt p {
        font-size: 14px;
        max-width: 230px;
        margin: 0 auto
    }

    #footer {
        padding: 30px 0 26px
    }

    .social-box {
        width: 36px;
        height: 36px
    }

    .social-box i {
        font-size: 18px
    }

    .footer-logo {
        width: 50px
    }

    .comm-float-box {
        padding: 28px 20px;
        max-width: 280px;
        transform: translate(-50%,-50%);
        right: unset;
        left: 50%
    }

    .test-info {
        max-width: 540px;
        padding: 0 30px
    }

    .interaction-wrap .f-row {
        gap: 30px 0
    }

    .expertise-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .expertise-box {
        max-width: 44%
    }

    .comm-big-para p {
        font-size: 16px;
        letter-spacing: -.5px
    }

    .label-app-left {
        max-width: 100%
    }

    .comm-tick-img {
        width: 100%
    }

    .partnership-box {
        width: calc(91% / 2)
    }

    .swiper.acco-swiper {
        padding-bottom: 16px
    }

    .acc-pagination.swiper-pagination {
        display: block;
        bottom: 0;
        top: unset
    }

    .acc-pagination.swiper-pagination .swiper-pagination-progressbar {
        background: #fff!important
    }

    .acc-pagination.swiper-pagination .swiper-pagination-progressbar-fill {
        background: var(--button-fill)!important
    }

    .banner-bg {
        height: 400px
    }

    .banner-info {
        max-width: 400px;
        top: 50%;
        gap: 20px
    }

    .banner-section .comm-pagination {
        bottom: 6%
    }

    .comm-pagination .swiper-pagination-bullet {
        width: 22px;
        height: 3px
    }

    .value-info {
        padding: 20px 16px 26px 16px
    }

    .value-hdn-wrap {
        align-items: flex-start
    }

    .elevate-hdn {
        text-align: center
    }

    .elevate-info {
        padding: 34px 22px;
        flex-direction: column;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 400px;
        width: 100%
    }

    .sec-hdn {
        max-width: 330px
    }

    .rating-img {
        width: 188px
    }

    .case-section .sec-hdn {
        margin: 0 auto 30px
    }

    .comm-page-hdn {
        letter-spacing: 0
    }

    .action-wrap {
        justify-content: center;
        gap: 30px 18px
    }

    .action-box {
        width: 47%
    }

    .action-box .comm-sub-hdn {
        white-space: pre-wrap;
        text-align: center
    }

    .life-img {
        width: 100%;
        height: 270px
    }

    .action-img {
        width: 110px;
        height: 120px
    }

    .subscribe-wrap .cf7-cf-turnstile {
        bottom: -52%
    }

    .team-img img {
        object-position: top
    }

    .team-info {
        border-radius: 8px;
        padding: 14px
    }

    .team-info a {
        width: 28px;
        height: 26px
    }

    .team-box {
        height: 360px
    }

    .contact-form {
        padding: 26px 16px
    }

    .contact-form .button {
        max-width: 170px;
        height: 40px
    }

    .drop-section .expertise-box {
        max-width: 100%
    }

    .partner-box {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .partner-wrap .f-col {
        position: static
    }

    .partner-img {
        width: 140px
    }

    .partner-hdn {
        margin-bottom: 10px
    }

    .job-right {
        padding: 20px 24px
    }

    .content-body p {
        margin-bottom: 24px
    }

    .search-wrap {
        flex-direction: column
    }

    .search-wrap input {
        padding: 10px 10px 10px 50px;
        background-size: 18px;
        background-position: 5%;
        flex: 1
    }

    .blog-detail-img {
        width: 100%;
        height: 310px
    }

    .content-body img {
        height: 300px;
        border-radius: 14px
    }

    .webinar-detail ul {
        align-items: flex-start;
        gap: 10px 20px;
        flex-direction: column
    }

    .webinar-detail ul li::after {
        right: -15px
    }

    .reuse-box .comm-tick-box ul li {
        width: 100%
    }

    .reuse-box .comm-tick-box {
        padding: 24px 16px
    }

    .reuse-box .comm-sub-hdn {
        margin-bottom: 16px
    }

    .life-wrap {
        grid-row-gap: 18px
    }

    .life-img {
        height: 250px
    }

    .life-img img {
        object-position: center
    }

    .analyst-card.active .analyst-content {
        padding: 0 16px 16px 16px
    }

    .solution-right .acc-item:first-child li::after {
        width: 12px;
        height: 12px;
        top: 6px
    }

    .solution-right .acc-item:first-child li {
        padding-left: 20px
    }

    .solution-right .acc-item:last-child li::after {
        width: 16px;
        height: 16px
    }

    .solution-right .acc-item:last-child li {
        padding-left: 24px
    }

    .value-box-wrap {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 12px
    }

    .value-box-wrap::-webkit-scrollbar {
        height: 3px
    }

    .value-box-wrap::-webkit-scrollbar-thumb {
        background: var(--button-fill);
        border-radius: 4px
    }

    .value-box-wrap::-webkit-scrollbar-track {
        background: #1d1d1d
    }

    .value-box-wrap .f-row {
        flex-wrap: nowrap;
        width: max-content;
        margin-left: -8px;
        margin-right: -8px
    }

    .value-box-wrap .f-col {
        width: 280px;
        padding: 0 8px
    }

    .book-card-wrap .f-col {
        margin-bottom: 20px
    }

    .filter-btn-wrap {
        gap: 0 16px
    }
}

@media all and (max-width: 576px) {
    :root {
        --commSpace:40px
    }

    .comm-space-wip {
        margin: 34px 0
    }

    .comm-hdn-section {
        margin-bottom: 30px
    }

    .footer-top {
        flex-direction: column
    }

    .comm-tick-img {
        height: 290px
    }

    .interaction-box {
        height: 300px
    }

    .comm-detail-top-img {
        height: 290px
    }

    .comm-pointer-right ul li {
        padding: 18px 0 18px 30px;
        font-size: 22px
    }

    .comm-pointer-right ul li::before {
        font-size: 20px
    }

    .comm-small-hdn {
        font-size: 20px
    }

    .quote-img {
        right: 10%
    }

    .client-swiper::before,.client-swiper::after {
        width: 50px
    }

    .fuel-info {
        padding: 0 20px 20px
    }

    .case-img {
        width: 100%;
        height: 240px
    }

    .case-box {
        padding: 16px;
        gap: 30px
    }

    .case-info {
        gap: 16px
    }

    .zoom-btn,.case-btn {
        top: 14px;
        right: 14px
    }

    .analyst-wrap {
        gap: 30px
    }

    .quote-img {
        width: 90px
    }

    .rating-wrap {
        flex-wrap: wrap
    }

    .star-img {
        max-width: 140px
    }

    .category {
        padding: 20px
    }

    .category-wrap {
        margin-bottom: 20px
    }

    .blog-hdn {
        margin-bottom: 14px
    }

    .comm-page-box {
        margin-bottom: 0
    }

    .value-box-wrap {
        margin-top: 30px
    }

    .great-img {
        width: 38%
    }

    .certified-wrap {
        padding: 20px 16px;
        flex-direction: column-reverse
    }

    .certified-hdn {
        letter-spacing: -1.72px;
        text-align: center
    }

    .certified-img {
        width: 130px;
        height: 130px
    }

    .goal-box {
        padding-bottom: 14px;
        margin-bottom: 20px
    }

    .goal-hdn {
        margin-bottom: 8px
    }

    .goal-info .comm-sub-hdn {
        margin-bottom: 20px
    }

    .goal-wrap {
        gap: 30px
    }

    .event-detail-wrap .comm-para {
        margin-bottom: 14px
    }

    .label-img {
        height: 280px
    }

    .speak-box::after {
        width: 100%;
        height: 100%;
        top: 60%;
        bottom: unset
    }

    .current-img {
        height: 260px
    }

    .elevate-img {
        height: 360px
    }

    .webinar-right {
        padding: 24px 16px
    }

    .acc-item {
        padding: 20px 0 24px
    }

    .faq-wrap .f-row {
        gap: 20px 0
    }

    .faq-box {
        padding: 20px 14px
    }

    .life-video-box {
        height: 300px
    }

    .comm-video-btn {
        width: 50px;
        height: 50px
    }

    .main-container {
        padding-top: calc(var(--header-height) + 10px)
    }

    .vision-box {
        align-items: center;
        gap: 12px;
        flex-direction: column;
        text-align: center;
        max-width: 300px;
        margin: 0 auto
    }

    .vision-wrap {
        gap: 30px
    }

    .tool-img {
        width: 100%;
        height: 100%
    }

    .functional-wrap .f-row {
        gap: 22px 0
    }

    .functional-box .comm-sub-hdn {
        margin-bottom: 8px
    }
}

@media all and (max-width: 480px) {
    .comm-tab-img,.comm-scroll-img {
        width:100%;
        height: 290px
    }

    .comm-tick-box.tick-col ul li {
        width: 100%
    }

    .label-app-right {
        max-width: 100%
    }

    .expertise-img {
        margin-bottom: 6px
    }

    .expertise-box {
        gap: 8px
    }

    .count-text {
        font-size: 28px
    }

    .major-img {
        width: 100%;
        height: 380px
    }

    .target-img {
        height: 320px
    }

    .webinar-speaker-box {
        width: 100%
    }

    .life-img-wrap .life-img {
        height: 220px
    }

    .employee-sec-logo {
        max-width: 260px;
        margin: 0 auto
    }

    .book-img {
        height: 190px
    }

    .key-box {
        max-width: 100%
    }

    .team-detail-wrap .team-img {
        width: 100%;
        height: auto
    }

    .error-box .comm-sec-hdn {
        max-width: 300px
    }

    .error-box .comm-para {
        max-width: 200px
    }

    .train-img {
        width: 100%;
        height: 260px
    }

    .vertical-box {
        height: 220px
    }

    .banner-info {
        max-width: 340px
    }
}
