:root {
    --color-white: #FFF;
    --color-black: #000;
    --color-dark-blue: #161742;
    --color-aqua-blue: #3894B2;
    --color-sky-blue: #46C5DE;
    --color-gray: #767575;
    --color-light-blue: #ECFCFF;
    --color-gray-text: #727174;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

h3 {
    color: #fff;
}
address {
    display: unset;
    font-style: unset;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
}

ins {
    text-decoration: none
}

del,
s,
strike {
    text-decoration: line-through
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0
}

* {
    box-sizing: border-box;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

svg {
    flex-shrink: 0;
    display: flex;
}

svg path {
    transition: .3s;
}

html {
    min-height: 100%;
    scrollbar-gutter: stable;
}

input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Geist", sans-serif;
}

body {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: linear-gradient(180deg, #F9FBFF 0%, #EFEFEF 100%);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    scrollbar-gutter: stable;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.bg-white {
    background: var(--color-white);
}

iframe {
    width: -webkit-fill-available;
}

@media only screen and (width < 1280px) {
    body.overflow {
        overflow: hidden;
        touch-action: none;
        -ms-touch-action: none;
    }
}

.main {
    flex: 1;
}

.container {
    margin-inline: auto;
    max-width: 1600px;
}

.section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.section-pre-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-gray);
}

.section-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: var(--color-dark-blue);
}

.section-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--color-gray-text);
}

.btn {
    border-radius: 100px;
    padding: 0 16px;
    min-width: 135px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn:not(:has(svg)):hover {
    letter-spacing: 0.5px;
}

.btn-dark-blue {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
}

.btn-black {
    background-color: var(--color-black);
    color: var(--color-white);
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-black);
}

.btn-blue {
    background-color: var(--color-sky-blue);
    color: var(--color-white);
}
.btn-black {
    background-color: #3f3f3f;
    color: var(--color-white);
}

.btn svg {
    transition: .5s;
}

.btn:has(svg):hover svg {
    transform: translateX(5px);
}

/*apply 2*/

.submitted {
    text-align: left;
    display: flex;
    
    padding: 60px;
    max-width: 550px;
    margin: 25px auto;
    background-color: #D6EFF7;
    border-radius: 20px;
}
.submitted h2{
    font-weight: 500;
    font-size: 25px;
    color: #151642;
}

.submitted p{
    padding: 33px 0 0 0;
}

.submitted .thumbs {
    margin-right: 20px;
    padding-top: 5px;
}

@media only screen and (width < 1920px) {
    .container {
        width: calc(100% - 80px);
    }
}

@media only screen and (width < 1440px) {
    .section-header {
        gap: 22px;
    }
    .section-title {
        font-size: 54px;
        line-height: 66px;
    }
}

@media only screen and (width < 1280px) {
    .section-pre-title {
        font-size: 18px;
    }
    .section-title {
        font-size: 50px;
        line-height: 62px;
    }
}

@media only screen and (width < 1024px) {
    .container {
        width: calc(100% - 60px);
    }
    .section-title {
        font-size: 44px;
        line-height: 1.2;
    }
}

@media only screen and (width < 768px) {
    .container {
        width: calc(100% - 40px);
    }
    .section-wrapper {
        gap: 40px;
    }
    .section-title {
        font-size: 32px;
        text-wrap: balance;
    }
}

/* header */

.header-container {
    margin-inline: auto;
    max-width: 1800px;
}

.header-box {
    position: relative;
    padding: 33px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 220px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 45px;
}

.header-right .btn {
    font-size: 18px;
}

.menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 45px;
    list-style: none;
}

.menu a,
.signin-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: var(--color-dark-blue);
    text-decoration: none;
    transition: .3s;
}

.menu a:hover,
.signin-link:hover {
    color: var(--color-aqua-blue);
}

.menu a.active {
    position: relative;
    color: var(--color-aqua-blue);
    pointer-events: none;
}

.menu a.active::before {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-aqua-blue);
    width: 9px;
    height: 9px;
    border-radius: 100%;
}

.mobile-menu,
.burger {
    display: none;
}

/* connect */ 
    .connectF {
        display: flex;
        align-items: center;
    }

@media only screen and (width < 1920px) {
    .header-container {
        padding: 0 40px;
        max-width: 100%;
    }
    .menu,
    .header-right {
        gap: 35px;
    }
}

@media only screen and (width < 1440px) {
    .logo {
        width: 180px;
    }
    .menu {
        position: static;
        transform: none;
        gap: 30px;
    }
    .header-right {
        gap: 25px;
    }
}

@media only screen and (width < 1280px) {
    nav:has(.menu), .header-right {
        display: none;
    }
    .burger {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        background-color: #46C5DE33;
        width: 54px;
        height: 31px;
        border-radius: 100px;
    }
    .burger span {
        width: 28px;
        height: 2px;
        background-color: var(--color-dark-blue);
        transition: .3s;
    }
    .burger.active span:first-child {
        position: absolute;
        transform: rotate(45deg);
    }
    .burger.active span:last-child {
        position: absolute;
        transform: rotate(-45deg);
    }
    .mobile-menu {
        padding: 50px 30px;
        position: fixed;
        transform: translateX(105%);
        top: 85px;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 80px;
        background-color: var(--color-white);
        width: 320px;
        height: calc(100dvh - 98px);
        border-radius: 18px;
        z-index: 10;
        transition: .3s;
    }
    .mobile-menu.active {
        transform: translateX(0);
    }
    .mobile-menu-links {
        padding-left: 19px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .mobile-menu-links a {
        position: relative;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: var(--color-dark-blue);
        text-decoration: none;
        transition: .3s;
    }
    .mobile-menu-links a.active {
        position: relative;
        color: var(--color-aqua-blue);
        pointer-events: none;
    }
    .mobile-menu-links a.active::before {
        content: '';
        position: absolute;
        right: calc(100% + 10px);
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--color-aqua-blue);
        width: 9px;
        height: 9px;
        border-radius: 100%;
    }
    .mobile-menu .header-right {
        display: flex;
        flex-direction: column;
        align-items: unset;
        gap: 30px;
    }
    .signin-link {
        text-align: left;
    }
    .signin-link:hover {
        color: inherit;
    }
}

@media only screen and (width < 1024px) {
    .header-container {
        padding: 0 30px;
    }
}

@media only screen and (width < 768px) {
    .header-container {
        padding: 0 20px;
    }

    .header-box {
        padding: 26px 0 15px;
    }

    .logo {
        width: 154px;
    }

    .mobile-menu {
        top: 72px;
    }
}

/* footer */

.footer {
    position: relative;
    background: linear-gradient(180deg, #F9FBFF 0%, #F2F7FA 100%);
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    bottom: -542px;
    left: 508px;
    width: 684px;
    height: 684px;
    background: linear-gradient(180deg, rgba(42, 130, 192, 0.7) -8.91%, rgba(167, 255, 249, 0.7) 87.93%);
    filter: blur(200px);
    z-index: 1;
}

.footer-wrapper {
    padding: 98px 0 101px;
}

.footer-logo {
    width: 346px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-text {
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
    max-width: 296px;
}

.footer-cols {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer-col:first-child {
    margin-right: 125px;
}

.footer-col:last-child {
    width: 100%;
}

.footer-col-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: var(--color-black);
}

.footer-col-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    max-width: 185px;
}

.footer-col-links a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
    text-decoration: none;
    transition: .3s;
}

.footer-col-links a:hover {
    color: var(--color-dark-blue)
}

.sign-up {
    position: relative;
}

.sign-up input {
    padding: 18px 140px 18px 26px;
    border-radius: 100px;
    width: 351px;
    height: 48px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-dark-blue);
}

.sign-up input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
}

.sign-up .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    min-width: 130px;
}

.sign-up .btn img {
    display: none;
}

.download-btns {
    margin-top: -85px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
}

.copyright {
    position: relative;
    margin-top: 110px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(114, 113, 116, 0.6);
    z-index: 2;
}

@media only screen and (width < 1920px) {
    .footer-logo {
        width: 270px;
    }
    .footer-col:first-child {
        margin-right: 50px;
    }
    .footer::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (width < 1440px) {
    .footer-cols {
        column-gap: 40px;
    }
    .footer-col {
        min-width: 200px;
        flex-shrink: 0;
    }
    .footer-col:nth-last-child(2) {
        margin-top: -60px;
    }
    .download-btns {
        margin-top: 50px;
    }
    .copyright {
        margin-top: 80px;
    }
}

@media only screen and (width < 1280px) {
    .footer-cols {
        gap: 60px 32px;
    }
    .footer-col:nth-last-child(2) {
        margin: 0;
        order: 2;
    }
    .footer-col:nth-child(2) {
        order: 4;
    }
    .footer-col:nth-child(3) {
        order: 5;
    }
    .footer-col:nth-child(4) {
        order: 6;
    }
    .footer-col:last-child {
        order: 3;
    }
    .download-btns {
        margin: 0;
    }
    .sign-up input {
        width: 400px;
    }
}

@media only screen and (width < 1024px) {
    .footer-text {
        margin: 0;
        max-width: 385px;
    }
    .footer::before {
        bottom: -440px;
        width: 584px;
        height: 584px;
        filter: blur(300px);
    }
}

@media only screen and (width < 768px) {
    .footer {
        background: var(--color-white);
    }
    .footer::before {
        bottom: -350px;
        filter: blur(150);
    }
    .footer-wrapper {
        padding: 42px 0 80px;
    }
    .footer-cols {
        row-gap: 32px;
    }
    .footer-col {
        gap: 18px;
        min-width: auto;
    }
    .footer-col:nth-last-child(2) {
        width: 100%;
    }
    .footer-col:nth-last-child(2) .footer-col-title {
        font-size: 18px;
    }
    .footer-text {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.2;
        max-width: 280px;
    }
    .footer-logo {
        width: 204px;
    }
    .footer-col-title,
    .footer-col-links a {
        font-size: 16px;
        line-height: 1.2;
    }
    .footer-col-links {
        max-width: none;
        width: calc((100vw - 40px - 43px) / 2);
        gap: 20px;
    }
    .sign-up {
        margin-top: -9px;
    }
    .sign-up input {
        padding: 18px 64px 18px 20px;
        width: 100%;
        height: 62px;
        font-size: 14px;
        line-height: 1.2;
        border: 1px solid #E3E4EF;
    }
    .sign-up input::placeholder {
        font-size: 14px;
        line-height: 1.2;
        color: rgba(0, 0, 0, 0.3);
    }
    .sign-up .btn {
        padding: 0;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 100%;
        background-color: var(--color-sky-blue);
        min-width: auto;
    }
    .sign-up .btn img {
        display: block;
    }
    .sign-up .btn :where(span, svg) {
        display: none;
    }
    .download-btns {
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
        gap: 22px;
    }
    .copyright {
        margin-top: 32px;
        font-size: 12px;
    }
}

/* hero main page */

.hero-container {
    margin-inline: auto;
    max-width: 1800px;
}

.hero-wrapper {
    position: relative;
    padding: 116px 95px 144px;
    background: conic-gradient(from 180deg at 50% 50%, #211B62 -80.78deg, #161742 47.29deg, #46C5DE 211.16deg, #211B62 279.22deg, #161742 407.29deg);
    border-radius: 20px;
    overflow: hidden;
}

.hero-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1215px;
    height: auto;
}

.hero-wrapper h1 {
    position: relative;
    font-weight: 600;
    font-size: 120px;
    line-height: 1;
    color: var(--color-white);
    max-width: 643px;
    z-index: 2;
}  

.hero-wrapper p {
    position: relative;
    margin-top: 143px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: var(--color-white);
    z-index: 2;
}

.hero .btns {
    position: relative;
    margin-top: 36px;
    display: flex;
    gap: 20px;
    z-index: 2;
}

.hero .btn {
    padding: 0 35px;
}

.btns .num {
color: #fff;
margin-left: 24px;
padding-top: 15px;
}

.apply-content .btns {
    position: relative;
    margin-top: 5px;
    width: 250px;
    float: right;
    z-index: 2;
}

.apply-content .btn {
    padding: 0 11px;
    text-align: right;
}

.hero.custom .hero-wrapper {
    padding: 110px 95px 102px;
}

.hero.custom .hero-wrapper h1 {
    font-size: 72px;
}

.hero.custom .hero-wrapper p {
    margin-top: 40px;
    max-width: 414px;
    font-size: 18px;
    line-height: 26px;
}

.hero.custom .btns {
    margin-top: 132px;
}

/* hero main page - apply */

.hero-apply img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1215px;
    height: 663px;
    object-fit: contain;
}

.hero-apply h1 {
   line-height: 80px;
}  

/* contact */

.hero-contact img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 430px;
}

.hero-contact h1 {
   line-height: 80px;
}

/* about */

.hero-about img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 420px;
    object-fit: contain;
}

@media only screen and (width < 1920px) {
    .hero-container {
        width: calc(100% - 80px);
    }
    .hero-wrapper {
        padding: 100px 75px 115px;
    }
    .hero-wrapper img {
        width: 950px;
    }
    .hero-wrapper h1 {
        font-size: 100px;
        max-width: 543px;
    }  
    .hero.custom .btns {
        margin-top: 90px;
    }

    /* hero main page - apply */

    .hero-container {
        width: calc(100% - 80px);
    }
    .hero-apply {
        padding: 100px 75px 115px;
    }
    .hero-apply img {
        width: 950px;
        height: 630px;
        object-fit: contain;
    }
    .hero-apply h1 {
        font-size: 100px;
        max-width: 543px;
    }  
    .hero-apply h3 {
        position: relative;
        font-weight: 400;
        font-size: 25px;
        line-height: 1;
        padding-bottom: 2px;
        color: #fff;
        max-width: 643px;
        z-index: 2;
    }  
    .hero.custom .btns {
        margin-top: 90px;
    }

    /* about */

    .hero-about img{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 420px;
        object-fit: contain;
    }
   
}

@media only screen and (width < 1440px) {
    .hero-wrapper,
    .hero.custom .hero-wrapper {
        padding: 60px 50px 75px;
    }
    .hero-wrapper img {
        width: 800px;
    }
    .hero-wrapper h1 {
        font-size: 86px;
        max-width: 450px;
    }
    .hero.custom .hero-wrapper h1 {
        font-size: 72px;
        max-width: none;
    }    
    .hero.custom .btns {
        margin-top: 70px;
    }

    /* hero main page - apply */

    .hero-apply,
    .hero.custom .hero-apply {
        padding: 60px 50px 75px;
    }
    .hero-apply img {
        width: 800px;
        height: 530px;
        object-fit: contain;
    }
    .hero-apply h1 {
        font-size: 86px;
        max-width: 450px;
    }
    .hero-apply h3 {
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        padding-bottom: 2px;
        color: #fff;
        max-width: 643px;
        z-index: 2;
    }  
    .hero.custom .hero-apply h1 {
        font-size: 72px;
        max-width: none;
    }    
    .hero.custom .btns {
        margin-top: 70px;
    }

        /* contact */

.hero-contact img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 320px;
}

.hero-contact h1 {
   line-height: 80px;
}

  /* about */
    
  .hero-about img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 370px;
    object-fit: contain;
}
}

@media only screen and (width < 1280px) {
    .hero-wrapper,
    .hero.custom .hero-wrapper {
        padding: 50px 50px 65px;
    }
    .hero-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180.15deg, rgba(56, 59, 168, 0) 0.13%, rgba(0, 0, 0, 0.6) 45.16%);
    }
    .hero-wrapper img {
        width: 700px;
    }
    .hero-wrapper h1 {
        font-size: 70px;
        max-width: 450px;
    }  
    .hero.custom .hero-wrapper h1 {
        font-size: 60px;
    }
    .hero.custom .hero-wrapper p {
        margin-top: 30px;
        max-width: 335px;
    }
    .hero.custom .hero-wrapper img {
        width: 650px;
    }
    .hero.custom .btns {
        margin-top: 50px;
    }

     /* hero main page - apply */

     .hero-apply,
    .hero.custom .hero-apply {
        padding: 50px 50px 65px;
    }
    .hero-apply::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180.15deg, rgba(56, 59, 168, 0) 0.13%, rgba(0, 0, 0, 0.6) 45.16%);
    }
    .hero-apply img {
        width: 700px;
        height: 485px;
        object-fit: contain;
    }
    .hero-apply h1 {
        font-size: 70px;
        max-width: 450px;
        line-height: 67px;
    }  
    .hero-apply h3 {
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        text-align: left;
        padding-bottom: 2px;
        color: #fff;
        max-width: 643px;
        z-index: 2;
    }  
    .hero.custom .hero-apply h1 {
        font-size: 60px;
    }
    .hero.custom .hero-apply p {
        margin-top: 30px;
        max-width: 335px;
    }
    .hero.custom .hero-apply img {
        width: 650px;
    }
    .hero.custom .btns {
        margin-top: 50px;
    }


      /* about */
    
      .hero-about img{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 310px;
        object-fit: contain;
    }
}

@media only screen and (width < 1024px) {
    .hero-wrapper,
    .hero.custom .hero-wrapper {
        padding: 40px 40px 50px;
    }
    .hero-wrapper img {
        width: 688px;
    }
    .hero-wrapper h1 {
        font-size: 60px;
        max-width: 350px;
    }  
    .hero-wrapper p {
        margin-top: 250px;
    }
    .hero.custom .hero-wrapper h1 {
        font-size: 54px;
    }
    .hero.custom .hero-wrapper::after {
        height: 60%;
    }

     /* hero main page - apply */

     .hero-apply,
     .hero.custom .hero-apply {
         padding: 40px 40px 50px;
     }
     .hero-apply img {
         width: 688px;
         height: 445px;
         object-fit: contain;
     }
     .hero-apply h1 {
         font-size: 60px;
         max-width: 350px;
     } 
     .hero-apply h3 {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        padding-bottom: 2px;
        text-align: left;
        color: #fff;
        max-width: 643px;
        z-index: 2;
    }  
     .hero-apply p {
         margin-top: 250px;
     }
     .hero.custom .hero-apply h1 {
         font-size: 54px;
     }
     .hero.custom .hero-wrapper::after {
         height: 60%;
     }

         /* contact */

.hero-contact img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300px;
}

.hero-contact h1 {
   line-height: 80px;
}

  /* about */
    
  .hero-about img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 270px;
    object-fit: contain;
}
}

@media only screen and (width < 768px) {
    .hero-container {
        width: calc(100% - 20px);
    }
    .hero-wrapper img {
        width: 822px;
        max-width: none;
        right: auto;
        left: 50%;
        transform: translateX(-45%);
    }
    .hero-wrapper::after {
        height: 292px;
    }
    .hero-wrapper h1 {
        margin-inline: auto;
        font-size: 42px;
        line-height: 1.2;
        text-align: center;
        max-width: 260px;
    }
    .hero-wrapper h3 {
        position: relative;
        font-weight: 400;
        font-size: 15px;
        line-height: 1;
        padding-bottom: 5px;
        color: var(--color-white);
        max-width: 643px;
        z-index: 2;
    }  
    .hero-wrapper p {
        margin: 296px auto 0;
        line-height: 1.2;
        text-align: center;
        max-width: 293px;
    }
    .hero .btns {
        margin: 33px auto 0;
        flex-direction: column;
        align-items: center;
    }
    .hero .btn {
        padding: 0 25px;
        justify-content: space-between;
        max-width: 293px;
        width: 100%;
    }
    .hero.custom .hero-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 683px;
    }
    .hero.custom .hero-wrapper h1 {
        font-size: 28px;
        flex-grow: 1;
    }
    .hero.custom .hero-wrapper p {
        font-size: 16px;
        line-height: 1.2;
    }
    .hero.custom .btns {
        margin-top: 30px;
        width: 288px;
    }
    .hero.custom .hero-wrapper::after {
        height: 292px;
    }
    .hero.custom .hero-wrapper img {
        transform: translateX(-51%);
        bottom: -13px;
        width: 950px;
    }

     /* hero main page - apply */

     .hero-container {
        width: calc(100% - 20px);
    }

    .hero-apply img {
        width: 688px;
        height: 535px;
        object-fit: contain;
    }

   
    .hero-apply::after {
        height: 292px;
    }
    .hero-apply h1 {
        margin-inline: auto;
        font-size: 42px;
        line-height: 1.2;
        text-align: center;
        max-width: 260px;
    } 
    .hero-apply h3 {    
        text-align: center;
        color: #fff;
    }  
    .hero-apply p {
        margin: 296px auto 0;
        line-height: 1.2;
        text-align: center;
        max-width: 293px;
    }
    .hero .btns {
        margin: 33px auto 0;
        flex-direction: column;
        align-items: center;
    }
    .hero .btn {
        padding: 0 25px;
        justify-content: space-between;
        max-width: 293px;
        width: 100%;
    }
    .hero.custom .hero-apply {
        display: flex;
        flex-direction: column;
        min-height: 683px;
    }
    .hero.custom .hero-apply h1 {
        font-size: 28px;
        flex-grow: 1;
    }
    .hero.custom .hero-apply p {
        font-size: 16px;
        line-height: 1.2;
    }
    .hero.custom .btns {
        margin-top: 30px;
        width: 288px;
    }
    .hero.custom .hero-apply::after {
        height: 292px;
    }
    .hero.custom .hero-apply img {
        transform: translateX(-51%);
        bottom: -13px;
        width: 950px;
    }

    
         /* contact */

.hero-contact img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 495px;
}

.hero-contact h1 {
   line-height: 80px;
}


  /* about */
    
  .hero-about img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 530px;
    object-fit: contain;
}

  /* connect */

.btns .num {
    color: #fff;
    margin-left: 0;
    padding-top: 0;
    }

}

/* benefits */

.benefits {
    padding-top: 104px;
}

.benefits.white {
    padding-bottom: 82px;
    background-color: var(--color-white);
}

.benefits-items {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
}

.benefits-item {
    padding: 82px 59px 38px;
    flex: 1 1 400px;
    background-color: var(--color-white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.benefits.white .benefits-item {
    background-color: var(--color-light-blue);
}

.benefits-item-icon {
    height: 109px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.benefits-item-icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.benefits-item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 24px;
}

.benefits-item span {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-black);
}

.benefits-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
}

/* application process */

.process {
    padding-top: 104px;
}

.process.white {
    padding-bottom: 82px;
    background-color: var(--color-white);
}

.process-items {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
}

.process-item {
    padding: 82px 59px 38px;
    text-align: center;
    flex: 1 1 400px;
    background-color: var(--color-white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.process.white .process-item {
    background-color: var(--color-light-blue);
}

.process-item-icon {
    height: 109px;
    align-items: center;
    flex-shrink: 0;
}

.process-item-icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.process-item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 24px;
    align-items: center;
}

.process-item span {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-black);
}

.process-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
}


@media only screen and (width < 1440px) {
    .benefits-item {
        padding: 62px 39px 38px;
        gap: 64px;
    }
    .benefits-item-icon {
        height: 99px;
    }
}

@media only screen and (width < 1280px) {
    .benefits-items {
        gap: 20px;
    }
    .benefits-item {
        padding: 50px 30px 38px;
    }
    .benefits-item-icon {
        height: 80px;
    }
}

@media only screen and (width < 1024px) {
    .benefits-items {
        flex-direction: column;
        gap: 22px;
    }
    .benefits-item {
        flex-direction: row;
        gap: 50px;
        flex-basis: auto;
    }
    .benefits-item-icon {
        height: auto;
        width: 80px;
        align-items: flex-start;
    }
}

@media only screen and (width < 768px) {
    .benefits {
        padding-top: 70px;
    }
    .benefits.white {
        padding-bottom: 70px;
    }
    .benefits-item {
        padding: 28px 28px 38px 28px;
        gap: 23px;
    }
    .benefits-item-icon {
        width: 52px;
    }
    .benefits-item-content {
        gap: 9px;
    }
    .benefits-item span {
        font-size: 22px;
        line-height: 1.2;
    }
    .benefits-item p {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* howitworks */ 

.howitworks {
    padding-top: 143px;
}

.howitworks-wrapper {
    display: flex;
    align-items: center;
    gap: 115px;
}

.howitworks-img {
    width: 711px;
    max-width: 711px;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(to bottom left, #46C5DE, #263173);
    border-radius: 20px;
    flex-shrink: 0;
}

.howitworks-img img {
    margin: 195px 0 0 -7px;
    width: 980px;
    width: 140%;
    height: auto;
    max-width: none;
}

.howitworks-items {
    display: flex;
    flex-direction: column;
    gap: 105px;
    list-style-type: none;
    counter-reset: list-counter;
}

.howitworks-items li {
    position: relative;
    padding-left: 126px;
    counter-increment: list-counter;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.howitworks-items li::before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.3);
}

.howitworks-items li span {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: var(--color-black);
}

.howitworks-items li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-gray-text);
}

@media only screen and (width < 1920px) {
    .howitworks-img {
        width: calc((100% - 115px) / 2);        
    }
    .howitworks-items {
        gap: 85px;
    }
    .howitworks-items li {
        padding-left: 106px;
    }
}

@media only screen and (width < 1440px) {
    .howitworks-wrapper {
        gap: 80px;
    }
    .howitworks-img {
        width: calc((100% - 50px) / 2);        
    }
    .howitworks-items {
        gap: 50px;
    }
    .howitworks-items li {
        padding-left: 96px;
    }
}

@media only screen and (width < 1280px) {
    .howitworks-wrapper {
        gap: 50px;
    }
    .howitworks-items {
        gap: 20px;
    }
    .howitworks-items li {
        padding-left: 86px;
    }
    .howitworks-img img {
        margin-top: 162px;
    }
}

@media only screen and (width < 1024px) {
    .howitworks-wrapper {
        flex-direction: column-reverse;
    }
    .howitworks-items {
        padding-left: 10px;
        width: 100%;
        gap: 50px;
    }
    .howitworks-img {
        width: 100%;
    }
    .howitworks-img img {
        margin-top: 231px;
    }
}

@media only screen and (width < 768px) {
    .howitworks {
        padding-top: 70px;
    }
    .howitworks .section-title br {
        display: none;
    }
    .howitworks-items {
        gap: 21px;
    }
    .howitworks-items li {
        padding-left: 53px;
        gap: 14px;
    }
    .howitworks-items li::before {
        font-size: 28px;
    }
    .howitworks-items li span {
        font-size: 22px;
    }
    .howitworks-items li p {
        font-size: 16px;
        line-height: 1.2;
    }
    .howitworks-img {
        border-radius: 10px;
    }
    .howitworks-img img {
        margin-top: 210px;
    }
}

/* Testimonials */

.testimonials {
    margin-top: 90px;
    padding: 120px 0 87px;
    background-color: var(--color-dark-blue);
}

.testimonials .container {
    width: calc(100% - 40px);
    max-width: 1880px;
}

.testimonials .section-pre-title {
    color: rgba(255, 255, 255, 0.6);
}

.testimonials .section-title {
    color: var(--color-white);
}

.swiper {
    width: 100%;
}

.swiper-buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 24px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.swiper-button {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1.5px solid var(--color-white); 
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;    
}

.swiper-button.swiper-button-disabled {
    border-color: transparent;
    pointer-events: none;
}

.swiper-button.swiper-button-disabled svg path {
    stroke: #777E90;
}

.testimonials-slide {
    padding: 40px;
    border-radius: 24px;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    width: 352px;
}

.testimonials-slide > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: var(--color-gray-text);
}

.testimonials-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonials-author img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

.testimonials-info {
    display: flex;
    flex-direction: column;;
}

.testimonials-info span {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #30333B;
}

.testimonials-info p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #777E90;
}

@media only screen and (width < 1440px) {
    .testimonials {
        padding: 100px 0 80px;
    }
}

@media only screen and (width < 768px) {
    .testimonials {
        margin-top: 70px;
        padding: 50px 0;
    }
    .swiper-buttons {
        margin-top: 40px;
    }
}

/* promo */

.promo {
    padding: 90px 0 96px;
    background-color: var(--color-white);
}

.promo-items {
    display: flex;
    gap: 77px;
}

.promo-item {
    position: relative;
    padding: 62px 64px 54px;
    border-radius: 20px;
    background-color: var(--color-sky-blue);
    flex: 1;
    overflow: hidden;
}

.promo-item.dark-blue {
    background-color: var(--color-dark-blue);
}

.promo-item img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: auto;
}

.promo-item.dark-blue img {
    right: 20px;
    width: 423px;
}

.promo-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 348px;
    z-index: 2;
}

.promo-item-content > span {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    color: var(--color-dark-blue);
}

.promo-item.dark-blue .promo-item-content {
    max-width: 280px;
}

.promo-item.dark-blue .promo-item-content > span {
    color: var(--color-sky-blue);
}

.promo-item-content > p {
    margin-top: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--color-dark-blue);
}

.promo-item.dark-blue .promo-item-content > p {
    margin-top: 25px;
    color: var(--color-sky-blue);
}

.promo-item-content .btn {
    margin-top: 72px;
    padding: 0 24px 0 31px;
    width: fit-content;
    gap: 16px;
    font-size: 20px;
}

.promo-item.dark-blue .promo-item-content .btn {
    margin-top: 30px;
    color: var(--color-dark-blue);
}

@media only screen and (width < 1920px) {
    .promo-items {
        gap: 60px;
    }
    .promo-item {
        padding: 60px 50px 50px;
    }
    .promo-item img {
        width: 300px;
    }
    .promo-item.dark-blue img {
        width: 370px;
        right: 0;
    }
}

@media only screen and (width < 1440px) {
    .promo-items {
        gap: 40px;
    }
    .promo-item {
        padding: 50px 40px;
    }
    .promo-item-content > span {
        font-size: 44px;
        line-height: 1.2;
    }
    .promo-item img {
        width: 280px;
    }
    .promo-item.dark-blue img {
        width: 350px;
    }
    .promo-item.dark-blue .promo-item-content > p {
        text-wrap: balance;
    }
}

@media only screen and (width < 1280px) {
    .promo-items {
        gap: 30px;
    }
    .promo-item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 306px;
        background: linear-gradient(180deg, rgba(70, 197, 222, 0) 7.68%, #46C5DE 23.69%);
        z-index: 1;
    }
    .promo-item.dark-blue::before {
        background: linear-gradient(180deg, rgba(22, 23, 66, 0) -0.98%, #161742 21.9%);
    }
    .promo-item img {
        right: auto;
        left: 50%;
        bottom: auto;
        top: 8px;
        width: 353px;
        transform: translateX(-45%);
    }
    .promo-item-content {
        margin-top: 205px;
        max-width: none;
    }
    .promo-item.dark-blue .promo-item-content {
        max-width: none;
    }
    .promo-item-content > span {
        font-size: 36px;
    }
    .promo-item-content > p {
        margin-top: 20px;
    }
    .promo-item-content .btn {
        margin-top: 32px;
    }
}

@media only screen and (width < 1024px) {
    .promo-items {
        gap: 0;
        padding-bottom: 45px;
    }
    .promo-item {
        flex: none;
        height: auto;
    }
    .swiper-promo .swiper-pagination {
        bottom: -3px;
    }
    .swiper-pagination-bullet {
        margin: 0 6px !important;
        width: 21px;
        height: 21px;
        background-color: rgba(70, 197, 222, 0.4);
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background-color: var(--color-sky-blue);
    }
}

@media only screen and (width < 768px) {
    .promo {
        padding: 70px 0;
        background-color: unset;
    }
    .promo-item {
        padding: 42px 30px 42px 37px;
    }
    .promo-item.dark-blue img {
        top: 16px;
        transform: translateX(-48%);
    }
    .promo-item-content  {
        margin-top: 235px;
    }
    .promo-item.dark-blue .promo-item-content  {
        margin-top: 214px;
    }
    .promo-item-content > span {
        font-size: 28px;
    }
    .promo-item.dark-blue .promo-item-content > p {
        margin-top: 22px;
        text-wrap: auto;
    }
    .promo-item-content .btn {
        width: 100%;
        max-width: 286px;
    }
}

/* intro For Healthcare Workers page */

.intro {
    position: relative;
    padding-top: 42px;
}

.intro-container {
    margin-inline: auto;
    max-width: 1800px;
}

.intro-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #2A82C0 -8.91%, #A7FFF9 87.93%);
    filter: blur(200px);
    width: 1280px;
    height: 356px;
    z-index: -1;
}

.intro::after {
    content: '';
    position: absolute;
    right: 0;
    top: -450px;
    background: linear-gradient(180deg, #2A82C0 -8.91%, #A7FFF9 87.93%);
    filter: blur(200px);
    width: 656px;
    height: 356px;
    z-index: -1;
}

.intro h1 {
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    color: var(--color-dark-blue);
}

.intro p {
    margin-top: 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--color-gray-text);
}

.intro .btn {
    margin-top: 36px;
    width: fit-content;
    min-width: 187px;
    font-size: 20px;
    gap: 16px;
}

.intro-img {
    width: 100%;
    overflow: hidden;
}

.intro-img img {
    width: 100%;
    max-width: none;
}

@media only screen and (width < 1920px) {
    .intro::before {
        width: 980px;
    }
    .intro::after {
        top: -350px;
        width: 356px;
        height: 256px;
    }
}

@media only screen and (width < 1440px) {
    .intro h1 {
        font-size: 60px;
    }
    .intro::before {
        width: 880px;
    }
}

@media only screen and (width < 1280px) {
    .intro::before {
        width: 768px;
        height: 300px;
    }
    .intro::after {
        display: none;
    }
}

@media only screen and (width < 1024px) {
    .intro h1 {
        font-size: 44px;
        line-height: 1.2;
    }
    .intro p {
        margin-top: 26px;
    }
    .intro::before {
        width: 500px;
    }
}

@media only screen and (width < 768px) {
    .intro {
        margin-inline: auto;
        border-radius: 18px;
        overflow: hidden;
        width: calc(100vw - 18px);
    }
    .intro h1 {
        font-size: 28px;
    }
    .intro p {
        font-size: 16px;
        max-width: 286px;
    }
    .intro p br {
        display: none;
    }
    .intro::before {
        width: 200px;
        height: 180px;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
    }
    .intro::after {
        display: block;
        top: 0;
        width: 250px;
        height: 80px;
        filter: blur(150px);
    }
    .intro .btn {
        margin-top: 30px;
    }
}

/* promotion */

.promotion {
    padding-bottom: 75px;
    background-color: var(--color-white);
}

.promotion-wrapper {
    position: relative;
    padding: 92px 30px 92px 114px;
    border-radius: 20px;
    background: conic-gradient(from 180deg at 50% 50%, #211B62 -80.78deg, #161742 47.29deg, #46C5DE 211.16deg, #211B62 279.22deg, #161742 407.29deg);
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.promotion-wrapper picture {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.promotion-wrapper img {
    max-width: 783px;
}

.promotion-wrapper > span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.promotion-wrapper > h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    color: var(--color-white);
    z-index: 2;
}

.promotion-wrapper > p {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 520px;
    z-index: 2;
}

.promotion-wrapper > .btn {
    color: var(--color-dark-blue);
    min-width: 158px;
    width: fit-content;
    font-size: 20px;
    z-index: 2;
}

@media only screen and (width < 1920px) {
    .promotion-wrapper {
        padding-left: 80px;
    }
    .promotion-wrapper img {
        max-width: 740px;
    }
}

@media only screen and (width < 1440px) {
    .promotion-wrapper {
        padding: 60px 30px 60px 60px;
    }
    .promotion-wrapper > h2 {
        font-size: 54px;
    }
    .promotion-wrapper picture {
        right: 10px;
    }
    .promotion-wrapper img {
        max-width: 710px;
    }
}

@media only screen and (width < 1280px) {
    .promotion-wrapper {
        gap: 44px;
    }
    .promotion-wrapper > h2 {
        font-size: 48px;
    }
    .promotion-wrapper > p {
        max-width: 400px;
    }
    .promotion-wrapper img {
        max-width: 510px;
    }
}

@media only screen and (width < 1024px) {
    .promotion-wrapper {
        gap: 24px;
        overflow: hidden;
    }
    .promotion-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 300px);
        background: linear-gradient(180deg, rgba(22, 23, 66, 0) 7.68%, #161742 24.18%);
        z-index: 2;
    }
    .promotion-wrapper picture {
        right: auto;
        bottom: auto;
        top: 0;
        left: 0;
        width: 100%;
    }
    .promotion-wrapper img {
        max-width: none;
        width: 100%;
    }
    .promotion-wrapper > span {
        margin-top: 280px;
        color: var(--color-white);
        letter-spacing: .2px;
        z-index: 2;
    }
    .promotion-wrapper > p {
        color: var(--color-white);
    }
}

@media only screen and (width < 768px) {
    .promotion {
        padding-bottom: 40px;
    }
    .promotion-wrapper {
        padding: 35px 10px 42px 37px;
        gap: 20px;
    }
    .promotion-wrapper::before {
        height: 345px;
    }
    .promotion-wrapper picture {
        top: 35px;
    }
    .promotion-wrapper > span {
        margin-top: 54%;
        font-size: 18px;
        line-height: 24px;
    }
    .promotion-wrapper > h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .promotion-wrapper > p {
        font-size: 16px;
        line-height: 1.2;
    }
    .promotion-wrapper > .btn {
        margin-top: 8px;
        min-width: 288px;
    }
}

/* features */

.features {
    padding-top: 99px;
}

.features.bg-gray {
    margin-top: 173px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, #F9FBFF -23.87%, #EFEFEF 100%);
}

.features-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
}

.features-item {
    padding: 87px 22px 23px;
    border-radius: 20px;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 77px;
    width: calc(50% - 30px);
    height: auto;
}

.features-item-content {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.features-item-content span {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-black);
}

.features-item-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--color-gray-text);
}

.features-item-img {
    padding: 50px 30px;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.features-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.features-item:where(:first-child, :last-child) .features-item-img {
    background: conic-gradient(from 180deg at 50% 50%, #4EBACF 0deg, #211B62 19.04deg, #46C5DE 211.16deg, #4EBACF 360deg);
}

.features-item:nth-child(2) .features-item-img {
    background: radial-gradient(129.64% 235.63% at 91.61% 90.87%, #EA4535 5.29%, #46C5DE 43.82%, #161742 100%);
}

.features-item:nth-child(3) .features-item-img {
    background: radial-gradient(108.32% 196.87% at 17.33% 94.12%, #EA4535 5.29%, #46C5DE 43.82%, #161742 100%);
}

@media only screen and (width < 1920px) {
    .features-items {
        gap: 40px;
    }
    .features-item {
        width: calc(50% - 20px);
    }
}

@media only screen and (width < 1440px) {
    .features-items {
        gap: 20px;
    }
    .features-item {
        padding-top: 60px;
        width: calc(50% - 10px);
        gap: 60px;
    }
    .features-item-img {
        height: 350px;
    }
}

@media only screen and (width < 1280px) {
    .features-item {
        justify-content: space-between;
        gap: 50px;
    }
    .features-item-img {
        height: 300px;
    }
    .features-item-content p br {
        display: none;
    }
}

@media only screen and (width < 1024px) {
    .features-items {
        flex-wrap: nowrap;
        gap: unset;
    }   
    .features-items {
        padding-bottom: 53px;
    }
    .features-item-img {
        padding: 20px;
    }
    .swiper-features .swiper-pagination {
        bottom: -3px;
    }
}

@media only screen and (width < 768px) {
    .features {
        padding-top: 48px;
    }
    .features.bg-gray {
        margin-top: 70px;
        padding-bottom: 58px;
    }
    .features-item {
        padding: 34px 16px 48px;
        gap: 16px;
    }
    .features-item-content {
        gap: 12px;
    }
    .features-item-content span {
        text-align: left;
        font-size: 28px;
    }
    .features-item-content p {
        text-align: left;
        font-size: 16px;
    }
    .features-item-img {
        padding: 15px 20px;
        height: 182px;
    }
}

/* integration */

.integration {
    margin-top: 50px;
}

.features .integration {
    margin-top: 62px;
}

.features .integration-img {
    padding: 76px 0;
}

.integration-wrapper {
    padding: 22px;
    background-color: var(--color-white);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    gap: 104px;
}

.integration-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    flex: 1;
}

.integration-content > span {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-black);
}

.integration-content > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--color-gray-text);
    max-width: 394px;
}

.integration-img {
    padding-top: 20px;
    flex: 1;
    max-height: 645px;
    background: conic-gradient(from 180deg at 50% 50%, #4EBACF 0deg, #211B62 19.04deg, #46C5DE 211.16deg, #4EBACF 360deg);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.integration-img img {
    object-fit: contain;
}

@media only screen and (width < 1920px) {
    .integration-img {
        max-height: 545px;
    }
    .integration-wrapper {
        gap: 88px;
    }
}

@media only screen and (width < 1440px) {
    .integration-img {
        max-height: 500px;
    }
    .integration-wrapper {
        gap: 68px;
    }
}

@media only screen and (width < 1280px) {
    .integration-img {
        max-height: 400px;
    }
}

@media only screen and (width < 1024px) {
    .integration-img {
        max-height: 300px;
    }
    .integration-content > span {
        font-size: 30px;
    }
    .integration-wrapper {
        gap: 50px;
    }
}

@media only screen and (width < 768px) {
    .integration {
        margin-top: 70px;
    }
    .integration-img {
        max-height: 270px;
        border-radius: 5px;
    }
    .features .integration-img {
        padding: 20px;
    }
    .integration-content {
        gap: 12px;
    }
    .integration-content > span {
        padding-inline: 20px;
        font-size: 28px;
    }
    .integration-content > p {
        font-size: 16px;
    }
    .integration-wrapper {
        padding: 33px 23px;
        flex-direction: column;
        gap: 33px;
    }
}

/* highlight */

.highlight {
    margin-top: 50px;
    padding-top: 74px;
    background-color: var(--color-white);
}

.highlight-wrapper {
    position: relative;
    padding: 40px 91px 40px 83px;
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: conic-gradient(from 180deg at 50% 50%, #211B62 -80.78deg, #FD4E40 47.29deg, #CA66B3 211.16deg, #211B62 279.22deg, #FD4E40 407.29deg);
}

.highlight-wrapper img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-47%);
    width: 650px;
}

.highlight-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.highlight-content span {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: var(--color-white);
}

.highlight-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
}

.highlight .btn {
    min-width: 158px;
    font-size: 20px;
    color: var(--color-dark-blue);
}

@media only screen and (width < 1920px) {
    .highlight-wrapper img {
        transform: translateX(-40%);
    }
}

@media only screen and (width < 1440px) {
    .highlight-wrapper {
        padding: 40px 50px;
    }
    .highlight-wrapper img {
        transform: translateX(-37%);
        width: 550px;
    }
}

@media only screen and (width < 1280px) {
    .highlight-wrapper {
        padding: 40px 30px;
    }
    .highlight-content span {
        font-size: 38px;
    }
    .highlight-content p {
        font-size: 20px;
        max-width: 300px;
    }
    .highlight-wrapper img {
        transform: translateX(-42%);
        width: 500px;
    }
}

@media only screen and (width < 1024px) {
    .highlight-wrapper {
        padding: 40px 37px;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        overflow: hidden;
    }
    .highlight-wrapper::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 345px;
        background: linear-gradient(180deg, rgba(22, 23, 66, 0) 7.68%, #161742 32.85%);
    }
    .highlight-content {
        order: 2;
        z-index: 2;
    }
    .highlight-wrapper img {
        margin-bottom: -10px;
        width: 550px;
        position: static;
        transform: none;
        order: 1;
    }
    .highlight-content p {
        color: var(--color-white);
    }
    .highlight .btn {
        margin-top: 40px;
        order: 3;
        z-index: 2;
    }
}

@media only screen and (width < 768px) {
    .highlight {
        margin-top: 58px;
        padding-top: 70px;
    }
    .highlight-content {
        gap: 20px;
    }
    .highlight-content span {
        font-size: 28px;
    }
    .highlight-content p {
        font-size: 16px;
        line-height: 1.2;
    }
    .highlight-wrapper img {
        margin: 29px 0 -3px -75px;
        width: 462px;
        max-width: none;
        align-self: center;
    }
    .highlight .btn {
        margin-top: 56px;
        width: min(288px, 100%);
    }
}

/*questions two*/

.questionsTwo {
    padding: 20px 0 94px;
    background-color: var(--color-white);
}

/* questions */

.questions {
    padding: 96px 0 94px;
    background-color: var(--color-white);
}

.questions-container {
    margin-inline: auto;
    max-width: 1216px;
}

.questions-cols {
    margin-top: 64px;
    display: flex;
    gap: 64px;
}

.questions-col {
    flex: 1;
}

.questions-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.questions-item {
    overflow: hidden;
    transition: .3s;
}

.questions-item-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-black);
    text-align: left;
    width: 100%;
    transition: padding 0.5s ease;
}

.questions-item-header i {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}

.questions-item-header i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3.5px;
    border-radius: 3px;
    background-color: var(--color-sky-blue);
}

.questions-item-header i::after {
    content: '';
    position: absolute;
    width: 3.5px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color-sky-blue);
    transition: .3s;
}

.questions-item-content {
    max-height: 0;
    padding-right: 40px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
    color: var(--color-gray-text);
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.questions-item-content a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--color-dark-blue);
    text-underline-offset: 3px;
    transition: .3s;
}

.questions-item-content a:hover {
    text-decoration-color: transparent;
}

.questions-item.active .questions-item-content {
    max-height: 500px;
}

.questions-item.active .questions-item-header {
    padding-bottom: 8px;
}

.questions-item.active .questions-item-header i::after {
    height: 0;
}

@media only screen and (width < 1440px) {
    .questions-container {
        width: calc(100% - 80px)
    }
    .questions-cols {
        gap: 90px;
    }
}

@media only screen and (width < 1280px) {
    .questions-cols {
        gap: 60px;
    }
}

@media only screen and (width < 1024px) {
    .questions-container {
        width: calc(100% - 60px)
    }
    .questions-cols {
        flex-direction: column;
        gap: 32px;
    }
}

@media only screen and (width < 768px) {
    .questions {
        padding: 70px 0 50px;
    }
    .questions-container {
        width: calc(100% - 40px)
    }
    .section-text {
        margin-top: -3px;
    }
    .questions-item-content {
        padding-right: 0;
        line-height: 1.2;
    }
}

/* staffing */

.staffing {
    margin-top: 81px;
}

.staffing-wrapper {
    display: flex;
    align-items: center;
    gap: 120px;
}

.staffing-wrapper img {
    width: 50%;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
}

.staffing-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 575px;
}

.staffing-content h2 {
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    color: var(--color-dark-blue);
}

.staffing-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: var(--color-gray-text);
}

/* application */

.application {
    margin-top: 81px;
}

.apply-wrapper {
    display: flex;
    align-items: center;
    gap: 120px;
}

.apply-wrapper img {
    width: 50%;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
}

.apply-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    /* max-width: 575px; */
}

.apply-content h2 {
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    color: var(--color-dark-blue);
}

.apply-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 5px;
    color: var(--color-gray-text);
}

.apply-content form input {
  padding: 8px 12px;
  margin-top: 4px;
}

.input-container div{
margin-bottom: 11px;
}

/* contact */

.contact {
    padding: 62px 0;
}

.connect {
    background-color: #fff;
    padding: 62px 0;
}

.connect h2{
    font-size: 25px;
    padding-bottom: 25px;
}

.contact-wrapper {
    width: 50%;
}

.contact-content {
    width: 100%;
    /* max-width: 575px; */
}

.contact-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 5px;
    color: var(--color-gray-text);
}

.contact-content a {
   text-decoration: none;
}

.txt-msg {
    padding-bottom: 5px;
}

.txt-msg label{
    line-height: 23px;
}

.contact-content form input, .contact-content form textarea {
  padding: 8px 4px;
  margin-top: 4px;
  height: 51px;
}

.contact-content .btns {
    position: relative;
    margin-top: 15px;
    width: 250px;
    z-index: 2;
}
.input-container div{
margin-bottom: 11px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

/*contact info*/

.info {
    margin-top: 0;
    padding: 62px 0;
}

.info .b{
    padding-bottom: 50px;
}

.contact-info p{
    line-height: 23px;
    padding-bottom: 25px;
}

/* about */


.about-wrapper {
    width: 75%;
    margin: 10px auto;
}

.about-wrapper p{
   line-height: 23px;
   padding: 13px 0;
   text-align: center;
}

.about-wrapper h2{
   font-size: 25px;
   padding-top: 7px;
 }

 .cntr {
    text-align: center;
 }
 .bbb p {
    text-align: left;
 }
/* core val */

.core {
    background-color: #fff;
}

.bb {
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 10px 0;
    border-radius: 13px;
    width: 75%;
}

.bb h2{
    font-size: 50px;
}
.coreF {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 75%;
    margin: 0 auto;
}
.coreF .bbb {
    padding: 18px 35px;
    background-color: #D6EFF7;
    border-radius: 13px;
}
/* team */

.teamF {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    gap: 25px;
}

.teamF div{
    padding: 28px 37px;
    background-color: #D6EFF7;
    border-radius: 13px;
}

.teamF a{
   text-decoration: none;
}
.cntr h3{
    color: #000;
    font-size: 30px;
}
.cntr p{
   padding-top: 3px;
}

/* affiliates */

.affiliatesF {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 490px;
    margin: 15px auto;
}

.affiliates p{
    padding: 25px 0;
}
.affiliates a{
    text-decoration: none;

}



@media only screen and (width < 1920px) {
    .staffing-wrapper {
        gap: 80px;
    }

    /* application */

    .apply-wrapper {
        gap: 80px;
    }
}

@media only screen and (width < 1440px) {
    .staffing-content {
        gap: 40px;
    }
    .staffing-content h2 {
        font-size: 54px;
        line-height: 1.2;
    }

    /* application */

    .apply-content {
        gap: 30px;
    }
    .apply-content h2 {
        font-size: 54px;
        line-height: 1.2;
    }

      /* team */

      .teamF {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }

    .teamF .cntr{
        margin: 20px 0;
    }

    .coreF {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        width: 75%;
        margin: 0 auto;
    }
    .coreF .bbb {
        padding: 18px 35px;
        background-color: #D6EFF7;
        border-radius: 13px;
    }
}

@media only screen and (width < 1280px) {
    .staffing-wrapper {
        gap: 60px;
    }
    .staffing-content {
        gap: 30px;
    }
    .staffing-content h2 {
        font-size: 44px;
    }
    .staffing-content p {
        font-size: 20px;
        line-height: 1.4;
    }

    /* application */

    .apply-wrapper {
        gap: 60px;
    }
    .apply-content {
        gap: 20px;
    }
    .apply-content h2 {
        font-size: 44px;
    }
    .apply-content p {
        font-size: 20px;
        line-height: 1.5;
    }

    /* team */

    .teamF {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }

    .teamF .cntr{
        margin: 20px 0;
    }
}
@media only screen and (width < 1024px) {
    .staffing-wrapper {
        gap: 40px;
    }
    .staffing-content {
        gap: 20px;
    }
    .staffing-content h2 {
        font-size: 36px;
    }
    .staffing-content p {
        font-size: 18px;
    }

    /* application */

    .apply-wrapper {
        flex-direction: column-reverse;
        gap: 38px;
    }
    .apply-content {
        gap: 20px;
    }
    .apply-content h2 {
        font-size: 36px;
    }
    .apply-content p {
        font-size: 18px;
    }
    .apply-wrapper img {
        width: 100%;
        height: 345px;
        object-fit: cover;
    }

    .apply-content form {
        width: 100%;
    }

    /* contact */

    .contact-wrapper {
        width: 100%;
    }

    /* team */

    .teamF {
        display: inline;
        justify-content: space-between;
        gap: 25px;
    }

    .teamF .cntr{
        margin: 20px 0;
    }

    .coreF {
        display: inline;
        justify-content: space-between;
        gap: 30px;
        width: 75%;
        margin: 20px auto;
    }
    .coreF .bbb {
        padding: 18px 35px;
        background-color: #D6EFF7;
        border-radius: 13px;
    }
    
}

@media only screen and (width < 768px) {
    .staffing {
        margin-top: 70px;
    }
    .staffing-wrapper {
        flex-direction: column-reverse;
        gap: 38px;
    }
    .staffing-content {
        gap: 15px;
        max-width: none;
    }
    .staffing-content h2 {
        font-size: 32px;
    }
    .staffing-content p {
        font-size: 16px;
        line-height: 1.2;
    }
    .staffing-wrapper img {
        width: 100%;
        height: 100%;
    }
    
    /* application */

    .application {
        margin-top: 70px;
    }
    .apply-wrapper {
        flex-direction: column-reverse;
        gap: 38px;
    }
    .apply-content {
        gap: 20px;
        max-width: none;
    }
    .apply-content h2 {
        font-size: 32px;
    }
    .apply-content p {
        font-size: 16px;
        line-height: 1.2;
    }
    .apply-wrapper img {
        width: 100%;
    }

     /* contact */

     .contact-wrapper {
        width: 100%;
    }
}

/* solutions */

.solutions {
    margin-top: 62px;
}

.solutions-wrapper {
    display: flex;
    gap: 134px;
}

.solutions-img {
    max-width: 759px;
    border-radius: 20px;
    overflow: hidden;
    flex-grow: 1;
}

.solutions-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-content {
    display: flex;
    flex-direction: column;
    align-self: center;
    flex-shrink: 0;
    gap: 38px;
    max-width: 706px;
}

.solutions-wrapper h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    color: var(--color-dark-blue);    
}

.solutions-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.solutions-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: rgba(12, 12, 12, 0.6);
}

.solutions-list {
    margin-top: 7px;
    padding-left: 5px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solutions-list li {
    position: relative;
    padding-left: 43px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: var(--color-dark-blue);
}

.solutions-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwXzg2NSkiPgo8cGF0aCBkPSJNMTIuNSAwQzE0LjQzODkgMCAxNi4yNzM4IDAuNDQxNzI2IDE3LjkxMzMgMS4yMjk2MUMxNy4yNDIyIDEuNzYwNTMgMTYuNjE5OSAyLjI3MDIyIDE2LjA0MDIgMi43NjA3OUMxNC45MzU5IDIuMzU5NDEgMTMuNzQ0NSAyLjE0MDY3IDEyLjUwMjEgMi4xNDA2N0M5LjY0MTUyIDIuMTQwNjcgNy4wNTA2MyAzLjMwMDIgNS4xNzc1NCA1LjE3NTQyQzMuMzAyMzMgNy4wNTA2MyAyLjE0MjggOS42Mzk0IDIuMTQyOCAxMi41QzIuMTQyOCAxNS4zNjA2IDMuMzAyMzMgMTcuOTQ5NCA1LjE3NzU0IDE5LjgyNDZDNy4wNTI3NSAyMS42OTk4IDkuNjQxNTIgMjIuODU5MyAxMi41MDIxIDIyLjg1OTNDMTUuMzYyNyAyMi44NTkzIDE3Ljk1MzYgMjEuNjk5OCAxOS44MjY3IDE5LjgyNDZDMjEuNzAxOSAxNy45NDk0IDIyLjg2MTUgMTUuMzYwNiAyMi44NjE1IDEyLjVDMjIuODYxNSAxMS44MjA0IDIyLjc5NTYgMTEuMTUzNiAyMi42NzAzIDEwLjUxMDFDMjMuMjA3NiA5LjgwOTI5IDIzLjc1NzYgOS4xMTA2IDI0LjMyMDQgOC40MTgyOEMyNC43NjIxIDkuNjk2NzQgMjUuMDAyMSAxMS4wNzA4IDI1LjAwMjEgMTIuNUMyNS4wMDIxIDE1Ljk1MSAyMy42MDI2IDE5LjA3NyAyMS4zNDA5IDIxLjMzODhDMTkuMDc5MiAyMy42MDA1IDE1Ljk1MzEgMjUgMTIuNTAyMSAyNUM5LjA1MTE0IDI1IDUuOTI1MDggMjMuNjAwNSAzLjY2MzM1IDIxLjMzODhDMS4zOTk1MSAxOS4wNzcgMCAxNS45NTEgMCAxMi41QzAgOS4wNDkwMSAxLjM5OTUxIDUuOTIyOTUgMy42NjEyMyAzLjY2MTIzQzUuOTIyOTUgMS4zOTk1MSA5LjA0OTAyIDAgMTIuNSAwWk02LjY3Njg2IDEwLjQ0NjRMOS43MjY0NyAxMC40MDZMOS45NTM3IDEwLjQ2NTVDMTAuNTY5NiAxMC44MjAyIDExLjE0OTMgMTEuMjI1OCAxMS42OTA5IDExLjY4NDVDMTIuMDgxNiAxMi4wMTU4IDEyLjQ1NTQgMTIuMzc2OCAxMi44MTAxIDEyLjc2NzZDMTMuOTAzOCAxMS4wMDcgMTUuMDY5NyA5LjM5MDkzIDE2LjMwMTQgNy45MDQzNUMxNy42NDk5IDYuMjc1NDggMTkuMDgxMyA0Ljc5NzQgMjAuNTg0OSAzLjQ0ODg2TDIwLjg4MjIgMy4zMzQxOEgyNC4yMUwyMy41Mzg5IDQuMDc5NkMyMS40NzY4IDYuMzcxMDUgMTkuNjA1OCA4LjczODk2IDE3LjkxNTQgMTEuMTgxMkMxNi4yMjQ5IDEzLjYyNTYgMTQuNzEyOSAxNi4xNDg1IDEzLjM2ODYgMTguNzQ1OEwxMi45NTAyIDE5LjU1MjhMMTIuNTY1OCAxOC43MzA5QzExLjg1NjUgMTcuMjA4MiAxMS4wMDcxIDE1LjgxMDggOS45OTQwNSAxNC41NjIxQzguOTgxMDYgMTMuMzEzNCA3LjgwMjQxIDEyLjIwNDggNi40MjgzOSAxMS4yNjE5TDYuNjc2ODYgMTAuNDQ2NFoiIGZpbGw9IiM0NkM1REUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMF84NjUiPgo8cmVjdCB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (width < 1920px) {
    .solutions-wrapper {
        gap: 80px;
    }
    .solutions-content {
        gap: 30px;
    }
}

@media only screen and (width < 1440px) {
    .solutions-content {
        max-width: 600px;
    }
    .solutions-content h2 {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media only screen and (width < 1280px) {
    .solutions-wrapper {
        flex-direction: column;
        gap: 60px;
    }
    .solutions-content {
        max-width: 100%;
        align-self: auto;
    }
    .solutions-img {
        max-width: 100%;
        height: 485px;
    }
}

@media only screen and (width < 1024px) {
    .solutions-wrapper {
        gap: 50px;
    }
    .solutions-img {
        height: 400px;
    }
}

@media only screen and (width < 768px) {
    .solutions {
        margin-top: 0;
    }
    .solutions-wrapper {
        gap: 45px;
    }
    .solutions-content {
        gap: 26px;
    }
    .solutions-content h2 {
        font-size: 32px;
    }
    .solutions-text {
        gap: 18px;
    }
    .solutions-text p {
        font-size: 16px;
        line-height: 1.2;
    }
    .solutions-img {
        height: 305px;
    }
    .solutions-list {
        margin-top: 3px;
        padding-left: 0;
        gap: 27px;
    }
    .solutions-list li {
        padding-left: 35px;
        font-size: 16px;
        min-height: 25px;
    }
    .solutions-list li::before {
        top: -2px;
    }
}

/* stats */

.stats {
    padding: 96px 0 20px;
}

.stats .section-title {
    font-size: 48px;
}

.stats-items {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 253px;
}

.stats-counter {
    font-weight: 600;
    font-size: 77px;
    line-height: 107px;
    letter-spacing: 0.27px;
    text-align: center;
    color: var(--color-sky-blue);
}

.stats-counter span {
    display: inline-block;
    min-width: 2ch;
    transition: all 0.3s ease-in-out;
}

.stats-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.13px;
    text-align: center;
    color: var(--color-dark-blue);
}

@media only screen and (width < 1920px) {
    .stats-items {
        justify-content: space-around;
    }
    .stats-item {
        min-width: auto;
    }
}

@media only screen and (width < 1440px) {
    .stats-counter {
        font-size: 60px;
        line-height: 90px;
    }
}

@media only screen and (width < 1280px) {
    .stats-items {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .stats-item {
        width: 40%;
    }
}

@media only screen and (width < 1024px) {
    .stats .section-title {
        font-size: 44px;
    }
}

@media only screen and (width < 768px) {
    .stats {
        padding: 70px 0 0;
    }
    .stats .section-title {
        font-size: 32px;
    }
    .stats-items {
        margin-top: 17px;
        gap: 18px;
    }
    .stats-item {
        width: 100%;
    }
    .stats-counter {
        font-size: 50px;
    }
}

.swiper-slide.testimonials-slide.swiper-slide {
    min-height: 285px;
}


.form-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: Ubuntu, sans-serif;
}

.form-row {
  margin-bottom: 16px;
}

.flex-container {
  display: flex;
  gap: 16px;
}

.flex-container .left,
.flex-container .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.form-field-padding {
  padding: 8px 12px!important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #DDD;
  border-radius: 6px;
  font-size: 14px;
  background: #FFF;
  box-sizing: border-box;
  height: 51px;
}

button[type="submit"] {
  padding: 12px 24px;
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #0056b3;
}

.teamL {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 900px; 
    margin: auto;
}

.teamL .cntr{
    margin: 20px 0;
}

.card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    min-width: 200px;
}


@media (min-width: 900px) {
    .card:nth-child(1),
    .card:nth-child(2) {
        width: calc(50% - 10px);
    }

    .card:nth-child(3) {
        width: 100%;
    }
}

.full-width {
    width: 100%;
}
#error_explanation h2 {
    font-size: 15px;
    color: red;
}
