@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v7/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v7/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v7/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Figtree;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v7/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

/* client */
:root {

    /* #012b5d,  header
     #467eef  footer
     
     */
    --color-dark: #1e1d28;
    --color-light: #ffffff;
    --color-gray-bg: #f4f4f5;
    --color-border: #d1d1d6;

    --text_primary: #444;
    --text_light: #e4e4e7;
    --text-muted: #d1d1d6;

    /* --brand-dark: #17475c; */
    /* --brand-dark: #1d3250; */
    /* --brand-dark: #012b5d; */
    --primary-first: #69748f;
    --primary-second: #0d1728;
    --brand-dark:var(--primary-second);
    /* --brand-light: #3738c0; */
    --brand-light: var(--primary-first);
    --btn-brand-dark: #5444d0;
    --btn-brand-dark-hover: #725fd7;
    /* --dark-cards: #017E87; */
    --dark-cards: #012b5d;
    --header-nav-hover: #c8c8c8;
    --bs-accordion-active-bg: #1f309b14 !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(35 48 164 / 25%) !important;

}

.btn_dark_brand {
    background-color: var(--btn-brand-dark) !important;
}

.btn_dark_brand:hover {
    background-color: var(--btn-brand-dark-hover) !important;
}



img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .so-panel {
    zoom: 1
}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) {
    overflow-x: hidden
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    /* overflow-x: hidden; */
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    transition: opacity 1.2s
}

body {
    background-color: #fff;
    color: var(--text_primary);
    font-family: Figtree, sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    overflow-x: hidden;
    position: relative
}

@media (min-width:1366px) {
    body {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width:1520px) {
    body {
        font-size: 15px;
        line-height: 26px
    }
}

@media (min-width:1920px) {
    body {
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width:2560px) {
    body {
        font-size: 20px;
        line-height: 32px
    }
}

button,
input,
select,
textarea {
    font-family: Figtree, Arial, sans-serif;
    font-size: inherit;
    color: inherit
}

a {
    color: inherit;
    outline-color: var(--brand-light);
    outline-width: 2px;
    outline-offset: 2px;
    text-decoration: underline
}

img,
svg {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

p {
    margin: 0
}

p+p {
    margin-top: 20px
}

@media (min-width:1366px) {
    p+p {
        margin-top: 24px
    }
}

@media (min-width:1520px) {
    p+p {
        margin-top: 26px
    }
}

strong {
    font-weight: 600
}

.title {
    color: var(--color-dark);
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 32px
}

@media (min-width:1366px) {
    .title {
        font-size: 36px;
        line-height: 48px
    }
}

@media (min-width:1520px) {
    .title {
        font-size: 44px;
        line-height: 56px;
        margin-bottom: 48px
    }
}

@media (min-width:1920px) {
    p+p {
        margin-top: 28px
    }

    .title {
        font-size: 48px;
        line-height: 60px
    }
}

@media (max-width:959px) {
    .title br {
        display: none
    }
}

.title--medium {
    color: var(--color-dark);
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 32px
}

@media (min-width:960px) {
    .title--medium {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 48px
    }
}

@media (min-width:1366px) {
    .title--medium {
        font-size: 56px;
        line-height: 66px;
        margin-bottom: 56px
    }
}

@media (min-width:1520px) {
    .title--medium {
        font-size: 64px;
        line-height: 72px;
        margin-bottom: 64px
    }
}

@media (min-width:1920px) {
    .title--medium {
        font-size: 72px;
        line-height: 82px
    }
}

.title--medium span {
    color: var(--brand-light)
}

.title--big {
    color: var(--color-dark);
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin: 0 0 32px
}

@media (min-width:960px) {
    .title--big {
        font-size: 48px;
        line-height: 52px
    }
}

@media (min-width:1366px) {
    .title--big {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 48px
    }
}

@media (min-width:1520px) {
    .title--big {
        font-size: 88px;
        line-height: 94px;
        margin-bottom: 56px
    }
}

@media (min-width:1720px) {
    .title--big {
        margin-bottom: 64px
    }
}

@media (min-width:1920px) {
    .title--big {
        font-size: 96px;
        line-height: 100px
    }
}

.subtitle {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0
}

@media (min-width:1366px) {
    .subtitle {
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width:1520px) {
    .subtitle {
        font-size: 28px;
        line-height: 38px
    }
}

@media (min-width:1920px) {
    .subtitle {
        font-size: 32px;
        line-height: 40px
    }
}

.text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 32px
}

@media (min-width:1366px) {
    .text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 48px
    }
}

@media (min-width:1520px) {
    .text {
        font-size: 19px;
        line-height: 30px
    }
}

@media (min-width:1920px) {
    .text {
        font-size: 20px;
        line-height: 32px
    }
}

img[src$=".svg"] {
    height: auto;
    width: auto
}

img {
    object-fit: contain
}

.section {
    padding-bottom: 48px;
    padding-top: 48px
}

@media (min-width:960px) {
    .section {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

@media (min-width:1366px) {
    .section {
        padding-bottom: 104px;
        padding-top: 104px
    }
}

@media (min-width:1520px) {
    .section {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

@media (min-width:1720px) {
    .section {
        padding-bottom: 160px;
        padding-top: 160px
    }
}

.section--green {
    /* background-color: var(--primary-first); */
    background: linear-gradient(155deg, var(--primary-first), #3132c0) !important;
    color: #fff
}

.section--green .title {
    color: #fff
}

.section--green .title--medium {
    color: #fff
}

.section--green .title--big {
    color: #fff
}

.section--green .subtitle {
    color: #fff
}

.section--gray {
    background-color: var(--color-gray-bg)
}

.pbsm {
    padding-bottom: 40px
}

@media (min-width:960px) {
    .pbsm {
        padding-bottom: 64px
    }
}

@media (min-width:1366px) {
    .pbsm {
        padding-bottom: 80px
    }
}

.ptsm {
    padding-top: 40px
}

@media (min-width:960px) {
    .ptsm {
        padding-top: 64px
    }

    a.top-bar__row a.top-bar__row {
        font-size: 14px !important;
    }
}

@media (min-width:1366px) {
    .ptsm {
        padding-top: 80px
    }
}

.not-visible {
    opacity: 0
}

.screen-reader-shortcut {
    align-items: center;
    background-color: var(--primary-first);
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    left: 0;
    line-height: 24px;
    outline: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    transition: transform .3s;
    transform: translateY(-101%);
    top: 0;
    z-index: 7
}

.screen-reader-shortcut:focus-visible {
    transform: translateY(0)
}

.container {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width:960px) {
    .container {
        padding-left: 32px;
        padding-right: 32px
    }

    /* .row {
        display: flex;
        gap: 24px
    } */
}

@media (min-width:1366px) {
    .container {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media (min-width:1520px) {
    .container {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (min-width:1720px) {
    .container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (min-width:1920px) {
    .container {
        padding-left: 200px;
        padding-right: 200px
    }
}

@media (min-width:2560px) {
    .pbsm {
        padding-bottom: 120px
    }

    .ptsm {
        padding-top: 120px
    }

    .container {
        padding-left: 300px;
        padding-right: 300px
    }
}

.col-2 {
    flex: 1
}

.btn {
    -webkit-appearance: none;
    background: var(--brand-light);
    border-radius: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    outline: 0;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.6, 1);
    transition-property: background-color, border-color, color, outline-color;
    user-select: none;
    white-space: nowrap
}

@media (min-width:1366px) {
    .btn {
        font-size: 16px;
        line-height: 28px;
        padding: 14px 44px
    }
}

@media (min-width:1520px) {
    /* .row {
        gap: 32px
    } */

    .btn {
        font-size: 19px;
        line-height: 30px;
        padding: 13px 36px
    }
}

@media (min-width:1920px) {
    .btn {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 33px
    }
}

.btn:hover {
    background-color: var(--primary-first);
    color: #fff
}

.btn:focus {
    background-color: var(--primary-first);
    color: #fff;
    outline: var(--brand-light) solid 2px;
    outline-offset: 2px
}

.top-bar {
    background-color: var(--primary-second);
    padding-bottom: 8px;
    padding-top: 8px
}

@media (max-width:349px) {
    .top-bar {
        font-size: 10px
    }
}

@media (min-width:350px) {
    .top-bar {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media (min-width:1366px) {
    .top-bar {
        padding-bottom: 8px;
        padding-top: 8px
    }
}

@media (min-width:1520px) {
    .top-bar {
        padding-bottom: 9px;
        padding-top: 9px
    }
}

.top-bar__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width:960px) {
    .top-bar__row {
        justify-content: flex-end;
        gap: 24px
    }
}

@media (min-width:1366px) {
    .top-bar__row {
        gap: 40px
    }
}

@media (min-width:1520px) {
    .top-bar__row {
        gap: 48px
    }
}

@media (min-width:1920px) {
    .top-bar {
        padding-bottom: 12px;
        padding-top: 12px
    }

    .top-bar__row {
        gap: 56px
    }
}

.top-bar__item {
    align-items: center;
    color: var(--text_light);
    display: flex;
    gap: 8px;
    text-decoration: none;
    transition: color .3s
}

.top-bar__item:hover {
    color: #fff
}

.top-bar__item:last-child {
    /* color: var(--brand-light) */
}

.top-bar__item:last-child .top-bar__icon-path {
    /* stroke: var(--brand-light); */
    transition: stroke .3s
}

.top-bar__item:last-child:hover {
    color: #fff
}

.top-bar__item:last-child:hover .top-bar__icon-path {
    stroke: #fff
}

.top-bar__icon {
    flex: 0 0 16px;
    height: auto;
    width: 16px
}

.header {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
    left: 0;
    /* position: fixed; */
    position: sticky;
    right: 0;
    top: 0;
    transition-duration: .3s;
    transition-property: box-shadow, padding;
    z-index: 4
}

.header__mask {
    /* height: 92px */
}

@media (min-width:350px) {
    .header__mask {
        /* height: 96px */
    }
}

@media (min-width:960px) {
    .header__mask {
        /* height: 112px */
    }
}

@media (min-width:1366px) {
    .top-bar__item {
        gap: 12px
    }

    .top-bar__icon {
        flex-basis: 20px;
        width: 20px
    }

    .header__mask {
        /* height: 128px */
    }
}

@media (min-width:1520px) {
    .header__mask {
        /* height: 148px */
    }
}

@media (min-width:1920px) {
    .top-bar__item {
        gap: 8px;
        line-height: 20px
    }

    .top-bar__icon {
        flex-basis: 24px;
        width: 24px
    }

    .header__mask {
        /* height: 164px */
    }
}

.header__row {
    align-items: center;
    display: flex;
    padding-bottom: 13px;
    padding-top: 13px
}

.header__logo {
    transition: outline-color .3s
}

.header__logo:focus-visible {
    outline: var(--brand-light) solid 2px;
    outline-offset: 2px
}

.header__logo-img {
    height: 30px;
    width: auto
}

@media (min-width:960px) {
    .header__row {
        padding-bottom: 0;
        padding-top: 0
    }

    .header__logo-img {
        height: 44px
    }
}

@media (min-width:1366px) {
    .header__logo-img {
        height: 52px
    }
}

@media (min-width:1520px) {
    .header__logo-img {
        height: 60px
    }
}

.header__menu {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    /*for underline effect */
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width:959px) {
    .header__menu .nav-item a {
        padding-bottom: 16px;
    }
}

.header__menuWrap {
    display: none
}

@media (min-width:960px) {
    .header__menu {
        align-items: center;
        flex-direction: row;
        gap: 0
    }

    .header__menuWrap {
        display: block;
        margin-left: auto
    }
}

.header__menu .nav-link {
    align-items: center;
    color: var(--text_primary);
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    gap: 8px;
    line-height: 32px;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: color, outline-color
}

@media (min-width:960px) {
    .header__menu .nav-link {
        font-size: 12px;
        line-height: 20px;
        /* padding: 26px 12px */
        /*padding-x giver issue in hover line*/
        padding: 26px 0px;
        margin: auto 12px;
    }


    .header__menu .nav-link:focus-visible {
        outline: var(--brand-light) solid 2px;
        outline-offset: 2px
    }

    .header__menu>.menu-item-has-children>.nav-link:after {
        /* content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0631 1.24645L6.40625 6.90331L0.749396 1.24645' stroke='%23444444' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A"); */
        content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.0631 1.24645L6.40625 6.90331L0.749396 1.24645" stroke="%23fff" stroke-width="1.5" stroke-linecap="round"/></svg>');
        font-size: 0;
        line-height: 0;
        transform-origin: left center;
        transform: scale(.7)
    }
}

@media (min-width:1366px) {
    .header__menu .nav-link {
        font-size: 14px;
        line-height: 24px;
        /* padding: 32px 20px */
        padding: 32px 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .header__menu>.menu-item-has-children>.nav-link:after {
        transform: scale(.8)
    }
}

@media (min-width:1520px) {
    .header__menu .nav-link {
        font-size: 15px;
        line-height: 26px;
        /* padding: 38px 24px */
        padding: 38px 0px;
        margin-left: 24px;
        margin-right: 24px;
    }
}

.header__menu .nav-link:hover {
    /* color: var(--brand-light) */
    /* color: var(--header-nav-hover); */
    text-shadow: 0 0 8px hsla(0, 0%, 100%, .5), 0 0 1pc hsla(0, 0%, 100%, .7);
    color: #fff !important;
}

.header__menu>.menu-item-has-children {
    position: relative
}

@media (min-width:1520px) {
    .header__menu>.menu-item-has-children>.nav-link:after {
        transform: scale(.9)
    }
}

.header__menu>.menu-item-has-children .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:960px) {
    .header__menu>.menu-item-has-children .dropdown-menu {
        background-color: #fff;
        /* border-radius: 0 0 24px 24px; */
        border-radius: 0 0 12px 12px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .04);
        display: none;
        left: 50%;
        min-width: 100%;
        position: absolute;
        top: 100%;
        transform: translateX(-50%)
    }
}

.header__menu>.menu-item-has-children .dropdown-item {
    color: var(--text_primary);
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 24px;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: color, outline-color;
    white-space: nowrap
}

@media (min-width:960px) {
    .header__menu>.menu-item-has-children .dropdown-item {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
        padding: 20px 24px;
        text-align: center
    }

    .header__menu>.menu-item-has-children .dropdown-item:focus-visible {
        outline: var(--brand-light) solid 2px;
        outline-offset: 2px
    }

    .header__menu>.menu-item-has-children:focus-within .dropdown-menu,
    .header__menu>.menu-item-has-children:hover .dropdown-menu {
        animation: .3s show-dropdown-menu;
        display: block
    }
}

@media (min-width:1366px) {
    .header__menu>.menu-item-has-children .dropdown-item {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width:1520px) {
    .header__menu>.menu-item-has-children .dropdown-item {
        font-size: 15px;
        line-height: 26px
    }
}

@media (min-width:1920px) {
    .header__menu .nav-link {
        /* font-size: 16px; */
        font-size: 0.9em;
        line-height: 20px;
        /* padding: 48px 28px */
        padding: 48px 0px;
        margin-left: 28px;
        margin-right: 28px;
    }

    .header__menu>.menu-item-has-children>.nav-link:after {
        transform: none
    }

    .header__menu>.menu-item-has-children .dropdown-item {
        font-size: 16px;
        line-height: 20px
    }
}

.header__menu>.menu-item-has-children .dropdown-item:hover {
    color: var(--brand-light);
    border-radius: 28px;
}

.header__btn {
    background-color: var(--primary-first);
    font-size: 12px;
    line-height: 14px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:960px) {
    .header__btn {
        margin-left: 24px
    }
}

@media (min-width:1366px) {
    .header__btn {
        font-size: 14px;
        line-height: 17px;
        margin-left: 48px;
        padding: 12px 26px
    }
}

@media (min-width:1520px) {
    .header__btn {
        font-size: 15px;
        line-height: 18px;
        padding: 16px 32px
    }
}

@media (min-width:1720px) {
    .header__logo-img {
        height: 62px
    }

    .header__btn {
        font-size: 16px;
        line-height: 20px
    }
}

.header__btn:hover {
    background-color: var(--brand-light)
}

.header__btn:focus {
    background-color: var(--brand-light)
}

.hide-show-menu {
    background-color: #d9d9d9;
    border-radius: 32px;
    display: none;
    margin-left: 10px;
    padding: 8px 16px
}

@media (max-width:960px) {
    .hide-show-menu {
        display: block
    }
}

.hide-show-menu__icon {
    border-color: var(--color-dark);
    border-style: solid;
    border-width: 1px 0;
    cursor: pointer;
    height: 13px;
    position: relative;
    transition: all .15s cubic-bezier(.67, -.03, .45, 1.89);
    width: 16px
}

.hide-show-menu__icon::before,
.hide-show-menu__icon:after {
    background: var(--color-dark);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 5px;
    transition: all .35s cubic-bezier(.67, -.03, .45, 1.89);
    width: 16px
}

.mobile-menu-active {
    overflow: hidden
}

.mobile-menu-active .hide-show-menu__icon {
    border-width: 0;
    transform: rotate(90deg)
}

.mobile-menu-active .hide-show-menu__icon::before,
.mobile-menu-active .hide-show-menu__icon:after {
    top: 6px
}

.mobile-menu-active .hide-show-menu__icon:before {
    transform: rotate(45deg)
}

.mobile-menu-active .hide-show-menu__icon:after {
    transform: rotate(-45deg)
}

.mobile-menu-active .header__menu {
    display: flex
}

.mobile-menu-active .header__menuWrap {
    /* background-color: #fff;
    border-top: 1px solid #c7c7d6;
    animation: .3s show-mobile-menu;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    padding: 24px 16px;
    position: fixed;
    right: 0;
    top: 92px */

    /* background-color: #fff; */
    background: linear-gradient(90deg, #4c5ab9 0%, var(--primary-second) 100%);
    /* border-top: 1px solid #c7c7d6; */
    animation: .3s show-mobile-menu;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    padding: 24px 16px;
    position: absolute;
    right: 0;
    top: 107px;
    height: 100dvh;

}

@media (min-width:350px) {
    .mobile-menu-active .header__menuWrap {
        /* top: 96px */
        top: 140px;
    }
}

@keyframes show-mobile-menu {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes show-dropdown-menu {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


@media (min-width:768px) {

    .mobile-menu-active .header__menuWrap {
        top: 120px;
    }
}


.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -36px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0px;
    height: 22px;
    line-height: 0;
    outline: 0;
    padding: 5px;
    width: 22px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: .7
}

.slick-dots li button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 50%;
    opacity: .4;
    position: absolute;
    top: 50%;
    transform: translate(-3px, -3px);
    transition: opacity .3s;
    width: 6px
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

.dots--white .slick-dots li button:before {
    background-color: #fff
}

.how-to-works-slider.dots--black .slick-dots li button:before {
    /* background-color: #51525c */
}

.dots--top .slick-dots {
    bottom: auto;
    top: 0
}

.popup {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.popup.open {
    display: flex
}

.popup.open .popup__bg {
    animation: .3s fadeIn
}

.popup__bg {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.popup__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 0;
    padding-top: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    z-index: 2;
    transition: outline-color .3s
}

.popup__close:after,
.popup__close:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 9px;
    top: 23px;
    transition-property: background-color, opacity;
    transition-duration: .3s;
    width: 32px
}

.popup__close:after {
    transform: rotate(45deg)
}

.popup__close:before {
    transform: rotate(-45deg)
}

.post img {
    border-radius: 24px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px
}

@media (min-width:960px) {
    .popup__close {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
        padding: 20px 24px;
        text-align: center
    }

    .popup__close:focus-visible {
        outline: var(--brand-light) solid 2px;
        outline-offset: 2px
    }

    .post img {
        margin-bottom: 56px;
        margin-top: 56px
    }
}

@media (min-width:1366px) {
    .post img {
        margin-bottom: 64px;
        margin-top: 64px
    }
}

.post__list {
    display: flex;
    margin-top: 32px;
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width:960px) {
    .post__list {
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 64px
    }

    .post__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px
    }
}

@media (min-width:1720px) {
    .post__list {
        margin-top: 80px
    }
}

.post__title {
    margin-bottom: 16px;
    margin-top: 16px
}

@media (min-width:960px) {
    .post__title {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

@media (min-width:1520px) {
    .post img {
        margin-bottom: 80px;
        margin-top: 80px
    }

    .post__list {
        margin-left: -16px;
        margin-right: -16px
    }

    .post__title {
        margin-bottom: 32px;
        margin-top: 32px
    }
}

.post__title a {
    text-decoration: none;
    transition: color .3s
}

.post__title a:hover {
    color: var(--brand-light)
}

.post__image-wrap {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 24px
}

.post__image-wrap img {
    height: 260px;
    object-fit: cover;
    transition: transform .3s;
    width: 100%
}

@media (min-width:640px) {
    .post__image-wrap img {
        height: 320px
    }
}

@media (min-width:960px) {
    .post__image-wrap {
        margin-top: 0
    }

    .post__image-wrap img {
        height: 100%
    }

    .hero_section_main_wrapper .section__title {
        max-width: 435px
    }
}

.post__image-wrap.hover img,
.post__image-wrap:hover img {
    transform: scale(1.2)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: max-content !important;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.rll-youtube-player:focus-within {
    outline: currentColor solid 2px;
    outline-offset: 5px
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s all
}

.rll-youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.rll-youtube-player .play {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: var(--wpr-bg-3cb2723e-3699-45e8-83d6-2b24d9092525) center no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    border: none
}

#pgc-22-0-0 {
    width: 100%
}

#pl-22 .so-panel,
#pl-22 .so-panel:last-of-type {
    margin-bottom: 0
}

@media (max-width:780px) {

    #pg-22-0,
    #pg-22-0.panel-no-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-22-0>.panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pl-22 .panel-grid-cell {
        padding: 0
    }
}

:root {
    /* -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none */
}

@media (min-width:1366px) {
    .hero_section_main_wrapper .section__title {
        max-width: 620px
    }
}

@media (min-width:1520px) {
    .hero_section_main_wrapper .section__title {
        max-width: 680px
    }
}

.hero_section_main_wrapper .section__image-wrap {
    margin-top: 40px
}

@media (min-width:960px) {
    .hero_section_main_wrapper .section__image-wrap {
        margin-top: 0;
        width: calc(100% + 32px)
    }

    .hero_section_main_wrapper .section__logos {
        align-items: center;
        display: flex;
        gap: 48px
    }
}

@media (min-width:1366px) {
    .hero_section_main_wrapper .section__image-wrap {
        width: calc(100% + 48px)
    }
}

@media (min-width:1520px) {
    .hero_section_main_wrapper .section__image-wrap {
        width: 110%
    }
}

@media (min-width:1920px) {
    .hero_section_main_wrapper .section__image-wrap {
        width: 119%
    }
}

.hero_section_main_wrapper .section__image-map-wrap {
    border-radius: 24px;
    box-shadow: 0 3px 44px 0 rgba(68, 68, 68, .1);
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 5%;
    width: 40%
}

.hero_section_main_wrapper .section__image-map-car {
    animation: 8s linear 2s forwards car-move;
    height: auto;
    left: 9%;
    position: absolute;
    top: 7%;
    transform: rotate(168deg);
    width: 30px
}

@media (min-width:640px) {
    .hero_section_main_wrapper .section__image-map-car {
        width: 40px
    }
}

@media (min-width:1280px) {
    .hero_section_main_wrapper .section__image-map-car {
        width: 50px
    }
}

.hero_section_main_wrapper .section__image-map-info {
    background-color: #fff;
    border-radius: 24px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.hero_section_main_wrapper .logos-slider {
    margin-right: -16px
}

@media (min-width:960px) {
    .hero_section_main_wrapper .logos-slider {
        margin-right: -32px
    }
}

@media (min-width:1366px) {
    .hero_section_main_wrapper .logos-slider {
        margin-right: -48px
    }
}

@media (min-width:1520px) {
    .hero_section_main_wrapper .section__image-map-car {
        width: 52px
    }

    .hero_section_main_wrapper .section__logos {
        gap: 64px
    }

    .hero_section_main_wrapper .logos-slider {
        margin-right: -64px
    }
}

@media (min-width:1720px) {
    .hero_section_main_wrapper .section__title {
        max-width: 690px
    }

    .hero_section_main_wrapper .logos-slider {
        margin-right: -100px
    }
}

@media (min-width:1920px) {
    .hero_section_main_wrapper .logos-slider {
        margin-right: -200px
    }
}

@media (min-width:2560px) {
    .post__row {
        grid-gap: 64px
    }

    .hero_section_main_wrapper .logos-slider {
        margin-right: -300px
    }
}

.hero_section_main_wrapper .logos-slider__wrap {
    align-items: center;
    display: flex;
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:960px) {
    .hero_section_main_wrapper .logos-slider__wrap {
        margin-left: -20px;
        margin-right: -20px
    }
}

.hero_section_main_wrapper .logos-slider__title {
    margin-bottom: 18px;
    white-space: nowrap
}

.hero_section_main_wrapper .logos-slider__item {
    outline: 0;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:960px) {
    .hero_section_main_wrapper .logos-slider__title {
        margin-bottom: 0
    }

    .hero_section_main_wrapper .logos-slider__item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hero_section_main_wrapper .logos-slider__image {
    height: 36px;
    width: auto
}

@media (min-width:960px) {
    .hero_section_main_wrapper .logos-slider__image {
        height: 50px
    }
}

@media (min-width:1366px) {
    .hero_section_main_wrapper .logos-slider__wrap {
        margin-left: -30px;
        margin-right: -30px
    }

    .hero_section_main_wrapper .logos-slider__item {
        padding-left: 30px;
        padding-right: 30px
    }

    .hero_section_main_wrapper .logos-slider__image {
        height: 64px
    }
}

@media (min-width:1520px) {
    .hero_section_main_wrapper .logos-slider__wrap {
        margin-left: -34px;
        margin-right: -34px
    }

    .hero_section_main_wrapper .logos-slider__item {
        padding-left: 34px;
        padding-right: 34px
    }

    .hero_section_main_wrapper .logos-slider__image {
        height: 73px
    }
}

@keyframes car-move {
    0% {
        left: 9%;
        top: 7%;
        transform: rotate(168deg)
    }

    10% {
        left: 25%;
        top: 12%;
        transform: rotate(193deg)
    }

    20% {
        left: 37%;
        top: 22%;
        transform: rotate(208deg)
    }

    30% {
        left: 38%;
        top: 23%;
        transform: rotate(88deg)
    }

    40% {
        left: 44%;
        top: 13%;
        transform: rotate(108deg)
    }

    50% {
        left: 53%;
        top: 6%;
        transform: rotate(130deg)
    }

    60% {
        left: 57%;
        top: 7%;
        transform: rotate(200deg)
    }

    70% {
        left: 69%;
        top: 22%;
        transform: rotate(230deg)
    }

    80% {
        left: 68%;
        top: 43%;
        transform: rotate(260deg)
    }

    81% {
        left: 68%;
        top: 43%;
        transform: rotate(120deg)
    }

    90% {
        left: 78%;
        top: 34%;
        transform: rotate(100deg)
    }

    100% {
        left: 82%;
        top: 24%;
        transform: rotate(70deg)
    }
}

.so-widget-statistic-counter-style-d75171398898-22 .section__title {
    max-width: 480px
}

.so-widget-statistic-counter-style-d75171398898-22 .statistics {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (min-width:960px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics {
        margin-left: -24px;
        margin-right: -24px;
        margin-top: 64px
    }
}

@media (min-width:1520px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media (min-width:1720px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics {
        margin-top: 80px
    }
}

.so-widget-statistic-counter-style-d75171398898-22 .statistics.slick-initialized {
    display: block
}

.so-widget-statistic-counter-style-d75171398898-22 .statistics__item {
    border-top: 1px solid var(--color-border);
    padding-top: 16px;
    margin-left: 8px;
    margin-right: 8px
}

.so-widget-statistic-counter-style-d75171398898-22 .statistics__title {
    color: var(--primary-first);
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px
}

@media (min-width:960px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics__item {
        border-top: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0
    }

    .so-widget-statistic-counter-style-d75171398898-22 .statistics__item:not(:first-child) {
        border-left: 1px solid var(--color-border)
    }

    .so-widget-statistic-counter-style-d75171398898-22 .statistics__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 12px
    }
}

@media (min-width:1366px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics__title {
        font-size: 56px;
        line-height: 66px
    }
}

@media (min-width:1520px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics__item {
        padding-left: 32px;
        padding-right: 32px
    }

    .so-widget-statistic-counter-style-d75171398898-22 .statistics__title {
        font-size: 64px;
        line-height: 72px
    }
}

@media (max-width:580px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics__title .counter-number {
        opacity: 1 !important
    }
}

.testimonial_main_wrapper .section__image {
    display: none
}

@media (min-width:960px) {
    .testimonial_main_wrapper .section__image {
        display: block;
        margin-top: 110px
    }
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .section__image {
        margin-top: 0
    }
}

@media (min-width:1720px) {
    .testimonial_main_wrapper .section__image {
        padding-left: 56px
    }
}

@media (min-width:1920px) {
    .so-widget-statistic-counter-style-d75171398898-22 .statistics__title {
        margin-bottom: 16px
    }

    .testimonial_main_wrapper .section__image {
        padding-left: 64px
    }
}

.testimonial_main_wrapper .section__btn {
    margin-top: 40px
}

.testimonial_main_wrapper .col-2 {
    position: relative
}

.testimonial_main_wrapper .testimonial {
    background-color: #fff;
    border-radius: 24px;
    bottom: 80px;
    box-shadow: 0 3.74px 46.77px 4.68px rgba(68, 68, 68, .1);
    display: none;
    left: 0;
    /* position: absolute; */
    position: relative;
    transition: outline-color .3s;
    width: 320px
}

@media (min-width:960px) {
    .testimonial_main_wrapper .testimonial {
        display: block
    }
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .testimonial {
        bottom: 0;
        width: 364px
    }
}

.testimonial_main_wrapper .testimonial:focus-within {
    /* outline: var(--brand-light) solid 2px; */
    outline-offset: 2px
}

.testimonial_main_wrapper .testimonial__list {
    display: flex;
    overflow: hidden
}

.testimonial_main_wrapper .testimonial__item {
    flex: 0 0 100%;
    outline: 0;
    padding: 24px 24px 0
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .testimonial__item {
        /* padding: 36px 32px 0 */
        padding: 16px 10px 0;
    }
}

.testimonial_main_wrapper .testimonial__row {
    display: flex;
    gap: 12px;
    margin-bottom: 24px
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .testimonial__row {
        gap: 18px
    }
}

@media (min-width:1720px) {
    .testimonial_main_wrapper .testimonial {
        width: 388px
    }

    .testimonial_main_wrapper .testimonial__item {
        padding: 48px 32px 0
    }

    .testimonial_main_wrapper .testimonial__row {
        gap: 20px
    }
}

.testimonial_main_wrapper .testimonial__image {
    flex: 0 0 64px;
    height: auto;
    width: 64px
}

@media (min-width:1720px) {
    .testimonial_main_wrapper .testimonial__image {
        flex-basis: 72px;
        width: 72px
    }
}

.testimonial_main_wrapper .testimonial__title {
    font-weight: 700
}

.testimonial_main_wrapper .testimonial__position,
.testimonial_main_wrapper .testimonial__title {
    font-size: 12px;
    line-height: 20px
}

.testimonial_main_wrapper .testimonial__content {
    margin-bottom: 24px
}

.testimonial_main_wrapper .testimonial__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 24px 24px
}

@media (min-width:1366px) {

    .testimonial_main_wrapper .testimonial__position,
    .testimonial_main_wrapper .testimonial__title {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial_main_wrapper .testimonial__footer {
        padding: 0 32px 32px
    }
}

.testimonial_main_wrapper .testimonial__arrows {
    align-items: center;
    display: flex;
    gap: 8px
}

.testimonial_main_wrapper .testimonial__arrow {
    height: 24px;
    width: auto
}

@media (min-width:1520px) {
    .testimonial_main_wrapper .testimonial__arrows {
        gap: 12px
    }

    .testimonial_main_wrapper .testimonial__arrow {
        height: 30px
    }
}

.testimonial_main_wrapper .testimonial__arrow-fill {
    fill: var(--brand-light);
    transition: fill .3s
}

.testimonial_main_wrapper .testimonial__arrow-stroke {
    stroke: var(--brand-light);
    transition: stroke .3s
}

.testimonial_main_wrapper .testimonial__arrow:not(.slick-disabled) {
    cursor: pointer
}

.testimonial_main_wrapper .testimonial__arrow:not(.slick-disabled):hover .testimonial__arrow-fill {
    fill: var(--primary-first)
}

.testimonial_main_wrapper .testimonial__arrow:not(.slick-disabled):hover .testimonial__arrow-stroke {
    stroke: var(--primary-first)
}

.testimonial_main_wrapper .testimonial__arrow.slick-disabled .testimonial__arrow-fill {
    fill: var(--color-border)
}

.testimonial_main_wrapper .testimonial__arrow.slick-disabled .testimonial__arrow-stroke {
    stroke: var(--color-border)
}

.testimonial_main_wrapper .testimonial__counter {
    font-size: 14px;
    line-height: 24px
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .testimonial__counter {
        font-size: 15px;
        line-height: 26px
    }

    .testimonial_main_wrapper .repeater {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1720px) {
    .testimonial_main_wrapper .testimonial__footer {
        padding: 0 32px 40px
    }

    .testimonial_main_wrapper .testimonial__arrow {
        height: 32px
    }

    .testimonial_main_wrapper .testimonial__counter {
        font-size: 16px;
        line-height: 28px
    }
}

.testimonial_main_wrapper .repeater {
    margin-top: 40px
}

.testimonial_main_wrapper .repeater__col:first-child .repeater__item:first-child {
    border-top: none;
    padding-top: 0
}

.testimonial_main_wrapper .repeater__col:last-child .repeater__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.testimonial_main_wrapper .repeater__item {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    cursor: pointer;
    margin-top: -1px;
    padding-bottom: 12px;
    padding-top: 12px
}

@media (min-width:1366px) {
    .testimonial_main_wrapper .repeater__col:first-child .repeater__item:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .testimonial_main_wrapper .repeater__col:last-child .repeater__item:first-child {
        border-top: none;
        padding-top: 0
    }

    .testimonial_main_wrapper .repeater__item {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

@media (min-width:1520px) {
    .testimonial_main_wrapper .repeater__item {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.testimonial_main_wrapper .repeater__item.active .repeater__icon-path {
    transform: rotate(90deg)
}

.testimonial_main_wrapper .repeater__title {
    align-items: center;
    background: 0 0;
    border: none;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

@media (min-width:960px) {
    .testimonial_main_wrapper .repeater__title {
        justify-content: flex-start;
        gap: 16px
    }

    .testimonial_main_wrapper .repeater__title:focus-within+.repeater__content {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto;
        overflow: visible;
    }
}

.testimonial_main_wrapper .repeater__icon {
    flex: 0 0 24px
}

.testimonial_main_wrapper .repeater__icon-path {
    transform-origin: center;
    transition: transform .3s
}

.testimonial_main_wrapper .repeater__icon--desktop {
    display: none
}

.repeater__item.hover-item :hover.testimonial_main_wrapper .repeater__content {
    height: auto;
    opacity: 1;
    visibility: visible;

}

@media (min-width:960px) {
    .testimonial_main_wrapper .repeater__icon--desktop {
        display: block
    }

    .testimonial_main_wrapper .repeater__icon--mobile {
        display: none
    }
}

.testimonial_main_wrapper .repeater__content {
    /* display: none; */
    padding-top: 4px;
    opacity: 0;
    overflow: hidden;
    height: 0;


}

@media (min-width:960px) {
    .testimonial_main_wrapper .repeater__content {
        padding-top: 6px;
        padding-left: 40px
    }
}

@media (min-width:1520px) {
    .testimonial_main_wrapper .repeater__content {
        padding-top: 8px
    }
}

.so-widget-our-services-section-style-d75171398898-22 .section__description {
    color: var(--color-border)
}

@media (max-width:959px) {
    .so-widget-our-services-section-style-d75171398898-22 .section__description {
        margin-top: 40px
    }
}

.so-widget-our-services-section-style-d75171398898-22 .services {
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width:960px) {
    .so-widget-our-services-section-style-d75171398898-22 .services {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: 1fr 1fr;
        margin: 0
    }
}

.so-widget-our-services-section-style-d75171398898-22 .services .slick-list {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
}

.so-widget-our-services-section-style-d75171398898-22 .services .slick-track {
    display: flex
}

.so-widget-our-services-section-style-d75171398898-22 .service {
    /* background-color: var(--dark-cards); */
    /* background: var(--brand-light); */
    
    border: none;
    border-radius: 24px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    outline: 0;
    padding: 20px;
    position: relative;
    text-align: left
}

@media (min-width:960px) {
    .so-widget-our-services-section-style-d75171398898-22 .service {
        /* height: 180px; */
        height: 240px;
        margin: 0;
        padding: 24px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service:focus-within .service__content,
    .so-widget-our-services-section-style-d75171398898-22 .service:hover .service__content {
        transform: translateY(-64px)
    }
}

@media (min-width:1366px) {
    .so-widget-our-services-section-style-d75171398898-22 .services {
        grid-gap: 32px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service {
        height: 224px;
        padding: 32px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service:focus-within .service__content,
    .so-widget-our-services-section-style-d75171398898-22 .service:hover .service__content {
        transform: translateY(-72px)
    }
}

@media (min-width:1520px) {
    .so-widget-our-services-section-style-d75171398898-22 .service {
        height: 235px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service:focus-within .service__content,
    .so-widget-our-services-section-style-d75171398898-22 .service:hover .service__content {
        transform: translateY(-80px)
    }
}

@media (min-width:1720px) {
    .so-widget-our-services-section-style-d75171398898-22 .service {
        padding: 40px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service:focus-within .service__content,
    .so-widget-our-services-section-style-d75171398898-22 .service:hover .service__content {
        transform: translateY(-90px)
    }
}

.so-widget-our-services-section-style-d75171398898-22 .service__content {
    transition: transform .3s
}

.so-widget-our-services-section-style-d75171398898-22 .service__icon {
    /* height: 36px; */
    width: auto;
    margin-bottom: 16px
}

@media (min-width:960px) {

    .so-widget-our-services-section-style-d75171398898-22 .service:focus-within .service__description,
    .so-widget-our-services-section-style-d75171398898-22 .service:hover .service__description {
        opacity: 1
    }

    .so-widget-our-services-section-style-d75171398898-22 .service__icon {
        margin-bottom: 24px
    }

    .so-widget-our-services-section-style-d75171398898-22 .service__description {
        opacity: 0;
        transition: opacity .3s
    }
}

@media (min-width:1520px) {
    .so-widget-our-services-section-style-d75171398898-22 .service__icon {
        height: 48px
    }
}

.so-widget-our-services-section-style-d75171398898-22 .service__title {
    font-weight: 600;
    margin-bottom: 8px
}

@media (max-width:959px) {
    .so-widget-our-services-section-style-d75171398898-22 .delivery__col {
        margin-top: 78px
    }
}

.so-widget-our-services-section-style-d75171398898-22 .delivery__title {
    border-bottom: 1px solid #06aed4;
    border-top: 1px solid #06aed4;
    font-weight: 600;
    margin: -1px 0 0;
    padding-bottom: 8px;
    padding-top: 8px
}

@media (min-width:960px) {
    .so-widget-our-services-section-style-d75171398898-22 .delivery {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .so-widget-our-services-section-style-d75171398898-22 .delivery__col {
        display: flex;
        flex-direction: column
    }

    /* 
    .so-widget-our-services-section-style-d75171398898-22 .delivery__col .row {
        flex: 1
    } */

    .so-widget-our-services-section-style-d75171398898-22 .delivery__col .col-2 {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between
    }

     .delivery__title {
        align-items: center;
        display: flex;
        /* flex: 1 */
    }
}

.so-widget-our-services-section-style-d75171398898-22 .logos {
    display: flex;
    gap: 24px;
    margin-top: 32px
}

.so-widget-our-services-section-style-d75171398898-22 .logos__image {
    height: 50px;
    width: auto
}

@media (min-width:1366px) {
    .so-widget-our-services-section-style-d75171398898-22 .logos {
        margin-bottom: 16px
    }

    .so-widget-our-services-section-style-d75171398898-22 .logos__image {
        height: 56px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .section__btn {
    margin-top: 32px
}

@media (min-width:1520px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__btn {
        margin-top: 48px
    }
}

@media (min-width:1920px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__btn {
        margin-top: 64px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .section__btn-explore {
    align-items: center;
    background-color: rgba(255, 255, 255, .4);
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s
}

.so-widget-order-story-section-style-d75171398898-22 .section__btn-explore:hover .btn {
    background-color: var(--brand-light)
}

.so-widget-order-story-section-style-d75171398898-22 .section__btn-explore .btn {
    background-color: var(--primary-first)
}

.so-widget-order-story-section-style-d75171398898-22 .section__btn-explore .btn:focus {
    background-color: #194d64
}

.so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
    margin-bottom: 32px;
    margin-top: 40px
}

@media (min-width:960px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
        margin-bottom: 48px;
        margin-top: 48px
    }

    .so-widget-order-story-section-style-d75171398898-22 .section__image-wrap {
        padding-right: 5%
    }
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
        margin-top: 64px
    }
}

@media (min-width:1520px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
        margin-bottom: 56px;
        margin-top: 72px
    }
}

@media (min-width:1720px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
        margin-bottom: 64px;
        margin-top: 80px
    }
}

@media (min-width:1920px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__subtitle {
        margin-bottom: 80px;
        margin-top: 64px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .section__subtitle span {
    font-weight: 400
}

.so-widget-order-story-section-style-d75171398898-22 .section__image {
    position: relative
}

.so-widget-order-story-section-style-d75171398898-22 .section__image-wrap {
    position: relative
}

@media (max-width:959px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__btn-explore {
        display: none
    }

    .so-widget-order-story-section-style-d75171398898-22 .section__image {
        display: none
    }

    .so-widget-order-story-section-style-d75171398898-22 .section__image-wrap {
        margin-top: 40px
    }

    .so-widget-order-story-section-style-d75171398898-22 .section__video-wrap {
        display: none
    }
}

.so-widget-order-story-section-style-d75171398898-22 .section__video {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.so-widget-order-story-section-style-d75171398898-22 .section__video-wrap {
    position: relative
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup {
    box-shadow: 0 2.5px 31.3px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-in-content {
    height: 50vh
}

@media (min-width:960px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__popup-in-content {
        position: absolute;
        right: 0;
        height: 95%;
        top: 15%;
        left: 40%
    }
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-content {
    flex: 1;
    overflow: auto;
    outline: 0
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-content::-webkit-scrollbar {
    width: 0
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-view {
    margin: auto;
    max-height: 90vh;
    max-width: 680px
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-view .section__popup-content::-webkit-scrollbar {
    display: block;
    width: 8px
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-view .section__popup-content::-webkit-scrollbar-track {
    background: #b7b7b7
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-view .section__popup-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, .4)
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-view .section__popup-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .6)
}

.so-widget-order-story-section-style-d75171398898-22 .section__popup-close {
    opacity: 0
}

@media (max-width:767px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__popup-close {
        right: 0;
        top: 0
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater {
    display: flex
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__item {
    flex: 1;
    padding-top: 16px
}

@media (max-width:1365px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__item {
        opacity: 1 !important;
        transform: none !important
    }
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .section__popup-in-content {
        left: 45%
    }

    .so-widget-order-story-section-style-d75171398898-22 .repeater__item {
        padding-top: 20px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child) {
    position: relative;
    padding-right: 16px
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child):after {
    background-image: url("data:image/svg+xml,%3Csvg width='401' height='16' viewBox='0 0 401 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400.707 8.70711C401.098 8.31658 401.098 7.68342 400.707 7.29289L394.343 0.928932C393.953 0.538408 393.319 0.538408 392.929 0.928932C392.538 1.31946 392.538 1.95262 392.929 2.34315L398.586 8L392.929 13.6569C392.538 14.0474 392.538 14.6805 392.929 15.0711C393.319 15.4616 393.953 15.4616 394.343 15.0711L400.707 8.70711ZM0 9H400V7H0V9Z' fill='%23D1D1D6'/%3E%3C/svg%3E%0A");
    background-position: center right;
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    left: 72px;
    position: absolute;
    right: 8px;
    top: 32px
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child) {
        padding-right: 24px
    }

    .so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child):after {
        left: 88px;
        top: 56px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__icon {
    height: 32px;
    width: auto
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__icon {
        height: 40px
    }
}

@media (min-width:1720px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__item {
        padding-top: 24px
    }

    .so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child):after {
        left: 104px;
        top: 64px
    }

    .so-widget-order-story-section-style-d75171398898-22 .repeater__icon {
        height: 48px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__icon-wrap {
    align-items: center;
    background-color: var(--color-gray-bg);
    border-radius: 16px;
    display: flex;
    height: 64px;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    width: 64px
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__icon-wrap {
        height: 80px;
        margin-bottom: 42px;
        width: 80px
    }
}

@media (min-width:1720px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__icon-wrap {
        height: 96px;
        width: 96px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__number {
    align-items: center;
    background-color: var(--brand-light);
    border-radius: 50%;
    color: var(--color-gray-bg);
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -16px;
    width: 32px
}

@media (min-width:1366px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__number {
        height: 40px;
        width: 40px;
        top: -20px;
        right: -20px
    }
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__title {
    margin-bottom: 8px
}

.so-widget-order-story-section-style-d75171398898-22 .repeater__description {
    max-width: 180px;
    animation: 1.2s show-content-anim;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
    margin-top: 40px
}

@media (min-width:960px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
        margin-top: 64px;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-gap: 24px
    }
}

@media (min-width:1280px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
        grid-template-columns: 240px 1fr
    }
}

@media (min-width:1366px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
        grid-template-columns: 280px 1fr
    }
}

@media (min-width:1520px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__item:not(:last-child) {
        padding-right: 48px
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
        grid-template-columns: 350px 1fr
    }
}

@media (min-width:1720px) {
    .so-widget-order-story-section-style-d75171398898-22 .repeater__number {
        height: 48px;
        width: 48px;
        top: -24px;
        right: -24px
    }

    .so-widget-order-story-section-style-d75171398898-22 .repeater__description {
        max-width: 200px
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater {
        grid-template-columns: 380px 1fr
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list {
    display: none
}

@media (min-width:960px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item {
    align-items: center;
    background: 0 0;
    border: none;
    color: var(--primary-first);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 0;
    transform: translateX(-24px);
    transition-duration: .3s;
    transition-property: color, transform;
    white-space: nowrap
}

@media (min-width:1366px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item {
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width:1520px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item {
        font-size: 19px;
        line-height: 30px
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item:hover {
    color: var(--brand-light)
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item.active {
    color: var(--brand-light);
    transform: translateX(0)
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item:not(:first-child) {
    margin-top: 16px
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-icon {
    flex: 0 0 16px
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__icon {
    display: none
}

@media (min-width:960px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__icon {
        display: block;
        margin-bottom: 24px
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__icon--mobile {
        display: none
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__image {
    display: none
}

@media (max-width:959px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content {
        border-bottom: 1px solid var(--color-border);
        border-top: 1px solid var(--color-border);
        cursor: pointer;
        margin-top: -1px;
        padding-bottom: 12px;
        padding-top: 12px
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content:first-child {
        border-top: none;
        padding-top: 0
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content:last-child {
        border-bottom: none;
        padding-bottom: 0
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content.active .repeater__icon-path {
    transform: rotate(90deg)
}

@media (min-width:960px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__image {
        border-radius: 24px;
        display: block;
        height: 100%;
        object-fit: cover
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content {
        display: none
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__content.active {
        animation: 1.2s show-content-anim
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__block {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 24px;
        height: 100%
    }

    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__item {
        background-color: #fff;
        border-radius: 24px;
        padding: 32px
    }
}

@media (min-width:1280px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__block {
        grid-template-columns: 2.2fr 1fr
    }
}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__title {
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px
}

@media (max-width:959px) {
    .repeater__description:not(.how-to-works-slider .repeater__description) {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        padding-top: 4px;
        animation: 1.2s show-content-anim
    }

    .repeater__content.active .repeater__description:not(.how-to-works-slider .repeater__description) {
        /* display: none; */
        height: auto;
        opacity: 1;

    }

}

@keyframes show-content-anim {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

/* .so-widget-healthcare-industry-section-style-d75171398898-22 .section .row {
    align-items: flex-start
} */

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__subtitle {
    font-weight: 600;
    margin-bottom: 24px
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-wrap {
    margin-top: 40px;
    padding-bottom: 50px;
    position: relative
}

@media (min-width:1366px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-wrap {
        padding-left: 56px;
        padding-right: 16px
    }
}


.section__image-wrap .section__image-car--1 {
    animation: 12s linear infinite car-1-move
}

.section__image-wrap .section__image-car--2 {
    animation: 11s linear 1s infinite car-2-move
}

.section__image-wrap .section__image-car--3 {
    animation: 10s linear 1.5s infinite car-3-move
}

.section__image-wrap .section__image-car--4 {
    animation: 9s linear 2s infinite car-4-move
}

.section__image-wrap .section__image-car--5 {
    animation: 13s linear .5s infinite car-5-move
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car {
    height: auto;
    opacity: 0;
    position: absolute;
    width: 8%
}

@media (min-width:1520px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-wrap {
        padding-right: 32px
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car {
        width: 7.5%
    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car--1 {
    left: 65%;
    top: 32%;
    transform: rotate(-16deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car--2 {
    left: 65%;
    top: 13%;
    transform: rotate(284deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car--3 {
    left: 55%;
    top: 50%;
    transform: rotate(44deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car--4 {
    left: 35%;
    top: 67%;
    transform: rotate(54deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-car--5 {
    left: 20%;
    top: 43%;
    transform: rotate(134deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__info {
    background-color: #fff;
    border-radius: 24px;
    bottom: 0;
    box-shadow: 0 3.57px 44.67px 4.47px rgba(68, 68, 68, .1);
    left: 0;
    padding: 20px;
    position: absolute;
    min-height: max-content;
}

@media (min-width:960px) {
    .so-widget-vertical-slider-section-style-d75171398898-22 .repeater__title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .section .col-2 {
        max-width: 50%
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__image-wrap {
        order: -1
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__info {
        bottom: auto;
        padding: 24px;
        top: 70%
    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__info-title {
    color: var(--primary-first);
    margin-bottom: 8px
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .section__info-text {
    max-width: 100px
}

@media (min-width:960px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__info-text {
        max-width: 130px
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: 1fr 1fr
    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater {
    margin-top: 40px
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__col:first-child .repeater__item:first-child {
    border-top: none;
    padding-top: 0
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__col:last-child .repeater__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__item {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    cursor: pointer;
    margin-top: -1px;
    padding-bottom: 12px;
    padding-top: 12px
}

@media (min-width:1366px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .section__info-text {
        max-width: 180px
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__item {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

@media (min-width:1520px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__item {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__item.active .repeater__icon-path {
    transform: rotate(90deg)
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__title {
    align-items: center;
    background: 0 0;
    border: none;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    gap: 16px
}

@media (min-width:960px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__col:first-child .repeater__item:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__col:last-child .repeater__item:first-child {
        border-top: none;
        padding-top: 0
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__title {
        justify-content: flex-start;
        gap: 16px
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__title:focus-within+.repeater__content {
        display: block !important;

    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__icon {
    flex: 0 0 24px
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__icon-path {
    transform-origin: center;
    transition: transform .3s
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__icon--desktop {
    display: none
}

@media (min-width:960px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__icon--desktop {
        display: block
    }

    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__icon--mobile {
        display: none
    }
}

.so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__content {
    display: none;
    padding-top: 4px
}

@media (min-width:960px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__content {
        padding-top: 6px;
        padding-left: 40px
    }

    .so-widget-info-block-section-style-d75171398898-22 .section__text {
        max-width: 23%
    }
}

@media (min-width:1520px) {
    .so-widget-healthcare-industry-section-style-d75171398898-22 .repeater__content {
        padding-top: 8px
    }
}

@keyframes car-1-move {
    0% {
        left: 65%;
        top: 32%;
        opacity: 0;
        transform: rotate(-16deg)
    }

    5% {
        left: 65%;
        top: 32%;
        opacity: 1;
        transform: rotate(-16deg)
    }

    35% {
        left: 55%;
        top: 29%;
        transform: rotate(4deg)
    }

    65% {
        left: 43%;
        top: 34%;
        transform: rotate(-56deg)
    }

    95% {
        left: 26%;
        top: 53%;
        opacity: 1;
        transform: rotate(-70deg)
    }

    100% {
        left: 26%;
        top: 53%;
        opacity: 0;
        transform: rotate(-70deg)
    }
}

@keyframes car-2-move {
    0% {
        left: 65%;
        top: 13%;
        opacity: 0;
        transform: rotate(284deg)
    }

    5% {
        left: 65%;
        top: 13%;
        opacity: 1;
        transform: rotate(284deg)
    }

    35% {
        left: 55%;
        top: 29%;
        transform: rotate(294deg)
    }

    65% {
        left: 43%;
        top: 55%;
        transform: rotate(284deg)
    }

    95% {
        left: 31%;
        top: 65%;
        opacity: 1;
        transform: rotate(314deg)
    }

    100% {
        left: 31%;
        top: 65%;
        opacity: 0;
        transform: rotate(314deg)
    }
}

@keyframes car-3-move {
    0% {
        left: 55%;
        top: 50%;
        opacity: 0;
        transform: rotate(44deg)
    }

    5% {
        left: 55%;
        top: 50%;
        opacity: 1;
        transform: rotate(44deg)
    }

    35% {
        left: 48%;
        top: 36%;
        transform: rotate(14deg)
    }

    65% {
        left: 38%;
        top: 31%;
        transform: rotate(-16deg)
    }

    95% {
        left: 28%;
        top: 35%;
        opacity: 1;
        transform: rotate(-56deg)
    }

    100% {
        left: 28%;
        top: 35%;
        opacity: 0;
        transform: rotate(-56deg)
    }
}

@keyframes car-4-move {
    0% {
        left: 35%;
        top: 67%;
        opacity: 0;
        transform: rotate(54deg)
    }

    5% {
        left: 35%;
        top: 67%;
        opacity: 1;
        transform: rotate(54deg)
    }

    35% {
        left: 30%;
        top: 57%;
        transform: rotate(44deg)
    }

    65% {
        left: 29%;
        top: 45%;
        transform: rotate(84deg)
    }

    95% {
        left: 29%;
        top: 25%;
        opacity: 1;
        transform: rotate(54deg)
    }

    100% {
        left: 29%;
        top: 25%;
        opacity: 0;
        transform: rotate(54deg)
    }
}

@keyframes car-5-move {
    0% {
        left: 20%;
        top: 43%;
        opacity: 0;
        transform: rotate(134deg)
    }

    5% {
        left: 20%;
        top: 43%;
        opacity: 1;
        transform: rotate(134deg)
    }

    35% {
        left: 30%;
        top: 37%;
        transform: rotate(114deg)
    }

    65% {
        left: 40%;
        top: 32%;
        transform: rotate(144deg)
    }

    95% {
        left: 54%;
        top: 17%;
        opacity: 1;
        transform: rotate(114deg)
    }

    100% {
        left: 54%;
        top: 17%;
        opacity: 0;
        transform: rotate(114deg)
    }
}

.so-widget-info-block-section-style-d75171398898-22 .section {
    border-top: 1px solid var(--color-border)
}

.so-widget-info-block-section-style-d75171398898-22 .section__title {
    margin-bottom: 32px
}

.so-widget-info-block-section-style-d75171398898-22 .section__image {
    width: 100%
}

.so-widget-info-block-section-style-d75171398898-22 .section__image-wrap {
    margin-top: 40px
}

@media (min-width:960px) {
    .so-widget-info-block-section-style-d75171398898-22 .section__image {
        border-radius: 24px
    }

    .so-widget-info-block-section-style-d75171398898-22 .section__image-wrap {
        margin-top: 48px
    }

    .so-widget-faq-section-style-d75171398898-22 .faq {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1720px) {
    .so-widget-info-block-section-style-d75171398898-22 .section__image-wrap {
        margin-top: 64px
    }
}

@media (max-width:959px) {
    .so-widget-info-block-section-style-d75171398898-22 .section {
        padding-bottom: 0
    }

    .so-widget-info-block-section-style-d75171398898-22 .section__image-wrap {
        margin-left: -16px;
        margin-right: -16px
    }

    .so-widget-faq-section-style-d75171398898-22 .faq__col:first-child .faq__item:first-child {
        border-top: none;
        padding-top: 0
    }

    .so-widget-faq-section-style-d75171398898-22 .faq__col:last-child .faq__item:last-child {
        border-bottom: none;
        padding-bottom: 0
    }
}

.so-widget-faq-section-style-d75171398898-22 .faq__item {
    border-bottom: 1px solid #088ab2;
    border-top: 1px solid #088ab2;
    cursor: pointer;
    margin-top: -1px;
    padding-bottom: 12px;
    padding-top: 12px
}

@media (min-width:960px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__item {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

@media (min-width:1520px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__item {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.so-widget-faq-section-style-d75171398898-22 .faq__item.active .faq__icon-path {
    transform: rotate(90deg)
}

.so-widget-faq-section-style-d75171398898-22 .faq__title {
    align-items: center;
    background: 0 0;
    border: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

@media (min-width:960px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__title {
        font-size: 14px;
        line-height: 24px
    }

    .so-widget-faq-section-style-d75171398898-22 .faq__title:focus-within+.faq__content {
        display: block !important
    }
}

@media (min-width:1366px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__title {
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width:1520px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__title {
        font-size: 19px;
        line-height: 30px
    }
}

@media (min-width:1920px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__title {
        font-size: 20px;
        line-height: 32px
    }
}

.so-widget-faq-section-style-d75171398898-22 .faq__title:focus-within .faq__icon-path {
    transform: rotate(90deg)
}

.so-widget-faq-section-style-d75171398898-22 .faq__icon {
    flex: 0 0 24px
}

.so-widget-faq-section-style-d75171398898-22 .faq__icon-path {
    transform-origin: center;
    transition: transform .3s
}

.so-widget-faq-section-style-d75171398898-22 .faq__content {
    color: var(--color-border);
    display: none;
    padding-top: 4px;
    animation: 1.2s show-content-anim;
}

@media (min-width:960px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__content {
        padding-top: 6px
    }
}

@media (min-width:1520px) {
    .so-widget-faq-section-style-d75171398898-22 .faq__content {
        padding-top: 8px
    }
}

.img__shape {
    /* -webkit-mask: url('../assests/images/svg-shapes/blob.svg') no-repeat center;
    mask: url('../assests/images/svg-shapes/blob.svg') no-repeat center; */
    -webkit-mask: url('../images//svg-shapes/ssshape.svg') no-repeat center;
    mask: url('../images//svg-shapes/ssshape.svg') no-repeat center;
    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape2 {
    -webkit-mask: url('../images/svg-shapes/blob.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape3 {
    -webkit-mask: url('../images/svg-shapes/ssshape-6.svg') no-repeat center;
    mask: url('../images/svg-shapes/ssshape-6.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape5 {
    -webkit-mask: url('../images/svg-shapes/blob-5.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob-5.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape6 {
    -webkit-mask: url('../images/svg-shapes/blob-6.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob-6.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape7 {
    -webkit-mask: url('../images/svg-shapes/blob-7.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob-7.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape8 {
    -webkit-mask: url('../images/svg-shapes/blob-8.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob-8.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}

.img__shape9 {
    -webkit-mask: url('../images/svg-shapes/blob-9.svg') no-repeat center;
    mask: url('../images/svg-shapes/blob-9.svg') no-repeat center;

    max-width: 100%;
    display: block;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    scale: 1;
}


/* client changes */
.header {
    /* background-color: var(--primary-first) !important; */
    /* background-color: transparent !important; */
    box-shadow: none !important;
    /* position: absolute !important; */
    top: 0;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    /* background: linear-gradient(90deg, #4c5ab9 0%, #8a69d2 100%); */
    background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);
}

.header.header_sticky {
    transition: all 0.4s linear !important;
    /* background-color: #012b5d !important; */
    /* background-color: var(--primary-first) !important; */
    /* background: linear-gradient(155deg, var(--primary-first), #3132c0) !important; */
    /* background: linear-gradient(90deg, #4c5ab9 0%, #8a69d2 100%); */
        background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);

    position: sticky !important;
}

/* .header__mask {
    height: 80px !important;
} */

.header__menu .nav-link {
    color: #fff;

}

.gradient_bg {
    /* background: linear-gradient(155deg, var(--primary-first), #3132c0) !important; */
    background: var(--primary-first) !important;
}

.so-widget-head-section {
    /* background: linear-gradient(155deg, #1d3250, #3132c0) !important; */
    /* background: linear-gradient(155deg, var(--primary-first), #3132c0) !important; */
    /* background: var(--primary-first) !important; */
    /* background: linear-gradient(90deg, #4c5ab9 0%, #8a69d2 100%); */
        background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);

    color: #fff !important;
    padding-top: 80px;
    min-height: calc(100vh - 100px);

}

.so-widget-head-section .title--big {
    color: #fff !important;
}



/* a.bg_primary_dark {
    background-color: #fff !important;
    color: #467eef !important;
    font-weight: 600 !important;
}

a.bg_primary_dark:hover {
    color: #fff !important;
} */

.title {
    /* color: #1d3250; */
    color: #182353;
}

.btn.bg_primary_light:hover {
    /* color: #1d3250 !important; */
}

.hero_img {
    /* box-shadow: 2px 16px 76px 0px rgba(178,53,224,0.38);
-webkit-box-shadow: 2px 16px 76px 0px rgba(178,53,224,0.38);
-moz-box-shadow: 2px 16px 76px 0px rgba(178,53,224,0.38); */

    box-shadow: 46px 18px 76px -2px rgba(178, 53, 224, 0.38);
    -webkit-box-shadow: 46px 18px 76px -2px rgba(178, 53, 224, 0.38);
    -moz-box-shadow: 46px 18px 76px -2px rgba(178, 53, 224, 0.38);
}

/* .section__image-wrap .shadow_animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: homepage-move-background-2 10s ease-in-out infinite;
} */

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-light) !important;
}

.service .service__content .service__icon {
    color: #fff !important;
}

/* new css */
.how-to-works-slider_container .slick-dots {
    width: 95%;

}

/* Outer Wrapper */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: clamp(20px, 5vw, 40px) 0;
}

/* Scrolling Track */
.marquee-track {
    display: flex;
    gap: 1.2rem;
    animation: marqueeScroll 20s linear infinite;
}

/* Each Item */
.marquee-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    background-color: var(--primary-first);
    color: #fff;
    border-radius: 28px;
    padding: 8px 18px;
    gap: 12px;
}

.marquee-item p {
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
}

.marquee-item .icon {
    display: flex;
    align-items: center;
}

/* Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* testimonial laptop screen */
.testimonial_img_position-relative {
    position: relative;
}

.testimonial_img_section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial_img_overlay-image {
    position: absolute;
    top: 50%;
    /* Adjust as needed */
    left: 50%;
    /* Adjust as needed */
    transform: translate(-50%, -50%);
    z-index: 10;
    /* Make sure it stays on top */
}

.testimonial_img_overlay-image img,
.testimonial_img_section__image img {
    width: 100%;
    /* Adjust based on your needs */
    height: auto;
    /* Keep aspect ratio */
}
