@import"https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&amp;display=swap";

.margin-top-minus-1 {
    margin-top: 0rem
}

.margin-top-minus-2 {
    margin-top: -1rem
}

.margin-top-minus-3 {
    margin-top: -2rem
}

.margin-top-minus-4 {
    margin-top: -3rem
}

.margin-top-minus-5 {
    margin-top: -4rem
}

.margin-top-minus-6 {
    margin-top: -5rem
}

.margin-top-minus-7 {
    margin-top: -6rem
}

.margin-top-minus-8 {
    margin-top: -7rem
}

.margin-top-minus-9 {
    margin-top: -8rem
}

.margin-top-minus-10 {
    margin-top: -9rem
}

.margin-top-minus-11 {
    margin-top: -10rem
}

.margin-top-minus-12 {
    margin-top: -11rem
}

@viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

::-webkit-input-placeholder {
    opacity: .5
}

:-moz-placeholder {
    opacity: .5
}

::-moz-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    opacity: .5
}

.placeholder {
    opacity: .5
}

::-webkit-scrollbar {
    width: 10px;
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #999
}

::-webkit-scrollbar-corner {
    background: #000
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    quotes: "“" "”"
}

html {
    font-size: var(--fs-root);
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    background-color: #fff;
    font-family: var(--ff-body);
    font-weight: var(--fw-body);
    line-height: 1.6
}

body.bound {
    overflow: hidden;
    padding-right: var(--scrollbar-size, 18px)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

mark {
    background-color: #ff0;
    color: #000
}

template {
    display: none
}

[hidden] {
    display: none
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

abbr[title] {
    border-bottom: 1px dotted
}

table {
    width: 100%;
    border-collapse: collapse
}

table [valign=middle] td,
table [valign=middle] th {
    vertical-align: middle
}

table [valign=bottom] td,
table [valign=bottom] th {
    vertical-align: bottom
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

.small,
small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

html,
body,
section,
header,
footer,
main,
.inner-container,
.fullW {
    width: 100%;
    float: left
}

a {
    color: inherit;
    cursor: default;
    text-decoration: none !important;
    -webkit-text-decoration-skip: objects
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

a[href] {
    cursor: pointer
}

img,
picture {
    max-width: 100%;
    display: inline-block
}

ul[role=list],
ol[role=list] {
    list-style: none
}

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

summary::-webkit-details-marker {
    display: none
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

address {
    font-style: normal
}

fieldset {
    border: none
}

input,
textarea,
button,
select,
option {
    appearance: none;
    -webkit-appearance: none;
    line-height: normal;
    filter: none !important;
    -webkit-filter: none !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0);
    font: inherit
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

[disabled],
.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: .5;
    -webkit-text-fill-color: #aeaeae
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media(prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

:root {
    --fs-root: max(toVwRem(16));
    --ff-body: "Archivo", sans-serif
}

@media(min-width: 1900px) {
    :root {
        --fs-root: max(toVwRem(18))
    }
}

.fw--T {
    font-weight: 100
}

.fw--EL {
    font-weight: 200
}

.fw--L {
    font-weight: 300
}

.fw--R {
    font-weight: 400
}

.fw--M {
    font-weight: 500
}

.fw--SM {
    font-weight: 600
}

.fw--B {
    font-weight: 700
}

.fw--EB {
    font-weight: 800
}

.descc {
    line-height: 1.6
}

.descc>*+* {
    margin-top: 1em
}

.h1 {
    font-size: max(2.1875vw, 2.1rem)
}

@media(max-width: 1023px) {
    .h1 {
        font-size: 1.8rem
    }
}

.h2 {
    font-size: max(1.7708333333vw, 1.7rem)
}

@media(max-width: 1023px) {
    .h2 {
        font-size: 1.6rem
    }
}

.h3 {
    font-size: max(1.5625vw, 1.5rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h3 {
        font-size: 1.4rem
    }
}

.h4 {
    font-size: max(1.25vw, 1.2rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h4 {
        font-size: 1.2rem
    }
}

.h4x {
    font-size: max(1.3541666667vw, 1.3rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h4x {
        font-size: 1.2rem
    }
}

.h4x2 {
    font-size: max(1.1979166667vw, 1.15rem)
}

@media(max-width: 1023px) {
    .h4x2 {
        font-size: 1.2rem
    }
}

.h5 {
    font-size: max(1.1458333333vw, 1.1rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h5 {
        font-size: 1rem
    }
}

.h5X {
    font-size: max(1.0416666667vw, 1rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h5X {
        font-size: 1.15rem
    }
}

.h5x {
    font-size: max(0.9375vw, 0.9rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h5x {
        font-size: 1rem
    }
}

.h6 {
    font-size: max(0.8333333333vw, 0.8rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h6 {
        font-size: 1rem
    }
}

.h7 {
    font-size: max(0.7291666667vw, 0.7rem);
    line-height: 1.4
}

@media(max-width: 1023px) {
    .h7 {
        font-size: 1rem
    }
}

.h8 {
    font-size: max(0.6770833333vw, 0.65rem)
}

@media(max-width: 1023px) {
    .h8 {
        font-size: 1rem
    }
}

.p {
    font-size: max(0.8333333333vw, 0.8rem)
}

@media(max-width: 1023px) {
    .p {
        font-size: .9rem
    }
}

.bg--body {
    background-color: #fff !important
}

.c--body {
    color: #fff !important
}

.hvr\:bg--body:hover,
.hvr\:bg--body:focus {
    background-color: #fff !important
}

.hvr\:c--body:hover,
.hvr\:c--body:focus {
    color: #fff !important
}

.bg--whitee {
    background-color: #fff !important
}

.c--whitee {
    color: #fff !important
}

.hvr\:bg--whitee:hover,
.hvr\:bg--whitee:focus {
    background-color: #fff !important
}

.hvr\:c--whitee:hover,
.hvr\:c--whitee:focus {
    color: #fff !important
}

.bg--blak {
    background-color: #000 !important
}

.c--blak {
    color: #000 !important
}

.hvr\:bg--blak:hover,
.hvr\:bg--blak:focus {
    background-color: #000 !important
}

.hvr\:c--blak:hover,
.hvr\:c--blak:focus {
    color: #000 !important
}

.bg--place {
    background-color: #aeaeae !important
}

.c--place {
    color: #aeaeae !important
}

.hvr\:bg--place:hover,
.hvr\:bg--place:focus {
    background-color: #aeaeae !important
}

.hvr\:c--place:hover,
.hvr\:c--place:focus {
    color: #aeaeae !important
}

.bg--mark {
    background-color: #ff0 !important
}

.c--mark {
    color: #ff0 !important
}

.hvr\:bg--mark:hover,
.hvr\:bg--mark:focus {
    background-color: #ff0 !important
}

.hvr\:c--mark:hover,
.hvr\:c--mark:focus {
    color: #ff0 !important
}

.bg--border {
    background-color: #e0e0e0 !important
}

.c--border {
    color: #e0e0e0 !important
}

.hvr\:bg--border:hover,
.hvr\:bg--border:focus {
    background-color: #e0e0e0 !important
}

.hvr\:c--border:hover,
.hvr\:c--border:focus {
    color: #e0e0e0 !important
}

.bg--tblborder {
    background-color: #dadada !important
}

.c--tblborder {
    color: #dadada !important
}

.hvr\:bg--tblborder:hover,
.hvr\:bg--tblborder:focus {
    background-color: #dadada !important
}

.hvr\:c--tblborder:hover,
.hvr\:c--tblborder:focus {
    color: #dadada !important
}

.bg--success {
    background-color: #7ac142 !important
}

.c--success {
    color: #7ac142 !important
}

.hvr\:bg--success:hover,
.hvr\:bg--success:focus {
    background-color: #7ac142 !important
}

.hvr\:c--success:hover,
.hvr\:c--success:focus {
    color: #7ac142 !important
}

.bg--error {
    background-color: #d81212 !important
}

.c--error {
    color: #d81212 !important
}

.hvr\:bg--error:hover,
.hvr\:bg--error:focus {
    background-color: #d81212 !important
}

.hvr\:c--error:hover,
.hvr\:c--error:focus {
    color: #d81212 !important
}

.bg--Cwhite {
    background-color: #fff !important
}

.c--Cwhite {
    color: #fff !important
}

.hvr\:bg--Cwhite:hover,
.hvr\:bg--Cwhite:focus {
    background-color: #fff !important
}

.hvr\:c--Cwhite:hover,
.hvr\:c--Cwhite:focus {
    color: #fff !important
}

.bg--SDSwhite {
    background-color: #fff !important
}

.c--SDSwhite {
    color: #fff !important
}

.hvr\:bg--SDSwhite:hover,
.hvr\:bg--SDSwhite:focus {
    background-color: #fff !important
}

.hvr\:c--SDSwhite:hover,
.hvr\:c--SDSwhite:focus {
    color: #fff !important
}

.bg--SDSLightSky {
    background-color: #8fa4f0 !important
}

.c--SDSLightSky {
    color: #8fa4f0 !important
}

.hvr\:bg--SDSLightSky:hover,
.hvr\:bg--SDSLightSky:focus {
    background-color: #8fa4f0 !important
}

.hvr\:c--SDSLightSky:hover,
.hvr\:c--SDSLightSky:focus {
    color: #8fa4f0 !important
}

.bg--Cblack {
    background-color: #000 !important
}

.c--Cblack {
    color: #000 !important
}

.hvr\:bg--Cblack:hover,
.hvr\:bg--Cblack:focus {
    background-color: #000 !important
}

.hvr\:c--Cblack:hover,
.hvr\:c--Cblack:focus {
    color: #000 !important
}

.bg--Cblue {
    background-color: #0035f5 !important
}

.c--Cblue {
    color: #0035f5 !important
}

.hvr\:bg--Cblue:hover,
.hvr\:bg--Cblue:focus {
    background-color: #0035f5 !important
}

.hvr\:c--Cblue:hover,
.hvr\:c--Cblue:focus {
    color: #0035f5 !important
}

.bg--Cbluedark {
    background-color: #0c2faf !important
}

.c--Cbluedark {
    color: #0c2faf !important
}

.hvr\:bg--Cbluedark:hover,
.hvr\:bg--Cbluedark:focus {
    background-color: #0c2faf !important
}

.hvr\:c--Cbluedark:hover,
.hvr\:c--Cbluedark:focus {
    color: #0c2faf !important
}

.bg--Cbg1 {
    background-color: #edf0fa !important
}

.c--Cbg1 {
    color: #edf0fa !important
}

.hvr\:bg--Cbg1:hover,
.hvr\:bg--Cbg1:focus {
    background-color: #edf0fa !important
}

.hvr\:c--Cbg1:hover,
.hvr\:c--Cbg1:focus {
    color: #edf0fa !important
}

.bg--Cbg2 {
    background-color: #817e7b !important
}

.c--Cbg2 {
    color: #817e7b !important
}

.hvr\:bg--Cbg2:hover,
.hvr\:bg--Cbg2:focus {
    background-color: #817e7b !important
}

.hvr\:c--Cbg2:hover,
.hvr\:c--Cbg2:focus {
    color: #817e7b !important
}

.bg--Cbg3 {
    background-color: #cec4be !important
}

.c--Cbg3 {
    color: #cec4be !important
}

.hvr\:bg--Cbg3:hover,
.hvr\:bg--Cbg3:focus {
    background-color: #cec4be !important
}

.hvr\:c--Cbg3:hover,
.hvr\:c--Cbg3:focus {
    color: #cec4be !important
}

.bg--Cbg4 {
    background-color: #402a18 !important
}

.c--Cbg4 {
    color: #402a18 !important
}

.hvr\:bg--Cbg4:hover,
.hvr\:bg--Cbg4:focus {
    background-color: #402a18 !important
}

.hvr\:c--Cbg4:hover,
.hvr\:c--Cbg4:focus {
    color: #402a18 !important
}

.bg--Corg {
    background-color: #e56d32 !important
}

.c--Corg {
    color: #e56d32 !important
}

.hvr\:bg--Corg:hover,
.hvr\:bg--Corg:focus {
    background-color: #e56d32 !important
}

.hvr\:c--Corg:hover,
.hvr\:c--Corg:focus {
    color: #e56d32 !important
}

.bg--Cgray {
    background-color: #434651 !important
}

.c--Cgray {
    color: #434651 !important
}

.hvr\:bg--Cgray:hover,
.hvr\:bg--Cgray:focus {
    background-color: #434651 !important
}

.hvr\:c--Cgray:hover,
.hvr\:c--Cgray:focus {
    color: #434651 !important
}

.bg--Cgray2 {
    background-color: #aaa !important
}

.c--Cgray2 {
    color: #aaa !important
}

.hvr\:bg--Cgray2:hover,
.hvr\:bg--Cgray2:focus {
    background-color: #aaa !important
}

.hvr\:c--Cgray2:hover,
.hvr\:c--Cgray2:focus {
    color: #aaa !important
}

.bg--Cgray3 {
    background-color: #e6e6e6 !important
}

.c--Cgray3 {
    color: #e6e6e6 !important
}

.hvr\:bg--Cgray3:hover,
.hvr\:bg--Cgray3:focus {
    background-color: #e6e6e6 !important
}

.hvr\:c--Cgray3:hover,
.hvr\:c--Cgray3:focus {
    color: #e6e6e6 !important
}

.bg--Cgray4 {
    background-color: #f1f2f2 !important
}

.c--Cgray4 {
    color: #f1f2f2 !important
}

.hvr\:bg--Cgray4:hover,
.hvr\:bg--Cgray4:focus {
    background-color: #f1f2f2 !important
}

.hvr\:c--Cgray4:hover,
.hvr\:c--Cgray4:focus {
    color: #f1f2f2 !important
}

.bg--Cgray5 {
    background-color: #efefef !important
}

.c--Cgray5 {
    color: #efefef !important
}

.hvr\:bg--Cgray5:hover,
.hvr\:bg--Cgray5:focus {
    background-color: #efefef !important
}

.hvr\:c--Cgray5:hover,
.hvr\:c--Cgray5:focus {
    color: #efefef !important
}

.bg--Cgray6 {
    background-color: #c7c7c7 !important
}

.c--Cgray6 {
    color: #c7c7c7 !important
}

.hvr\:bg--Cgray6:hover,
.hvr\:bg--Cgray6:focus {
    background-color: #c7c7c7 !important
}

.hvr\:c--Cgray6:hover,
.hvr\:c--Cgray6:focus {
    color: #c7c7c7 !important
}

.bg--Cgray7 {
    background-color: #f5f5f5 !important
}

.c--Cgray7 {
    color: #f5f5f5 !important
}

.hvr\:bg--Cgray7:hover,
.hvr\:bg--Cgray7:focus {
    background-color: #f5f5f5 !important
}

.hvr\:c--Cgray7:hover,
.hvr\:c--Cgray7:focus {
    color: #f5f5f5 !important
}

.bg--Ccyan {
    background-color: #58dcc2 !important
}

.c--Ccyan {
    color: #58dcc2 !important
}

.hvr\:bg--Ccyan:hover,
.hvr\:bg--Ccyan:focus {
    background-color: #58dcc2 !important
}

.hvr\:c--Ccyan:hover,
.hvr\:c--Ccyan:focus {
    color: #58dcc2 !important
}

.bg--Clblue {
    background-color: #f0f8ff !important
}

.c--Clblue {
    color: #f0f8ff !important
}

.hvr\:bg--Clblue:hover,
.hvr\:bg--Clblue:focus {
    background-color: #f0f8ff !important
}

.hvr\:c--Clblue:hover,
.hvr\:c--Clblue:focus {
    color: #f0f8ff !important
}

.bg--Cgray8 {
    background-color: #e1e1d7 !important
}

.c--Cgray8 {
    color: #e1e1d7 !important
}

.hvr\:bg--Cgray8:hover,
.hvr\:bg--Cgray8:focus {
    background-color: #e1e1d7 !important
}

.hvr\:c--Cgray8:hover,
.hvr\:c--Cgray8:focus {
    color: #e1e1d7 !important
}

.bg--Cgray9 {
    background-color: #998582 !important
}

.c--Cgray9 {
    color: #998582 !important
}

.hvr\:bg--Cgray9:hover,
.hvr\:bg--Cgray9:focus {
    background-color: #998582 !important
}

.hvr\:c--Cgray9:hover,
.hvr\:c--Cgray9:focus {
    color: #998582 !important
}

.bg--facebook {
    background-color: #1877f2 !important
}

.c--facebook {
    color: #1877f2 !important
}

.hvr\:bg--facebook:hover,
.hvr\:bg--facebook:focus {
    background-color: #1877f2 !important
}

.hvr\:c--facebook:hover,
.hvr\:c--facebook:focus {
    color: #1877f2 !important
}

.bg--twitter {
    background-color: #1da1f2 !important
}

.c--twitter {
    color: #1da1f2 !important
}

.hvr\:bg--twitter:hover,
.hvr\:bg--twitter:focus {
    background-color: #1da1f2 !important
}

.hvr\:c--twitter:hover,
.hvr\:c--twitter:focus {
    color: #1da1f2 !important
}

.bg--linkedin {
    background-color: #007bb5 !important
}

.c--linkedin {
    color: #007bb5 !important
}

.hvr\:bg--linkedin:hover,
.hvr\:bg--linkedin:focus {
    background-color: #007bb5 !important
}

.hvr\:c--linkedin:hover,
.hvr\:c--linkedin:focus {
    color: #007bb5 !important
}

.bg--vimeo {
    background-color: #1ab7ea !important
}

.c--vimeo {
    color: #1ab7ea !important
}

.hvr\:bg--vimeo:hover,
.hvr\:bg--vimeo:focus {
    background-color: #1ab7ea !important
}

.hvr\:c--vimeo:hover,
.hvr\:c--vimeo:focus {
    color: #1ab7ea !important
}

.bg--youtube {
    background-color: red !important
}

.c--youtube {
    color: red !important
}

.hvr\:bg--youtube:hover,
.hvr\:bg--youtube:focus {
    background-color: red !important
}

.hvr\:c--youtube:hover,
.hvr\:c--youtube:focus {
    color: red !important
}

.bg--dribbble {
    background-color: #ea4c89 !important
}

.c--dribbble {
    color: #ea4c89 !important
}

.hvr\:bg--dribbble:hover,
.hvr\:bg--dribbble:focus {
    background-color: #ea4c89 !important
}

.hvr\:c--dribbble:hover,
.hvr\:c--dribbble:focus {
    color: #ea4c89 !important
}

.bg--whatsappgreen {
    background-color: #25d366 !important
}

.c--whatsappgreen {
    color: #25d366 !important
}

.hvr\:bg--whatsappgreen:hover,
.hvr\:bg--whatsappgreen:focus {
    background-color: #25d366 !important
}

.hvr\:c--whatsappgreen:hover,
.hvr\:c--whatsappgreen:focus {
    color: #25d366 !important
}

.bg--transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.c--transparent {
    color: rgba(0, 0, 0, 0) !important
}

.hvr\:bg--transparent:hover,
.hvr\:bg--transparent:focus {
    background-color: rgba(0, 0, 0, 0) !important
}

.hvr\:c--transparent:hover,
.hvr\:c--transparent:focus {
    color: rgba(0, 0, 0, 0) !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.border-0 {
    border: none !important
}

.f-wrap {
    flex-wrap: wrap
}

.f-direction {
    flex-direction: column
}

section {
    margin: 0 !important
}

ul {
    list-style: none
}

.b-0 {
    border: none !important
}

.min-heightX1 {
    min-height: max(5.7291666667vw, 5.5rem)
}

.m-0 {
    margin: 0 !important
}

.p-0.p-0.p-0.p-0 {
    padding: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

.pl-0.pl-0.pl-0 {
    padding-left: 0 !important
}

.ml-1 {
    margin-left: 1rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.ml-2 {
    margin-left: 2rem !important
}

.pl-2 {
    padding-left: 2rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.ml-4 {
    margin-left: 4rem !important
}

.pl-4 {
    padding-left: 4rem !important
}

.ml-5 {
    margin-left: 5rem !important
}

.pl-5 {
    padding-left: 5rem !important
}

.ml-6 {
    margin-left: 6rem !important
}

.pl-6 {
    padding-left: 6rem !important
}

.ml-7 {
    margin-left: 7rem !important
}

.pl-7 {
    padding-left: 7rem !important
}

.ml-8 {
    margin-left: 8rem !important
}

.pl-8 {
    padding-left: 8rem !important
}

.ml-9 {
    margin-left: 9rem !important
}

.pl-9 {
    padding-left: 9rem !important
}

.ml-10 {
    margin-left: 10rem !important
}

.pl-10 {
    padding-left: 10rem !important
}

.mr-auto {
    margin-right: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.pr-0.pr-0.pr-0 {
    padding-right: 0 !important
}

.mr-1 {
    margin-right: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.mr-2 {
    margin-right: 2rem !important
}

.pr-2 {
    padding-right: 2rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.mr-4 {
    margin-right: 4rem !important
}

.pr-4 {
    padding-right: 4rem !important
}

.mr-5 {
    margin-right: 5rem !important
}

.pr-5 {
    padding-right: 5rem !important
}

.mr-6 {
    margin-right: 6rem !important
}

.pr-6 {
    padding-right: 6rem !important
}

.mr-7 {
    margin-right: 7rem !important
}

.pr-7 {
    padding-right: 7rem !important
}

.mr-8 {
    margin-right: 8rem !important
}

.pr-8 {
    padding-right: 8rem !important
}

.mr-9 {
    margin-right: 9rem !important
}

.pr-9 {
    padding-right: 9rem !important
}

.mr-10 {
    margin-right: 10rem !important
}

.pr-10 {
    padding-right: 10rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.pt-0.pt-0.pt-0 {
    padding-top: 0 !important
}

.mt-1 {
    margin-top: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.pt-2 {
    padding-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.pt-4 {
    padding-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.pt-5 {
    padding-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.pt-6 {
    padding-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.pt-7 {
    padding-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.pt-8 {
    padding-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.pt-9 {
    padding-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.pt-10 {
    padding-top: 10rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0.pb-0.pb-0 {
    padding-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.pb-4 {
    padding-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.pb-5 {
    padding-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.pb-6 {
    padding-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.pb-7 {
    padding-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.pb-8 {
    padding-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.pb-9 {
    padding-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

.pb-10 {
    padding-bottom: 10rem !important
}

.bl-0 {
    border-left: none !important
}

.br-0 {
    border-right: none !important
}

.bt-0 {
    border-top: none !important
}

.bb-0 {
    border-bottom: none !important
}

.hvr\:b-0:hover {
    border-color: rgba(0, 0, 0, 0) !important
}

.ar-16\/9 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.ar-16\/9>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-16\/9>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-16\/9>*:not(img) {
    width: 100%;
    height: 100%
}

.ar-4\/3 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%
}

.ar-4\/3>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-4\/3>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-4\/3>*:not(img) {
    width: 100%;
    height: 100%
}

.ar-3\/4 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 133.33%
}

.ar-3\/4>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-3\/4>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-3\/4>*:not(img) {
    width: 100%;
    height: 100%
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.cfix {
    clear: both
}

.cfix::after {
    display: block;
    content: "";
    clear: both
}

.va-top {
    vertical-align: top
}

.va-middle {
    vertical-align: middle
}

.va-bottom {
    vertical-align: bottom
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.mw-100p {
    max-width: 100%
}

.w-100 {
    width: 100%;
    flex: 0 0 100%
}

.w-100p {
    width: 100%
}

.w-50p {
    width: 50%
}

.w-1\/2 {
    width: 48% !important;
    flex: 0 0 48% !important
}

.fullH {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.rounded {
    border-radius: 50%
}

.radius-0 {
    border-radius: 0 !important
}

.colspan-2 {
    max-width: 100%;
    grid-column: 1/-1
}

.posiR {
    position: relative
}

.posiA {
    position: absolute
}

.posi-left {
    left: 0
}

.posi-top {
    top: 0
}

.posi-bottom {
    bottom: 0
}

.posi-right {
    right: 0
}

.m-auto {
    margin: auto
}

.flow-rootx3>*+* {
    margin-top: .25rem
}

.flow-rootx2>*+* {
    margin-top: .5rem
}

.flow-rootx>*+* {
    margin-top: .75rem
}

.flow-root>*+* {
    margin-top: 1rem
}

.flow-rootX>*+* {
    margin-top: 1.25rem
}

.flow-rootX2>*+* {
    margin-top: 1.5rem
}

@media(max-width: 759px) {
    .flow-rootX2>*+* {
        margin-top: 1.25rem
    }
}

.flow-rootX3>*+* {
    margin-top: 1.75rem
}

@media(max-width: 1023px) {
    .flow-rootX3>*+* {
        margin-top: 1.25rem
    }
}

.flow-rootX4>*+* {
    margin-top: 2rem
}

@media(max-width: 1023px) {
    .flow-rootX4>*+* {
        margin-top: 1.25rem
    }
}

.flow-rootX5>*+* {
    margin-top: 2.5rem
}

@media(max-width: 1023px) {
    .flow-rootX5>*+* {
        margin-top: 1.25rem
    }
}

.flow-rootX6>*+* {
    margin-top: 2.75rem
}

@media(max-width: 1200px) {
    .flow-rootX6>*+* {
        margin-top: 1.5rem
    }
}

.flow-rootX7>*+* {
    margin-top: 3rem
}

@media(max-width: 1023px) {
    .flow-rootX7>*+* {
        margin-top: 2rem
    }
}

.flow-rootX8>*+* {
    margin-top: 3.5rem
}

@media(max-width: 1023px) {
    .flow-rootX8>*+* {
        margin-top: 2rem
    }
}

.flow-rootX9>*+* {
    margin-top: 4rem
}

@media(max-width: 1023px) {
    .flow-rootX9>*+* {
        margin-top: 2rem
    }
}

.flow-rootX10>*+* {
    margin-top: 6rem
}

@media(max-width: 1023px) {
    .flow-rootX10>*+* {
        margin-top: 2.5rem
    }
}

.inline-block {
    display: inline-block
}

.img-hover-zoom {
    overflow: hidden
}

.img-hover-zoom img {
    -webkit-transition: 6s linear;
    transition: 6s linear
}

.img-hover-zoom:hover img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.of-hidden {
    overflow: hidden
}

.of-auto {
    overflow: auto;
    margin-bottom: var(--spacer)
}

.filter--grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important
}

.grid-gap--0 {
    gap: 0 !important
}

.gap-0 {
    gap: 0vw
}

@media(max-width: 0) {
    .xs\:gap-0 {
        gap: 0vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-0 {
        gap: 0vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-0 {
        gap: 0vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-0 {
        gap: 0vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-0 {
        gap: 0vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-0 {
        gap: 0vw !important
    }
}

.row-gap-0 {
    row-gap: 0vw
}

@media(max-width: 0) {
    .xs\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-0 {
        row-gap: 0vw !important
    }
}

@media(max-width: 767px) {
    .gap-0 {
        gap: 0rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-0 {
        gap: 0rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-0 {
        row-gap: 0rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-0 {
        row-gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-0 {
        row-gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-0 {
        row-gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-0 {
        row-gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-0 {
        row-gap: 0rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-0 {
        row-gap: 0rem !important
    }
}

.gap-1 {
    gap: 0.833vw
}

@media(max-width: 0) {
    .xs\:gap-1 {
        gap: 0.833vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-1 {
        gap: 0.833vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-1 {
        gap: 0.833vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-1 {
        gap: 0.833vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-1 {
        gap: 0.833vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-1 {
        gap: 0.833vw !important
    }
}

.row-gap-1 {
    row-gap: 0.833vw
}

@media(max-width: 0) {
    .xs\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-1 {
        row-gap: 0.833vw !important
    }
}

@media(max-width: 767px) {
    .gap-1 {
        gap: 0.3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-1 {
        gap: 0.3rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-1 {
        row-gap: 0.3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-1 {
        row-gap: 0.3rem !important
    }
}

.gap-2 {
    gap: 1.666vw
}

@media(max-width: 0) {
    .xs\:gap-2 {
        gap: 1.666vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-2 {
        gap: 1.666vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-2 {
        gap: 1.666vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-2 {
        gap: 1.666vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-2 {
        gap: 1.666vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-2 {
        gap: 1.666vw !important
    }
}

.row-gap-2 {
    row-gap: 1.666vw
}

@media(max-width: 0) {
    .xs\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-2 {
        row-gap: 1.666vw !important
    }
}

@media(max-width: 767px) {
    .gap-2 {
        gap: 0.6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-2 {
        gap: 0.6rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-2 {
        row-gap: 0.6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-2 {
        row-gap: 0.6rem !important
    }
}

.gap-3 {
    gap: 2.499vw
}

@media(max-width: 0) {
    .xs\:gap-3 {
        gap: 2.499vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-3 {
        gap: 2.499vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-3 {
        gap: 2.499vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-3 {
        gap: 2.499vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-3 {
        gap: 2.499vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-3 {
        gap: 2.499vw !important
    }
}

.row-gap-3 {
    row-gap: 2.499vw
}

@media(max-width: 0) {
    .xs\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-3 {
        row-gap: 2.499vw !important
    }
}

@media(max-width: 767px) {
    .gap-3 {
        gap: 0.9rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-3 {
        gap: 0.9rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-3 {
        row-gap: 0.9rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-3 {
        row-gap: 0.9rem !important
    }
}

.gap-4 {
    gap: 3.332vw
}

@media(max-width: 0) {
    .xs\:gap-4 {
        gap: 3.332vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-4 {
        gap: 3.332vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-4 {
        gap: 3.332vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-4 {
        gap: 3.332vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-4 {
        gap: 3.332vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-4 {
        gap: 3.332vw !important
    }
}

.row-gap-4 {
    row-gap: 3.332vw
}

@media(max-width: 0) {
    .xs\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-4 {
        row-gap: 3.332vw !important
    }
}

@media(max-width: 767px) {
    .gap-4 {
        gap: 1.2rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-4 {
        gap: 1.2rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-4 {
        row-gap: 1.2rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-4 {
        row-gap: 1.2rem !important
    }
}

.gap-5 {
    gap: 4.165vw
}

@media(max-width: 0) {
    .xs\:gap-5 {
        gap: 4.165vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-5 {
        gap: 4.165vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-5 {
        gap: 4.165vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-5 {
        gap: 4.165vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-5 {
        gap: 4.165vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-5 {
        gap: 4.165vw !important
    }
}

.row-gap-5 {
    row-gap: 4.165vw
}

@media(max-width: 0) {
    .xs\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-5 {
        row-gap: 4.165vw !important
    }
}

@media(max-width: 767px) {
    .gap-5 {
        gap: 1.5rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-5 {
        gap: 1.5rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-5 {
        row-gap: 1.5rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-5 {
        row-gap: 1.5rem !important
    }
}

.gap-6 {
    gap: 4.998vw
}

@media(max-width: 0) {
    .xs\:gap-6 {
        gap: 4.998vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-6 {
        gap: 4.998vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-6 {
        gap: 4.998vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-6 {
        gap: 4.998vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-6 {
        gap: 4.998vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-6 {
        gap: 4.998vw !important
    }
}

.row-gap-6 {
    row-gap: 4.998vw
}

@media(max-width: 0) {
    .xs\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-6 {
        row-gap: 4.998vw !important
    }
}

@media(max-width: 767px) {
    .gap-6 {
        gap: 1.8rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-6 {
        gap: 1.8rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-6 {
        row-gap: 1.8rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-6 {
        row-gap: 1.8rem !important
    }
}

.gap-7 {
    gap: 5.831vw
}

@media(max-width: 0) {
    .xs\:gap-7 {
        gap: 5.831vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-7 {
        gap: 5.831vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-7 {
        gap: 5.831vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-7 {
        gap: 5.831vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-7 {
        gap: 5.831vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-7 {
        gap: 5.831vw !important
    }
}

.row-gap-7 {
    row-gap: 5.831vw
}

@media(max-width: 0) {
    .xs\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-7 {
        row-gap: 5.831vw !important
    }
}

@media(max-width: 767px) {
    .gap-7 {
        gap: 2.1rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-7 {
        gap: 2.1rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-7 {
        row-gap: 2.1rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-7 {
        row-gap: 2.1rem !important
    }
}

.gap-8 {
    gap: 6.664vw
}

@media(max-width: 0) {
    .xs\:gap-8 {
        gap: 6.664vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-8 {
        gap: 6.664vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-8 {
        gap: 6.664vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-8 {
        gap: 6.664vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-8 {
        gap: 6.664vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-8 {
        gap: 6.664vw !important
    }
}

.row-gap-8 {
    row-gap: 6.664vw
}

@media(max-width: 0) {
    .xs\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-8 {
        row-gap: 6.664vw !important
    }
}

@media(max-width: 767px) {
    .gap-8 {
        gap: 2.4rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-8 {
        gap: 2.4rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-8 {
        row-gap: 2.4rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-8 {
        row-gap: 2.4rem !important
    }
}

.gap-9 {
    gap: 7.497vw
}

@media(max-width: 0) {
    .xs\:gap-9 {
        gap: 7.497vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-9 {
        gap: 7.497vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-9 {
        gap: 7.497vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-9 {
        gap: 7.497vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-9 {
        gap: 7.497vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-9 {
        gap: 7.497vw !important
    }
}

.row-gap-9 {
    row-gap: 7.497vw
}

@media(max-width: 0) {
    .xs\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-9 {
        row-gap: 7.497vw !important
    }
}

@media(max-width: 767px) {
    .gap-9 {
        gap: 2.7rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-9 {
        gap: 2.7rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-9 {
        row-gap: 2.7rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-9 {
        row-gap: 2.7rem !important
    }
}

.gap-10 {
    gap: 8.33vw
}

@media(max-width: 0) {
    .xs\:gap-10 {
        gap: 8.33vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-10 {
        gap: 8.33vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-10 {
        gap: 8.33vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-10 {
        gap: 8.33vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-10 {
        gap: 8.33vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-10 {
        gap: 8.33vw !important
    }
}

.row-gap-10 {
    row-gap: 8.33vw
}

@media(max-width: 0) {
    .xs\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-10 {
        row-gap: 8.33vw !important
    }
}

@media(max-width: 767px) {
    .gap-10 {
        gap: 3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-10 {
        gap: 3rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-10 {
        row-gap: 3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-10 {
        row-gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-10 {
        row-gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-10 {
        row-gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-10 {
        row-gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-10 {
        row-gap: 3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-10 {
        row-gap: 3rem !important
    }
}

.gap-11 {
    gap: 9.163vw
}

@media(max-width: 0) {
    .xs\:gap-11 {
        gap: 9.163vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-11 {
        gap: 9.163vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-11 {
        gap: 9.163vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-11 {
        gap: 9.163vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-11 {
        gap: 9.163vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-11 {
        gap: 9.163vw !important
    }
}

.row-gap-11 {
    row-gap: 9.163vw
}

@media(max-width: 0) {
    .xs\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-11 {
        row-gap: 9.163vw !important
    }
}

@media(max-width: 767px) {
    .gap-11 {
        gap: 3.3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-11 {
        gap: 3.3rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-11 {
        row-gap: 3.3rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-11 {
        row-gap: 3.3rem !important
    }
}

.gap-12 {
    gap: 9.996vw
}

@media(max-width: 0) {
    .xs\:gap-12 {
        gap: 9.996vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-12 {
        gap: 9.996vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-12 {
        gap: 9.996vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-12 {
        gap: 9.996vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-12 {
        gap: 9.996vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-12 {
        gap: 9.996vw !important
    }
}

.row-gap-12 {
    row-gap: 9.996vw
}

@media(max-width: 0) {
    .xs\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-12 {
        row-gap: 9.996vw !important
    }
}

@media(max-width: 767px) {
    .gap-12 {
        gap: 3.6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-12 {
        gap: 3.6rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-12 {
        row-gap: 3.6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-12 {
        row-gap: 3.6rem !important
    }
}

.gap-13 {
    gap: 10.829vw
}

@media(max-width: 0) {
    .xs\:gap-13 {
        gap: 10.829vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-13 {
        gap: 10.829vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-13 {
        gap: 10.829vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-13 {
        gap: 10.829vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-13 {
        gap: 10.829vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-13 {
        gap: 10.829vw !important
    }
}

.row-gap-13 {
    row-gap: 10.829vw
}

@media(max-width: 0) {
    .xs\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-13 {
        row-gap: 10.829vw !important
    }
}

@media(max-width: 767px) {
    .gap-13 {
        gap: 3.9rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-13 {
        gap: 3.9rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-13 {
        row-gap: 3.9rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-13 {
        row-gap: 3.9rem !important
    }
}

.gap-14 {
    gap: 11.662vw
}

@media(max-width: 0) {
    .xs\:gap-14 {
        gap: 11.662vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-14 {
        gap: 11.662vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-14 {
        gap: 11.662vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-14 {
        gap: 11.662vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-14 {
        gap: 11.662vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-14 {
        gap: 11.662vw !important
    }
}

.row-gap-14 {
    row-gap: 11.662vw
}

@media(max-width: 0) {
    .xs\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-14 {
        row-gap: 11.662vw !important
    }
}

@media(max-width: 767px) {
    .gap-14 {
        gap: 4.2rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-14 {
        gap: 4.2rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-14 {
        row-gap: 4.2rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-14 {
        row-gap: 4.2rem !important
    }
}

.gap-15 {
    gap: 12.495vw
}

@media(max-width: 0) {
    .xs\:gap-15 {
        gap: 12.495vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-15 {
        gap: 12.495vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-15 {
        gap: 12.495vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-15 {
        gap: 12.495vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-15 {
        gap: 12.495vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-15 {
        gap: 12.495vw !important
    }
}

.row-gap-15 {
    row-gap: 12.495vw
}

@media(max-width: 0) {
    .xs\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-15 {
        row-gap: 12.495vw !important
    }
}

@media(max-width: 767px) {
    .gap-15 {
        gap: 4.5rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-15 {
        gap: 4.5rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-15 {
        row-gap: 4.5rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-15 {
        row-gap: 4.5rem !important
    }
}

.gap-16 {
    gap: 13.328vw
}

@media(max-width: 0) {
    .xs\:gap-16 {
        gap: 13.328vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-16 {
        gap: 13.328vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-16 {
        gap: 13.328vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-16 {
        gap: 13.328vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-16 {
        gap: 13.328vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-16 {
        gap: 13.328vw !important
    }
}

.row-gap-16 {
    row-gap: 13.328vw
}

@media(max-width: 0) {
    .xs\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-16 {
        row-gap: 13.328vw !important
    }
}

@media(max-width: 767px) {
    .gap-16 {
        gap: 4.8rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-16 {
        gap: 4.8rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-16 {
        row-gap: 4.8rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-16 {
        row-gap: 4.8rem !important
    }
}

.gap-17 {
    gap: 14.161vw
}

@media(max-width: 0) {
    .xs\:gap-17 {
        gap: 14.161vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-17 {
        gap: 14.161vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-17 {
        gap: 14.161vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-17 {
        gap: 14.161vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-17 {
        gap: 14.161vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-17 {
        gap: 14.161vw !important
    }
}

.row-gap-17 {
    row-gap: 14.161vw
}

@media(max-width: 0) {
    .xs\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-17 {
        row-gap: 14.161vw !important
    }
}

@media(max-width: 767px) {
    .gap-17 {
        gap: 5.1rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-17 {
        gap: 5.1rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-17 {
        row-gap: 5.1rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-17 {
        row-gap: 5.1rem !important
    }
}

.gap-18 {
    gap: 14.994vw
}

@media(max-width: 0) {
    .xs\:gap-18 {
        gap: 14.994vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-18 {
        gap: 14.994vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-18 {
        gap: 14.994vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-18 {
        gap: 14.994vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-18 {
        gap: 14.994vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-18 {
        gap: 14.994vw !important
    }
}

.row-gap-18 {
    row-gap: 14.994vw
}

@media(max-width: 0) {
    .xs\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-18 {
        row-gap: 14.994vw !important
    }
}

@media(max-width: 767px) {
    .gap-18 {
        gap: 5.4rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-18 {
        gap: 5.4rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-18 {
        row-gap: 5.4rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-18 {
        row-gap: 5.4rem !important
    }
}

.gap-19 {
    gap: 15.827vw
}

@media(max-width: 0) {
    .xs\:gap-19 {
        gap: 15.827vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-19 {
        gap: 15.827vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-19 {
        gap: 15.827vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-19 {
        gap: 15.827vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-19 {
        gap: 15.827vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-19 {
        gap: 15.827vw !important
    }
}

.row-gap-19 {
    row-gap: 15.827vw
}

@media(max-width: 0) {
    .xs\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-19 {
        row-gap: 15.827vw !important
    }
}

@media(max-width: 767px) {
    .gap-19 {
        gap: 5.7rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-19 {
        gap: 5.7rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-19 {
        row-gap: 5.7rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-19 {
        row-gap: 5.7rem !important
    }
}

.gap-20 {
    gap: 16.66vw
}

@media(max-width: 0) {
    .xs\:gap-20 {
        gap: 16.66vw !important
    }
}

@media(max-width: 675px) {
    .sm\:gap-20 {
        gap: 16.66vw !important
    }
}

@media(max-width: 767px) {
    .md\:gap-20 {
        gap: 16.66vw !important
    }
}

@media(max-width: 875px) {
    .md2\:gap-20 {
        gap: 16.66vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:gap-20 {
        gap: 16.66vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:gap-20 {
        gap: 16.66vw !important
    }
}

.row-gap-20 {
    row-gap: 16.66vw
}

@media(max-width: 0) {
    .xs\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 675px) {
    .sm\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 767px) {
    .md\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 875px) {
    .md2\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 1023px) {
    .lg\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 1280px) {
    .xl\:row-gap-20 {
        row-gap: 16.66vw !important
    }
}

@media(max-width: 767px) {
    .gap-20 {
        gap: 6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:gap-20 {
        gap: 6rem !important
    }
}

@media(max-width: 767px) {
    .row-gap-20 {
        row-gap: 6rem
    }
}

@media(max-width: 767px)and (max-width: 0) {
    .xs\:row-gap-20 {
        row-gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 675px) {
    .sm\:row-gap-20 {
        row-gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 767px) {
    .md\:row-gap-20 {
        row-gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 875px) {
    .md2\:row-gap-20 {
        row-gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1023px) {
    .lg\:row-gap-20 {
        row-gap: 6rem !important
    }
}

@media(max-width: 767px)and (max-width: 1280px) {
    .xl\:row-gap-20 {
        row-gap: 6rem !important
    }
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

.grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, 1fr) !important
    }
}

.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, 1fr) !important
    }
}

.grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, 1fr) !important
    }
}

.grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, 1fr) !important
    }
}

.grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, 1fr) !important
    }
}

.grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, 1fr) !important
    }
}

.grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, 1fr) !important
    }
}

.grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
}

@media(max-width: 0) {
    .xs\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, 1fr) !important
    }
}

.col-span-1 {
    grid-column: span 1/span 1
}

@media(max-width: 0) {
    .xs\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

@media(max-width: 675px) {
    .sm\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

@media(max-width: 767px) {
    .md\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

@media(max-width: 875px) {
    .md2\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

@media(max-width: 1023px) {
    .lg\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

@media(max-width: 1280px) {
    .xl\:col-span-1 {
        grid-column: span 1/span 1 !important
    }
}

.col-span-2 {
    grid-column: span 2/span 2
}

@media(max-width: 0) {
    .xs\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

@media(max-width: 675px) {
    .sm\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

@media(max-width: 767px) {
    .md\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

@media(max-width: 875px) {
    .md2\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

@media(max-width: 1023px) {
    .lg\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

@media(max-width: 1280px) {
    .xl\:col-span-2 {
        grid-column: span 2/span 2 !important
    }
}

.col-span-3 {
    grid-column: span 3/span 3
}

@media(max-width: 0) {
    .xs\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

@media(max-width: 675px) {
    .sm\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

@media(max-width: 767px) {
    .md\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

@media(max-width: 875px) {
    .md2\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

@media(max-width: 1023px) {
    .lg\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

@media(max-width: 1280px) {
    .xl\:col-span-3 {
        grid-column: span 3/span 3 !important
    }
}

.grid-cols-1fr-auto {
    grid-template-columns: 1fr auto
}

@media(max-width: 0) {
    .xs\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-1fr-auto {
        grid-template-columns: 1fr auto !important
    }
}

.grid-cols-auto-1fr {
    grid-template-columns: auto 1fr
}

@media(max-width: 0) {
    .xs\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-auto-1fr {
        grid-template-columns: auto 1fr !important
    }
}

.grid-cols-1fr-2fr {
    grid-template-columns: 1fr 2fr
}

@media(max-width: 0) {
    .xs\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-1fr-2fr {
        grid-template-columns: 1fr 2fr !important
    }
}

.grid-cols-2fr-1fr {
    grid-template-columns: 2fr 1fr
}

@media(max-width: 0) {
    .xs\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-2fr-1fr {
        grid-template-columns: 2fr 1fr !important
    }
}

.grid-cols-2fr-auto {
    grid-template-columns: 2fr auto
}

@media(max-width: 0) {
    .xs\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-2fr-auto {
        grid-template-columns: 2fr auto !important
    }
}

.grid-cols-auto-2fr {
    grid-template-columns: auto 2fr
}

@media(max-width: 0) {
    .xs\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-auto-2fr {
        grid-template-columns: auto 2fr !important
    }
}

.grid-cols-auto-auto {
    grid-template-columns: auto auto
}

@media(max-width: 0) {
    .xs\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-auto-auto {
        grid-template-columns: auto auto !important
    }
}

.grid-cols-auto-3 {
    grid-template-columns: auto auto auto
}

@media(max-width: 0) {
    .xs\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-auto-3 {
        grid-template-columns: auto auto auto !important
    }
}

.grid-cols-1fr-auto-1fr {
    grid-template-columns: 1fr auto 1fr
}

@media(max-width: 0) {
    .xs\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

@media(max-width: 675px) {
    .sm\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

@media(max-width: 767px) {
    .md\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

@media(max-width: 875px) {
    .md2\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

@media(max-width: 1023px) {
    .lg\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

@media(max-width: 1280px) {
    .xl\:grid-cols-1fr-auto-1fr {
        grid-template-columns: 1fr auto 1fr !important
    }
}

.justify-start {
    justify-content: flex-start
}

@media(max-width: 0) {
    .xs\:justify-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 767px) {
    .md\:justify-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-start {
        justify-content: flex-start !important
    }
}

.justify-center {
    justify-content: center
}

@media(max-width: 0) {
    .xs\:justify-center {
        justify-content: center !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-center {
        justify-content: center !important
    }
}

@media(max-width: 767px) {
    .md\:justify-center {
        justify-content: center !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-center {
        justify-content: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-center {
        justify-content: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-center {
        justify-content: center !important
    }
}

.justify-end {
    justify-content: flex-end
}

@media(max-width: 0) {
    .xs\:justify-end {
        justify-content: flex-end !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-end {
        justify-content: flex-end !important
    }
}

@media(max-width: 767px) {
    .md\:justify-end {
        justify-content: flex-end !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-end {
        justify-content: flex-end !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-end {
        justify-content: flex-end !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-end {
        justify-content: flex-end !important
    }
}

.justify-between {
    justify-content: space-between
}

@media(max-width: 0) {
    .xs\:justify-between {
        justify-content: space-between !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-between {
        justify-content: space-between !important
    }
}

@media(max-width: 767px) {
    .md\:justify-between {
        justify-content: space-between !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-between {
        justify-content: space-between !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-between {
        justify-content: space-between !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-between {
        justify-content: space-between !important
    }
}

.justify-around {
    justify-content: space-around
}

@media(max-width: 0) {
    .xs\:justify-around {
        justify-content: space-around !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-around {
        justify-content: space-around !important
    }
}

@media(max-width: 767px) {
    .md\:justify-around {
        justify-content: space-around !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-around {
        justify-content: space-around !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-around {
        justify-content: space-around !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-around {
        justify-content: space-around !important
    }
}

.justify-evenly {
    justify-content: space-evenly
}

@media(max-width: 0) {
    .xs\:justify-evenly {
        justify-content: space-evenly !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-evenly {
        justify-content: space-evenly !important
    }
}

@media(max-width: 767px) {
    .md\:justify-evenly {
        justify-content: space-evenly !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-evenly {
        justify-content: space-evenly !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-evenly {
        justify-content: space-evenly !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-evenly {
        justify-content: space-evenly !important
    }
}

.items-start {
    align-items: flex-start
}

@media(max-width: 0) {
    .xs\:items-start {
        align-items: flex-start !important
    }
}

@media(max-width: 675px) {
    .sm\:items-start {
        align-items: flex-start !important
    }
}

@media(max-width: 767px) {
    .md\:items-start {
        align-items: flex-start !important
    }
}

@media(max-width: 875px) {
    .md2\:items-start {
        align-items: flex-start !important
    }
}

@media(max-width: 1023px) {
    .lg\:items-start {
        align-items: flex-start !important
    }
}

@media(max-width: 1280px) {
    .xl\:items-start {
        align-items: flex-start !important
    }
}

.items-center {
    align-items: center
}

@media(max-width: 0) {
    .xs\:items-center {
        align-items: center !important
    }
}

@media(max-width: 675px) {
    .sm\:items-center {
        align-items: center !important
    }
}

@media(max-width: 767px) {
    .md\:items-center {
        align-items: center !important
    }
}

@media(max-width: 875px) {
    .md2\:items-center {
        align-items: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:items-center {
        align-items: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:items-center {
        align-items: center !important
    }
}

.items-end {
    align-items: flex-end
}

@media(max-width: 0) {
    .xs\:items-end {
        align-items: flex-end !important
    }
}

@media(max-width: 675px) {
    .sm\:items-end {
        align-items: flex-end !important
    }
}

@media(max-width: 767px) {
    .md\:items-end {
        align-items: flex-end !important
    }
}

@media(max-width: 875px) {
    .md2\:items-end {
        align-items: flex-end !important
    }
}

@media(max-width: 1023px) {
    .lg\:items-end {
        align-items: flex-end !important
    }
}

@media(max-width: 1280px) {
    .xl\:items-end {
        align-items: flex-end !important
    }
}

.items-stretch {
    align-items: stretch
}

@media(max-width: 0) {
    .xs\:items-stretch {
        align-items: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:items-stretch {
        align-items: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:items-stretch {
        align-items: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:items-stretch {
        align-items: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:items-stretch {
        align-items: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:items-stretch {
        align-items: stretch !important
    }
}

.items-baseline {
    align-items: baseline
}

@media(max-width: 0) {
    .xs\:items-baseline {
        align-items: baseline !important
    }
}

@media(max-width: 675px) {
    .sm\:items-baseline {
        align-items: baseline !important
    }
}

@media(max-width: 767px) {
    .md\:items-baseline {
        align-items: baseline !important
    }
}

@media(max-width: 875px) {
    .md2\:items-baseline {
        align-items: baseline !important
    }
}

@media(max-width: 1023px) {
    .lg\:items-baseline {
        align-items: baseline !important
    }
}

@media(max-width: 1280px) {
    .xl\:items-baseline {
        align-items: baseline !important
    }
}

.justify-items-start {
    justify-items: start
}

@media(max-width: 0) {
    .xs\:justify-items-start {
        justify-items: start !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-items-start {
        justify-items: start !important
    }
}

@media(max-width: 767px) {
    .md\:justify-items-start {
        justify-items: start !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-items-start {
        justify-items: start !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-items-start {
        justify-items: start !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-items-start {
        justify-items: start !important
    }
}

.justify-items-center {
    justify-items: center
}

@media(max-width: 0) {
    .xs\:justify-items-center {
        justify-items: center !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-items-center {
        justify-items: center !important
    }
}

@media(max-width: 767px) {
    .md\:justify-items-center {
        justify-items: center !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-items-center {
        justify-items: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-items-center {
        justify-items: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-items-center {
        justify-items: center !important
    }
}

.justify-items-end {
    justify-items: end
}

@media(max-width: 0) {
    .xs\:justify-items-end {
        justify-items: end !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-items-end {
        justify-items: end !important
    }
}

@media(max-width: 767px) {
    .md\:justify-items-end {
        justify-items: end !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-items-end {
        justify-items: end !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-items-end {
        justify-items: end !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-items-end {
        justify-items: end !important
    }
}

.justify-items-stretch {
    justify-items: stretch
}

@media(max-width: 0) {
    .xs\:justify-items-stretch {
        justify-items: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-items-stretch {
        justify-items: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:justify-items-stretch {
        justify-items: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-items-stretch {
        justify-items: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-items-stretch {
        justify-items: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-items-stretch {
        justify-items: stretch !important
    }
}

.content-start {
    align-content: flex-start
}

@media(max-width: 0) {
    .xs\:content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 675px) {
    .sm\:content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 767px) {
    .md\:content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 875px) {
    .md2\:content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-start {
        align-content: flex-start !important
    }
}

.place-content-start {
    align-content: flex-start
}

@media(max-width: 0) {
    .xs\:place-content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-start {
        align-content: flex-start !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-start {
        align-content: flex-start !important
    }
}

.content-center {
    align-content: center
}

@media(max-width: 0) {
    .xs\:content-center {
        align-content: center !important
    }
}

@media(max-width: 675px) {
    .sm\:content-center {
        align-content: center !important
    }
}

@media(max-width: 767px) {
    .md\:content-center {
        align-content: center !important
    }
}

@media(max-width: 875px) {
    .md2\:content-center {
        align-content: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-center {
        align-content: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-center {
        align-content: center !important
    }
}

.place-content-center {
    align-content: center
}

@media(max-width: 0) {
    .xs\:place-content-center {
        align-content: center !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-center {
        align-content: center !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-center {
        align-content: center !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-center {
        align-content: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-center {
        align-content: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-center {
        align-content: center !important
    }
}

.content-end {
    align-content: flex-end
}

@media(max-width: 0) {
    .xs\:content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 675px) {
    .sm\:content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 767px) {
    .md\:content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 875px) {
    .md2\:content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-end {
        align-content: flex-end !important
    }
}

.place-content-end {
    align-content: flex-end
}

@media(max-width: 0) {
    .xs\:place-content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-end {
        align-content: flex-end !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-end {
        align-content: flex-end !important
    }
}

.content-between {
    align-content: space-between
}

@media(max-width: 0) {
    .xs\:content-between {
        align-content: space-between !important
    }
}

@media(max-width: 675px) {
    .sm\:content-between {
        align-content: space-between !important
    }
}

@media(max-width: 767px) {
    .md\:content-between {
        align-content: space-between !important
    }
}

@media(max-width: 875px) {
    .md2\:content-between {
        align-content: space-between !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-between {
        align-content: space-between !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-between {
        align-content: space-between !important
    }
}

.place-content-between {
    align-content: space-between
}

@media(max-width: 0) {
    .xs\:place-content-between {
        align-content: space-between !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-between {
        align-content: space-between !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-between {
        align-content: space-between !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-between {
        align-content: space-between !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-between {
        align-content: space-between !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-between {
        align-content: space-between !important
    }
}

.content-around {
    align-content: space-around
}

@media(max-width: 0) {
    .xs\:content-around {
        align-content: space-around !important
    }
}

@media(max-width: 675px) {
    .sm\:content-around {
        align-content: space-around !important
    }
}

@media(max-width: 767px) {
    .md\:content-around {
        align-content: space-around !important
    }
}

@media(max-width: 875px) {
    .md2\:content-around {
        align-content: space-around !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-around {
        align-content: space-around !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-around {
        align-content: space-around !important
    }
}

.place-content-around {
    align-content: space-around
}

@media(max-width: 0) {
    .xs\:place-content-around {
        align-content: space-around !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-around {
        align-content: space-around !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-around {
        align-content: space-around !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-around {
        align-content: space-around !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-around {
        align-content: space-around !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-around {
        align-content: space-around !important
    }
}

.content-evenly {
    align-content: space-evenly
}

@media(max-width: 0) {
    .xs\:content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 675px) {
    .sm\:content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 767px) {
    .md\:content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 875px) {
    .md2\:content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-evenly {
        align-content: space-evenly !important
    }
}

.place-content-evenly {
    align-content: space-evenly
}

@media(max-width: 0) {
    .xs\:place-content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-evenly {
        align-content: space-evenly !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-evenly {
        align-content: space-evenly !important
    }
}

.content-stretch {
    align-content: stretch
}

@media(max-width: 0) {
    .xs\:content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:content-stretch {
        align-content: stretch !important
    }
}

.place-content-stretch {
    align-content: stretch
}

@media(max-width: 0) {
    .xs\:place-content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:place-content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:place-content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:place-content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-content-stretch {
        align-content: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-content-stretch {
        align-content: stretch !important
    }
}

.place-items-start {
    place-items: start
}

@media(max-width: 0) {
    .xs\:place-items-start {
        place-items: start !important
    }
}

@media(max-width: 675px) {
    .sm\:place-items-start {
        place-items: start !important
    }
}

@media(max-width: 767px) {
    .md\:place-items-start {
        place-items: start !important
    }
}

@media(max-width: 875px) {
    .md2\:place-items-start {
        place-items: start !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-items-start {
        place-items: start !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-items-start {
        place-items: start !important
    }
}

.place-items-center {
    place-items: center
}

@media(max-width: 0) {
    .xs\:place-items-center {
        place-items: center !important
    }
}

@media(max-width: 675px) {
    .sm\:place-items-center {
        place-items: center !important
    }
}

@media(max-width: 767px) {
    .md\:place-items-center {
        place-items: center !important
    }
}

@media(max-width: 875px) {
    .md2\:place-items-center {
        place-items: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-items-center {
        place-items: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-items-center {
        place-items: center !important
    }
}

.place-items-end {
    place-items: end
}

@media(max-width: 0) {
    .xs\:place-items-end {
        place-items: end !important
    }
}

@media(max-width: 675px) {
    .sm\:place-items-end {
        place-items: end !important
    }
}

@media(max-width: 767px) {
    .md\:place-items-end {
        place-items: end !important
    }
}

@media(max-width: 875px) {
    .md2\:place-items-end {
        place-items: end !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-items-end {
        place-items: end !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-items-end {
        place-items: end !important
    }
}

.place-items-stretch {
    place-items: stretch
}

@media(max-width: 0) {
    .xs\:place-items-stretch {
        place-items: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:place-items-stretch {
        place-items: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:place-items-stretch {
        place-items: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:place-items-stretch {
        place-items: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-items-stretch {
        place-items: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-items-stretch {
        place-items: stretch !important
    }
}

.place-items-between {
    place-items: space-between
}

@media(max-width: 0) {
    .xs\:place-items-between {
        place-items: space-between !important
    }
}

@media(max-width: 675px) {
    .sm\:place-items-between {
        place-items: space-between !important
    }
}

@media(max-width: 767px) {
    .md\:place-items-between {
        place-items: space-between !important
    }
}

@media(max-width: 875px) {
    .md2\:place-items-between {
        place-items: space-between !important
    }
}

@media(max-width: 1023px) {
    .lg\:place-items-between {
        place-items: space-between !important
    }
}

@media(max-width: 1280px) {
    .xl\:place-items-between {
        place-items: space-between !important
    }
}

.align-self-auto {
    align-self: auto
}

@media(max-width: 0) {
    .xs\:align-self-auto {
        align-self: auto !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-auto {
        align-self: auto !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-auto {
        align-self: auto !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-auto {
        align-self: auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-auto {
        align-self: auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-auto {
        align-self: auto !important
    }
}

.align-self-start {
    align-self: flex-start
}

@media(max-width: 0) {
    .xs\:align-self-start {
        align-self: flex-start !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-start {
        align-self: flex-start !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-start {
        align-self: flex-start !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-start {
        align-self: flex-start !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-start {
        align-self: flex-start !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-start {
        align-self: flex-start !important
    }
}

.align-self-center {
    align-self: center
}

@media(max-width: 0) {
    .xs\:align-self-center {
        align-self: center !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-center {
        align-self: center !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-center {
        align-self: center !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-center {
        align-self: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-center {
        align-self: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-center {
        align-self: center !important
    }
}

.align-self-end {
    align-self: flex-end
}

@media(max-width: 0) {
    .xs\:align-self-end {
        align-self: flex-end !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-end {
        align-self: flex-end !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-end {
        align-self: flex-end !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-end {
        align-self: flex-end !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-end {
        align-self: flex-end !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-end {
        align-self: flex-end !important
    }
}

.align-self-stretch {
    align-self: stretch
}

@media(max-width: 0) {
    .xs\:align-self-stretch {
        align-self: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-stretch {
        align-self: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-stretch {
        align-self: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-stretch {
        align-self: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-stretch {
        align-self: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-stretch {
        align-self: stretch !important
    }
}

.align-self-baseline {
    align-self: baseline
}

@media(max-width: 0) {
    .xs\:align-self-baseline {
        align-self: baseline !important
    }
}

@media(max-width: 675px) {
    .sm\:align-self-baseline {
        align-self: baseline !important
    }
}

@media(max-width: 767px) {
    .md\:align-self-baseline {
        align-self: baseline !important
    }
}

@media(max-width: 875px) {
    .md2\:align-self-baseline {
        align-self: baseline !important
    }
}

@media(max-width: 1023px) {
    .lg\:align-self-baseline {
        align-self: baseline !important
    }
}

@media(max-width: 1280px) {
    .xl\:align-self-baseline {
        align-self: baseline !important
    }
}

.justify-self-auto {
    justify-self: auto
}

@media(max-width: 0) {
    .xs\:justify-self-auto {
        justify-self: auto !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-self-auto {
        justify-self: auto !important
    }
}

@media(max-width: 767px) {
    .md\:justify-self-auto {
        justify-self: auto !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-self-auto {
        justify-self: auto !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-self-auto {
        justify-self: auto !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-self-auto {
        justify-self: auto !important
    }
}

.justify-self-start {
    justify-self: start
}

@media(max-width: 0) {
    .xs\:justify-self-start {
        justify-self: start !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-self-start {
        justify-self: start !important
    }
}

@media(max-width: 767px) {
    .md\:justify-self-start {
        justify-self: start !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-self-start {
        justify-self: start !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-self-start {
        justify-self: start !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-self-start {
        justify-self: start !important
    }
}

.justify-self-center {
    justify-self: center
}

@media(max-width: 0) {
    .xs\:justify-self-center {
        justify-self: center !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-self-center {
        justify-self: center !important
    }
}

@media(max-width: 767px) {
    .md\:justify-self-center {
        justify-self: center !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-self-center {
        justify-self: center !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-self-center {
        justify-self: center !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-self-center {
        justify-self: center !important
    }
}

.justify-self-end {
    justify-self: end
}

@media(max-width: 0) {
    .xs\:justify-self-end {
        justify-self: end !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-self-end {
        justify-self: end !important
    }
}

@media(max-width: 767px) {
    .md\:justify-self-end {
        justify-self: end !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-self-end {
        justify-self: end !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-self-end {
        justify-self: end !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-self-end {
        justify-self: end !important
    }
}

.justify-self-stretch {
    justify-self: stretch
}

@media(max-width: 0) {
    .xs\:justify-self-stretch {
        justify-self: stretch !important
    }
}

@media(max-width: 675px) {
    .sm\:justify-self-stretch {
        justify-self: stretch !important
    }
}

@media(max-width: 767px) {
    .md\:justify-self-stretch {
        justify-self: stretch !important
    }
}

@media(max-width: 875px) {
    .md2\:justify-self-stretch {
        justify-self: stretch !important
    }
}

@media(max-width: 1023px) {
    .lg\:justify-self-stretch {
        justify-self: stretch !important
    }
}

@media(max-width: 1280px) {
    .xl\:justify-self-stretch {
        justify-self: stretch !important
    }
}

.order-0 {
    order: 0
}

@media(max-width: 0) {
    .xs\:order-0 {
        order: 0 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-0 {
        order: 0 !important
    }
}

@media(max-width: 767px) {
    .md\:order-0 {
        order: 0 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-0 {
        order: 0 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-0 {
        order: 0 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-0 {
        order: 0 !important
    }
}

.order-1 {
    order: 1
}

@media(max-width: 0) {
    .xs\:order-1 {
        order: 1 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-1 {
        order: 1 !important
    }
}

@media(max-width: 767px) {
    .md\:order-1 {
        order: 1 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-1 {
        order: 1 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-1 {
        order: 1 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-1 {
        order: 1 !important
    }
}

.order-2 {
    order: 2
}

@media(max-width: 0) {
    .xs\:order-2 {
        order: 2 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-2 {
        order: 2 !important
    }
}

@media(max-width: 767px) {
    .md\:order-2 {
        order: 2 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-2 {
        order: 2 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-2 {
        order: 2 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-2 {
        order: 2 !important
    }
}

.order-3 {
    order: 3
}

@media(max-width: 0) {
    .xs\:order-3 {
        order: 3 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-3 {
        order: 3 !important
    }
}

@media(max-width: 767px) {
    .md\:order-3 {
        order: 3 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-3 {
        order: 3 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-3 {
        order: 3 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-3 {
        order: 3 !important
    }
}

.order-4 {
    order: 4
}

@media(max-width: 0) {
    .xs\:order-4 {
        order: 4 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-4 {
        order: 4 !important
    }
}

@media(max-width: 767px) {
    .md\:order-4 {
        order: 4 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-4 {
        order: 4 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-4 {
        order: 4 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-4 {
        order: 4 !important
    }
}

.order-5 {
    order: 5
}

@media(max-width: 0) {
    .xs\:order-5 {
        order: 5 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-5 {
        order: 5 !important
    }
}

@media(max-width: 767px) {
    .md\:order-5 {
        order: 5 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-5 {
        order: 5 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-5 {
        order: 5 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-5 {
        order: 5 !important
    }
}

.order-6 {
    order: 6
}

@media(max-width: 0) {
    .xs\:order-6 {
        order: 6 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-6 {
        order: 6 !important
    }
}

@media(max-width: 767px) {
    .md\:order-6 {
        order: 6 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-6 {
        order: 6 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-6 {
        order: 6 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-6 {
        order: 6 !important
    }
}

.order-7 {
    order: 7
}

@media(max-width: 0) {
    .xs\:order-7 {
        order: 7 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-7 {
        order: 7 !important
    }
}

@media(max-width: 767px) {
    .md\:order-7 {
        order: 7 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-7 {
        order: 7 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-7 {
        order: 7 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-7 {
        order: 7 !important
    }
}

.order-8 {
    order: 8
}

@media(max-width: 0) {
    .xs\:order-8 {
        order: 8 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-8 {
        order: 8 !important
    }
}

@media(max-width: 767px) {
    .md\:order-8 {
        order: 8 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-8 {
        order: 8 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-8 {
        order: 8 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-8 {
        order: 8 !important
    }
}

.order-9 {
    order: 9
}

@media(max-width: 0) {
    .xs\:order-9 {
        order: 9 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-9 {
        order: 9 !important
    }
}

@media(max-width: 767px) {
    .md\:order-9 {
        order: 9 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-9 {
        order: 9 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-9 {
        order: 9 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-9 {
        order: 9 !important
    }
}

.order-10 {
    order: 10
}

@media(max-width: 0) {
    .xs\:order-10 {
        order: 10 !important
    }
}

@media(max-width: 675px) {
    .sm\:order-10 {
        order: 10 !important
    }
}

@media(max-width: 767px) {
    .md\:order-10 {
        order: 10 !important
    }
}

@media(max-width: 875px) {
    .md2\:order-10 {
        order: 10 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order-10 {
        order: 10 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order-10 {
        order: 10 !important
    }
}

.order--1 {
    order: -1
}

@media(max-width: 0) {
    .xs\:order--1 {
        order: -1 !important
    }
}

@media(max-width: 675px) {
    .sm\:order--1 {
        order: -1 !important
    }
}

@media(max-width: 767px) {
    .md\:order--1 {
        order: -1 !important
    }
}

@media(max-width: 875px) {
    .md2\:order--1 {
        order: -1 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order--1 {
        order: -1 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order--1 {
        order: -1 !important
    }
}

.order--2 {
    order: -2
}

@media(max-width: 0) {
    .xs\:order--2 {
        order: -2 !important
    }
}

@media(max-width: 675px) {
    .sm\:order--2 {
        order: -2 !important
    }
}

@media(max-width: 767px) {
    .md\:order--2 {
        order: -2 !important
    }
}

@media(max-width: 875px) {
    .md2\:order--2 {
        order: -2 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order--2 {
        order: -2 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order--2 {
        order: -2 !important
    }
}

.order--3 {
    order: -3
}

@media(max-width: 0) {
    .xs\:order--3 {
        order: -3 !important
    }
}

@media(max-width: 675px) {
    .sm\:order--3 {
        order: -3 !important
    }
}

@media(max-width: 767px) {
    .md\:order--3 {
        order: -3 !important
    }
}

@media(max-width: 875px) {
    .md2\:order--3 {
        order: -3 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order--3 {
        order: -3 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order--3 {
        order: -3 !important
    }
}

.order--4 {
    order: -4
}

@media(max-width: 0) {
    .xs\:order--4 {
        order: -4 !important
    }
}

@media(max-width: 675px) {
    .sm\:order--4 {
        order: -4 !important
    }
}

@media(max-width: 767px) {
    .md\:order--4 {
        order: -4 !important
    }
}

@media(max-width: 875px) {
    .md2\:order--4 {
        order: -4 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order--4 {
        order: -4 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order--4 {
        order: -4 !important
    }
}

.order--5 {
    order: -5
}

@media(max-width: 0) {
    .xs\:order--5 {
        order: -5 !important
    }
}

@media(max-width: 675px) {
    .sm\:order--5 {
        order: -5 !important
    }
}

@media(max-width: 767px) {
    .md\:order--5 {
        order: -5 !important
    }
}

@media(max-width: 875px) {
    .md2\:order--5 {
        order: -5 !important
    }
}

@media(max-width: 1023px) {
    .lg\:order--5 {
        order: -5 !important
    }
}

@media(max-width: 1280px) {
    .xl\:order--5 {
        order: -5 !important
    }
}

.max-w-xs {
    max-width: 10.417vw
}

.max-w-sm {
    max-width: 20vw
}

.max-w-md {
    max-width: 23.333vw
}

.max-w-lg {
    max-width: 26.667vw
}

.max-w-lg2 {
    max-width: 34rem
}

.max-w-lg3 {
    max-width: 34rem
}

.max-w-lg4 {
    max-width: 40rem
}

.max-w-xl {
    max-width: 50rem
}

.max-w-xxl {
    max-width: 35vw
}

.max-w-2xl {
    max-width: 43vw
}

.max-w-2xxl {
    max-width: 49vw
}

.max-w-3xxl {
    max-width: 52vw
}

.max-w-3xl {
    max-width: 66vw
}

.max-w-max-cont {
    max-width: max-content
}

.max-w-full {
    max-width: 100%
}

.max-w-xs {
    max-width: 10.417vw
}

@media(max-width: 767px) {
    .max-w-xs {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-xs {
        max-width: 10.417vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-xs {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-xs {
        max-width: 10.417vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-xs {
        max-width: 100%
    }
}

.max-w-sm {
    max-width: 20vw
}

@media(max-width: 767px) {
    .max-w-sm {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-sm {
        max-width: 20vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-sm {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-sm {
        max-width: 20vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-sm {
        max-width: 100%
    }
}

.max-w-md {
    max-width: 23.333vw
}

@media(max-width: 767px) {
    .max-w-md {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-md {
        max-width: 23.333vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-md {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-md {
        max-width: 23.333vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-md {
        max-width: 100%
    }
}

.max-w-lg {
    max-width: 26.667vw
}

@media(max-width: 767px) {
    .max-w-lg {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-lg {
        max-width: 26.667vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-lg {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-lg {
        max-width: 26.667vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-lg {
        max-width: 100%
    }
}

.max-w-lg2 {
    max-width: 34rem
}

@media(max-width: 767px) {
    .max-w-lg2 {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-lg2 {
        max-width: 34rem
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-lg2 {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-lg2 {
        max-width: 34rem
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-lg2 {
        max-width: 100%
    }
}

.max-w-lg3 {
    max-width: 34rem
}

@media(max-width: 767px) {
    .max-w-lg3 {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-lg3 {
        max-width: 34rem
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-lg3 {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-lg3 {
        max-width: 34rem
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-lg3 {
        max-width: 100%
    }
}

.max-w-lg4 {
    max-width: 40rem
}

@media(max-width: 767px) {
    .max-w-lg4 {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-lg4 {
        max-width: 40rem
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-lg4 {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-lg4 {
        max-width: 40rem
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-lg4 {
        max-width: 100%
    }
}

.max-w-xl {
    max-width: 50rem
}

@media(max-width: 767px) {
    .max-w-xl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-xl {
        max-width: 50rem
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-xl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-xl {
        max-width: 50rem
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-xl {
        max-width: 100%
    }
}

.max-w-xxl {
    max-width: 35vw
}

@media(max-width: 767px) {
    .max-w-xxl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-xxl {
        max-width: 35vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-xxl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-xxl {
        max-width: 35vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-xxl {
        max-width: 100%
    }
}

.max-w-2xl {
    max-width: 43vw
}

@media(max-width: 767px) {
    .max-w-2xl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-2xl {
        max-width: 43vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-2xl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-2xl {
        max-width: 43vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-2xl {
        max-width: 100%
    }
}

.max-w-2xxl {
    max-width: 49vw
}

@media(max-width: 767px) {
    .max-w-2xxl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-2xxl {
        max-width: 49vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-2xxl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-2xxl {
        max-width: 49vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-2xxl {
        max-width: 100%
    }
}

.max-w-3xxl {
    max-width: 52vw
}

@media(max-width: 767px) {
    .max-w-3xxl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-3xxl {
        max-width: 52vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-3xxl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-3xxl {
        max-width: 52vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-3xxl {
        max-width: 100%
    }
}

.max-w-3xl {
    max-width: 66vw
}

@media(max-width: 767px) {
    .max-w-3xl {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-3xl {
        max-width: 66vw
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-3xl {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-3xl {
        max-width: 66vw
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-3xl {
        max-width: 100%
    }
}

.max-w-max-cont {
    max-width: max-content
}

@media(max-width: 767px) {
    .max-w-max-cont {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-max-cont {
        max-width: max-content
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-max-cont {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-max-cont {
        max-width: max-content
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-max-cont {
        max-width: 100%
    }
}

.max-w-full {
    max-width: 100%
}

@media(max-width: 767px) {
    .max-w-full {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .md\:max-w-full {
        max-width: 100%
    }
}

@media(max-width: 768px)and (max-width: 767px) {
    .md\:max-w-full {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .lg\:max-w-full {
        max-width: 100%
    }
}

@media(max-width: 1024px)and (max-width: 767px) {
    .lg\:max-w-full {
        max-width: 100%
    }
}

@media(min-width: 2560px) {
    .max-w-lg2 {
        max-width: 30vw !important
    }

    .xl4\:max-w-lg2 {
        max-width: 30vw
    }

    .max-w-xl {
        max-width: 38vw !important
    }

    .xl4\:max-w-xl {
        max-width: 38vw
    }
}

.aspect-12-9 {
    position: relative
}

.aspect-12-9::before {
    content: "";
    display: block;
    padding-top: calc(9 / 12 * 100%)
}

.aspect-12-9>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.aspect-16-9 {
    position: relative
}

.aspect-16-9::before {
    content: "";
    display: block;
    padding-top: calc(9 / 16 * 100%)
}

.aspect-16-9>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.aspect-4-3 {
    position: relative
}

.aspect-4-3::before {
    content: "";
    display: block;
    padding-top: calc(3 / 4 * 100%)
}

.aspect-4-3>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.aspect-1-1 {
    position: relative
}

.aspect-1-1::before {
    content: "";
    display: block;
    padding-top: calc(1 / 1 * 100%)
}

.aspect-1-1>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.c2as {
    display: grid;
    grid-gap: .5em;
    gap: .5em
}

@media(min-width: 576px) {
    .c2as {
        display: inline-grid;
        grid-auto-flow: column
    }
}

.arrow-circle {
    width: max(6vw, 6rem);
    height: max(6vw, 6rem);
    border: 2px solid #fff;
    display: grid;
    place-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: border var(--animation-slow), transform var(--animation-slow)
}

.arrow-circle svg {
    width: max(3.4vw, 3.4rem);
    height: max(3.4vw, 3.4rem);
    fill: #fff;
    transform: rotate(-45deg)
}

.arrow-circle svg .path-1,
.arrow-circle svg .path-2 {
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1)
}

.arrow-circle svg .path-2 {
    transform: translate(-150%)
}

.arrow-circle .btn-fill {
    position: absolute;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    top: -50%;
    left: -25%;
    transform: translate3d(0, -76%, 0);
    will-change: transform;
    transition: background-color var(--animation-slow);
    z-index: -1
}

.arrow-circle:hover {
    transform: scale(1.1)
}

.arrow-circle:hover .circle-bg {
    transform: translate(-20%, -20%)
}

.arrow-circle:hover svg .path-1 {
    transform: translate(150%)
}

.arrow-circle:hover svg .path-2 {
    transform: translate(0%)
}

.arrow-circle.version\:minimal {
    --c2a-fs: 0.9rem;
    --btn-size: 0.4em 1.4em;
    width: max(2vw, 2rem);
    height: max(2vw, 2rem);
    border: 1px solid #000
}

.arrow-circle.version\:minimal svg {
    width: max(1.2vw, 1.2rem);
    height: max(1.2vw, 1.2rem);
    fill: #000
}

@media(min-width: 2560px) {
    .c2a {
        --c2a-fs: max(1vw, 1rem)
    }
}

.c2a.outline {
    border-color: currentColor
}

.c2a.outline:hover,
.c2a.outline:focus {
    border-color: rgba(0, 0, 0, 0)
}

.c2a.hvr\:outline:hover,
.c2a.hvr\:outline:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: currentColor
}

.c2a.size\:minimal {
    --c2a-fs: 0.9rem;
    --btn-size: 0.4em 1.4em
}

.c2a.padding\:minimal {
    padding: 0
}

.c2a.size\:expandedX {
    --c2a-fs: 1.15rem;
    --btn-size: 0.7em 2em
}

.c2a.radius\:expandedx {
    --c2a-radius: 0.2em
}

.c2a.radius\:expandedX {
    --c2a-radius: 1.2em
}

.c2a.radius\:expandedX2 {
    --c2a-radius: 2.2em
}

.c2a.case\:up {
    --c2a-fs: 0.88rem
}

.c2a,
.c2a-arw {
    border-bottom: max(0.0520833333vw, 0.05rem) solid #fff;
    padding: max(0.2083333333vw, 0.2rem) 0;
    background-size: 220% 100%;
    background-position: 100% 50%;
    background-image: linear-gradient(to right, #0035f5 45%, #000 55%);
    color: rgba(0, 0, 0, 0) !important;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    font-size: max(1.0416666667vw, 1rem);
    display: table;
    border-color: #000;
    max-width: max-content;
    transition: background-position var(--animation-default)
}

@media(max-width: 1200px) {

    .c2a,
    .c2a-arw {
        white-space: nowrap
    }
}

@media(max-width: 767px) {

    .c2a,
    .c2a-arw {
        font-size: 1.2rem
    }
}

.c2a svg,
.c2a img,
.c2a-arw svg,
.c2a-arw img {
    width: max(1.40625vw, 1.35rem);
    height: max(1.40625vw, 1.35rem);
    transition: transform var(--animation-default);
    fill: #000
}

.c2a span>svg,
.c2a-arw span>svg {
    display: block
}

.c2a:hover,
.c2a-arw:hover {
    background-position: 0% 50%;
    border-color: #0035f5
}

.c2a:hover img,
.c2a:hover svg,
.c2a-arw:hover img,
.c2a-arw:hover svg {
    transform: rotate(45deg);
    fill: #0035f5 !important
}

.c2a:hover span,
.c2a-arw:hover span {
    position: relative;
    z-index: 1
}

.c2a.justify\:between,
.c2a-arw.justify\:between {
    justify-content: space-between
}

.c2a.justify\:around,
.c2a-arw.justify\:around {
    justify-content: space-around
}

.c2a-org {
    background-image: linear-gradient(to right, #e56d32 45%, #fff 55%);
    border-color: #fff
}

.c2a-org svg {
    fill: #fff
}

.c2a-org:hover {
    background-position: 0% 50%;
    border-color: #e56d32
}

.c2a-org:hover svg {
    transform: rotate(45deg);
    fill: #e56d32 !important
}

.c2a-v2 {
    padding: max(0.625vw, 0.6rem) max(0.8333333333vw, 0.8rem);
    display: inline-flex;
    font-size: max(1.1458333333vw, 1.1rem);
    align-items: center;
    gap: max(0.5208333333vw, 0.5rem)
}

.c2a-v2 svg {
    width: max(1.3020833333vw, 1.25rem);
    height: max(1.3020833333vw, 1.25rem);
    transition: all .3s ease-out
}

.c2a-v2:hover {
    background: #0035f5 !important;
    color: #fff !important
}

.c2a-v2:hover svg {
    transform: rotate(45deg);
    fill: #fff !important
}

.c2a-v2.outline {
    border-color: currentColor
}

.c2a-v2.outline:hover,
.c2a-v2.outline:focus {
    border-color: rgba(0, 0, 0, 0)
}

.c2a-v2.hvr\:outline:hover,
.c2a-v2.hvr\:outline:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: currentColor
}

.c2a-v2.size\:minimal {
    --c2a-fs: 0.9rem;
    --btn-size: 0.4em 1.4em
}

.c2a-v2.size\:expandedX {
    --c2a-fs: 1.15rem;
    --btn-size: 0.7em 2em
}

.c2a-v2.radius\:expandedx {
    --c2a-radius: 0.2em
}

.c2a-v2.radius\:expandedX {
    --c2a-radius: 1.2em
}

.c2a-v2.radius\:expandedX2 {
    --c2a-radius: 2.2em
}

.c2a-v2.case\:up {
    --c2a-fs: 0.88rem
}

.c2a-arw--TR {
    --ico-size: 1.5em
}

.c2a-arw--TR:hover svg {
    transform: translate(0.3em, -0.3em)
}

.c2a-arw--left:hover svg {
    transform: translateX(-10px)
}

.c2a--inline {
    grid-auto-flow: column
}

.c2a-arw--on-hvr svg {
    opacity: 0
}

.c2a-arw--on-hvr:hover svg {
    opacity: 1
}

.c2a-parent:hover .c2a-arw svg {
    opacity: 1;
    transform: translateX(10px)
}

.c2a-parent:hover .c2a-arw--left svg {
    opacity: 1;
    transform: translateX(-10px)
}

.c2a-parent:hover .c2a-arw--TR svg {
    transform: translate(0.3em, -0.3em)
}

.ico-rounded {
    width: 1.6em;
    height: 1.6em;
    padding: .45em .35em .45em .55em;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.ico-rounded svg {
    width: auto
}

.c2a-underline {
    display: inline-block;
    font-size: var(--c2a-fs);
    line-height: 1;
    padding-bottom: .4em;
    position: relative
}

.c2a-underline::before,
.c2a-underline::after {
    content: "";
    position: absolute;
    bottom: 1px;
    height: 1px;
    background-color: currentColor;
    overflow: hidden;
    transition: .3s
}

.c2a-underline::before {
    width: 100%;
    left: 0
}

.c2a-underline::after {
    width: 0;
    right: 0
}

.c2a-underline:hover::before {
    width: 0;
    left: auto;
    right: 0
}

.c2a-underline:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transition-delay: .35s
}

.c2a-video {
    width: 3rem;
    display: inline-block
}

.c2a-text {
    position: relative;
    display: inline-block
}

.c2a-text:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s
}

.c2a-text:hover:after {
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: .3s
}

@media(max-width: 575px) {
    .c2a-underline {
        --c2a-fs: 18px
    }
}

a.Quote-btn {
    padding: max(0.5208333333vw, 0.5rem) max(1.3541666667vw, 1.3rem);
    border-radius: 4px;
    padding-right: max(0.6770833333vw, 0.65rem);
    color: #fff;
    font-size: max(0.9375vw, 0.9rem);
    line-height: 1.4;
    max-width: max-content;
    position: relative;
    height: max(2.7083333333vw, 2.6rem);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .5s ease-out
}

a.Quote-btn span.text {
    transform: translate(0px, 0vw);
    transition: .3s cubic-bezier(0.1, 0.1, 0.5, 1.4);
    height: max(2.7083333333vw, 2.6rem);
    display: flex;
    align-items: center;
    position: relative
}

a.Quote-btn span.text:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: -100%;
    height: max(2.7083333333vw, 2.6rem);
    display: flex;
    align-items: center
}

a.Quote-btn:hover {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #e31837
}

a.Quote-btn:hover span.text {
    transform: translate(0px, 100%)
}

a.Quote-btn:hover span.icon {
    border: 1px solid #e31837
}

a.Quote-btn span.icon {
    width: 1.667vw;
    height: 1.667vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-left: 26px
}

a.Quote-btn span.icon img {
    width: .781vw
}

.form-style {
    --frmBorder: #868686;
    --frmFieldClr: #2c2c2c;
    --initHeight: 8em;
    --borderRadius: 6rem;
    --frmFocusBorder: #fff;
    --hasColor: #54D5FD;
    font-size: .88rem
}

.form-style.white__theme {
    --frmFocusBorder: #fff;
    --frmErrClr: #fdd008
}

.form-style .form-element {
    position: relative;
    margin-bottom: max(1.5vw, 1.5rem)
}

.form-style .form-element.has-value .form-field,
.form-style .form-element.has-value .form-select {
    border-color: var(--hasColor)
}

.form-style .form-element.has-value label {
    color: var(--hasColor);
    font-size: max(.7vw, .7rem);
    top: -3px;
    opacity: 1
}

.form-style .form-label {
    position: absolute;
    top: 1em;
    left: 0;
    pointer-events: none;
    line-height: normal;
    font-size: max(1.2vw, 1.2rem);
    color: #fff;
    will-change: top, font-size;
    transition: .2s ease
}

.form-style .form-field {
    width: 100%;
    background-color: var(--frmFieldBgClr, transparent);
    color: var(--frmFieldClr);
    font-size: inherit;
    border-radius: 0;
    line-height: normal;
    resize: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: max(1.2vw, 1.2rem)
}

.form-style .form-field:not(.with-placeholder) {
    padding: max(1.2vw, 1.2rem) 0
}

.form-style .form-field.with-placeholder {
    padding: max(1.2vw, 1.2rem) 0
}

.form-style .form-field:focus {
    border-color: var(--frmFocusBorder, #bfcff0)
}

.form-style .form-select::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 1rem;
    top: 38%;
    transform: rotate(45deg);
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    pointer-events: none
}

.form-style .form-select.focus .form-field {
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff
}

.form-style .form-select.focus::after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.form-style .form-select.focus .form-label {
    color: #fff
}

.form-style .form-checkbox label {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .8em;
    cursor: pointer;
    line-height: normal;
    color: #fff
}

.form-style .form-checkbox .checkmark {
    height: 1.2em;
    width: 1.2em;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--frmBorderClr, #fff);
    position: relative
}

.form-style .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: .21em;
    left: .19em;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg)
}

.form-style .form-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.form-style .form-checkbox input:checked~.checkmark {
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1)
}

.form-style .form-checkbox input:checked~.checkmark::after {
    width: .7em;
    height: .4em;
    border-color: #fff
}

.form-style-2 {
    --frmBorder: #cdcdcd;
    --frmFieldClr: #323232;
    --initHeight: 8em;
    font-size: .88rem
}

.form-style-2.white__theme {
    --frmFocusBorder: #fff
}

.form-style-2 .form-label {
    position: absolute;
    top: 1.2em;
    left: 2.4em;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(16px, 0.9375vw, 18px);
    pointer-events: none;
    line-height: normal;
    will-change: top, font-size;
    transition: .2s ease
}

.form-style-2 .form-field {
    width: 100%;
    background-color: var(--frmFieldBgClr, transparent);
    color: var(--frmFieldClr);
    font-size: inherit;
    border-radius: 5rem;
    line-height: normal;
    resize: none;
    border: 2px solid var(--frmBorder)
}

.form-style-2 .form-field:not(.with-placeholder) {
    padding: 2em var(--padding-right, 4.2em) .6em 2em
}

.form-style-2 .form-field:focus {
    border-color: var(--frmFocusBorder, #000)
}

.form-style .form-icon {
    margin-top: .75em;
    margin-right: .5em
}

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
    opacity: 1 !important;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: var(--frmFieldClr) !important
}

.form-style input:-webkit-autofill~.form-label,
.form-style input:-webkit-autofill:hover~.form-label,
.form-style input:-webkit-autofill:focus~.form-label,
.form-style textarea:-webkit-autofill~.form-label,
.form-style textarea:-webkit-autofill:hover~.form-label,
.form-style textarea:-webkit-autofill:focus~.form-label,
.form-style select:-webkit-autofill~.form-label,
.form-style select:-webkit-autofill:hover~.form-label,
.form-style select:-webkit-autofill:focus~.form-label {
    top: .72em;
    font-size: 13px;
    opacity: .7 !important
}

.form-style input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

i.error {
    width: 100%;
    flex-basis: 100%;
    display: block;
    font-style: normal;
    font-size: 80%;
    color: var(--frmErrClr, #d81212);
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    padding-top: max(0.2083333333vw, 0.2rem)
}

.iti {
    width: 100%;
    border-radius: inherit
}

:root {
    --nospacer: 0;
    --spacer: max(5vw, 5rem);
    --spacerHalf: calc(var(--spacer) / 2);
    --footer-offset: 115px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    --animation-slow: 0.4s ease-in;
    --animation-default: 0.8s cubic-bezier(0.425, 0, 0, 1)
}

:root::-webkit-scrollbar {
    width: 0 !important
}

[class^=main][class$=-container] {
    width: 100%;
    max-width: calc(var(--mwidth)*var(--pp-adjust, 1) + 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 980px) {
    .mainx3-container {
        --mwidth: 550px
    }
}

@media(min-width: 1200px) {
    :root {
        --mwidth: 90vw
    }

    .mainx2-container {
        --mwidth: 920px
    }

    .mainx-container {
        --mwidth: 60vw
    }
}

@media(min-width: 1367px) {
    :root {
        --mwidth: 1340px
    }

    .mainx2-container {
        --mwidth: 1140px
    }

    .mainx3-container {
        --mwidth: 780px
    }
}

@media(min-width: 1800px) {
    :root {
        --mwidth: 1500px
    }

    .max-container {
        --mwidth: 88.542vw
    }

    .mainX2-container,
    .mainX-container {
        --mwidth: 88.542vw
    }

    .mainX2-container {
        --mwidth: 88.542vw
    }

    .mainX-container {
        --mwidth: 88.542vw
    }

    .mainx-container {
        --mwidth: 62vw
    }
}

@media(min-width: 1920px) {
    :root {
        --mwidth: 80vw
    }

    .mainx2-container {
        --mwidth: 60vw
    }

    .mainx3-container {
        --mwidth: 45vw
    }
}

section[class*=bg--],
footer[class*=bg--] {
    padding-top: var(--spacer);
    padding-bottom: var(--spacer)
}

section[class*=bg--]:not([class*=mb-0]) {
    margin-bottom: var(--spacer)
}

main>*+*:not([class*=bg--]):not([class*=pb-0]) {
    padding-bottom: var(--spacer)
}

.inline-block {
    display: inline-block
}

@media(max-width: 767px) {

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5,
    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10 {
        width: 100% !important
    }
}

[data-lenis-prevent] {
    overscroll-behavior: contain
}

.body-hide,
.lity-active {
    overflow: hidden;
    height: 100vh !important
}

.body-hide body,
.lity-active body {
    overflow: hidden;
    height: 100vh !important
}

body.menu-hover header .sub-menu::after {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    left: -25vw;
    right: -25vw;
    top: 0;
    pointer-events: none;
    height: 100vh;
    z-index: -11;
    background-color: #000;
    opacity: .8
}

.quote {
    overflow: hidden
}

.split-parent {
    overflow: hidden
}

html,
body {
    color: #000;
    font-family: "Archivo", sans-serif;
    scroll-behavior: smooth;
    line-height: 1.3;
    font-size: max(0.9375vw, 0.9rem)
}

@media(max-width: 1023px) {

    html,
    body {
        font-size: 1rem
    }
}

.marquee-group {
    position: relative
}

.marquee-group .marquee {
    position: relative
}

.marquee-group .marquee .marquee-scroll {
    position: relative;
    display: flex;
    width: 140%;
    margin-left: -20%;
    gap: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 1367px) {
    .marquee-group .marquee .marquee-scroll {
        gap: 60px
    }
}

.marquee-group .marquee .marquee-content {
    position: relative;
    display: flex;
    gap: max(2.6041666667vw, 2.5rem);
    align-items: center
}

@media(max-width: 1367px) {
    .marquee-group .marquee .marquee-content {
        gap: 60px
    }
}

.marquee-group .marquee .marquee-item {
    flex: 0 0 max(2.6041666667vw, 2.5rem);
    display: grid;
    place-content: center
}

@media(max-width: 675px) {
    .marquee-group .marquee .marquee-item {
        flex: 0 0 5rem
    }
}

@media(max-width: 675px) {
    .hide-on-mobP {
        display: none !important
    }
}

@media(min-width: 676px) {
    .show-on-mobP {
        display: none !important
    }
}

@media(max-width: 767px) {
    .hide-on-mobL {
        display: none !important
    }
}

@media(min-width: 768px) {
    .show-on-mobL {
        display: none !important
    }
}

@media(min-width: 576px) {
    .hide-upto-mobL {
        display: none !important
    }
}

@media(min-width: 1024px) {
    .show-on-tabP {
        display: none !important
    }
}

@media(max-width: 1023px) {
    .hide-on-tabP {
        display: none !important
    }
}

@media(max-width: 1199px) {
    .show-on-desktop {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hide-on-desktop {
        display: none !important
    }
}

figure {
    overflow: hidden
}

.ar-landscape {
    padding-bottom: 56.25%;
    height: 0;
    position: relative
}

.ar-vetical {
    padding-bottom: 100%;
    height: 0;
    position: relative
}

.ar-minX {
    padding-bottom: 30.25%;
    height: 0;
    position: relative
}

.ar-maxX {
    padding-bottom: 45.25%;
    height: 0;
    position: relative
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3215686275);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

header {
    border-bottom: max(0.0520833333vw, 0.05rem) solid rgba(255, 255, 255, .2196078431);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    header {
        border-bottom: 0
    }
}

header:before {
    content: "";
    width: 100%;
    height: calc(max(1.9791666667vw, 1.9rem)*2.8);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 18%, rgb(0, 0, 0) 112%);
    z-index: -1
}

header .sec1 {
    width: 100%
}

header .logo-sec svg {
    width: max(7.8125vw, 7.5rem);
    height: auto;
    fill: #fff
}

@media(max-width: 1499px) {
    header .logo-sec svg {
        width: 9rem
    }
}

@media(max-width: 767px) {
    header .logo-sec {
        padding: 10px 0
    }
}

@media(max-width: 767px) {
    header nav.sec1 {
        justify-content: end !important
    }
}

header ul.menu>li {
    padding-inline: max(0.78125vw, 0.75rem)
}

header ul.menu>li>a {
    background-image: linear-gradient(to right, #e56d32 45%, #fff 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    color: rgba(0, 0, 0, 0) !important;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: max(1.9791666667vw, 1.9rem) 0;
    transition: all var(--animation-default)
}

@media(min-width: 768px)and (max-width: 1023px) {
    header ul.menu>li>a {
        font-size: 1rem
    }
}

header ul.menu>li>a figure {
    transform: rotate(90deg);
    margin-left: max(0.78125vw, 0.75rem);
    transition: all var(--animation-default)
}

header ul.menu>li>a svg {
    transform: rotate(50deg);
    margin-left: max(0.5208333333vw, 0.5rem);
    transition: all var(--animation-default);
    width: max(0.8333333333vw, 0.8rem);
    height: max(0.8333333333vw, 0.8rem);
    transition: all var(--animation-default);
    margin-top: max(0.2083333333vw, 0.2rem)
}

header ul.menu>li>a svg path {
    fill: #fff
}

@media(min-width: 768px) {
    header ul.menu>li>a:hover {
        background-position: 0% 50%
    }

    header ul.menu>li>a:hover svg {
        transform: rotate(0deg)
    }

    header ul.menu>li>a:hover svg path {
        fill: #e56d32
    }
}

header ul.menu>li>a.mobile-acc.mob-active+.sub-menu {
    display: block !important
}

@media(min-width: 768px) {
    header ul.menu>li:hover .sub-menu {
        display: block
    }
}

header ul.talk-btn-sec img {
    width: max(1.5625vw, 1.5rem);
    height: max(1.5625vw, 1.5rem);
    filter: brightness(0) invert(1)
}

header ul.talk-btn-sec li {
    position: relative;
    cursor: pointer
}

header ul.talk-btn-sec li ul.sub-itmes {
    position: absolute;
    background: #fff;
    right: 0;
    top: max(3.6458333333vw, 3.5rem);
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 35px);
    transition: all var(--animation-default);
    font-size: max(0.9375vw, 0.9rem);
    display: flex
}

@media(max-width: 767px) {
    header ul.talk-btn-sec li ul.sub-itmes {
        bottom: 50px;
        top: auto !important;
        right: 0;
        transform: translate(0px, 0px);
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02)
    }
}

header ul.talk-btn-sec li ul.sub-itmes li {
    padding: max(0.5208333333vw, 0.5rem) max(0.78125vw, 0.75rem);
    transition: background-color var(--animation-default)
}

header ul.talk-btn-sec li ul.sub-itmes li:hover {
    background-color: #0035f5;
    color: #fff
}

header ul.talk-btn-sec li ul.sub-itmes li:not(:last-child) {
    border-right: 1px solid #e9e9e9
}

header ul.talk-btn-sec li ul.sub-itmes li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color var(--animation-default);
    background-image: none !important
}

header ul.talk-btn-sec li ul.sub-itmes li a:hover svg {
    transform: translate(10px, 0px)
}

header ul.talk-btn-sec li ul.sub-itmes li a:hover svg path {
    fill: #0035f5
}

header ul.talk-btn-sec li ul.sub-itmes li a svg {
    transition: transform var(--animation-default);
    width: max(0.78125vw, 0.75rem);
    height: auto
}

header ul.talk-btn-sec li ul.sub-itmes li a svg path {
    fill: #000
}

header ul.talk-btn-sec li ul.sub-itmes.show-items {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px)
}

header ul.talk-btn-sec li.glob-btn svg {
    width: max(1.5625vw, 1.5rem);
    height: auto
}

@media(max-width: 767px) {
    header ul.talk-btn-sec li.glob-btn svg {
        width: 2rem
    }
}

header ul.talk-btn-sec li.glob-btn svg path {
    fill: #fff
}

header .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none
}

@media(max-width: 767px) {
    header .sub-menu {
        position: relative;
        top: 0
    }
}

header .sub-menu:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100vh;
    z-index: -1;
    opacity: .53;
    pointer-events: none
}

@media(max-width: 767px) {
    header .sub-menu:after {
        display: none
    }
}

header .sub-menu .right-side {
    position: relative;
    max-width: max(18.2291666667vw, 17.5rem);
    display: grid;
    align-items: start
}

header .sub-menu .right-side>* {
    grid-column: 1;
    grid-row: 1
}

header .sub-menu .right-side figure,
header .sub-menu .right-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom
}

header .sub-menu .right-side:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 32%, rgb(0, 0, 0) 54%);
    z-index: 1
}

header .sub-menu .right-side .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: max(2.6041666667vw, 2.5rem);
    z-index: 1
}

@media(max-width: 767px) {
    header .sub-menu .tab-submenu {
        grid-template-columns: 1fr !important;
        margin-bottom: 14px
    }
}

header .sub-menu .tab-menu {
    background: #eef4fa
}

@media(max-width: 767px) {
    header .sub-menu .tab-menu {
        display: none
    }
}

header .sub-menu .tab-menu ul {
    display: flex;
    padding: max(1.0416666667vw, 1rem) 0;
    flex-direction: column
}

header .sub-menu .tab-menu ul li:not(:last-child) {
    border-bottom: 1px solid #afbcc9
}

header .sub-menu .tab-menu ul li a {
    width: 100%;
    display: inline-block;
    color: #000;
    position: relative;
    font-weight: 500;
    padding: max(0.5208333333vw, 0.5rem) max(2.6041666667vw, 2.5rem);
    font-size: max(1.1458333333vw, 1.1rem);
    transition: all var(--animation-default)
}

header .sub-menu .tab-menu ul li a:hover {
    color: #0035f5
}

header .sub-menu .tab-menu ul li a:hover:after {
    background: #0035f5
}

header .sub-menu .tab-menu ul li a.tab-a.active-a {
    color: #0035f5
}

@media(min-width: 768px) {
    header .sub-menu .tab {
        display: none
    }
}

header .sub-menu .tab .menu-wrap {
    padding: max(1.5625vw, 1.5rem) max(2.6041666667vw, 2.5rem)
}

@media(max-width: 767px) {
    header .sub-menu .tab .menu-wrap {
        padding: 8px 0
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 1rem
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h8 {
        font-size: 1.1rem;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        color: #0035f5
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h8::after {
        content: "+";
        position: absolute;
        right: 0;
        top: -2px;
        width: 25px;
        height: 25px;
        display: grid;
        place-content: center;
        font-size: 1.4rem;
        font-weight: 100;
        color: #0035f5;
        transition: transform var(--animation-default)
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h8.acc-show::after {
        content: "-"
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h5x {
        font-size: 1.1rem;
        margin-bottom: 10px
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2.more-sec {
        display: none !important
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    header .sub-menu .tab .menu-wrap {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media(max-width: 675px) {
    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h5x {
        font-size: 16px
    }

    header .sub-menu .tab .menu-wrap>.d-grid .col2 .h5x .flow-rootX>*+* {
        margin-top: .6rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    header .sub-menu .tab .menu-wrap .col2 {
        gap: 2rem
    }
}

header .sub-menu .tab .menu-items {
    overflow: hidden
}

@media(max-width: 767px) {
    header .sub-menu .tab .menu-items {
        display: none
    }
}

header .sub-menu .tab .menu-items li a {
    display: flex;
    gap: max(0.5208333333vw, 0.5rem);
    transform: translate(max(-1.5625vw, -1.5rem), 0px);
    transition: all var(--animation-default)
}

@media(min-width: 1200px)and (max-width: 1450px) {
    header .sub-menu .tab .menu-items li a {
        transform: translate(max(-1.3020833333vw, -1.25rem), 0px)
    }
}

@media(max-width: 1023px) {
    header .sub-menu .tab .menu-items li a {
        transform: translate(0)
    }

    header .sub-menu .tab .menu-items li a figure {
        display: none
    }
}

@media(max-width: 767px) {
    header .sub-menu .tab .menu-items li a {
        text-decoration: underline !important;
        opacity: .8
    }
}

header .sub-menu .tab .menu-items li a img {
    width: max(0.8854166667vw, 0.85rem)
}

header .sub-menu .tab .menu-items li a:hover {
    transform: translate(0px, 0px);
    color: #0035f5
}

header .sub-menu .tab .menu-items li.active-page a {
    transform: translate(0px, 0px);
    color: #0035f5
}

header .sub-menu .tab .menu-items2 {
    overflow: hidden
}

header .sub-menu .tab .menu-items2 li a {
    display: flex;
    gap: max(0.78125vw, 0.75rem)
}

header .sub-menu .tab .menu-items2 li a img {
    width: max(1.0416666667vw, 1rem)
}

header .sub-menu .tab .menu-items2 li a:hover {
    color: #0035f5
}

header .sub-menu .tab .menu-items2 li a:hover img {
    filter: invert(11%) sepia(100%) saturate(6949%) hue-rotate(234deg) brightness(94%)
}

header .sub-menu .tab .more-sec {
    padding: 0 max(3.6458333333vw, 3.5rem);
    border-left: 1px solid #c3c3c3
}

@media(max-width: 1023px) {
    header .sub-menu .tab .more-sec {
        display: none
    }
}

header .sub-menu .tab .more-sec .c2a {
    font-size: max(0.9375vw, 0.9rem);
    padding: 0;
    border: none;
    background-image: linear-gradient(to right, #e56d32 45%, #0035f5 55%)
}

header .sub-menu .tab .more-sec .c2a svg {
    width: max(1.1458333333vw, 1.1rem);
    transform: rotate(45deg);
    margin-left: max(0.2604166667vw, 0.25rem);
    fill: #0035f5
}

header .sub-menu .tab .more-sec .c2a:hover svg {
    fill: #e56d32 !important
}

header .sub-menu .tab-active {
    display: block
}

.schedule-sec {
    border-top: 1px solid #c3c3c3;
    padding: max(0.8333333333vw, 0.8rem) max(2.0833333333vw, 2rem)
}

.schedule-sec .schedule-text.schedule-text {
    gap: max(0.2604166667vw, 0.25rem) !important
}

.schedule-sec .schedule-text img {
    width: max(1.6666666667vw, 1.6rem)
}

.schedule-sec .schedule-text a {
    border-bottom: 1px solid;
    line-height: 1
}

.schedule-sec .c2a {
    font-size: max(0.9375vw, 0.9rem)
}

.schedule-sec .c2a svg {
    height: auto;
    width: max(1.25vw, 1.2rem)
}

.sub-menu.company-sub-menu {
    z-index: 9
}

.sub-menu.company-sub-menu .menu1 {
    padding: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 767px) {
    .sub-menu.company-sub-menu .menu1 {
        padding: 10px 0;
        grid-template-columns: 1fr !important
    }
}

.sub-menu.company-sub-menu .menu1 li {
    border-radius: max(0.2083333333vw, 0.2rem);
    min-height: max(13.9583333333vw, 13.4rem);
    transition: background-color var(--animation-default);
    position: relative
}

@media(max-width: 1023px) {
    .sub-menu.company-sub-menu .menu1 li {
        min-height: 80px
    }
}

@media(max-width: 767px) {
    .sub-menu.company-sub-menu .menu1 li {
        min-height: 62px
    }
}

.sub-menu.company-sub-menu .menu1 li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    padding: max(0.8333333333vw, 0.8rem);
    font-size: max(0.9375vw, 0.9rem)
}

@media(max-width: 1023px) {
    .sub-menu.company-sub-menu .menu1 li a {
        flex-direction: row
    }
}

@media(max-width: 767px) {
    .sub-menu.company-sub-menu .menu1 li a {
        font-size: 1.1rem
    }
}

.sub-menu.company-sub-menu .menu1 li a svg {
    background: rgba(255, 255, 255, .2784313725);
    width: max(2.34375vw, 2.25rem);
    height: max(2.34375vw, 2.25rem);
    border-radius: max(0.2083333333vw, 0.2rem);
    padding: max(0.5208333333vw, 0.5rem);
    display: grid;
    place-content: center;
    backdrop-filter: blur(10px);
    will-change: backdrop-filter
}

.sub-menu.company-sub-menu .menu1 li a svg path {
    fill: #fff;
    transition: transform var(--animation-default);
    transform-origin: center;
    will-change: transform
}

.sub-menu.company-sub-menu .menu1 li a:hover svg path {
    transform: rotate(-45deg)
}

.sub-menu.company-sub-menu .menu1 li:nth-child(1) a:hover {
    background: url("../img/gif/anim-1.gif") no-repeat center/cover
}

.sub-menu.company-sub-menu .menu1 li:nth-child(2) a:hover {
    background: url("../img/gif/anim-6.gif") no-repeat center/cover
}

.sub-menu.company-sub-menu .menu1 li:nth-child(3) a:hover {
    background: url("../img/gif/anim-2.gif") no-repeat center/cover
}

.sub-menu.company-sub-menu .menu2 li a:hover {
    background: url("../img/gif/anim-5.gif") no-repeat center/cover !important;
    mix-blend-mode: screen
}

.sub-menu.company-sub-menu .more-sec {
    padding: max(2.6041666667vw, 2.5rem);
    border-left: 1px solid #c3c3c3
}

@media(max-width: 767px) {
    .sub-menu.company-sub-menu .more-sec {
        border-left: 0;
        padding: 0
    }

    .sub-menu.company-sub-menu .more-sec ul {
        margin-top: 0;
        padding-block: 15px;
        padding-top: 0
    }

    .sub-menu.company-sub-menu .more-sec ul li a {
        font-size: 18px
    }
}

@media(max-width: 675px) {
    .sub-menu.company-sub-menu .more-sec ul li a {
        font-size: 16px
    }

    .sub-menu.company-sub-menu .more-sec ul.flow-rootX3>*+* {
        margin-top: 10px !important
    }
}

.sub-menu.company-sub-menu .more-sec ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: max(2.6041666667vw, 2.5rem)
}

.sub-menu.company-sub-menu .more-sec ul li a svg {
    width: max(1.8229166667vw, 1.75rem);
    height: max(1.8229166667vw, 1.75rem);
    display: grid;
    place-content: center;
    background: rgba(0, 53, 245, .1019607843);
    border-radius: max(0.2083333333vw, 0.2rem);
    padding: max(0.3125vw, 0.3rem)
}

.sub-menu.company-sub-menu .more-sec ul li a svg path {
    transition: transform var(--animation-default);
    transform-origin: center
}

.sub-menu.company-sub-menu .more-sec ul li a:hover svg path {
    transform: rotate(-45deg)
}

.sub-menu.industries-sub-menu .wrap {
    padding: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 767px) {
    .sub-menu.industries-sub-menu .wrap {
        padding: 0;
        margin-bottom: 15px
    }
}

.sub-menu.industries-sub-menu .wrap ul {
    column-count: 2
}

@media(max-width: 767px) {
    .sub-menu.industries-sub-menu .wrap ul {
        column-count: 1;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.1rem
    }
}

@media(max-width: 675px) {
    .sub-menu.industries-sub-menu .wrap ul {
        font-size: 16px
    }
}

.sub-menu.industries-sub-menu .wrap ul li {
    overflow: hidden
}

.sub-menu.industries-sub-menu .wrap ul li a {
    transform: translate(max(-1.6666666667vw, -1.6rem), 0px);
    display: block;
    transition: all var(--animation-default)
}

@media(max-width: 1023px) {
    .sub-menu.industries-sub-menu .wrap ul li a {
        transform: translate(0)
    }

    .sub-menu.industries-sub-menu .wrap ul li a svg {
        display: none !important
    }
}

.sub-menu.industries-sub-menu .wrap ul li a svg {
    width: max(1.0416666667vw, 1rem);
    height: auto;
    margin-right: max(0.5208333333vw, 0.5rem)
}

.sub-menu.industries-sub-menu .wrap ul li a:hover {
    color: #0035f5;
    transform: translate(0px, 0px)
}

.sub-menu.industries-sub-menu .wrap2 {
    padding: max(2.6041666667vw, 2.5rem);
    padding-right: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 1023px) {
    .sub-menu.industries-sub-menu .wrap2 {
        display: none
    }
}

.sub-menu.industries-sub-menu .wrap2 ul {
    column-count: 2
}

.sub-menu.industries-sub-menu .wrap2 ul li {
    overflow: hidden
}

.sub-menu.industries-sub-menu .wrap2 ul li a {
    transform: translate(max(-1.5625vw, -1.5rem), 0px);
    display: block;
    transition: transform var(--animation-default)
}

.sub-menu.industries-sub-menu .wrap2 ul li a svg {
    width: max(1.0416666667vw, 1rem);
    height: auto;
    margin-right: max(0.5208333333vw, 0.5rem)
}

.sub-menu.industries-sub-menu .wrap2 ul li a svg path {
    fill: #fff
}

.sub-menu.industries-sub-menu .wrap2 ul li a:hover {
    transform: translate(0px, 0px)
}

header.header-fixed {
    background: rgba(255, 255, 255, .85) !important;
    backdrop-filter: blur(20px);
    will-change: backdrop-filter;
    border-bottom: 1px solid rgba(0, 0, 0, .22)
}

@media(max-width: 767px) {
    header.header-fixed {
        border-bottom: 0
    }
}

header.header-fixed ul.menu>li>a {
    background-image: linear-gradient(to right, #0035F5 45%, #000 55%)
}

header.header-fixed ul.menu>li>a svg path {
    fill: #000
}

header.header-fixed ul.menu>li>a:hover svg path {
    fill: #0035f5
}

header.header-fixed ul.talk-btn-sec li ul.sub-itmes li a {
    background-image: none !important
}

header.header-fixed .logo-sec svg #logo,
header.header-fixed .logo-sec svg #zhilon {
    fill: #0035f5
}

header.header-fixed .logo-sec svg #R,
header.header-fixed .logo-sec svg #digital {
    fill: #000
}

@media(min-width: 768px) {
    header.header-fixed .talk-btn-sec li:first-child a {
        background-image: linear-gradient(to right, #0035F5 45%, #000 55%);
        border-color: #000
    }

    header.header-fixed .talk-btn-sec li:first-child a:hover {
        border-color: #0035f5
    }

    header.header-fixed .talk-btn-sec li:first-child a:hover svg {
        fill: #0035f5 !important
    }

    header.header-fixed .talk-btn-sec li:first-child svg {
        fill: #000
    }
}

header.header-fixed .talk-btn-sec li:first-child img {
    filter: unset
}

@media(min-width: 768px) {
    header.header-fixed .talk-btn-sec li:last-child svg path {
        fill: #000
    }
}

header.header-fixed:before {
    display: none
}

.is-active .logo-sec svg #logo,
.is-active .logo-sec svg #zhilon,
.is-active .logo-sec svg #R {
    fill: #0035f5 !important
}

.is-active .logo-sec svg #digital {
    fill: #000 !important
}

.is-active header {
    height: 100svh
}

@media(max-width: 767px) {
    .is-active header nav.sec1 .abs-menu {
        display: block !important;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        place-content: start;
        height: calc(100svh - 137px);
        overflow-y: auto
    }
}

@media(max-width: 767px) {
    .is-active header ul.menu>li:not(:last-child) {
        border-bottom: 1px solid #000
    }
}

.is-active header ul.menu>li>a {
    padding: 8px 38px !important;
    font-size: 24px;
    color: #000 !important
}

@media(max-width: 767px) {
    .is-active header ul.menu>li>a {
        padding: 10px 0 !important;
        margin: 8px 12px !important
    }

    .is-active header ul.menu>li>a.mobile-acc {
        position: relative
    }

    .is-active header ul.menu>li>a.mobile-acc.mob-active {
        opacity: .5
    }

    .is-active header ul.menu>li>a.mobile-acc svg {
        display: none
    }

    .is-active header ul.menu>li>a.mobile-acc::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 42%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        font-size: 2rem;
        font-weight: 100;
        transform-origin: center;
        transition: transform var(--animation-default)
    }

    .is-active header ul.menu>li>a.mobile-acc.mob-active::after {
        content: "-";
        font-size: 50px
    }
}

.is-active header .talk-btn-sec {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    background: #0035f5;
    width: 100%;
    padding: 10px;
    place-content: center !important;
    left: 0;
    display: grid !important
}

@media(max-width: 767px) {
    .is-active header .talk-btn-sec {
        display: flex !important;
        column-gap: 1rem;
        z-index: 9;
        justify-content: space-between !important;
        padding: 10px 20px
    }
}

.is-active header .talk-btn-sec .c2a {
    font-size: 22px
}

@media(max-width: 675px) {
    .is-active header .talk-btn-sec .c2a {
        font-size: 24px
    }
}

header.inner-pahe-header {
    background: #000;
    position: sticky;
    top: 0
}

.banner-part {
    position: relative
}

.banner-part .inner-container {
    position: relative
}

.banner-part img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.banner-part .ban-tx {
    position: absolute;
    bottom: max(11.4583333333vw, 11rem);
    left: 0;
    width: 100%
}

@media(max-width: 675px) {
    .banner-part .ban-tx {
        bottom: 80px
    }
}

.banner-part .swiper.banner-slider,
.banner-part .swiper.banner-slider .swiper-wrapper,
.banner-part .swiper.banner-slider .swiper-slide {
    height: 100svh !important
}

@media(max-width: 675px) {

    .banner-part .swiper.banner-slider,
    .banner-part .swiper.banner-slider .swiper-wrapper,
    .banner-part .swiper.banner-slider .swiper-slide {
        height: 500px !important
    }

    .banner-part .swiper.banner-slider .h1,
    .banner-part .swiper.banner-slider .swiper-wrapper .h1,
    .banner-part .swiper.banner-slider .swiper-slide .h1 {
        font-size: 1.6rem !important
    }
}

.banner-part .swiper.banner-slider .swiper-slide figure,
.banner-part .swiper.banner-slider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner-part .swiper.banner-slider .swiper-slide figure {
    position: relative
}

.banner-part .swiper.banner-slider .swiper-slide figure::after {
    content: "";
    background: #000;
    background: linear-gradient(143deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.banner-part .swiper.banner-slider .ban-tx {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.banner-part .swiper-pagination {
    bottom: max(4.1666666667vw, 4rem) !important;
    margin: auto;
    display: flex;
    gap: max(1.0416666667vw, 1rem);
    align-items: center;
    justify-content: center
}

@media(max-width: 675px) {
    .banner-part .swiper-pagination {
        bottom: 40px !important
    }
}

.banner-part .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    border-radius: max(0.15625vw, 0.15rem);
    height: max(0.3125vw, 0.3rem);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    position: relative
}

.banner-part .swiper-pagination .swiper-pagination-bullet em {
    position: absolute;
    top: -2.604vw;
    left: 0;
    opacity: .439;
    font-size: max(1.0416666667vw, 1rem);
    color: #fff;
    font-style: normal
}

@media(max-width: 1099px) {
    .banner-part .swiper-pagination .swiper-pagination-bullet em {
        top: -1.8rem;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .banner-part .swiper-pagination .swiper-pagination-bullet em {
        display: none
    }
}

.banner-part .swiper-pagination .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: max(0.3125vw, 0.3rem);
    background-color: rgba(255, 255, 255, .4196078431);
    border-radius: max(0.15625vw, 0.15rem)
}

.banner-part .swiper-pagination .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: max(0.3125vw, 0.3rem);
    background-color: #fff;
    border-radius: max(0.15625vw, 0.15rem)
}

.banner-part .swiper-pagination .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    opacity: 1
}

.banner-part .swiper-pagination .swiper-pagination-bullet-active em {
    opacity: 1
}

@keyframes countingBar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.SDS-being-bigital {
    padding: max(6.25vw, 6rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-being-bigital {
        padding: 3rem 0 !important
    }

    .SDS-being-bigital .sec1 .h2 {
        font-size: 22px
    }

    .SDS-being-bigital .sec1 .h4 {
        font-size: 16px
    }
}

.SDS-being-bigital .next-title img {
    filter: brightness(0) invert(1);
    width: max(1.0416666667vw, 1rem);
    margin-left: max(0.78125vw, 0.75rem);
    transform: rotate(90deg);
    will-change: transform
}

.SDW-delivering-next {
    padding: max(5.2083333333vw, 5rem) 0 0 !important
}

@media(max-width: 767px) {
    .SDW-delivering-next {
        padding: 3rem 0 2rem !important
    }
}

.SDW-delivering-next h2 {
    text-align: center
}

@media(max-width: 767px) {
    .SDW-delivering-next h2 {
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: start;
        padding-inline: 15px
    }
}

.SDW-delivering-next h2 img {
    width: max(1.8229166667vw, 1.75rem);
    margin: 0 max(0.2604166667vw, 0.25rem)
}

.SDW-delivering-next .sec1 {
    position: relative;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    min-height: max(31.875vw, 30.6rem);
    transition: all var(--animation-default)
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 {
        min-height: auto;
        border-right: none
    }
}

@media(max-width: 767px) {
    .SDW-delivering-next .sec1 {
        border-top: 1px solid #000;
        border-right: none
    }
}

.SDW-delivering-next .sec1>* {
    transition: all var(--animation-default)
}

@media(min-width: 1024px) {
    .SDW-delivering-next .sec1:hover {
        background-color: #0035f5;
        border-color: #0035f5
    }

    .SDW-delivering-next .sec1:hover>* {
        color: #fff
    }

    .SDW-delivering-next .sec1:hover .front ul li {
        border-color: #fff
    }

    .SDW-delivering-next .sec1:hover .front ul li .serv-head {
        color: #fff
    }

    .SDW-delivering-next .sec1:hover .front ul li .serv-head svg path {
        stroke: #fff
    }
}

.SDW-delivering-next .sec1:last-child {
    border-right: none
}

.SDW-delivering-next .sec1 .front {
    padding: max(3.6458333333vw, 3.5rem) max(2.96875vw, 2.85rem);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%
}

@media(max-width: 767px) {
    .SDW-delivering-next .sec1 .front {
        padding: 2rem 15px 10px
    }
}

.SDW-delivering-next .sec1 .front ul {
    margin-inline: max(-2.96875vw, -2.85rem);
    margin-top: auto
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 .front ul {
        margin-inline: 0;
        margin-top: 2rem
    }
}

.SDW-delivering-next .sec1 .front ul li {
    border-bottom: 2px solid #000;
    padding: max(0.9375vw, 0.9rem) max(2.96875vw, 2.85rem);
    transition: all var(--animation-default)
}

@media(max-width: 1200px) {
    .SDW-delivering-next .sec1 .front ul li {
        padding: max(0.9375vw, 0.9rem) max(0vw, 0rem);
        border-bottom: 1px solid #edf0fa
    }
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 .front ul li>a.h4 {
        font-size: 22px
    }
}

@media(max-width: 675px) {
    .SDW-delivering-next .sec1 .front ul li>a.h4 {
        font-size: 18px
    }
}

.SDW-delivering-next .sec1 .front ul li .serv-head {
    transition: all var(--animation-default);
    cursor: pointer
}

.SDW-delivering-next .sec1 .front ul li .serv-head .img-wrap {
    width: max(1.5625vw, 1.5rem);
    height: max(1.5625vw, 1.5rem);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.SDW-delivering-next .sec1 .front ul li .serv-head .img-wrap figure:first-child {
    position: absolute;
    transform: translate(-2.083vw, 0px);
    will-change: transform;
    opacity: 0
}

.SDW-delivering-next .sec1 .front ul li .serv-head .img-wrap svg:first-child {
    position: absolute
}

.SDW-delivering-next .sec1 .front ul li .serv-head figure img {
    width: max(1.8229166667vw, 1.75rem);
    fill: #000
}

.SDW-delivering-next .sec1 .front ul li .serv-head svg {
    width: max(2.0833333333vw, 2rem);
    height: max(2.0833333333vw, 2rem);
    height: auto;
    transition: all var(--animation-default)
}

.SDW-delivering-next .sec1 .front ul li .serv-head svg path {
    transition: all var(--animation-default)
}

.SDW-delivering-next .sec1 .front ul li .serv-head:hover .img-wrap {
    transition: all var(--animation-default)
}

.SDW-delivering-next .sec1 .front ul li .serv-head:hover .img-wrap svg:first-child {
    position: absolute;
    transform: translate(0px, 0px);
    will-change: transform;
    opacity: 1
}

.SDW-delivering-next .sec1 .front ul li .serv-head:hover img {
    filter: invert(11%) sepia(100%) saturate(6949%) hue-rotate(234deg) brightness(94%)
}

.SDW-delivering-next .sec1 .front ul li:last-child {
    border: none
}

.SDW-delivering-next .sec1 .back {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--animation-default)
}

.SDW-delivering-next .sec1 .back ul {
    margin: max(1.0416666667vw, 1rem) 0 0;
    overflow: hidden
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 .back ul {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.SDW-delivering-next .sec1 .back ul li {
    border: none;
    padding: 0
}

.SDW-delivering-next .sec1 .back ul li a {
    border-bottom: 1px solid !important;
    display: table;
    transform: translateX(max(-1.3541666667vw, -1.3rem));
    transition: all var(--animation-default);
    will-change: transform;
    display: flex;
    max-width: max-content;
    padding: 0
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 .back ul li a {
        transform: translateX(0);
        border-bottom: none
    }
}

.SDW-delivering-next .sec1 .back ul li a svg {
    margin-right: max(0.2604166667vw, 0.25rem)
}

.SDW-delivering-next .sec1 .back ul li a svg path {
    fill: #fff
}

@media(max-width: 1023px) {
    .SDW-delivering-next .sec1 .back ul li a svg {
        display: none
    }
}

.SDW-delivering-next .sec1 .back ul li a svg {
    width: max(1.0416666667vw, 1rem);
    height: auto;
    opacity: 0;
    transition: transform var(--animation-default);
    will-change: transform
}

.SDW-delivering-next .sec1 .back ul li a:hover {
    transform: translateX(0px);
    will-change: transform
}

.SDW-delivering-next .sec1 .back ul li a:hover svg {
    opacity: 1
}

.SDW-delivering-next .sec1 li.active>a {
    color: #0035f5
}

.SDW-delivering-next .sec1 li.active .img-wrap {
    transform: rotate(45deg)
}

.SDW-delivering-next .sec1 li.active .back {
    max-height: max(14.5833333333vw, 14rem)
}

.SDS-trusted-by {
    padding: max(5.2083333333vw, 5rem) 0 max(0vw, 0rem) !important;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-trusted-by {
        padding: max(3.125vw, 3rem) 0 0 !important
    }
}

.SDS-trusted-by .marquee-group .marquee .marquee-content {
    gap: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-trusted-by .marquee-group .marquee .marquee-content {
        gap: 60px
    }
}

.SDS-trusted-by .marquee-group .marquee .marquee-scroll {
    gap: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-trusted-by .marquee-group .marquee .marquee-scroll {
        gap: 60px
    }
}

.SDS-trusted-by .qt {
    border-radius: 100%;
    font-size: max(6.3020833333vw, 6.05rem);
    width: max(4.6875vw, 4.5rem);
    height: max(4.6875vw, 4.5rem);
    text-align: center;
    line-height: max(7.3958333333vw, 7.1rem);
    flex: 0 0 max(4.6875vw, 4.5rem)
}

@media(max-width: 767px) {
    .SDS-trusted-by .qt {
        display: none
    }
}

.SDS-trusted-by a {
    display: table
}

.SDS-trusted-by hr {
    margin: max(4.4270833333vw, 4.25rem) 0 max(0vw, 0rem);
    border: none;
    border-bottom: 1px dashed #9298aa
}

@media(max-width: 767px) {
    .SDS-trusted-by hr {
        margin: max(3.125vw, 3rem) 0 0
    }
}

.SDS-trusted-by .marquee-item figure {
    width: max(7.8125vw, 7.5rem);
    text-align: center;
    filter: grayscale(100)
}

@media(max-width: 1367px) {
    .SDS-trusted-by .marquee-item figure {
        width: 100px
    }
}

@media(min-width: 2560px) {
    .SDS-trusted-by .marquee-item figure img {
        width: max(5.2083333333vw, 5rem);
        object-fit: cover
    }
}

.SDS-trusted-by .scrollingLogo {
    display: flex;
    gap: max(2.0833333333vw, 2rem);
    width: max-content
}

.SDS-trusted-by .scrolling-wrapper {
    overflow: hidden;
    width: 100%
}

.SDS-trusted-by .quotes-wrapper {
    position: relative;
    overflow: hidden
}

.SDS-trusted-by .quotes-wrapper p {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s ease
}

.SDS-trusted-by .quotes-wrapper p.active {
    opacity: 1;
    transform: translateY(0);
    position: relative
}

.zhilon__webdesign--work--parallax .cont {
    display: grid;
    grid-gap: var(--grid-gap, 1rem);
    gap: var(--grid-gap, 1rem);
    justify-content: center;
    align-items: center;
    position: relative
}

.zhilon__webdesign--work--parallax .cont .c-1,
.zhilon__webdesign--work--parallax .cont .c-2,
.zhilon__webdesign--work--parallax .cont .c-3,
.zhilon__webdesign--work--parallax .cont .c-4 {
    display: flex;
    grid-gap: var(--grid-gap, 1rem);
    gap: var(--grid-gap, 1rem)
}

.zhilon__webdesign--work--parallax .cont .c-1:nth-child(odd),
.zhilon__webdesign--work--parallax .cont .c-2:nth-child(odd),
.zhilon__webdesign--work--parallax .cont .c-3:nth-child(odd),
.zhilon__webdesign--work--parallax .cont .c-4:nth-child(odd) {
    flex-direction: row-reverse
}

.zhilon__webdesign--work--parallax .cont figure {
    flex: 0 0 30rem;
    width: 30rem;
    height: 17rem;
    overflow: hidden;
    border-radius: 14px;
    border: 10px solid #1f1f1f
}

@media(max-width: 675px) {
    .zhilon__webdesign--work--parallax .cont figure {
        flex: 0 0 20rem;
        width: 20rem;
        height: 12rem
    }
}

.zhilon__webdesign--work--parallax .cont figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

.zhilon__webdesign--work--parallax.career--parallax .cont figure {
    flex: auto;
    width: auto;
    height: auto
}

.zhilon__webdesign--work-2025 .zhilon__webdesign--work--parallax {
    max-height: 70vh
}

@media(max-width: 1199px) {
    .zhilon__webdesign--work-2025 .zhilon__webdesign--work--parallax {
        max-height: 52vh
    }
}

@media(max-width: 675px) {
    .zhilon__webdesign--work-2025 .zhilon__webdesign--work--parallax {
        max-height: 100%
    }
}

.zhilon__webdesign--work-2025 .zhilon__webdesign--work--parallax .cont {
    transform: initial;
    transform-style: initial
}

.zhilon__webdesign--work--parallax .cont>div {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px
}

.zhilon__webdesign--work--parallax figure {
    flex: 0 0 auto;
    width: 160px
}

.zhilon__webdesign--work--parallax img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

.SDS-technology-driven {
    padding: max(7.8125vw, 7.5rem) 0 !important
}

@media(max-width: 1023px) {
    .SDS-technology-driven {
        padding: 3rem 0 !important
    }
}

.SDS-technology-driven .sec1 .img-wrap {
    position: relative;
    width: 100%;
    min-height: max(26.0416666667vw, 25rem);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .SDS-technology-driven .sec1 .img-wrap {
        display: none
    }
}

@media(min-width: 1024px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap {
        zoom: .7
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1 {
    border: max(0.3125vw, 0.3rem) solid #e56d32;
    border-radius: 100%;
    width: max(11.3020833333vw, 10.85rem);
    height: max(11.3020833333vw, 10.85rem);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all var(--animation-default)
}

@media(max-width: 1368px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1 {
        width: 150px;
        height: 150px
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1 span {
    font-size: max(1.1458333333vw, 1.1rem);
    position: absolute;
    left: max(-15.8854166667vw, -15.25rem)
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1 span {
        left: -13.8rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1 span .line {
    width: 100%;
    border-bottom: max(0.1041666667vw, 0.1rem) dashed #e56d32;
    position: absolute;
    left: 117%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max(0.0520833333vw, 0.05rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s2 {
    width: max(13.4375vw, 12.9rem);
    height: max(13.4375vw, 12.9rem);
    border-width: max(0.2083333333vw, 0.2rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s2 span {
    left: -82%;
    bottom: max(-6.875vw, -6.6rem);
    max-width: max(7.4479166667vw, 7.15rem)
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1.s2 span {
        left: -10.3rem;
        bottom: -6rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s2 span .line {
    left: 96%;
    top: 0;
    bottom: unset;
    transform: rotate(-45deg);
    transform-origin: left;
    will-change: transform
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s3 {
    width: max(15.5208333333vw, 14.9rem);
    height: max(15.5208333333vw, 14.9rem);
    border-width: max(0.2083333333vw, 0.2rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s3 span {
    right: -62%;
    bottom: max(-5.46875vw, -5.25rem);
    max-width: max(6.5625vw, 6.3rem);
    left: unset
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1.s3 span {
        right: -9rem;
        bottom: -5rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s3 span .line {
    left: unset;
    right: 16%;
    top: -14%;
    bottom: unset;
    transform: rotate(-139deg);
    transform-origin: left;
    will-change: transform;
    width: 90%
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s4 {
    width: max(17.5520833333vw, 16.85rem);
    height: max(17.5520833333vw, 16.85rem);
    border-width: max(0.15625vw, 0.15rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s4 span {
    right: max(-15.8333333333vw, -15.2rem);
    left: unset
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1.s4 span {
        right: -13.6rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s4 span .line {
    width: 57%;
    right: 117%;
    left: unset
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s5 {
    width: max(19.7395833333vw, 18.95rem);
    height: max(19.7395833333vw, 18.95rem);
    border-width: max(0.15625vw, 0.15rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s5 span {
    right: -44%;
    top: max(-5.2083333333vw, -5rem);
    max-width: max(8.59375vw, 8.25rem);
    left: unset;
    bottom: unset
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1.s5 span {
        right: -9rem;
        top: -3.7rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s5 span .line {
    left: unset;
    right: 54%;
    bottom: -6%;
    transform: rotate(-231deg);
    transform-origin: left;
    will-change: transform;
    width: 54%;
    top: unset
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s6 {
    width: max(21.7708333333vw, 20.9rem);
    height: max(21.7708333333vw, 20.9rem);
    border-width: max(0.1041666667vw, 0.1rem)
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s6 span {
    left: -33%;
    top: max(-2.1875vw, -2.1rem);
    max-width: max(8.59375vw, 8.25rem);
    bottom: unset;
    right: unset
}

@media(min-width: 768px)and (max-width: 1200px) {
    .SDS-technology-driven .sec1 .img-wrap .cr1.s6 span {
        left: -7rem;
        top: -1.7rem
    }
}

.SDS-technology-driven .sec1 .img-wrap .cr1.s6 span .line {
    right: -30%;
    bottom: -4%;
    transform: rotate(-319deg);
    transform-origin: left;
    will-change: transform;
    width: 30%;
    top: unset;
    left: unset
}

.SDS-impact {
    padding: max(6.25vw, 6rem) 0 0 !important
}

@media(max-width: 1023px) {
    .SDS-impact {
        padding: 3rem 0 0 !important
    }
}

.SDS-impact .sec1 img {
    width: max(4.5833333333vw, 4.4rem);
    transform: rotate(-45deg);
    will-change: transform
}

@media(max-width: 767px) {
    .SDS-impact .sec1 img {
        display: none
    }
}

.SDS-impact .ar-landscape {
    padding-bottom: 62.25%
}

.SDS-impact .section--2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: max(0.5208333333vw, 0.5rem)
}

@media(max-width: 1099px) {
    .SDS-impact .section--2 {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 675px) {
    .SDS-impact .section--2 {
        grid-template-columns: 1fr
    }
}

@media(min-width: 676px) {
    .SDS-impact .section--2 .masonry:nth-child(1) {
        grid-area: 1/1/2/3
    }
}

@media(min-width: 676px) {
    .SDS-impact .section--2 .masonry:nth-child(2) {
        grid-area: 2/1/3/2
    }
}

@media(min-width: 676px) {
    .SDS-impact .section--2 .masonry:nth-child(3) {
        grid-area: 2/2/3/3
    }
}

.SDS-impact .section--2 .masonry:nth-child(4) {
    grid-area: 1/3/3/4
}

@media(max-width: 1099px) {
    .SDS-impact .section--2 .masonry:nth-child(4) {
        grid-area: inherit;
        grid-column: 1/-1;
        min-height: 550px
    }
}

@media(max-width: 675px) {
    .SDS-impact .section--2 .masonry:nth-child(4) {
        min-height: 480px
    }
}

.SDS-impact .section--2 .wrap1 {
    position: relative
}

.SDS-impact .section--2 .wrap1 img {
    width: 100%
}

.SDS-impact .section--2 .wrap1 .text-img {
    position: absolute;
    bottom: max(2.0833333333vw, 2rem);
    left: 0;
    width: 100%;
    text-align: center
}

.SDS-impact .section--2 .wrap1 .text-img figure {
    width: max(1.5625vw, 1.5rem)
}

.SDS-impact .section--2 .wrap1 .h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: max(1.5625vw, 1.5rem) max(1.5625vw, 1.5rem) max(0.8854166667vw, 0.85rem);
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgb(0, 0, 0) 82%);
    padding-top: max(3.125vw, 3rem)
}

.SDS-impact .section--2 .wrap1 .img-animate figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide 16s infinite;
    animation-delay: calc(var(--i)*4s)
}

.SDS-impact .section--2 .wrap1 .img-animate figure:first-child {
    position: relative
}

@keyframes fadeSlide {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.SDS-impact .section--2 .wrap2 {
    position: relative
}

.SDS-impact .section--2 .wrap2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.SDS-impact .section--2 .wrap2 .img-animate figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide2 8s infinite;
    animation-delay: calc(var(--i)*4s)
}

.SDS-impact .section--2 .wrap2 .img-animate figure:first-child {
    position: relative
}

.SDS-impact .section--2 .wrap2 img {
    width: 100%
}

.SDS-impact .section--2 .wrap2 p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: max(0.8854166667vw, 0.85rem);
    z-index: 99
}

@keyframes fadeSlide2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.SDS-impact video {
    width: 100%;
    transform: scale(1.01)
}

.SDS-impact .sec2.last-sec {
    position: relative;
    padding-top: max(5.7291666667vw, 5.5rem)
}

@media(max-width: 1023px) {
    .SDS-impact .sec2.last-sec {
        padding-top: 40px;
        min-height: 450px
    }
}

@media(max-width: 767px) {
    .SDS-impact .sec2.last-sec {
        min-height: 450px
    }
}

.SDS-impact .sec2.last-sec:before {
    content: "";
    width: 37%;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 56%, rgb(0, 53, 245) 93%)
}

@media(max-width: 767px) {
    .SDS-impact .sec2.last-sec:before {
        height: 48%
    }
}

.SDS-impact .sec2.last-sec:after {
    content: "";
    width: 37%;
    height: 40%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 56%, rgb(0, 53, 245) 93%)
}

@media(max-width: 767px) {
    .SDS-impact .sec2.last-sec:after {
        height: 48%
    }
}

.SDS-impact .sec2.last-sec .logo1 {
    overflow: hidden;
    padding-block: 2px
}

.SDS-impact .sec2.last-sec .logo1 .marquee-scroll {
    gap: max(0.5208333333vw, 0.5rem)
}

.SDS-impact .sec2.last-sec .logo1 .marquee-scroll .marquee-content {
    gap: max(0.5208333333vw, 0.5rem)
}

@media(max-width: 675px) {
    .SDS-impact .sec2.last-sec .logo1 .marquee-scroll .marquee-content .marquee-item {
        flex: 0 0 70px
    }
}

.SDS-impact .sec2.last-sec .logo1 .img-wrap {
    flex-shrink: 0;
    width: max(4.53125vw, 4.35rem);
    height: max(4.53125vw, 4.35rem);
    border-radius: 100%
}

@media(max-width: 675px) {
    .SDS-impact .sec2.last-sec .logo1 .img-wrap {
        width: 70px;
        height: 70px
    }
}

.SDS-impact .sec2.last-sec .logo1 .img-wrap.bg--Cblack img {
    filter: invert(1)
}

.SDS-impact .sec2.last-sec .logo1 .img-wrap img {
    width: max(1.9270833333vw, 1.85rem)
}

.SDS-impact .sec2.last-sec .decp {
    margin-top: auto;
    padding: max(3.3333333333vw, 3.2rem)
}

@media(max-width: 767px) {
    .SDS-impact .sec2.last-sec .decp {
        padding: 20px;
        padding-bottom: 0 !important
    }
}

.SDS-impact .sec2.last-sec .decp .indus {
    letter-spacing: max(0.15625vw, 0.15rem);
    text-transform: uppercase
}

.SDS-impact .sec2.last-sec .decp a.main-btn {
    border: max(0.1041666667vw, 0.1rem) solid;
    padding: max(0.625vw, 0.6rem) max(0.78125vw, 0.75rem);
    display: inline-block;
    color: #fff !important;
    background-image: unset;
    border-color: #fff;
    transition: all var(--animation-default)
}

@media(max-width: 675px) {
    .SDS-impact .sec2.last-sec .decp a.main-btn {
        display: flex;
        font-size: 1.1rem;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        margin-inline: -20px;
        width: calc(100% + 40px);
        background: #0126ac;
        color: #fff !important;
        border: none !important
    }

    .SDS-impact .sec2.last-sec .decp a.main-btn svg {
        width: 24px !important
    }
}

.SDS-impact .sec2.last-sec .decp a.main-btn svg {
    margin-left: max(0.5208333333vw, 0.5rem);
    width: max(1.3541666667vw, 1.3rem);
    height: auto;
    transition: all var(--animation-default)
}

.SDS-impact .sec2.last-sec .decp a.main-btn:hover {
    background: #fff;
    color: #0035f5 !important
}

.SDS-impact .sec2.last-sec .decp a.main-btn:hover svg {
    fill: #0035f5;
    transform: rotate(45deg);
    will-change: transform
}

.zhilon-case-study-new .zhilon__inner--about img {
    width: 100%
}

.zhilon-case-study-new br {
    display: none
}

.zhilon-case-study-new .case-study-content h1,
.zhilon-case-study-new .case-study-content h2,
.zhilon-case-study-new .case-study-content h3,
.zhilon-case-study-new .case-study-content h4,
.zhilon-case-study-new .case-study-content h5,
.zhilon-case-study-new .case-study-content h6 {
    color: #0035f5 !important;
    font-size: max(1.6vw, 1.6rem);
    line-height: 1.4
}

@media(max-width: 675px) {

    .zhilon-case-study-new .case-study-content h1,
    .zhilon-case-study-new .case-study-content h2,
    .zhilon-case-study-new .case-study-content h3,
    .zhilon-case-study-new .case-study-content h4,
    .zhilon-case-study-new .case-study-content h5,
    .zhilon-case-study-new .case-study-content h6 {
        line-height: 1.5
    }
}

@media(max-width: 1023px) {
    .zhilon-case-study-new .case-study-content .case-boxes ul li {
        padding: 1.4rem !important
    }
}

.zhilon-case-study-new .case-study-content p {
    line-height: 1.4
}

.zhilon-case-study-new .case-study-content .inner-container {
    overflow: hidden;
    transition: height .5s ease-in-out
}

.zhilon-case-study-new .case-study-content .inner-container#content {
    position: relative
}

.zhilon-case-study-new .case-study-content #toggleButton {
    margin-inline: auto;
    transform: translateY(-2rem);
    display: grid
}

.zhilon-case-study-new .case-study-content .expanded {
    height: auto
}

.zhilon-case-study-new .list-with-icons-2025 .li {
    font-size: max(1.1vw, 1.1rem);
    font-weight: 400;
    text-wrap: balance;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .5rem
}

.zhilon-case-study-new .list-with-icons-2025 .li:last-child {
    padding: max(2.0833333333vw, 2rem) !important
}

.zhilon-case-study-new .list-with-icons-2025 .li svg {
    fill: #000 !important;
    margin-top: .4rem;
    width: max(1.5625vw, 1.5rem);
    height: max(1.5625vw, 1.5rem)
}

.zhilon-case-study-new .outline-selection {
    padding: max(1.2vw, 1.2rem);
    border: 1px solid #5d6fa4;
    color: #5d6fa4
}

.zhilon-case-study-new .bullet-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: max(3vw, 3rem);
    align-items: start
}

@media(max-width: 875px) {
    .zhilon-case-study-new .bullet-box {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
}

.zhilon-case-study-new .outlined-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    flex-wrap: wrap;
    gap: .8rem
}

@media(max-width: 875px) {
    .zhilon-case-study-new .outlined-boxes {
        grid-template-columns: 1fr
    }
}

.zhilon-case-study-new .outlined-boxes article {
    border: 1px solid #000;
    padding: 1.4rem;
    display: grid;
    height: 100%;
    place-content: start
}

.zhilon-case-study-new .list-with-icons-2025 .li:last-child {
    padding: 0 !important
}

@media(max-width: 1023px) {
    .zhilon-case-study-new .SDS-Powering-future ul li {
        padding: 1.4rem !important
    }
}

@media(max-width: 767px) {
    .zhilon-case-study-new .case-study-content {
        padding-bottom: 3rem !important
    }

    .zhilon-case-study-new .case-study-content h2 {
        font-size: 1.4rem !important;
        line-height: 1.4 !important
    }
}

.list-with-icons-2025 {
    list-style: none
}

.list-with-icons-2025 li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .5rem;
    min-height: auto !important;
    font-size: max(1.1458333333vw, 1.1rem) !important
}

.list-with-icons-2025 li svg {
    margin-top: .05rem;
    fill: #fff !important;
    width: max(1.2vw, 1.2rem);
    height: max(1.2vw, 1.2rem)
}

.SDS-ceo {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-ceo {
        padding: max(2.0833333333vw, 2rem) 0 !important
    }
}

.SDS-ceo .sec1 {
    width: 100%;
    padding: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 767px) {
    .SDS-ceo .sec1 {
        padding: max(1.5625vw, 1.5rem) max(0vw, 0rem)
    }

    .SDS-ceo .sec1 P {
        text-align: left
    }

    .SDS-ceo .sec1 P span {
        justify-content: start
    }
}

.SDS-ceo .sec1:last-child {
    border-left: max(0.0520833333vw, 0.05rem) solid
}

@media(max-width: 767px) {
    .SDS-ceo .sec1:last-child {
        border-left: none;
        border-top: max(0.0520833333vw, 0.05rem) solid
    }
}

.SDS-partner {
    padding-bottom: max(5.2083333333vw, 5rem)
}

.SDS-partner video {
    width: 100%;
    height: max(25vw, 24rem);
    object-fit: cover
}

.SDS-partner .video-wrap {
    position: relative;
    width: 100%
}

.SDS-partner .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(3.6458333333vw, 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, .61)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important
}

.SDS-digital-solutions {
    padding: max(5.2083333333vw, 5rem) 0 !important;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-digital-solutions {
        padding: max(3.125vw, 3rem) 0 !important
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-digital-solutions .decp {
        max-width: 100%
    }
}

.SDS-digital-solutions .sec2 {
    width: 100%
}

.SDS-digital-solutions .sec2 a {
    display: block;
    overflow: hidden
}

.SDS-digital-solutions .sec2 p.h4 a {
    min-height: max(3.6458333333vw, 3.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.SDS-digital-solutions .sec2 p.h6 {
    min-height: max(2.5vw, 2.4rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-digital-solutions .for-desktop {
        display: none
    }
}

.SDS-digital-solutions .for-mobile {
    display: none
}

@media(max-width: 767px) {
    .SDS-digital-solutions .for-mobile {
        display: block;
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .SDS-digital-solutions .swiper {
        overflow: hidden
    }
}

/* .SDS-digital-solutions .swiper img {
    width: 100%;
    transition: transform var(--animation-default)
}

.SDS-digital-solutions .swiper-slide:hover img {
    transform: scale(1.1);
    will-change: transform
}

.SDS-digital-solutions .swiper-slide:hover a {
    color: #0035f5
} */

.SDS-digital-solutions .swiper-pagination2 {
    position: relative;
    display: flex;
    gap: max(0.8333333333vw, 0.8rem);
    align-items: center;
    justify-content: center
}

.SDS-digital-solutions .swiper-pagination2 img {
    filter: brightness(0) invert(1);
    width: max(1.5625vw, 1.5rem)
}

.SDS-digital-solutions .swiper-pagination2 .swiper-button-next,
.SDS-digital-solutions .swiper-pagination2 .swiper-button-prev {
    margin: unset;
    position: relative;
    width: max(3.125vw, 3rem);
    height: max(3.125vw, 3rem);
    background: #0035f5;
    border-radius: 100%;
    left: unset;
    top: unset;
    right: unset
}

.SDS-digital-solutions .swiper-pagination2 .swiper-button-prev {
    transform: rotate(180deg);
    will-change: transform
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
        will-change: transform
    }

    100% {
        transform: rotate(360deg);
        will-change: transform
    }
}

.SDS-powering-digital {
    position: relative;
    overflow: hidden
}

.SDS-powering-digital img.main-img {
    width: 100%;
    opacity: .8
}

@media(max-width: 767px) {
    .SDS-powering-digital img.main-img {
        min-height: 420px;
        object-fit: cover
    }
}

.SDS-powering-digital .circle {
    width: max(67.0833333333vw, 64.4rem);
    height: max(67.0833333333vw, 64.4rem);
    border-radius: 100%;
    border: max(0.1041666667vw, 0.1rem) solid rgba(255, 255, 255, .2196078431);
    position: absolute;
    top: -58%;
    right: -18%;
    z-index: 1;
    animation: rotateAnimation 30s linear infinite;
    mix-blend-mode: color-dodge;
    will-change: transform
}

@media(max-width: 767px) {
    .SDS-powering-digital .circle {
        width: max(18.2291666667vw, 17.5rem);
        height: max(18.2291666667vw, 17.5rem)
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-powering-digital .circle {
        width: 30rem;
        height: 30rem
    }
}

.SDS-powering-digital .circle .cri-sp {
    width: max(2.5vw, 2.4rem);
    height: max(2.5vw, 2.4rem);
    border-radius: 100%;
    background-color: #004048;
    border: max(0.1041666667vw, 0.1rem) solid gray;
    position: absolute;
    z-index: 9
}

@media(max-width: 1023px) {
    .SDS-powering-digital .circle .cri-sp {
        width: max(1.3020833333vw, 1.25rem);
        height: max(1.3020833333vw, 1.25rem)
    }
}

.SDS-powering-digital .circle .sp1 {
    left: -1.198vw;
    top: 50%
}

@media(max-width: 767px) {
    .SDS-powering-digital .circle .sp1 {
        top: -2.5vw
    }
}

.SDS-powering-digital .circle .sp2 {
    right: -1.198vw;
    top: 50%
}

@media(max-width: 767px) {
    .SDS-powering-digital .circle .sp2 {
        top: -2.5vw
    }
}

.SDS-powering-digital .circle .sp3 {
    left: 50%;
    top: -1.198vw
}

@media(max-width: 767px) {
    .SDS-powering-digital .circle .sp3 {
        top: -2.5vw
    }
}

.SDS-powering-digital .circle .sp4 {
    left: 50%;
    bottom: -1.198vw
}

@media(max-width: 767px) {
    .SDS-powering-digital .circle .sp4 {
        top: -2.5vw
    }
}

.SDS-powering-digital .main-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.SDS-powering-digital .sec1 {
    padding: max(5.2083333333vw, 5rem) 0 0
}

@media(max-width: 1023px) {
    .SDS-powering-digital .sec1 {
        padding: 2rem 0 0
    }
}

.SDS-powering-digital img.img1 {
    width: max(2.1875vw, 2.1rem);
    filter: brightness(0) invert(1)
}

.SDS-powering-digital .sec2 {
    width: 100%;
    position: relative;
    padding: max(6.40625vw, 6.15rem) 0;
    min-height: 36vw;
    z-index: 1
}

@media(max-width: 1023px) {
    .SDS-powering-digital .sec2 {
        padding: 4rem 0
    }
}

.SDS-powering-digital .sec2:before {
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(41px);
    will-change: backdrop-filter;
    position: absolute;
    left: -40%;
    top: 0;
    z-index: 0
}

@media(max-width: 767px) {
    .SDS-powering-digital .sec2:before {
        left: -21%
    }
}

.SDS-powering-digital .sec2 p {
    position: relative
}

.SDS-powering-digital .sec2 a {
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: max(1.0416666667vw, 1rem);
    position: relative;
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    .SDS-powering-digital .sec2 a {
        margin-top: max(2.0833333333vw, 2rem)
    }
}

.SDS-powering-digital .sec2 a:hover {
    color: #e56d32
}

.SDS-powering-digital .sec2 a:hover .iocn {
    background: #e56d32
}

.SDS-powering-digital .sec2 .iocn {
    width: max(2.6041666667vw, 2.5rem);
    height: max(2.6041666667vw, 2.5rem);
    background: rgba(93, 199, 175, .14);
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--animation-default)
}

.SDS-powering-digital .sec2 .iocn:before {
    content: "";
    width: max(0.78125vw, 0.75rem);
    height: max(0.8333333333vw, 0.8rem);
    position: absolute;
    background: #fff;
    opacity: 1;
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.SDS-digital-logo {
    padding: max(4.1666666667vw, 4rem) 0 !important;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-digital-logo {
        padding: 3rem 0 !important
    }
}

.SDS-digital-logo .marquee-footer-track {
    gap: max(2.6041666667vw, 2.5rem);
    align-items: center;
    display: flex;
    white-space: nowrap
}

@media(max-width: 767px) {
    .SDS-digital-logo .marquee-footer-track {
        gap: 3rem
    }
}

.SDS-digital-logo .marquee-footer-item {
    display: inline-flex;
    align-items: center;
    gap: max(2.6041666667vw, 2.5rem);
    flex-shrink: 0
}

@media(max-width: 767px) {
    .SDS-digital-logo .marquee-footer-item {
        flex: 0 0 3rem;
        column-gap: 1.5rem
    }
}

.SDS-digital-logo p {
    flex-shrink: 0;
    font-size: max(3.125vw, 3rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo p {
        font-size: 2rem
    }
}

.SDS-digital-logo figure {
    flex-shrink: 0
}

.SDS-digital-logo img {
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%);
    width: max(1.8229166667vw, 1.75rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo img {
        width: 1.4rem
    }
}

.SDS-digital-logo .marquee-group .marquee .marquee-scroll {
    gap: max(4.1666666667vw, 4rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo .marquee-group .marquee .marquee-scroll {
        gap: 3rem
    }
}

.SDS-digital-logo .marquee-group .marquee .marquee-content {
    gap: max(4.1666666667vw, 4rem);
    align-items: center
}

@media(max-width: 767px) {
    .SDS-digital-logo .marquee-group .marquee .marquee-content {
        gap: 3rem
    }
}

.SDS-digital-logo .marquee-group .marquee .marquee-item {
    flex: 0 0 max(4.1666666667vw, 4rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo .marquee-group .marquee .marquee-item {
        flex: 0 0 3rem;
        column-gap: 1.5rem
    }
}

.SDS-digital-logo .logo-slide {
    width: 100%
}

@media(max-width: 675px) {
    .SDS-digital-logo .logo-slide {
        width: auto
    }
}

.SDS-digital-logo .logo-slide .marquee-item {
    display: flex;
    column-gap: max(1.3020833333vw, 1.25rem);
    align-items: center
}

@media(max-width: 767px) {
    .SDS-digital-logo .logo-slide .marquee-item {
        column-gap: 2rem
    }
}

.SDS-digital-logo .logo-slide p {
    flex-shrink: 0;
    font-size: max(3.125vw, 3rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo .logo-slide p {
        font-size: 2rem
    }
}

.SDS-digital-logo .logo-slide figure {
    flex-shrink: 0
}

.SDS-digital-logo .logo-slide img {
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%);
    width: max(1.8229166667vw, 1.75rem)
}

@media(max-width: 767px) {
    .SDS-digital-logo .logo-slide img {
        width: 1.4rem
    }
}

footer {
    padding-bottom: max(4.1666666667vw, 4rem) !important;
    position: relative
}

@media(max-width: 767px) {
    footer {
        padding-bottom: 6rem !important
    }
}

footer .loading-div {
    position: absolute;
    top: max(0.3645833333vw, 0.35rem);
    right: max(2.6041666667vw, 2.5rem)
}

footer .loading-div .loader {
    width: max(2.0833333333vw, 2rem);
    height: max(2.0833333333vw, 2rem);
    animation: spin 1s linear infinite
}

footer .loading-div .loader circle {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 90 150;
    stroke-dashoffset: 0
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

footer .sec1 a {
    display: block;
    text-align: center;
    padding: max(0.78125vw, 0.75rem);
    transition: all var(--animation-default)
}

footer .sec1:first-child a {
    border-color: #0035f5;
    border: max(0.1041666667vw, 0.1rem) solid rgba(0, 0, 0, 0)
}

footer .sec1:first-child a:hover {
    background-color: #0035f5 !important;
    color: #fff !important
}

footer .sec1:last-child a {
    border: max(0.1041666667vw, 0.1rem) solid #fff
}

footer .sec1:last-child a:hover {
    background: #fff !important;
    color: #000 !important
}

footer .sec2 ul.logo-sec1 li img {
    min-height: max(3.3854166667vw, 3.25rem);
    max-width: max(5.9895833333vw, 5.75rem)
}

@media(max-width: 767px) {
    footer .sec2 .nw-form {
        position: relative;
        z-index: 1
    }
}

footer .sec2 .nw-form p.label {
    font-size: max(0.9375vw, 0.9rem)
}

footer .sec2 .nw-form input:-webkit-autofill,
footer .sec2 .nw-form input:-webkit-autofill:hover,
footer .sec2 .nw-form input:-webkit-autofill:focus,
footer .sec2 .nw-form input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff
}

footer .sec2 .nw-form form {
    position: relative;
    border: max(0.1041666667vw, 0.1rem) solid #8d8d8d;
    padding: max(0.78125vw, 0.75rem) max(1.0416666667vw, 1rem)
}

@media(max-width: 675px) {
    footer .sec2 .nw-form form {
        padding: 1.2rem;
        font-size: 1.2rem;
        margin-bottom: 2rem
    }
}

footer .sec2 .nw-form form input:not([type=submit]) {
    color: #fff !important;
    width: 100%
}

footer .sec2 .nw-form form i.error {
    padding: 6px 0 0
}

footer .sec2 .nw-form form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: max(3.0729166667vw, 2.95rem);
    height: 100%;
    background: url(../img/submit-icon.svg);
    background-size: max(1.3020833333vw, 1.25rem);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

footer .sec2 .nw-form form ::-webkit-input-placeholder {
    color: #ddd
}

footer .sec2 .nw-form form ::-moz-placeholder {
    color: #ddd
}

footer .sec2 .nw-form form :-ms-input-placeholder {
    color: #ddd
}

footer .sec2 .nw-form form :-moz-placeholder {
    color: #ddd
}

footer .sec2 .nw-form ul li a {
    border-bottom: max(0.0520833333vw, 0.05rem) solid;
    transition: all var(--animation-default)
}

footer .sec2 .nw-form ul li figure {
    width: max(0.8333333333vw, 0.8rem);
    margin-left: max(0.5208333333vw, 0.5rem)
}

footer .sec2 .nw-form ul li img {
    filter: brightness(0) invert(1);
    width: max(0.7291666667vw, 0.7rem);
    transition: all var(--animation-default)
}

footer .sec2 .nw-form ul li:hover {
    color: #e46f32
}

footer .sec2 .nw-form ul li:hover img {
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%);
    transform: rotate(45deg);
    will-change: transform
}

@media(max-width: 767px) {
    footer .sec2 .col1 .ft-head {
        font-size: 22px;
        position: relative;
        border-bottom: 1px solid #4b4b4b;
        padding-bottom: 15px;
        padding-top: 10px;
        cursor: pointer;
        color: #fff !important
    }

    footer .sec2 .col1 .ft-head::after {
        content: "+";
        font-weight: 100;
        font-size: 2rem;
        position: absolute;
        top: 4px;
        right: 0;
        transition: transform var(--animation-default)
    }

    footer .sec2 .col1 .ft-head+.ft-menu {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        transition: opacity var(--animation-default), max-height var(--animation-default), margin-top var(--animation-default)
    }

    footer .sec2 .col1 .ft-head.active::after {
        transform: rotate(45deg)
    }

    footer .sec2 .col1 .ft-head.active+.ft-menu {
        max-height: 700px;
        opacity: 1;
        margin-top: 15px;
        transition: opacity var(--animation-default), max-height var(--animation-default)
    }
}

footer .sec2 .col1 ul.ft-menu {
    margin-top: max(0.625vw, 0.6rem);
    font-size: max(0.8333333333vw, 0.8rem)
}

@media(max-width: 767px) {
    footer .sec2 .col1 ul.ft-menu {
        font-size: 16px
    }
}

footer .sec2 .col1 ul.ft-menu li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    max-width: max-content;
    transform: translate(max(-1.1458333333vw, -1.1rem), 0px);
    transition: all var(--animation-default);
    will-change: transform
}

@media(max-width: 767px) {
    footer .sec2 .col1 ul.ft-menu li a {
        transform: translate(max(0vw, 0rem), 0px)
    }
}

footer .sec2 .col1 ul.ft-menu li a img {
    filter: brightness(0) invert(1);
    width: max(0.78125vw, 0.75rem);
    margin-right: max(0.2604166667vw, 0.25rem);
    opacity: 0;
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    footer .sec2 .col1 ul.ft-menu li a img {
        display: none
    }
}

footer .sec2 .col1 ul.ft-menu li a:hover {
    color: #e46f32;
    transform: translate(0px, 0px);
    will-change: transform
}

footer .sec2 .col1 ul.ft-menu li a:hover img {
    opacity: 1;
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%)
}

footer .sec2 .col1 ul.ft-menu li:last-child a {
    margin: 0
}

footer hr {
    border: none;
    border-bottom: 1px solid #202020
}

footer .sec3 a.ft-logo svg {
    width: max(10.1041666667vw, 9.7rem);
    height: auto
}

@media(max-width: 675px) {
    footer .sec3 ul.Legal-menu {
        flex-direction: column;
        gap: 10px !important
    }
}

footer .sec3 ul.Legal-menu li a {
    font-size: max(0.7291666667vw, 0.7rem);
    text-transform: uppercase;
    border-bottom: 1px solid gray;
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    footer .sec3 ul.Legal-menu li a {
        font-size: 16px
    }
}

footer .sec3 ul.Legal-menu li a:hover {
    color: #e46f32;
    border-color: #e46f32
}

footer .sec3 ul.Legal-menu li a:hover img {
    transform: rotate(45deg);
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%);
    will-change: transform
}

@media(max-width: 675px) {
    footer .sec3 ul.social-menu {
        justify-content: start;
        padding-block: 1rem;
        column-gap: 1.5rem
    }
}

footer .sec3 ul.social-menu li {
    font-size: max(0.7291666667vw, 0.7rem);
    text-transform: uppercase
}

@media(max-width: 1023px) {
    footer .sec3 ul.social-menu li:first-child {
        display: none
    }
}

footer .sec3 ul.social-menu li a img {
    filter: brightness(0) invert(1);
    height: max(1.0416666667vw, 1rem);
    transition: all var(--animation-default)
}

@media(max-width: 675px) {
    footer .sec3 ul.social-menu li a img {
        height: 1.6rem
    }
}

footer .sec3 ul.social-menu li a:hover {
    color: #e46f32;
    border-color: #e46f32
}

footer .sec3 ul.social-menu li a:hover img {
    filter: invert(46%) sepia(81%) saturate(602%) hue-rotate(337deg) brightness(95%) contrast(88%)
}

footer .sec3 ul.social-menu li:first-child {
    border-bottom: 1px solid gray
}

footer .sec4 {
    width: 100%
}

footer .sec4 p {
    font-size: max(0.7291666667vw, 0.7rem);
    line-height: max(1.1458333333vw, 1.1rem)
}

footer .sec4 h6 {
    font-size: max(0.8333333333vw, 0.8rem)
}

.about-slider {
    background: #000;
    position: relative
}

.about-slider .swiper-slide {
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .about-slider .swiper-slide .h2 {
        font-size: 1.4rem
    }
}

.about-slider .swiper-slide figure {
    width: 100%
}

.about-slider .swiper-slide figure img {
    width: 100%;
    opacity: .47
}

.about-slider figure.main-img {
    width: 100%
}

.about-slider figure.main-img img {
    width: 100%;
    opacity: .47
}

@media(max-width: 1367px) {
    .about-slider figure.main-img {
        padding-bottom: 400px
    }
}

@media(max-width: 767px) {
    .about-slider figure.main-img {
        padding-bottom: 300px
    }
}

.about-slider .ab-slider1 {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .about-slider .ab-slider1 {
        height: auto;
        bottom: auto;
        top: 100px
    }
}

.about-slider a {
    display: table
}

.about-slider .slider-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: max(2.0833333333vw, 2rem);
    z-index: 9
}

@media(max-width: 767px) {
    .about-slider .slider-nav .sec2 {
        display: none
    }
}

.about-slider .swiper-pagination2 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: max(0.9375vw, 0.9rem);
    font-style: normal;
    margin-right: max(2.0833333333vw, 2rem) !important;
    opacity: .4;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: 5px
}

@media(max-width: 1367px) {
    .about-slider .swiper-pagination2 .swiper-pagination-bullet {
        margin-right: 25px !important
    }
}

.about-slider .swiper-pagination2 .swiper-pagination-bullet:hover {
    opacity: 1;
    border-color: #fff
}

.about-slider .swiper-pagination2 .swiper-pagination-bullet em {
    font-style: normal
}

.about-slider .swiper-pagination2 .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff
}

.about-slider .swiper-pagination3 {
    display: flex;
    gap: max(0.2604166667vw, 0.25rem)
}

.about-slider .swiper-pagination3 .swiper-button-prev,
.about-slider .swiper-pagination3 .swiper-button-next {
    width: max(2.0833333333vw, 2rem);
    height: max(2.0833333333vw, 2rem);
    border: 1px solid #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 0;
    top: unset;
    left: unset;
    right: unset
}

.about-slider .swiper-pagination3 .swiper-button-prev img,
.about-slider .swiper-pagination3 .swiper-button-next img {
    width: max(1.1458333333vw, 1.1rem);
    filter: brightness(0) invert(1)
}

.about-slider .swiper-pagination3 .swiper-button-prev {
    transform: rotate(180deg);
    will-change: transform
}

section,
div {
    scroll-margin-top: max(8.59375vw, 8.25rem)
}

[id] {
    scroll-margin-top: max(8.59375vw, 8.25rem)
}

.SDS-green-operations [id] {
    scroll-margin-top: max(9.1145833333vw, 8.75rem)
}

.tab-sec {
    padding: max(1.0416666667vw, 1rem) 0;
    border-top: 1px solid #4b4b4b;
    position: sticky;
    top: calc(max(1.9791666667vw, 1.9rem)*2.8);
    z-index: 999999
}

@media(max-width: 767px) {
    .tab-sec {
        display: none
    }
}

.tab-sec ul li a {
    line-height: 1;
    transition: all var(--animation-default)
}

.tab-sec ul li a:hover {
    color: #e56d32
}

.tab-sec ul li a.active-a {
    color: #e56d32
}

.SDS-who-we-are {
    overflow: hidden
}

@media(max-width: 1023px) {
    .SDS-who-we-are .main-container {
        padding-top: 3rem !important;
        padding-bottom: 4rem !important
    }
}

@media(max-width: 1023px) {
    .SDS-who-we-are.commitments-who .main-container {
        padding-bottom: 0 !important
    }
}

.SDS-who-we-are .sec2 {
    display: block
}

@media(min-width: 768px) {
    .SDS-who-we-are .sec2 figure {
        position: relative;
        width: 50vw;
        max-width: 100vw;
        margin-right: calc(-1*(100vw - var(--mwidth))/2)
    }
}

.SDS-who-we-are .sec2 img {
    width: 100%
}

.SDS-who-we-are .tab {
    display: none
}

.SDS-people {
    padding: 8vw 0 1.5vw !important
}

@media(max-width: 1199px) {
    .SDS-people {
        padding: 4rem 0 !important;
        overflow: hidden
    }
}

@media(max-width: 1023px) {
    .SDS-people {
        padding: 2rem 0 !important
    }
}

.SDS-people .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto
}

@media(min-width: 610px)and (max-width: 1000px) {
    .SDS-people .wrap {
        transform: scale(0.9)
    }
}

@media(max-width: 675px) {
    .SDS-people .wrap {
        flex-direction: column
    }
}

.SDS-people .circle {
    width: max(25vw, 25rem);
    height: max(25vw, 25rem);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: max(-1.5625vw, -1.5rem);
    transition: all var(--animation-default);
    flex: 0 0 max(25vw, 25rem)
}

@media(max-width: 675px) {
    .SDS-people .circle {
        width: 500px;
        height: 500px;
        flex: 0 0 500px
    }
}

@media(max-width: 520px) {
    .SDS-people .circle {
        width: 400px;
        height: 400px;
        flex: 0 0 400px
    }
}

@media(max-width: 420px) {
    .SDS-people .circle {
        width: 320px;
        height: 320px;
        flex: 0 0 320px
    }
}

@media(min-width: 610px)and (max-width: 893px) {
    .SDS-people .circle {
        margin-bottom: -60px
    }
}

.SDS-people .circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    border: max(0.1041666667vw, 0.1rem) solid rgba(0, 0, 0, 0);
    background: linear-gradient(50deg, #e03e29 20%, #2b37eb 80%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation: rotartAnimation 15s linear infinite
}

.SDS-people .circle .cir {
    position: absolute;
    width: max(1.0416666667vw, 1rem);
    height: 100%;
    z-index: 9;
    animation: rotartAnimation 15s linear infinite
}

.SDS-people .circle .cir:after {
    content: "";
    width: max(0.8333333333vw, 0.8rem);
    height: max(0.8333333333vw, 0.8rem);
    border-left: max(0.1041666667vw, 0.1rem) solid #0035f5;
    border-bottom: max(0.1041666667vw, 0.1rem) solid #0035f5;
    position: absolute;
    top: -0.313vw;
    transform: rotate(49deg);
    will-change: transform
}

@media(max-width: 675px) {
    .SDS-people .circle .cir:after {
        top: -1vw
    }
}

.SDS-people .circle:hover {
    z-index: 9999
}

.SDS-people .circle:hover .decp {
    opacity: 1
}

.SDS-people .circle:hover .decp .h2,
.SDS-people .circle:hover .decp .h4,
.SDS-people .circle:hover .decp img {
    transform: translate(0, 0px);
    will-change: transform
}

.SDS-people .circle:nth-child(2) .cir {
    animation-delay: 1s
}

.SDS-people .circle:last-child .cir {
    animation-delay: 2s
}

.SDS-people .decp {
    display: grid;
    place-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(50deg, #e03e29 20%, #2b37eb 80%);
    padding: max(5vw, 5rem);
    opacity: 0;
    transition: opacity var(--animation-default)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-people .decp {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media(max-width: 520px) {
    .SDS-people .decp {
        padding: 50px
    }
}

.SDS-people .decp .touch-device {
    display: none
}

.SDS-people .decp img {
    width: max(2.6041666667vw, 2.5rem);
    transform: rotate(181deg);
    filter: brightness(0) invert(1);
    float: right;
    transform: translate(0, max(2.8645833333vw, 2.75rem));
    will-change: transform;
    transition: all var(--animation-default)
}

.SDS-people .decp .h2 {
    transform: translate(0, max(2.6041666667vw, 2.5rem));
    will-change: transform;
    transition: all var(--animation-default)
}

.SDS-people .decp .h4 {
    transform: translate(0, max(15.625vw, 15rem));
    will-change: transform;
    transition: all var(--animation-default)
}

.SDS-people .wrapper {
    overflow: hidden
}

.SDS-people h3 {
    position: relative
}

.SDS-people h3 img {
    width: max(1.4583333333vw, 1.4rem);
    margin-left: max(0.5208333333vw, 0.5rem);
    filter: invert(11%) sepia(100%) saturate(6949%) hue-rotate(234deg) brightness(94%)
}

.SDS-people p {
    position: relative
}

@media(max-width: 520px) {
    .SDS-people p {
        font-size: 1.05rem
    }
}

@media(max-width: 675px) {
    .SDS-people .decp p.h5 {
        font-size: 1rem
    }
}

@keyframes rotartAnimation {
    0% {
        transform: rotate(360deg);
        will-change: transform
    }

    100% {
        transform: rotate(0deg);
        will-change: transform
    }
}

.SDS-leaders {
    padding: 7vw 0 max(7.8125vw, 7.5rem) !important;
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-leaders {
        padding: 3rem 0 2rem !important
    }
}

.SDS-leaders:after {
    content: "";
    width: max(21.875vw, 21rem);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 18%, rgb(255, 255, 255) 83%);
    z-index: 9
}

@media(max-width: 1367px) {
    .SDS-leaders:after {
        display: none
    }
}

@media(min-width: 1368px) {
    .SDS-leaders .sec1 {
        padding: max(2.6041666667vw, 2.5rem)
    }
}

.SDS-leaders .sec1:first-child {
    padding-left: 0
}

@media(max-width: 1368px) {
    .SDS-leaders .sec1:first-child {
        margin-bottom: 25px
    }
}

@media(min-width: 1368px) {
    .SDS-leaders .sec1:last-child {
        padding-right: max(5.2083333333vw, 5rem)
    }
}

.SDS-leaders .h4 {
    padding-left: 0;
    white-space: nowrap;
    text-align: right
}

@media(max-width: 1367px) {
    .SDS-leaders .h4 {
        text-align: left
    }

    .SDS-leaders .h4 .justify-end {
        justify-content: start !important
    }
}

.SDS-leaders .swiper {
    overflow: hidden
}

@media(min-width: 1368px) {
    .SDS-leaders .swiper {
        height: max(14.0625vw, 13.5rem)
    }
}

.SDS-leaders .swiper-slide {
    display: grid
}

@media(min-width: 1368px) {
    .SDS-leaders .swiper-slide {
        grid-template-columns: max(15.625vw, 15rem) 1fr
    }
}

.SDS-leaders .swiper-pagination {
    position: absolute;
    border-radius: max(0.2083333333vw, 0.2rem);
    overflow: hidden;
    background: rgba(0, 0, 0, .09);
    left: max(15.625vw, 15rem)
}

@media(max-width: 1367px) {
    .SDS-leaders .swiper-pagination {
        position: relative;
        left: 0;
        margin-top: 40px
    }
}

.SDS-leaders .swiper-pagination-progressbar-fill {
    background: #0035f5
}

@media(min-width: 768px) {
    .SDS-commitments .img-wrap {
        position: relative;
        width: 50vw;
        max-width: 100vw;
        margin-left: calc(-1*(100vw - var(--mwidth))/2)
    }
}

.SDS-commitments .img-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(130deg, rgba(0, 0, 0, 0) 53%, rgb(2, 18, 34) 111%)
}

.SDS-commitments .img-wrap .img1 {
    width: 100%
}

.SDS-commitments .img-wrap .img1 img {
    width: 100%
}

.SDS-commitments .img-wrap .img2 {
    position: absolute;
    top: 0;
    right: max(2.6041666667vw, 2.5rem);
    width: max(7.8125vw, 7.5rem);
    z-index: 9
}

@media(max-width: 767px) {
    .SDS-commitments .img-wrap .img2 {
        right: 20px;
        width: auto
    }
}

.SDS-commitments .img-wrap .img2 img {
    width: 100%
}

@media(max-width: 767px) {
    .SDS-commitments .img-wrap .img2 img {
        width: 60px
    }
}

.SDS-commitments .img-wrap figure.img3 {
    position: absolute;
    right: max(2.6041666667vw, 2.5rem);
    bottom: max(2.6041666667vw, 2.5rem);
    width: max(8.3333333333vw, 8rem);
    z-index: 9
}

.SDS-commitments .img-wrap figure.img3 img {
    width: 100%
}

.SDS-about-zhilon {
    padding: max(5.2083333333vw, 5rem) 0 0 !important
}

@media(max-width: 767px) {
    .SDS-about-zhilon {
        padding: 3rem 0 0 !important
    }
}

.SDS-about-zhilon .sec1 {
    width: 100%
}

.SDS-about-zhilon .sec1 ul {
    column-count: 2;
    column-gap: max(2.0833333333vw, 2rem)
}

@media(max-width: 1023px) {
    .SDS-about-zhilon .sec1 ul {
        column-gap: 0
    }
}

@media(max-width: 675px) {
    .SDS-about-zhilon .sec1 ul {
        column-count: 1
    }
}

.SDS-about-zhilon .sec1 ul a {
    border-bottom: 1px solid;
    line-height: 1.4;
    display: flex;
    max-width: max-content;
    transition: all var(--animation-default)
}

.SDS-about-zhilon .sec1 ul a figure {
    width: max(0.9375vw, 0.9rem);
    margin-left: max(0.5208333333vw, 0.5rem)
}

.SDS-about-zhilon .sec1 ul a figure img {
    width: max(0.78125vw, 0.75rem);
    transition: all var(--animation-default)
}

.SDS-about-zhilon .sec1 ul a:hover {
    color: #0035f5;
    border-color: #0035f5
}

.SDS-about-zhilon .sec1 ul a:hover img {
    transform: rotate(45deg);
    filter: invert(11%) sepia(100%) saturate(6949%) hue-rotate(234deg) brightness(94%);
    will-change: transform
}

.SDS-about-zhilon .sec3 {
    width: 100%;
    padding-top: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-about-zhilon .sec3 {
        padding-top: 2rem
    }
}

.SDS-about-zhilon .sec3 ul {
    padding: 0 0 max(3.125vw, 3rem)
}

@media(max-width: 1023px) {
    .SDS-about-zhilon .sec3 ul {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr)
    }
}

@media(min-width: 1024px) {
    .SDS-about-zhilon .sec3 img {
        min-width: max(5.2083333333vw, 5rem)
    }
}

.SDS-innovation {
    width: 100%;
    padding-top: max(3.125vw, 3rem)
}

@media(max-width: 767px) {
    .SDS-innovation .d-flex {
        flex-direction: column;
        gap: 1rem;
        align-items: self-start
    }
}

.SDS-innovation .sec1 {
    position: relative
}

.SDS-innovation .sec1:hover .decp {
    max-height: max(10.4166666667vw, 10rem) !important
}

.SDS-innovation .sec1 img {
    width: 100%
}

.SDS-innovation .sec1:nth-child(2) p,
.SDS-innovation .sec1:nth-child(3) p {
    top: 0;
    bottom: unset
}

.SDS-innovation .sec1 p {
    position: absolute;
    bottom: 0;
    padding: max(2.8645833333vw, 2.75rem) max(2.6041666667vw, 2.5rem);
    width: 100%
}

.SDS-innovation .sec1 .wrap {
    position: absolute;
    bottom: 0;
    padding: max(2.8645833333vw, 2.75rem) max(2.6041666667vw, 2.5rem);
    width: 100%
}

@media(max-width: 675px) {
    .SDS-innovation .sec1 .wrap {
        padding: 3rem 15px
    }
}

.SDS-innovation .sec1 .wrap .decp {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--animation-default)
}

.SDS-innovation.border-top {
    border-top: 1px solid #ddd
}

section.SDS-innovation.SDS-present-expart .sec1 {
    position: relative
}

section.SDS-innovation.SDS-present-expart .sec1:hover .decp {
    max-height: max(10.4166666667vw, 10rem) !important
}

section.SDS-innovation.SDS-present-expart .sec1 img {
    width: 100%
}

section.SDS-innovation.SDS-present-expart .sec1:nth-child(2) .wrap,
section.SDS-innovation.SDS-present-expart .sec1:nth-child(3) .wrap {
    top: 0;
    bottom: unset
}

section.SDS-innovation.SDS-present-expart .sec1 .wrap {
    position: absolute;
    bottom: 0;
    padding: max(2.8645833333vw, 2.75rem) max(2.6041666667vw, 2.5rem);
    width: 100%
}

section.SDS-innovation.SDS-present-expart .sec1 .wrap p {
    padding: 0;
    position: relative
}

@media(max-width: 675px) {
    section.SDS-innovation.SDS-present-expart .sec1 .wrap {
        padding: 3rem 15px
    }
}

section.SDS-innovation.SDS-present-expart .sec1 .wrap .decp {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--animation-default)
}

.SDS-transform-businesses {
    position: relative
}

.SDS-transform-businesses video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

@media(max-width: 675px) {
    .SDS-transform-businesses video {
        height: 400px
    }
}

.SDS-transform-businesses .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: #063045;
    background: linear-gradient(0deg, rgba(6, 48, 69, 0.4) 0%, rgb(6, 48, 69) 85%);
    padding: max(6.25vw, 6rem) 0;
    display: flex
}

@media(max-width: 675px) {
    .SDS-transform-businesses .decp {
        padding: 3rem 0
    }

    .SDS-transform-businesses .decp p.h3 {
        font-size: 18px
    }
}

.SDS-transform-businesses .main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.SDS-transform-businesses .icon-sec:hover .iocn {
    background: #e56d32
}

.SDS-transform-businesses .iocn {
    width: max(3.28125vw, 3.15rem);
    height: max(3.28125vw, 3.15rem);
    background: rgba(255, 255, 255, .2196078431);
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(22px);
    will-change: backdrop-filter
}

.SDS-transform-businesses .iocn:before {
    content: "";
    width: max(0.9375vw, 0.9rem);
    height: max(1.09375vw, 1.05rem);
    position: absolute;
    background: #fff;
    opacity: 1;
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.SDS-recognition {
    padding: max(3.125vw, 3rem) 0 !important
}

@media(max-width: 1023px) {
    .SDS-recognition {
        padding: 3rem 0 !important
    }

    .SDS-recognition .inner-container {
        display: flex !important;
        flex-direction: column
    }
}

.SDS-recognition .awards-slider .swiper-slide {
    height: auto;
    align-content: center
}

.SDS-recognition .awards-slider .swiper-slide img {
    max-width: max(9.375vw, 9rem)
}

@media(max-width: 767px) {
    .SDS-recognition .awards-slider .swiper-slide img {
        max-width: 100%
    }
}

.SDS-map {
    padding: max(7.5520833333vw, 7.25rem) 0 max(5.2083333333vw, 5rem) !important
}

@media(max-width: 767px) {
    .SDS-map {
        padding: 2rem 0 3rem !important
    }
}

.SDS-map .sec1 {
    position: relative
}

@media(min-width: 768px) {
    .SDS-map .sec1 {
        opacity: 0;
        transform: translate(0px, max(5.2083333333vw, 5rem));
        transition: opacity var(--animation-default), transform var(--animation-default);
        will-change: transform
    }
}

.SDS-map .sec1 .dd {
    position: absolute;
    bottom: 0;
    z-index: 0
}

.SDS-map .sec1 img.map-img {
    width: 100%
}

.SDS-map .sec1 .decp {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%
}

@media(max-width: 1023px) {
    .SDS-map .sec1 .decp {
        display: none
    }
}

.SDS-map .sec1 .decp .name {
    max-width: max-content;
    min-height: max(9.6354166667vw, 9.25rem);
    position: absolute;
    display: flex;
    align-items: end
}

.SDS-map .sec1 .decp .name .wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height var(--animation-default) .3s
}

.SDS-map .sec1 .decp .name .wrap:before {
    content: "";
    width: max(0.1041666667vw, 0.1rem);
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgb(0, 53, 245) 100%)
}

.SDS-map .sec1 .decp .name .cir {
    width: max(0.625vw, 0.6rem);
    height: max(0.625vw, 0.6rem);
    background: #0035f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.SDS-map .sec1 .decp .name.st {
    top: 26.7%;
    left: 8.3%;
    min-height: max(8.9583333333vw, 8.6rem)
}

.SDS-map .sec1 .decp .name.nw {
    left: 16.1%;
    top: 12%;
    min-height: max(10.78125vw, 10.35rem)
}

.SDS-map .sec1 .decp .name.bir {
    left: 46.2%;
    top: -21%
}

.SDS-map .sec1 .decp .name.dbi {
    right: 35%;
    top: -15.7%;
    min-height: max(11.875vw, 11.4rem)
}

.SDS-map .sec1 .decp .name.kol {
    right: 25%;
    top: -6.7%;
    min-height: max(12.03125vw, 11.55rem)
}

@media(min-width: 768px) {
    .SDS-map .sec2 {
        margin: -5.573vw auto 0
    }
}

.SDS-map.active .sec1 {
    opacity: 1;
    transform: translate(0px, 0px);
    will-change: transform
}

.SDS-map.active .sec1 .decp .name.st .wrap {
    height: max(8.9583333333vw, 8.6rem)
}

.SDS-map.active .sec1 .decp .name.nw .wrap {
    height: max(10.78125vw, 10.35rem)
}

.SDS-map.active .sec1 .decp .name.bir .wrap {
    height: max(8.9583333333vw, 8.6rem)
}

.SDS-map.active .sec1 .decp .name.dbi .wrap {
    height: max(11.875vw, 11.4rem)
}

.SDS-map.active .sec1 .decp .name.kol .wrap {
    height: max(12.03125vw, 11.55rem)
}

.common-hero {
    padding: max(8.59375vw, 8.25rem) 0 max(4.1666666667vw, 4rem) !important;
    overflow: hidden
}

@media(max-width: 767px) {
    .common-hero {
        padding: 7rem 0 0 !important
    }
}

@media(max-width: 767px) {
    .common-hero .blog-slider2 .sec2 .ar-vetical {
        padding-bottom: 56%
    }
}

.common-hero .blog-slider2 .content {
    padding: max(0.78125vw, 0.75rem)
}

@media(max-width: 767px) {
    .common-hero .blog-slider2 .content {
        padding: 1.5rem
    }
}

@media(max-width: 767px) {
    .common-hero .blog-slider2 .content .min-heightX1 {
        min-height: auto
    }
}

.common-hero ul.spt-btn li {
    border-right: 2px solid #fff;
    padding-right: max(1.0416666667vw, 1rem);
    margin-right: max(1.0416666667vw, 1rem)
}

.common-hero ul.spt-btn li a {
    border-bottom: 1px solid #fff
}

.common-hero ul.spt-btn li a:hover {
    color: #e56d32 !important;
    border-color: #e56d32 !important
}

.common-hero ul.spt-btn li:last-child {
    border: none
}

.common-hero .swiper {
    overflow: visible
}

@media(max-width: 767px) {
    .common-hero .swiper {
        overflow: hidden
    }
}

.common-hero .swiper-wrapper {
    gap: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 767px) {
    .common-hero .swiper-wrapper {
        gap: 0
    }
}

.common-hero .swiper-slide {
    padding: max(1.0416666667vw, 1rem)
}

@media(max-width: 767px) {
    .common-hero .swiper-slide {
        flex-direction: column-reverse;
        padding: 0
    }
}

@media(max-width: 767px) {
    .common-hero .d-grid.grid-cols-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem
    }
}

.common-hero .sec2 {
    width: 100%;
    display: flex;
    flex-direction: column
}

@media(min-width: 768px)and ((max-width: 1023px)) {
    .common-hero .sec2 .h4x {
        max-width: 100%
    }
}

.common-hero .sec2 a {
    max-width: max-content;
    background-image: linear-gradient(to right, #0035f5 45%, #0035f5 55%);
    border-color: #0035f5
}

.common-hero .sec2 a svg {
    fill: #0035f5
}

.common-hero .sec2 figure {
    width: 100%
}

.common-hero .sec2 figure img {
    width: 100%
}

.common-hero .sec2 .auth {
    margin-top: auto
}

@media(max-width: 767px) {
    .common-hero .sec2 .auth {
        margin-top: 2rem
    }
}

.common-hero .sec2 .auth figure {
    width: auto
}

.common-hero .sec2 .auth img {
    border-radius: 100%;
    width: max(3.3333333333vw, 3.2rem);
    height: max(3.3333333333vw, 3.2rem)
}

.common-hero .number-pagination {
    margin: max(3.125vw, 3rem) 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-hero .number-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: .4;
    font-size: max(1.1458333333vw, 1.1rem);
    font-weight: 300;
    width: max(2.6041666667vw, 2.5rem);
    margin: 0;
    height: max(2.6041666667vw, 2.5rem);
    display: flex;
    align-items: end;
    justify-content: center;
    line-height: 1
}

.common-hero .number-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    font-size: max(1.9791666667vw, 1.9rem)
}

@media(max-width: 767px) {
    .common-hero ul.blog-dts-auth {
        flex-wrap: wrap
    }
}

.common-hero ul.blog-dts-auth li {
    display: flex;
    align-items: center;
    gap: max(0.78125vw, 0.75rem);
    line-height: 1
}

.common-hero ul.blog-dts-auth li:first-child figure {
    border-radius: 100%;
    width: max(3.28125vw, 3.15rem)
}

.common-hero ul.blog-dts-auth li:first-child figure img {
    width: 100%
}

.common-hero ul.blog-dts-auth li figure {
    width: max(1.09375vw, 1.05rem)
}

.common-hero ul.blog-dts-auth li figure img {
    width: 100%
}

.common-hero ul.blog-dts-auth li .tag {
    padding: max(0.5729166667vw, 0.55rem) max(0.9375vw, 0.9rem)
}

@media(max-width: 767px) {
    .blog-listing-hero {
        padding-bottom: 3rem !important
    }
}

.blog-listing-hero+.blog-list .sec2 {
    overflow: hidden
}

.blog-listing-hero .sec2 .blg-img {
    padding-bottom: 80% !important
}

.blog-listing-hero .h4x {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.blog-listing-hero .auth {
    margin-top: max(1.5625vw, 1.5rem)
}

@media(max-width: 767px) {
    .blog-hero {
        padding-bottom: 3rem !important
    }
}

.breadcrumb {
    font-size: max(0.7291666667vw, 0.7rem)
}

@media(max-width: 767px) {
    .breadcrumb {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: start;
        display: none !important
    }
}

.breadcrumb li {
    display: flex;
    align-items: center;
    column-gap: max(0.8333333333vw, 0.8rem)
}

.blog-list {
    padding: max(5.2083333333vw, 5rem) 0 max(2.6041666667vw, 2.5rem) !important;
    position: relative
}

@media(max-width: 767px) {
    .blog-list {
        padding: 3rem 0 2rem !important
    }
}

.blog-list .sec1 form {
    width: 100%;
    position: relative
}

.blog-list .sec1 form .form-wrap {
    position: relative;
    border-bottom: 1px solid;
    padding: max(0.3645833333vw, 0.35rem) 0;
    width: 100%;
    margin-right: max(3.0208333333vw, 2.9rem)
}

.blog-list .sec1 form .form-wrap:after {
    content: "";
    width: max(0.0520833333vw, 0.05rem);
    height: max(0.9375vw, 0.9rem);
    background: #000;
    position: absolute;
    right: -1.25vw;
    top: max(0.625vw, 0.6rem)
}

.blog-list .sec1 form select {
    border-bottom: 1px solid;
    padding: max(0.3645833333vw, 0.35rem) 0;
    padding-right: max(1.0416666667vw, 1rem);
    appearance: auto !important
}

.blog-list .sec1 form select option {
    font-size: max(0.8333333333vw, 0.8rem)
}

.blog-list .sec1 form input:not([type=submit]) {
    width: 100%
}

.blog-list .sec1 form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: max(2.34375vw, 2.25rem);
    height: 100%;
    background: url(../img/search-icon.svg);
    background-size: max(1.1458333333vw, 1.1rem);
    background-repeat: no-repeat;
    background-position: center
}

.blog-list .sec1 form ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.blog-list .sec1 form ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.blog-list .sec1 form :-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.blog-list .sec1 form :-moz-placeholder {
    color: #000;
    opacity: 1
}

.blog-list .sec1 form a {
    font-size: max(0.9375vw, 0.9rem);
    display: flex;
    white-space: nowrap;
    gap: max(0.2604166667vw, 0.25rem)
}

.blog-list .sec2:hover a {
    color: #0035f5
}

.blog-list .sec2:hover img {
    transform: scale(1.1);
    will-change: transform
}

@media(min-width: 768px)and (max-width: 1200px) {
    .blog-list .sec2 .decp {
        max-width: 100%
    }
}

.blog-list .sec2 img {
    width: 100%;
    transition: all var(--animation-default)
}

.blog-list .sec2 a {
    display: block;
    overflow: hidden;
    transition: all var(--animation-default)
}

.blog-list .sec2 p.h4 a {
    min-height: max(3.6458333333vw, 3.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.blog-list .sec2 p.h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.blog-list .sec2 ul li {
    display: flex;
    align-items: center
}

.blog-list .sec2 ul li:last-child:before {
    content: "";
    width: max(0.2604166667vw, 0.25rem);
    height: max(0.2604166667vw, 0.25rem);
    background: #000;
    display: block;
    border-radius: 100%;
    margin: 0 max(1.0416666667vw, 1rem)
}

ul.pagenavigation {
    border-top: max(0.1041666667vw, 0.1rem) solid #9e9e9e;
    padding: max(1.5625vw, 1.5rem) 0
}

ul.pagenavigation li a,
ul.pagenavigation li span {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: max(0.1041666667vw, 0.1rem) max(0.5208333333vw, 0.5rem);
    margin: 0 max(0.15625vw, 0.15rem)
}

ul.pagenavigation li a:hover,
ul.pagenavigation li span:hover {
    color: #0035f5;
    border-color: #0035f5
}

ul.pagenavigation li.active a {
    color: #0035f5;
    border-color: #0035f5
}

.blog-trending {
    padding: max(5.2083333333vw, 5rem) 0 0 !important
}

@media(max-width: 768px) {
    .blog-trending {
        padding-top: 4rem !important
    }
}

.blog-trending .sec1 {
    position: relative
}

.blog-trending .sec1 img {
    width: 100%
}

.blog-trending a {
    display: block;
    position: relative
}

.blog-trending a:after {
    content: "";
    width: 100%;
    height: 55%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 87%);
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width: 767px) {
    .SDS-leadership-brings .main-container {
        padding-bottom: 3rem
    }
}

.SDS-leadership-brings img {
    width: max(25.5208333333vw, 24.5rem)
}

.SDS-leaders-dts {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-leaders-dts {
        padding: 2rem 0 !important
    }
}

.leadership-card .sec1 {
    position: relative;
    overflow: hidden
}

.leadership-card .sec1:hover .flip-decp {
    opacity: 1;
    transform: translate(0px, 0px);
    will-change: transform
}

.leadership-card .sec1>figure {
    display: grid;
    align-items: start;
    justify-items: start;
    transition: .5s;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}

.leadership-card .sec1>figure img {
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    object-fit: contain;
    object-position: bottom
}

.leadership-card .sec1 .decp {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: max(1.3020833333vw, 1.25rem);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgb(29, 35, 47) 91%);
    padding-top: max(3.0729166667vw, 2.95rem)
}

@media(max-width: 675px) {
    .leadership-card .sec1 .decp .h8 {
        display: none
    }
}

@media(min-width: 1024px)and (max-width: 1200px) {
    .leadership-card .sec1 .decp {
        padding: 1rem
    }
}

@media(min-width: 1024px)and (max-width: 1200px) {
    .leadership-card .sec1 .decp .h5 {
        font-size: 1rem
    }
}

.leadership-card .sec1 .flip-decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(1.3020833333vw, 1.25rem);
    transform: translate(0px, max(6.40625vw, 6.15rem));
    will-change: transform;
    opacity: 0;
    transition: all var(--animation-default)
}

.leadership-card .sec1 .flip-decp .profile-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap
}

.leadership-card .sec1 .flip-decp .h8 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap
}

@media(max-width: 675px) {
    .leadership-card .sec1 .flip-decp .h8 {
        font-size: 14px;
        -webkit-line-clamp: 2
    }
}

.leadership-card .sec1 .flip-decp .icon {
    width: max(2.0833333333vw, 2rem);
    height: max(2.0833333333vw, 2rem);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.leadership-card .sec1 .flip-decp .icon img {
    width: max(1.3020833333vw, 1.25rem)
}

.leadership-card .sec1 .flip-decp a {
    display: table;
    border-bottom: 1px solid;
    max-width: max-content
}

.leadership-card .sec1 .flip-decp p:last-child {
    margin-top: auto
}

.touch .flip-decp {
    display: none !important
}

@media(min-width: 768px) {
    .SDS-always-happy {
        padding-top: max(5.2083333333vw, 5rem)
    }
}

@media(max-width: 768px) {
    .SDS-always-happy {
        padding: 0 1rem
    }
}

.SDS-always-happy svg.cup {
    width: max(6.40625vw, 6.15rem);
    height: auto;
    transform: translate(0px, -4.271vw)
}

@media(max-width: 675px) {
    .SDS-always-happy svg.cup {
        width: 80px;
        height: auto;
        transform: translate(0px, 18px)
    }
}

.SDS-always-happy .cup .streamLine-1,
.SDS-always-happy .cup .streamLine-2,
.SDS-always-happy .cup .streamLine-3 {
    fill: #0035f7;
    animation: waterPulse 2s infinite ease-in-out
}

.SDS-always-happy .cup .streamLine-2 {
    animation-delay: .3s
}

.SDS-always-happy .cup .streamLine-3 {
    animation-delay: .6s
}

@keyframes waterPulse {
    0% {
        fill-opacity: .3;
        transform: translateY(0);
        will-change: transform
    }

    50% {
        fill-opacity: 1;
        transform: translateY(5px);
        will-change: transform
    }

    100% {
        fill-opacity: .3;
        transform: translateY(0);
        will-change: transform
    }
}

.SDS-advisors-dts {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-advisors-dts {
        padding: 3rem 0 !important
    }
}

.SDS-advisors-dts .linkedin-advisor figure {
    max-width: max(1.5625vw, 1.5rem)
}

.SDS-advisors-dts .sec2 {
    width: 100%
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.no-touch .link-overlay {
    display: none !important
}

.SDS-global-team {
    padding: 0 0 max(5.2083333333vw, 5rem) !important;
    overflow: hidden
}

@media(max-width: 675px) {
    .SDS-global-team {
        padding: 0 0 2rem !important
    }
}

.SDS-global-team .Team-img img {
    width: max(9.2708333333vw, 8.9rem)
}

@media(max-width: 675px) {
    .SDS-global-team ul.social-menu {
        gap: 1.5rem
    }
}

.SDS-global-team ul.social-menu img {
    width: max(1.3020833333vw, 1.25rem);
    height: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 675px) {
    .SDS-global-team ul.social-menu img {
        width: 25px;
        height: 25px
    }
}

@media(max-width: 767px) {
    .leadership-teamwork {
        padding-bottom: 0 !important
    }

    .leadership-teamwork .main-container {
        padding-bottom: 0 !important
    }

    .leadership-teamwork .sec2 {
        margin-inline: -15px;
        width: calc(100% + 30px) !important
    }

    .leadership-teamwork .sec2 .wrap {
        width: 70%
    }
}

.leadership-teamwork .sec2 {
    position: relative
}

.leadership-teamwork .sec2 figure {
    position: relative
}

.leadership-teamwork .sec2 figure::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

.leadership-teamwork .sec2 .icon-sec:hover .iocn {
    background: #e56d32
}

.leadership-teamwork .sec2 .iocn {
    width: max(3.28125vw, 3.15rem);
    height: max(3.28125vw, 3.15rem);
    background: rgba(255, 255, 255, .2196078431);
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(22px);
    will-change: backdrop-filter;
    flex: 0 0 max(3.28125vw, 3.15rem)
}

.leadership-teamwork .sec2 .iocn:before {
    content: "";
    width: max(0.9375vw, 0.9rem);
    height: max(1.09375vw, 1.05rem);
    position: absolute;
    background: #fff;
    opacity: 1;
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.leadership-teamwork .sec2 .wrap {
    position: absolute;
    bottom: max(2.6041666667vw, 2.5rem);
    left: max(2.6041666667vw, 2.5rem)
}

.SDS-commitments-hero {
    position: relative
}

@media(max-width: 767px) {
    .SDS-commitments-hero .ar-minX {
        padding-bottom: 56.25%
    }
}

.SDS-commitments-hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgb(0, 0, 0) 82%)
}

.SDS-commitments-hero img {
    width: 100%
}

.SDS-empower-business {
    padding: max(2.6041666667vw, 2.5rem) 0
}

.touch .com-innovation .sec1 figure+p.h3 {
    display: none
}

.touch .com-innovation .sec1 .decp {
    transform: translate(0px, 0px);
    will-change: transform;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4) !important;
    backdrop-filter: blur(8px);
    will-change: backdrop-filter
}

.touch .com-innovation .sec1 .decp p:not(:first-child) {
    font-size: 16px;
    margin-top: 20px
}

.com-innovation .sec1:hover .decp {
    transform: translate(0px, 0px);
    will-change: transform;
    opacity: 1
}

.com-innovation .sec1 {
    overflow: hidden
}

.com-innovation .sec1 p {
    bottom: unset;
    top: 0
}

.com-innovation .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(2.8645833333vw, 2.75rem);
    transform: translate(0px, max(5.2083333333vw, 5rem));
    will-change: transform;
    opacity: 0;
    transition: all var(--animation-default)
}

@media(min-width: 1024px)and (max-width: 1200px) {
    .com-innovation .decp {
        padding: 1rem
    }
}

@media(max-width: 767px) {
    .com-innovation .decp {
        padding: 2rem 15px
    }
}

.com-innovation .decp p {
    position: relative;
    padding: 0
}

.com-innovation .decp a {
    margin-top: auto
}

.SDS-equal-opportunity {
    padding: max(11.4583333333vw, 11rem) 0 0;
    overflow: hidden
}

@media(max-width: 1023px) {
    .SDS-equal-opportunity {
        padding: 4rem 0 0
    }

    .SDS-equal-opportunity>.sec2 {
        padding-inline: 15px
    }
}

@media(max-width: 767px) {
    .SDS-equal-opportunity {
        padding: 3rem 0 0
    }
}

.SDS-equal-opportunity .sec1 {
    position: relative
}

.SDS-equal-opportunity .sec1:before {
    content: "";
    width: 34%;
    height: max(0.0520833333vw, 0.05rem);
    background: #000
}

.SDS-equal-opportunity .sec1:after {
    content: "";
    width: 51%;
    height: max(0.0520833333vw, 0.05rem);
    background: #000
}

.SDS-equal-opportunity .sec1 img.img1 {
    position: absolute;
    bottom: max(1.09375vw, 1.05rem);
    left: 14%;
    width: max(8.59375vw, 8.25rem)
}

.SDS-equal-opportunity .sec1 img.img2 {
    position: absolute;
    top: max(1.0416666667vw, 1rem);
    right: 25%;
    width: max(5.1041666667vw, 4.9rem)
}

.SDS-equal-opportunity .sec3 {
    width: 100%;
    border: 1px solid;
    padding: max(1.5625vw, 1.5rem)
}

.SDS-equal-opportunity .sec3 p.h5x {
    min-height: max(4.0625vw, 3.9rem)
}

@media(max-width: 1023px) {
    .SDS-equal-opportunity .sec3 p.h4 {
        font-size: 1.6rem
    }

    .SDS-equal-opportunity .sec3 p.h6 {
        font-size: 1.3rem
    }
}

.SDS-equal-opportunity .sec3 img {
    width: max(3.125vw, 3rem)
}

@media(max-width: 1023px) {
    .SDS-equal-opportunity .sec3 img {
        width: 4rem
    }
}

.SDS-social-responsibility {
    padding-top: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-social-responsibility {
        padding-top: 3rem
    }
}

.SDS-social-responsibility figure {
    height: 100%
}

.SDS-social-responsibility img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.SDS-social-responsibility .sec2 {
    padding: max(4.1666666667vw, 4rem);
    height: 100%;
    place-content: space-between;
    min-width: max(31.25vw, 30rem)
}

@media(max-width: 1023px) {
    .SDS-social-responsibility .sec2 {
        min-width: auto
    }
}

@media(max-width: 767px) {
    .SDS-social-responsibility .sec2 {
        padding: 2rem
    }
}

.SDS-zhilon-solutions {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-zhilon-solutions {
        padding: 3rem 1rem !important
    }
}

@media(max-width: 767px) {
    .SDS-zhilon-solutions .mainx3-container {
        padding: 0 !important
    }
}

@media(max-width: 767px) {
    .sol--main {
        padding-block: 3rem !important
    }
}

.hover-img {
    overflow: hidden
}

.hover-img img {
    will-change: transform;
    transition: all var(--animation-default)
}

.hover-img:hover img {
    transform: scale(1.2) translateY(5px)
}

.SDS-contributed {
    padding-bottom: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-contributed {
        padding-bottom: 3rem !important
    }
}

.SDS-contributed hr {
    border-color: #fff;
    border-bottom: 0
}

.SDS-contributed .sec1 {
    max-width: 16vw
}

@media(max-width: 1023px) {
    .SDS-contributed .sec1 {
        max-width: 100%
    }
}

.SDS-contributed .sec1 .c--Cgray,
.SDS-contributed .sec1 hr {
    transition: all var(--animation-default)
}

.SDS-contributed .sec1:hover .c--Cgray {
    color: #000 !important
}

.SDS-contributed .sec1:hover hr {
    border-color: #0035f5
}

.SDS-contributed .stat-number {
    font-size: max(5.2083333333vw, 5rem);
    letter-spacing: -6px;
    line-height: 1
}

@media(max-width: 1200px) {
    .SDS-contributed .stat-number {
        font-size: 3.5rem;
        letter-spacing: -3px
    }
}

.SDS-contributed .stat-number span {
    letter-spacing: 0
}

@media(min-width: 768px) {
    .SDS-growing-oops figure {
        position: relative;
        width: 50vw;
        max-width: 100vw;
        margin-left: calc(-1*(100vw - var(--mwidth))/2)
    }
}

@media(max-width: 1023px) {
    .SDS-growing-oops .main-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media(max-width: 767px) {
    .SDS-growing-oops .main-container {
        padding-top: 0
    }
}

.SDS-growing-oops img {
    width: 100%
}

@media(min-width: 768px) {
    .SDS-sustainibility figure {
        position: relative;
        width: 50vw;
        max-width: 100vw;
        margin-right: calc(-1*(100vw - var(--mwidth))/2)
    }
}

@media(max-width: 1023px) {
    .SDS-sustainibility .main-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.SDS-sustainibility img {
    width: 100%
}

.SDS-green-operations {
    position: relative;
    padding: max(7.8125vw, 7.5rem) 0 0 !important
}

@media(max-width: 1023px) {
    .SDS-green-operations {
        padding: 3rem 0 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-green-operations {
        padding: 0 !important
    }

    .SDS-green-operations .decp p.h4 {
        font-size: 1.2rem
    }
}

.SDS-green-operations .sec1 {
    position: relative
}

.SDS-green-operations .sec1 ul {
    position: sticky;
    top: max(10.4166666667vw, 10rem)
}

.SDS-green-operations .sec1 ul:after {
    content: "";
    width: max(41.6666666667vw, 40rem);
    height: max(41.6666666667vw, 40rem);
    background: #5cdd06;
    position: absolute;
    left: -100%;
    top: 0;
    border-radius: 100%;
    opacity: .3;
    filter: blur(136px);
    will-change: filter;
    bottom: 0;
    margin: auto
}

.SDS-green-operations .sec1 ul li img {
    filter: brightness(0) invert(1);
    width: max(1.5625vw, 1.5rem);
    height: max(1.5625vw, 1.5rem);
    margin-left: max(1.0416666667vw, 1rem);
    opacity: 0;
    transform: translate(-2.188vw, 0px);
    will-change: transform;
    transition: all var(--animation-default)
}

.SDS-green-operations .sec1 ul li a {
    opacity: .21;
    display: flex;
    transition: all var(--animation-default)
}

.SDS-green-operations .sec1 ul li:hover a {
    opacity: 1
}

.SDS-green-operations .sec1 ul li:hover a img {
    opacity: 1;
    transform: translate(0px, 0px);
    will-change: transform
}

.SDS-green-operations .sec1 ul li a.active {
    opacity: 1
}

.SDS-green-operations .sec1 ul li a.active img {
    opacity: 1;
    transform: translate(0px, 0px);
    will-change: transform
}

.SDS-green-operations .row1 img {
    width: max(4.1666666667vw, 4rem)
}

@media(max-width: 767px) {
    .SDS-green-operations .row1 img {
        width: 5rem
    }
}

.SDS-for-zhilon {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-for-zhilon {
        padding: 2rem 0 3rem;
        padding-bottom: 4rem !important
    }

    .SDS-for-zhilon .h3 {
        font-size: 1.2rem
    }
}

.SDS-corporate {
    padding: max(5.2083333333vw, 5rem) 0 max(2.0833333333vw, 2rem);
    background: #f0f8ff
}

@media(max-width: 767px) {
    .SDS-corporate {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important
    }
}

@media(max-width: 767px) {
    .SDS-corporate .sec1 .h3 br {
        display: none
    }
}

.SDS-corporate .sec2 {
    position: relative;
    padding: 0 max(1.5625vw, 1.5rem) max(3.125vw, 3rem)
}

@media(max-width: 1023px) {
    .SDS-corporate .sec2 {
        padding-inline: 0 !important
    }
}

.SDS-corporate .sec2:after {
    content: "";
    width: 1px;
    height: 84%;
    background: #c4d0db;
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width: 1023px) {
    .SDS-corporate .sec2:after {
        display: none
    }
}

@media(max-width: 1023px) {
    .SDS-corporate .sec2 p.max-w-sm {
        max-width: 90%
    }
}

.SDS-corporate .sec2 .img-sec {
    text-align: right;
    margin-right: max(2.6041666667vw, 2.5rem)
}

@media(max-width: 675px) {
    .SDS-corporate .sec2 .img-sec {
        margin-right: 0
    }
}

.SDS-corporate .sec2 img {
    width: max(3.6458333333vw, 3.5rem)
}

@media(max-width: 1023px) {
    .SDS-corporate .sec2 {
        border-bottom: 1px solid #c4d0db
    }
}

@media(max-width: 767px) {
    .SDS-corporate .sec2:last-child {
        border-bottom: none
    }
}

.SDS-corporate .sec2:nth-child(1),
.SDS-corporate .sec2:nth-child(4) {
    padding-left: 0
}

.SDS-corporate .sec2:nth-child(1),
.SDS-corporate .sec2:nth-child(2),
.SDS-corporate .sec2:nth-child(3) {
    border-bottom: 1px solid #c4d0db
}

.SDS-corporate .sec2:nth-child(3),
.SDS-corporate .sec2:last-child {
    padding-right: 0
}

.SDS-corporate .sec2:nth-child(3):after,
.SDS-corporate .sec2:last-child:after {
    display: none
}

.SDS-corporate .sec2 .blck-number,
.SDS-corporate .sec2 .sec-heading {
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    .SDS-corporate .sec2 .blck-number {
        font-size: 1rem
    }
}

@media(max-width: 767px) {
    .SDS-corporate .sec2 .sec-heading {
        font-size: 1.25rem
    }
}

.SDS-corporate .sec2:hover .blck-number {
    opacity: 0;
    visibility: hidden
}

.SDS-corporate .sec2:hover .sec-heading {
    color: #0035f5;
    transform: translateY(max(-2.6041666667vw, -2.5rem))
}

.SDS-corporate .case-study-details4 .sec2:nth-child(2):after {
    display: none
}

.SDS-corporate .case-study-details4 .sec2:nth-child(3) {
    padding-left: 0;
    border-bottom: none
}

.SDS-corporate .case-study-details4 .sec2:nth-child(3):after {
    display: block
}

.SDS-corporate .case-study-details4 .sec2:nth-child(4) {
    padding-left: max(1.5625vw, 1.5rem)
}

.SDS-offerings {
    padding-top: calc(var(--spacer)*1.2) !important;
    padding-bottom: calc(var(--spacer)*1.2) !important
}

@media(max-width: 767px) {
    .SDS-offerings {
        padding: 3rem 0 !important
    }
}

.SDS-brand-discovery {
    padding: 0 0 max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-brand-discovery {
        padding: 0 0 2rem !important
    }

    .SDS-brand-discovery .sec1 figure {
        padding-bottom: 75%;
        position: relative
    }
}

@media(max-width: 767px)and (min-width: 768px)and (max-width: 800px) {
    .SDS-brand-discovery .sec1 figure {
        height: 100%
    }
}

@media(max-width: 767px) {
    .SDS-brand-discovery .sec1 figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
}

@media(min-width: 767.5px)and (max-width: 800px) {
    .SDS-brand-discovery .sec1 {
        height: 15rem
    }

    .SDS-brand-discovery .sec1 figure {
        height: 100%
    }

    .SDS-brand-discovery .sec1 figure img {
        height: 100%;
        object-fit: cover
    }
}

.SDS-brand-discovery .sec1 {
    position: relative;
    background: #000
}

.SDS-brand-discovery .sec1 img {
    width: 100%;
    opacity: .8
}

.SDS-brand-discovery .sec1:hover .decp .text-cont {
    max-height: max(6.25vw, 6rem);
    margin-top: 1.2rem;
    opacity: 1
}

.SDS-brand-discovery .sec1 .decp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(2.8645833333vw, 2.75rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgb(0, 0, 0) 80%);
    padding-top: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-brand-discovery .sec1 .decp {
        padding: 1.5rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-brand-discovery .sec1 .decp {
        padding: 1.5rem
    }
}

.SDS-brand-discovery .sec1 .decp .text-cont {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    transition: all var(--animation-default)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-brand-discovery .sec1 .decp .text-cont {
        max-width: 100%
    }
}

.SDS-brand-discovery .sec2 {
    position: relative
}

@media(max-width: 767px) {
    .SDS-brand-discovery .sec2 {
        padding: 2rem 0rem !important
    }
}

.SDS-brand-discovery .sec2 img {
    width: 100%
}

.SDS-brand-discovery .sec2 .decp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(2.8645833333vw, 2.75rem) max(2.8645833333vw, 2.75rem) max(1.5625vw, 1.5rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgb(0, 0, 0) 100%);
    padding-top: max(5.2083333333vw, 5rem)
}

.SDS-brand-discovery .sec2 .decp .text-cont {
    max-height: 0;
    overflow: hidden
}

.SDS-brand-discovery .sec2 .col1 {
    position: relative;
    width: 50%
}

.SDS-brand-discovery .sec2 .col1 img {
    width: 100%
}

.SDS-brand-discovery .sec2 .col1:hover .decp .text-cont {
    max-height: max(5.2083333333vw, 5rem)
}

.SDS-what-we-do {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-what-we-do {
        padding: 3rem 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-what-we-do .d-flex {
        flex-direction: column
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-what-we-do .d-flex {
        gap: 2rem
    }
}

.SDS-what-we-do hr {
    border: none;
    border-top: 1px solid #4f4f4f
}

.SDS-what-we-do .sec1 {
    width: 100%
}

@media(max-width: 767px) {
    .SDS-what-we-do .sec1:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-what-we-do .sec1 {
        max-width: 50%
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-what-we-do .sec1 .h4 {
        max-width: 100%
    }
}

.SDS-what-we-do ul {
    display: inline-grid;
    row-gap: max(0.15625vw, 0.15rem)
}

.SDS-what-we-do ul li {
    transform: translate(-1.6vw, 0px);
    will-change: transform;
    display: flex;
    transition: all var(--animation-default);
    cursor: pointer
}

@media(max-width: 1023px) {
    .SDS-what-we-do ul li {
        transform: translate(0vw, 0px)
    }
}

@media(max-width: 1023px) {
    .SDS-what-we-do ul li figure {
        display: none
    }
}

.SDS-what-we-do ul li img {
    width: max(0.8333333333vw, 0.8rem);
    height: max(0.8333333333vw, 0.8rem);
    margin-right: max(0.625vw, 0.6rem);
    filter: brightness(0) invert(1);
    opacity: 0;
    transition: all var(--animation-default)
}

.SDS-what-we-do ul li:hover {
    transform: translate(0px, 0px);
    will-change: transform;
    color: #fff
}

.SDS-what-we-do ul li:hover img {
    opacity: 1
}

.SDS-what-we-do .hvr-cta .c2a {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity var(--animation-default), transform var(--animation-default);
    display: none
}

@media(max-width: 767px) {
    .SDS-what-we-do .hvr-cta .c2a {
        transform: translateY(0);
        opacity: 1
    }
}

.SDS-what-we-do .hvr-cta:hover .c2a {
    transform: translateY(0);
    opacity: 1
}

.SDS-what-we-do .SDS-crafting-brand {
    margin: 10vw 0 3vw;
    position: relative
}

.SDS-what-we-do .SDS-crafting-brand .wrap {
    max-width: max(42.8645833333vw, 41.15rem);
    margin: auto;
    position: relative;
    height: max(42.8645833333vw, 41.15rem);
    transform: translate(0, -5.625vw)
}

.SDS-what-we-do .SDS-crafting-brand .wrap .bg1 {
    width: max(28.6458333333vw, 27.5rem);
    height: max(46.875vw, 45rem);
    border-radius: max(4.8958333333vw, 4.7rem);
    --start: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) var(--start), rgb(0, 53, 245) 50%);
    filter: blur(8px);
    transform-origin: bottom center;
    transform: perspective(max(26.0416666667vw, 25rem)) rotatex(16deg);
    will-change: filter, transform;
    margin: 0 auto;
    z-index: 9999;
    position: relative
}

.SDS-what-we-do .SDS-crafting-brand .wrap .line {
    width: max(0.1041666667vw, 0.1rem);
    height: max(0.9375vw, 0.9rem);
    position: absolute;
    z-index: 9999;
    top: max(0.6770833333vw, 0.65rem);
    left: 0px;
    right: 0;
    margin: auto;
    background: #fff;
    transition: unset
}

.SDS-what-we-do .SDS-crafting-brand .wrap .line:before {
    content: "";
    width: max(0.9375vw, 0.9rem);
    height: max(0.9375vw, 0.9rem);
    background: #fff;
    position: absolute;
    top: 0;
    left: -0.417vw;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.SDS-what-we-do .SDS-crafting-brand .wrap .line:after {
    content: "";
    width: max(0.9375vw, 0.9rem);
    height: max(0.9375vw, 0.9rem);
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -0.417vw;
    right: 0;
    margin: auto;
    border-radius: 100%
}

.SDS-what-we-do .SDS-crafting-brand .wrap img.img1 {
    position: absolute;
    bottom: -3.958vw;
    left: 0;
    right: 0;
    margin: auto;
    width: max(16.3020833333vw, 15.65rem);
    z-index: 99999
}

.SDS-what-we-do .SDS-crafting-brand .wrap img.img2 {
    position: absolute;
    bottom: max(7.03125vw, 6.75rem);
    left: 0;
    right: 0;
    margin: auto;
    width: max(16.3020833333vw, 15.65rem)
}

.SDS-what-we-do .SDS-crafting-brand .wrap img.img3 {
    width: max(19.0625vw, 18.3rem)
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap {
    position: absolute;
    top: max(13.75vw, 13.2rem);
    right: -1.719vw;
    z-index: 999999;
    transform: translate(0px, max(5.2083333333vw, 5rem));
    will-change: transform
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap .num-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap .num-text.posi-1 {
    bottom: max(2.9166666667vw, 2.8rem);
    left: max(1.5104166667vw, 1.45rem);
    width: max(2.6041666667vw, 2.5rem);
    height: max(1.4583333333vw, 1.4rem)
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap .num-text.posi-2 {
    bottom: max(1.0416666667vw, 1rem);
    left: max(1.5104166667vw, 1.45rem);
    width: max(2.6041666667vw, 2.5rem);
    height: max(1.4583333333vw, 1.4rem)
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap .num-text.posi-3 {
    bottom: max(2.9166666667vw, 2.8rem);
    right: max(4.9479166667vw, 4.75rem);
    width: max(5.2083333333vw, 5rem);
    height: max(1.4583333333vw, 1.4rem);
    justify-content: end
}

.SDS-what-we-do .SDS-crafting-brand .wrap .count-wrap .num-text.posi-4 {
    bottom: max(1.0416666667vw, 1rem);
    right: max(4.9479166667vw, 4.75rem);
    width: max(5.2083333333vw, 5rem);
    height: max(1.4583333333vw, 1.4rem);
    justify-content: end
}

.SDS-digital-leap {
    width: 100%;
    overflow: hidden
}

.SDS-digital-leap {
    padding: max(5.2083333333vw, 5rem) 0
}

.SDS-digital-leap .swiper figure {
    position: relative
}

.SDS-digital-leap .swiper figure::after {
    content: "";
    background: #000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width: 767px) {
    .SDS-digital-leap {
        padding: 3rem 0 !important
    }
}

.SDS-digital-leap .digital-leap-slider {
    overflow: visible
}

@media(max-width: 767px) {
    .SDS-digital-leap .digital-leap-slider {
        overflow: hidden
    }
}

.SDS-digital-leap .digital-leap-slider .swiper-wrapper {
    gap: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 767px) {
    .SDS-digital-leap .digital-leap-slider .swiper-wrapper {
        gap: 0
    }
}

.SDS-digital-leap .digital-leap-slider img {
    width: 100%
}

.SDS-digital-leap .digital-leap-slider .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(2.0833333333vw, 2rem)
}

@media(max-width: 500px) {
    .SDS-digital-leap .digital-leap-slider .decp {
        padding: 1rem
    }
}

.SDS-digital-leap .digital-leap-slider .decp p span {
    text-decoration: underline
}

.SDS-digital-leap .digital-leap-slider .decp p img {
    filter: brightness(0) invert(1);
    width: max(0.6770833333vw, 0.65rem);
    margin: 0 max(0.15625vw, 0.15rem)
}

@media(max-width: 600px) {
    .SDS-digital-leap .swiper-pagination4 {
        display: none !important
    }
}

@media(max-width: 767px) {
    .SDS-digital-leap .swiper-pagination4 {
        gap: 4rem !important
    }
}

.SDS-digital-leap .swiper-pagination4 .swiper-button-next,
.SDS-digital-leap .swiper-pagination4 .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    margin: 0
}

.SDS-digital-leap .swiper-pagination4 .swiper-button-next img,
.SDS-digital-leap .swiper-pagination4 .swiper-button-prev img {
    width: max(2.6041666667vw, 2.5rem);
    filter: brightness(0) invert(0)
}

.SDS-digital-leap .swiper-pagination4 .swiper-button-prev {
    transform: rotate(180deg);
    will-change: transform
}

.SDS-edge {
    position: relative;
    padding-top: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-edge {
        padding-top: 4rem
    }
}

@media(max-width: 1023px) {
    .SDS-edge {
        padding-bottom: 2rem !important
    }
}

.SDS-edge .wrap {
    position: relative
}

@media(max-width: 767px) {
    .SDS-edge .wrap {
        overflow: hidden;
        max-width: 100%;
        margin-top: 2rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-edge .wrap {
        zoom: .7
    }
}

@media(max-width: 767px) {
    .SDS-edge ul {
        font-size: 1rem
    }
}

.SDS-edge ul li {
    width: 50%;
    min-height: max(13.5416666667vw, 13rem);
    padding-left: max(3.125vw, 3rem);
    position: relative
}

@media(max-width: 767px) {
    .SDS-edge ul li {
        padding-left: 1rem;
        min-height: 200px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-edge ul li {
        min-height: 20rem
    }
}

.SDS-edge ul li p {
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    .SDS-edge ul li p {
        font-size: 1.2rem;
        padding-right: 3rem
    }

    .SDS-edge ul li p br {
        display: none
    }
}

@media(min-width: 767.1px) {
    .SDS-edge ul li:hover p {
        opacity: 0;
        transition-delay: 2s;
        transition: opacity var(--animation-default)
    }

    .SDS-edge ul li:hover .decp {
        opacity: 1
    }
}

.SDS-edge ul li .decp {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: max(3.125vw, 3rem);
    opacity: 0;
    transition: opacity var(--animation-default)
}

@media(max-width: 767px) {
    .SDS-edge ul li .decp {
        max-width: 90% !important;
        padding-left: 1rem;
        display: none
    }
}

.SDS-edge ul li:first-child {
    padding: 0
}

.SDS-edge ul li:first-child .decp {
    padding: 0;
    max-width: 12vw
}

.SDS-edge ul li:nth-child(3) {
    padding: 0
}

.SDS-edge ul li:nth-child(3) .decp {
    padding: 0;
    max-width: 12vw
}

.SDS-edge svg {
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1
}

.brand-logos {
    overflow: hidden;
    padding: calc(var(--spacer)/2) 0 !important
}

.brand-logos p {
    flex-shrink: 0;
    font-size: max(2.0833333333vw, 2rem) !important
}

.brand-logos img,
.brand-logos figure {
    width: max(1.71875vw, 1.65rem);
    flex-shrink: 0
}

.brand-logos.with-border-top {
    border-top: 1px solid #c1c1c1
}

.brand-logos.with-border-bottom {
    border-bottom: 1px solid #c1c1c1
}

.brand-logos .line {
    width: max(1.3541666667vw, 1.3rem);
    height: max(0.2604166667vw, 0.25rem);
    background: #0035f5;
    flex-shrink: 0;
    border-radius: max(0.15625vw, 0.15rem)
}

.brand-logos .marquee-item:nth-of-type(even) {
    color: #aaa
}

.SDS-peek-into {
    padding: max(5.2083333333vw, 5rem) 0 0 !important;
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-peek-into {
        padding-top: 3rem !important
    }
}

.SDS-peek-into:after {
    content: "";
    width: 100%;
    height: max(17.1875vw, 16.5rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81%);
    position: absolute;
    bottom: 0;
    left: 0
}

@media(max-width: 675px) {
    .SDS-peek-into:after {
        height: 140px
    }
}

.SDS-peek-into .sec1 {
    position: relative
}

@media(min-width: 767px)and (max-width: 1023px) {
    .SDS-peek-into .sec1 {
        max-width: 100%
    }
}

.SDS-peek-into .sec1 img.img2 {
    position: absolute;
    width: max(9.375vw, 9rem);
    left: -3.646vw;
    top: max(5.2083333333vw, 5rem);
    border-radius: 100%;
    transform: translate(0px, max(10.4166666667vw, 10rem));
    will-change: transform
}

@media(max-width: 767px) {
    .SDS-peek-into .sec1 img.img2 {
        width: 5rem;
        left: -2rem;
        top: 3rem;
        transform: translate(0px, max(0vw, 0rem))
    }
}

@media(min-width: 767px)and (max-width: 1023px) {
    .SDS-peek-into .sec1 img.img2 {
        width: 5rem;
        left: -2rem;
        top: 3rem
    }
}

.SDS-peek-into .sec1 img {
    width: max(45.2604166667vw, 43.45rem)
}

.SDS-peek-into .sec1.img-wrap {
    transform: translate(max(5.7291666667vw, 5.5rem), 0px);
    position: relative;
    width: 50vw;
    max-width: 100vw;
    margin-right: calc(-1*(100vw - var(--mwidth))/2)
}

.SDS-peek-into .card,
.SDS-peek-into .card2 {
    transition: unset
}

.SDS-peek-into .card figure,
.SDS-peek-into .card2 figure {
    max-width: max(26.0416666667vw, 25rem);
    border: max(0.5208333333vw, 0.5rem) solid #fff;
    flex-shrink: 0
}

@media(max-width: 675px) {

    .SDS-peek-into .card figure,
    .SDS-peek-into .card2 figure {
        max-width: 300px
    }
}

.SDS-peek-into .card figure img,
.SDS-peek-into .card2 figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.SDS-real-impact {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-real-impact {
        padding: 3rem 0 !important
    }

    .SDS-real-impact .d-grid {
        display: flex !important;
        flex-direction: column
    }
}

.SDS-real-impact .sec1 {
    flex-grow: 1
}

.SDS-real-impact .sec1 .badge {
    border: 2px solid currentColor;
    padding: max(0.2604166667vw, 0.25rem) max(0.5208333333vw, 0.5rem);
    display: inline-block;
    border-radius: 4rem;
    font-weight: 500
}

.SDS-real-impact .sec1:hover img {
    transform: scale(1.1);
    will-change: transform
}

.SDS-real-impact .sec1:hover a {
    color: #0035f5
}

@media(max-width: 1023px) {
    .SDS-real-impact .decp {
        max-width: 100%
    }
}

.SDS-real-impact a {
    overflow: hidden;
    display: block;
    transition: all var(--animation-default)
}

.SDS-real-impact p.h4 a {
    min-height: max(3.6458333333vw, 3.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.SDS-real-impact p.h6 {
    min-height: max(2.5vw, 2.4rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.SDS-real-impact img {
    width: 100%;
    transition: all var(--animation-default)
}

.SDS-g-enterprises {
    padding: 0 0 max(4.1666666667vw, 4rem) !important;
    overflow: hidden;
    position: relative
}

@media(max-width: 768px) {
    .SDS-g-enterprises {
        padding-bottom: 2rem !important
    }
}

.SDS-g-enterprises.less-padding {
    padding-top: max(1.5625vw, 1.5rem) !important;
    padding-bottom: max(1.5625vw, 1.5rem) !important
}

.SDS-g-enterprises .marquee-group .marquee .marquee-content,
.SDS-g-enterprises .marquee-scroll {
    gap: max(7.2916666667vw, 7rem) !important
}

@media(max-width: 767px) {

    .SDS-g-enterprises .marquee-group .marquee .marquee-content,
    .SDS-g-enterprises .marquee-scroll {
        gap: 60px !important
    }
}

.SDS-g-enterprises .marquee-group .marquee .marquee-content,
.SDS-g-enterprises .marquee-scroll {
    gap: max(5.2083333333vw, 5rem) !important
}

@media(max-width: 767px) {

    .SDS-g-enterprises .marquee-group .marquee .marquee-content,
    .SDS-g-enterprises .marquee-scroll {
        gap: 60px !important
    }
}

.SDS-g-enterprises .marquee-item figure {
    width: max(7.8125vw, 7.5rem);
    text-align: center;
    filter: grayscale(100)
}

@media(max-width: 1367px) {
    .SDS-g-enterprises .marquee-item figure {
        width: 100px
    }
}

@media(min-width: 2560px) {
    .SDS-g-enterprises .marquee-item figure img {
        width: max(5.2083333333vw, 5rem);
        object-fit: cover
    }
}

.SDS-g-enterprises.with-border-top {
    border-top: 1px solid #c1c1c1
}

.SDS-g-enterprises.with-border-bottom {
    border-bottom: 1px solid #c1c1c1
}

.SDS-become-exceptional {
    background-size: cover !important;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .SDS-become-exceptional .wrap {
        flex-direction: column
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-become-exceptional .wrap {
        max-width: 90%
    }
}

.SDS-become-exceptional .title {
    margin: max(8.3333333333vw, 8rem) 0 0
}

@media(max-width: 767px) {
    .SDS-become-exceptional .title {
        margin: 2rem 0
    }
}

.SDS-become-exceptional svg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: soft-light;
    width: max(50vw, 48rem);
    height: auto
}

.SDS-become-exceptional .sec2 {
    position: relative
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-become-exceptional .sec2 {
        max-width: 334px
    }
}

.SDS-become-exceptional .sec2 img {
    position: relative;
    width: max(28.1770833333vw, 27.05rem)
}

.SDS-become-exceptional .sec2:before {
    content: "";
    width: max(14.5833333333vw, 14rem);
    height: 96%;
    background: #fff;
    position: absolute;
    left: max(0.78125vw, 0.75rem);
    bottom: 0;
    border-radius: max(7.2916666667vw, 7rem) max(7.2916666667vw, 7rem) 0 0;
    mix-blend-mode: soft-light
}

.SDS-become-exceptional .cir1 {
    position: absolute;
    bottom: -46%
}

.SDS-become-exceptional .cir1 figure {
    position: absolute;
    width: max(32.34375vw, 31.05rem);
    -webkit-animation: rotation 40s infinite linear
}

.SDS-become-exceptional .cir1 figure img {
    width: 100%
}

.SDS-become-exceptional .cir1 figure.img1 {
    position: relative
}

.SDS-become-exceptional .cir1 figure.img2 {
    width: 75%;
    -webkit-animation: rotation-reverse 40s infinite linear
}

.SDS-become-exceptional .cir1 figure.img3 {
    width: 50%
}

.SDS-become-exceptional path {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: draw 10s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes rotation-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes draw {
    0% {
        stroke-dashoffset: 1500
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 1500
    }
}

.SDS-cx-led .sec1 .c2a {
    position: relative;
    padding-block: max(1.0416666667vw, 1rem);
    border-bottom: none !important
}

.SDS-cx-led .sec1:nth-child(1) .c2a>* {
    position: relative;
    z-index: 1;
    color: #fff
}

.SDS-cx-led .sec1:nth-child(1) .c2a:before {
    content: "";
    background-color: #0c2faf;
    position: absolute;
    bottom: 0;
    width: 200vw;
    height: 100%;
    left: -100vw
}

.SDS-cx-led .sec1:nth-child(2) .c2a>* {
    position: relative;
    z-index: 1;
    color: #fff
}

.SDS-cx-led .sec1:nth-child(2) .c2a:before {
    content: "";
    background-color: #0035f5;
    position: absolute;
    bottom: 0;
    width: 200vw;
    height: 100%;
    left: -100vw
}

.SDS-cx-led .wrap {
    padding: max(5.2083333333vw, 5rem) 0;
    padding-bottom: 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-cx-led .wrap {
        padding: 2rem 2rem 0 !important
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-cx-led .wrap {
        padding: 2rem 2rem 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-cx-led .h2 {
        font-size: 1.4rem
    }

    .SDS-cx-led .h2 br {
        display: none
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-cx-led .h2 {
        font-size: 1.2rem
    }
}

.SDS-cx-led .btn-sec {
    padding: max(1.5625vw, 1.5rem) 0
}

.SDS-cx-led .sec1:nth-child(2) .wrap {
    padding-left: max(4.1666666667vw, 4rem)
}

.SDS-seamless-digital {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 768px) {
    .SDS-seamless-digital.brandethos-seemless-digital {
        padding-top: 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-seamless-digital {
        padding: 3rem 0 !important
    }

    .SDS-seamless-digital .grid-cols-3 {
        grid-template-columns: repeat(1, 1fr) !important;
        row-gap: 2rem !important
    }
}

.SDS-seamless-digital p.h4 a {
    min-height: max(3.6458333333vw, 3.5rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.SDS-seamless-digital p.h6 {
    min-height: max(2.5vw, 2.4rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-seamless-digital .h2 {
        font-size: 1.4rem
    }
}

@media(max-width: 1023px) {
    .SDS-seamless-digital .max-w-md {
        max-width: 100%
    }
}

.SDS-seamless-digital .sec1 {
    width: 100%
}

.SDS-seamless-digital .sec1 img {
    width: 100%;
    transition: all var(--animation-default)
}

.SDS-seamless-digital .sec1:hover img {
    transform: scale(1.1);
    will-change: transform
}

.SDS-seamless-digital .sec1:hover a {
    color: #0035f5
}

.SDS-seamless-digital a {
    display: block;
    overflow: hidden;
    transition: all var(--animation-default)
}

.SDS-delivered-quick {
    padding: 0 0 max(5.2083333333vw, 5rem)
}

@media(max-width: 675px) {
    .SDS-delivered-quick {
        padding-bottom: 0 !important;
        padding-left: 0;
        padding-right: 0
    }

    .SDS-delivered-quick .main-container {
        padding-left: 0;
        padding-right: 0
    }

    .SDS-delivered-quick .h3 {
        font-size: 1.4rem;
        line-height: 1.3
    }
}

@media(max-width: 1023px) {
    .SDS-delivered-quick .h2 {
        font-size: 1.4rem
    }
}

.SDS-delivered-quick .sec1 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative
}

.SDS-delivered-quick .sec1 img {
    width: 100%;
    transition: all var(--animation-default)
}

.SDS-delivered-quick .sec1 .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(3.125vw, 3rem)
}

@media(max-width: 1023px) {
    .SDS-delivered-quick .sec1 .decp {
        padding: 2rem 1rem !important
    }
}

@media(max-width: 767px) {
    .SDS-delivered-quick .sec1 .decp {
        z-index: 2
    }
}

.SDS-delivered-quick .sec1:hover img {
    transform: scale(1.1);
    will-change: transform
}

.SDS-delivered-quick .sec1.img-overlay .decp {
    background: #000;
    background: linear-gradient(264deg, rgba(0, 0, 0, 0) 0%, rgb(47, 35, 29) 64%)
}

.technology-logo .marquee {
    position: relative;
    overflow: hidden;
    width: 100%
}

.technology-logo .marquee-scroll {
    display: flex;
    width: max-content;
    gap: 1.666vw !important
}

@media(max-width: 675px) {
    .technology-logo .marquee-scroll {
        gap: 1rem !important
    }

    .technology-logo .marquee-scroll .marquee-item .gap-2 {
        gap: 1rem !important
    }
}

.technology-logo .marquee-content {
    display: flex;
    align-items: center;
    gap: 1.666vw !important
}

@media(max-width: 675px) {
    .technology-logo .marquee-content {
        gap: 1rem !important
    }
}

.technology-logo .marquee-item {
    white-space: nowrap
}

.insight-details-page {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .insight-details-page {
        padding: 2rem 0 !important
    }
}

.insight-details-page .insight-white-section {
    background: #fff;
    padding: 2rem;
    position: relative
}

@media(min-width: 980px) {
    .insight-details-page .insight-white-section {
        margin-top: -4rem
    }
}

.insight-details-page .side-nav {
    position: sticky;
    top: max(6.7708333333vw, 6.5rem)
}

.insight-details-page .side-nav ul {
    border-top: 1px solid #979797;
    list-style-type: disc;
    padding-top: max(2.34375vw, 2.25rem);
    padding-left: max(1.1458333333vw, 1.1rem)
}

.insight-details-page .side-nav ul ::marker {
    font-size: max(1.3541666667vw, 1.3rem)
}

.insight-details-page .side-nav ul>li {
    transition: all var(--animation-default);
    position: relative;
    padding-right: max(1.5625vw, 1.5rem)
}

.insight-details-page .side-nav ul>li:hover {
    color: #000
}

.insight-details-page .side-nav ul>li a.icon-sec {
    position: absolute;
    top: max(0.6770833333vw, 0.65rem);
    right: 0
}

.insight-details-page .side-nav ul>li a.icon-sec svg {
    width: max(1.1458333333vw, 1.1rem);
    height: auto;
    transition: all var(--animation-default)
}

.insight-details-page .side-nav ul>li a.icon-sec svg path {
    stroke: #000
}

.insight-details-page .side-nav ul>li ul.sub-list {
    border: none;
    padding: 0 max(1.25vw, 1.2rem);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--animation-default)
}

.insight-details-page .side-nav ul>li ul.sub-list ::marker {
    font-size: max(1.1458333333vw, 1.1rem)
}

.insight-details-page .side-nav ul>li ul.sub-list li {
    padding: max(0.5208333333vw, 0.5rem) 0 0
}

.insight-details-page .side-nav ul>li ul.sub-list li a:hover {
    color: #0035f5
}

.insight-details-page .side-nav ul .show-subitems svg {
    transform: rotate(45deg)
}

.insight-details-page .side-nav ul .show-subitems ul.sub-list {
    max-height: max(15.625vw, 15rem)
}

.insight-details-page .side-nav ul li.active {
    color: #000
}

.insight-details-page .side-nav a.c2a {
    background: #0035f5;
    width: 100%;
    max-width: unset;
    justify-content: space-between;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: max(0.6770833333vw, 0.65rem) max(1.3020833333vw, 1.25rem);
    border: none;
    margin: max(2.34375vw, 2.25rem) 0 0;
    cursor: pointer
}

.insight-details-page .side-nav a.c2a svg {
    fill: #fff !important;
    width: max(1.9791666667vw, 1.9rem);
    height: max(1.9791666667vw, 1.9rem)
}

.insight-details-page .blog-details-decp {
    line-height: 1.5
}

@media(max-width: 1399px) {
    .insight-details-page .blog-details-decp.h5x {
        font-size: 1.2rem !important
    }
}

.insight-details-page .blog-details-decp h2 {
    font-size: max(1.6666666667vw, 1.6rem);
    font-weight: 500
}

.insight-details-page .blog-details-decp h2 span {
    color: #0035f5
}

.insight-details-page .blog-details-decp h3 {
    font-size: max(1.3541666667vw, 1.3rem);
    font-weight: 400
}

.insight-details-page .blog-details-decp P span {
    color: #000
}

.insight-details-page .blog-details-decp P span strong,
.insight-details-page .blog-details-decp P span b {
    font-weight: bold
}

.insight-details-page .blog-details-decp P strong,
.insight-details-page .blog-details-decp P b {
    font-weight: bold
}

.insight-details-page .blog-details-decp P:empty {
    display: none
}

.insight-details-page .blog-details-decp ol {
    list-style-type: auto;
    padding-left: max(1.8229166667vw, 1.75rem)
}

.insight-details-page .blog-details-decp ul {
    list-style-type: unset;
    padding-left: max(1.8229166667vw, 1.75rem)
}

.insight-details-page .blog-details-decp .tags {
    border-top: 1px solid #c8c8c8;
    padding: max(2.0833333333vw, 2rem) 0 0;
    margin: max(3.6458333333vw, 3.5rem) 0 0
}

.insight-details-page .blog-details-decp .tags ul {
    list-style: none;
    padding: 0;
    gap: max(0.5208333333vw, 0.5rem);
    flex-wrap: wrap
}

.insight-details-page .blog-details-decp .tags ul a {
    border-bottom: 1px solid;
    padding-right: 10
}

.common-article .social-share {
    filter: brightness(0) invert(1)
}

.common-article .article-share {
    filter: none
}

.common-article .article-share li svg {
    filter: brightness(0) invert(1)
}

.common-article .article-share li .tooltip {
    background: #fff;
    color: #000
}

.common-article .article-share li .tooltip:after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.article-details-decp {
    background-color: #fff;
    position: relative;
    z-index: 2;
    max-width: max(50vw, 50rem)
}

.article-details-decp table td {
    border: 1px solid #ccc;
    padding: 5px 10px
}

@media(min-width: 767px) {
    .article-details-decp {
        padding: max(2.6041666667vw, 2.5rem);
        padding-bottom: 0;
        margin-top: max(-10.4166666667vw, -10rem)
    }
}

.article-details-decp P span {
    color: #0035f5 !important
}

.article-details-decp P:empty {
    display: none
}

.article-details-decp ul li+li {
    margin-top: 1rem
}

.article-details-decp ul li span,
.article-details-decp ul li a {
    color: #0035f5
}

.article-details-decp ul li a {
    text-decoration: underline !important
}

.article-details-decp h4 {
    font-weight: 500
}

.article-details-decp h4 span {
    color: #0035f5
}

.article-details-decp h4+p {
    margin-top: .2rem
}

.article-banner {
    display: grid;
    align-items: end;
    position: relative
}

section.SDS-improving {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    section.SDS-improving {
        padding: 3rem 0 !important
    }
}

section.SDS-improving .d-t-tag {
    border-bottom: 1px solid;
    max-width: max-content
}

section.SDS-improving figure img {
    width: max(27.4479166667vw, 26.35rem)
}

section.energy-banner {
    position: relative
}

section.energy-banner .video-container {
    position: relative;
    padding-bottom: 35%;
    height: 0
}

@media(max-width: 767px) {
    section.energy-banner .video-container {
        padding-bottom: 400px
    }
}

section.energy-banner .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% var(--y, 50%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5
}

@media(max-width: 767px) {
    section.energy-banner .d-grid.grid-cols-2 {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1rem
    }
}

section.energy-banner video {
    width: 100%;
    opacity: .6
}

section.energy-banner img.main-img {
    width: 100%;
    opacity: .6
}

section.energy-banner .ban-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 max(2.6041666667vw, 2.5rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%)
}

.SDS-energy-companies {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-energy-companies {
        padding: 0 0 3rem !important
    }

    .SDS-energy-companies figure {
        display: none
    }
}

.SDS-energy-companies img {
    width: max(8.125vw, 7.8rem)
}

@media(max-width: 767px) {
    .SDS-energy-companies img {
        width: 6rem
    }
}

@media(max-width: 1023px) {
    .SDS-energy-companies .cols {
        max-width: 100%
    }
}

@media(max-width: 1023px) {
    section.SDS-corporate.case-3 br.hide-on-mobL {
        display: none
    }
}

.SDS-Powering-future {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-Powering-future {
        padding: 3rem 0 1rem !important
    }
}

@media(max-width: 1023px) {
    .SDS-Powering-future br.hide-on-mobL {
        display: none
    }
}

.SDS-Powering-future ul li {
    min-height: max(11.875vw, 11.4rem);
    padding: max(1.3020833333vw, 1.25rem);
    transition: all var(--animation-default)
}

@media(max-width: 675px) {
    .SDS-Powering-future ul li {
        font-size: 1.1rem
    }
}

@media(max-width: 1023px) {
    .SDS-Powering-future ul li:last-child {
        padding-left: 0;
        min-height: auto
    }
}

.SDS-Powering-future-2 {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-Powering-future-2 {
        padding: 3rem 0 3rem !important
    }
}

@media(max-width: 767px) {
    .SDS-extensive-experience {
        padding-bottom: 3rem !important
    }

    .SDS-extensive-experience.aiPowered-extensive {
        padding-top: 3rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {

    .SDS-extensive-experience .h3.max-w-md,
    .SDS-extensive-experience .h4 {
        max-width: 41vw
    }
}

.SDS-extensive-experience ul.accordion {
    border-bottom: 1px solid
}

.SDS-extensive-experience ul.accordion>li {
    border-top: 1px solid;
    padding: max(1.3020833333vw, 1.25rem) 0;
    cursor: pointer
}

@media(max-width: 767px) {
    .SDS-extensive-experience ul.accordion>li {
        border-top: none;
        border-bottom: 1px solid
    }
}

@media(max-width: 1023px) {
    .SDS-extensive-experience ul.accordion>li .title {
        max-width: 100%
    }
}

.SDS-extensive-experience ul.accordion>li .title figure {
    width: max(1.3541666667vw, 1.3rem);
    filter: brightness(0) invert(0);
    transition: all var(--animation-default);
    flex: 0 0 max(1.3541666667vw, 1.3rem)
}

.SDS-extensive-experience ul.accordion>li .title figure img {
    width: 100%
}

.SDS-extensive-experience ul.accordion>li .decp {
    max-height: 0;
    overflow: hidden;
    transition: all var(--animation-default)
}

.SDS-extensive-experience ul.accordion>li .decp ul {
    list-style-type: disc;
    padding-left: max(1.0416666667vw, 1rem) !important
}

.SDS-extensive-experience ul.accordion>li .decp p,
.SDS-extensive-experience ul.accordion>li .decp ul {
    padding: max(1.3020833333vw, 1.25rem) 0
}

.SDS-extensive-experience ul.accordion>li .decp ol {
    font-size: max(0.8333333333vw, 0.8rem)
}

@media(max-width: 1023px) {
    .SDS-extensive-experience ul.accordion>li .decp ol {
        font-size: 16px
    }
}

.SDS-extensive-experience ul.accordion>li .decp ol li {
    border-top: none;
    padding: max(0.2604166667vw, 0.25rem) 0;
    cursor: default
}

@media(max-width: 1023px) {
    .SDS-extensive-experience ul.accordion>li .decp ol li {
        padding: 5px 0
    }
}

.SDS-extensive-experience ul.accordion li.active .title {
    color: #0035f5
}

.SDS-extensive-experience ul.accordion li.active figure {
    transform: rotate(45deg)
}

.SDS-extensive-experience ul.accordion li.active .decp {
    max-height: max(23.4375vw, 22.5rem)
}

@media(max-width: 1023px) {
    .SDS-extensive-experience ul.accordion li.active .decp {
        max-height: 46rem
    }
}

.SDS-extensive-experience .tab-menu ul li a.tab-a {
    display: flex;
    justify-content: space-between;
    padding: max(0.8333333333vw, 0.8rem) 0;
    border-bottom: 1px solid;
    align-items: center;
    opacity: .5;
    transition: opacity var(--animation-default);
    cursor: pointer
}

@media(max-width: 767px) {
    .SDS-extensive-experience .tab-menu ul li a.tab-a {
        border-bottom: none
    }
}

.SDS-extensive-experience .tab-menu ul li a.tab-a:hover {
    opacity: 1
}

.SDS-extensive-experience .tab-menu ul li a.tab-a:hover svg {
    opacity: 1;
    transition: opacity var(--animation-default)
}

.SDS-extensive-experience .tab-menu ul li a.tab-a svg {
    width: max(0.9375vw, 0.9rem);
    height: auto;
    opacity: 0
}

.SDS-extensive-experience .tab-menu ul li a.tab-a svg path {
    fill: #000
}

.SDS-extensive-experience .tab-menu ul li a.tab-a.active-a {
    opacity: 1
}

@media(max-width: 767px) {
    .SDS-extensive-experience .tab-menu ul li a.tab-a.active-a {
        font-weight: 500
    }
}

.SDS-extensive-experience .tab-menu ul li a.tab-a.active-a svg {
    opacity: 1
}

.SDS-extensive-experience .tab {
    display: none
}

.SDS-extensive-experience .tab-active {
    display: block
}

@media(min-width: 768px) {
    .SDS-extensive-experience.sticky .d-grid .tab-menu {
        position: sticky;
        top: 150px
    }
}

@media(max-width: 767px) {
    .SDS-extensive-experience.sticky .d-grid .tab-menu ul {
        display: inline-grid;
        grid-auto-flow: column;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .SDS-extensive-experience.sticky .d-grid .tab-menu ul li a {
        padding-right: 1rem
    }

    .SDS-extensive-experience.sticky .d-grid .tab-menu ul svg {
        display: none
    }
}

.SDS-extensive-experience.thought-transformation-faq .text-wrap2 {
    padding: max(1.3020833333vw, 1.25rem) 0
}

.SDS-extensive-experience.thought-transformation-faq ul.accordion>li .decp p {
    padding: 0
}

.SDS-extensive-experience.thought-transformation-faq ul.accordion {
    border-bottom: 1px solid
}

.SDS-extensive-experience.thought-transformation-faq ul.accordion li.active .decp {
    max-height: max(33.8541666667vw, 32.5rem)
}

@media(max-width: 1023px) {
    .SDS-extensive-experience.thought-transformation-faq ul.accordion li.active .decp {
        max-height: 46rem
    }
}

.SDS-tech-solutions {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-tech-solutions {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
}

.SDS-tech-solutions a.c2a {
    background-image: linear-gradient(to right, #e46f32 45%, #0035f5 55%);
    border-color: #0035f5
}

.SDS-tech-solutions a.c2a svg {
    fill: #0035f5
}

.SDS-tech-solutions a.c2a:hover {
    border-color: #e46f32
}

.SDS-tech-solutions a.c2a:hover svg {
    fill: #e46f32 !important
}

.journey-logos {
    padding-top: max(4.1666666667vw, 4rem) !important
}

@media(max-width: 767px) {
    .journey-logos {
        padding-top: 2rem !important
    }
}

.SDS-journey-leaders {
    padding-top: max(10.4166666667vw, 10rem) !important;
    padding-bottom: max(10.4166666667vw, 10rem) !important;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-journey-leaders {
        padding: 3rem 0 !important
    }
}

.SDS-journey-leaders .swiper {
    overflow: unset
}

.SDS-journey-leaders .swiper .swiper-slide {
    opacity: .28;
    transition: all var(--animation-default);
    filter: blur(20px);
    will-change: filter, opacity
}

.SDS-journey-leaders .swiper .swiper-slide-active {
    opacity: 1;
    filter: blur(0px)
}

.SDS-journey-leaders .swiper-pagination {
    position: relative;
    max-width: max(19.3229166667vw, 18.55rem);
    z-index: 99999999999;
    margin: max(2.6041666667vw, 2.5rem) 0 0;
    height: max(0.4166666667vw, 0.4rem);
    border-radius: max(0.2083333333vw, 0.2rem);
    overflow: hidden;
    background: rgba(0, 53, 245, .16)
}

.SDS-journey-leaders .swiper-pagination-progressbar-fill {
    background: #0035f5
}

.redefine-your .sec1 .decp {
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 21%, rgb(100, 114, 125) 60%)
}

.redefine-your .sec1:last-child .decp {
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 42%, #1a5263 60%)
}

.redefine-your.no-overlay .sec1 .decp {
    background: none
}

.redefine-your.no-overlay .sec1:last-child .decp {
    background: none
}

.SDS-transforming {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-transforming {
        padding: 3rem 0 !important
    }
}

.SDS-transforming img {
    width: 100%
}

@media(max-width: 767px) {
    .SDS-transforming ul.SWS-streamline {
        zoom: .6;
        display: none !important
    }
}

.SDS-transforming ul.SWS-streamline li {
    margin: 0 -0.052vw
}

.SDS-transforming ul.SWS-streamline li:hover {
    color: #0035f5;
    transition: all var(--animation-default)
}

.SDS-transforming ul.SWS-streamline li:hover .line,
.SDS-transforming ul.SWS-streamline li:hover .line:after {
    background: #0035f5
}

.SDS-transforming ul.SWS-streamline li:hover svg path {
    stroke: #0035f5
}

.SDS-transforming ul.SWS-streamline li .decp {
    margin-bottom: -1.823vw
}

@media(max-width: 1023px) {
    .SDS-transforming ul.SWS-streamline li .decp {
        margin-bottom: -2rem
    }
}

.SDS-transforming ul.SWS-streamline li .decp p {
    max-width: max-content;
    margin: 0 auto
}

@media(max-width: 1023px) {
    .SDS-transforming ul.SWS-streamline li .decp p {
        font-size: 14px
    }
}

.SDS-transforming ul.SWS-streamline li svg {
    width: max(7.34375vw, 7.05rem);
    height: auto
}

.SDS-transforming ul.SWS-streamline li svg path {
    transition: all var(--animation-default)
}

.SDS-transforming ul.SWS-streamline .line {
    position: relative;
    width: max(0.0520833333vw, 0.05rem);
    height: max(3.6458333333vw, 3.5rem);
    margin: max(0.8333333333vw, 0.8rem) auto 0;
    background: #7d7d7d;
    transition: all var(--animation-default)
}

.SDS-transforming ul.SWS-streamline .line.line:after {
    content: "";
    width: max(0.5208333333vw, 0.5rem);
    height: max(0.5208333333vw, 0.5rem);
    background: #7d7d7d;
    position: absolute;
    bottom: -0.156vw;
    border-radius: 100%;
    left: -0.208vw;
    transition: all var(--animation-default)
}

@media(max-width: 1023px) {
    .SDS-transforming ul.SWS-streamline .line.line:after {
        left: -3px
    }
}

.SDS-key-benefits {
    overflow: hidden;
    padding: max(5.2083333333vw, 5rem) 0 0
}

@media(max-width: 767px) {
    .SDS-key-benefits {
        padding: 2rem 0 0 !important
    }
}

.SDS-key-benefits .accordion-box {
    display: flex;
    margin: max(3.6458333333vw, 3.5rem) auto;
    padding: 0;
    width: auto
}

@media(max-width: 767px) {
    .SDS-key-benefits .accordion-box {
        margin: 2rem auto
    }
}

.SDS-key-benefits .box {
    border-right: 0px solid none;
    transition: .8s;
    position: relative;
    overflow: hidden;
    list-style: none;
    background-size: auto 500px;
    background-repeat: no-repeat;
    min-width: max(3.6458333333vw, 3.5rem);
    border-right: 2px solid #fff
}

.SDS-key-benefits .detail {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: start
}

.SDS-key-benefits .detail>* {
    grid-column: 1;
    grid-row: 1
}

.SDS-key-benefits .box.active {
    width: 1000% !important
}

.SDS-key-benefits .box.active .decp {
    opacity: 1;
    transition-delay: 0s;
    display: block
}

@media(max-width: 767px) {
    .SDS-key-benefits .box.active .decp br {
        display: none
    }

    .SDS-key-benefits .box.active .decp .h3 {
        font-size: 1.2rem
    }
}

.SDS-key-benefits .decp {
    position: relative;
    padding: max(3.125vw, 3rem);
    opacity: 0;
    transition: all var(--animation-default);
    transition-delay: .1s;
    display: none
}

@media(min-width: 1024px) {
    .SDS-key-benefits .decp .h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: max(1.7708333333vw, 1.7rem) !important
    }

    .SDS-key-benefits .decp .h5x {
        font-size: max(1.0416666667vw, 1rem) !important
    }
}

.SDS-key-benefits .box.active .detail {
    width: 100%;
    opacity: 1
}

.SDS-key-benefits .box span {
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    padding: max(1.3020833333vw, 1.25rem) max(0.8333333333vw, 0.8rem);
    z-index: 9
}

.SDS-key-benefits .box.active span {
    z-index: 1;
    display: none
}

.SDS-key-benefits .box img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

.SDS-key-benefits .box figure {
    position: relative;
    padding-bottom: max(27.0833333333vw, 26rem);
    height: 0
}

.SDS-key-benefits .box figure:after {
    content: "";
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 44%, rgba(0, 0, 0, 0) 88%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 768px) {
    .SDS-key-benefits {
        padding: 2rem 0 0 !important
    }

    .SDS-key-benefits .accordion-box {
        display: block;
        margin: 2rem auto
    }

    .SDS-key-benefits .box.active {
        width: 100% !important
    }

    .SDS-key-benefits .box {
        width: 100% !important;
        min-width: 100%;
        border-right: none;
        border-bottom: 1px solid #444;
        margin-bottom: 0;
        position: relative;
        overflow: hidden
    }

    .SDS-key-benefits .box span {
        position: relative;
        writing-mode: horizontal-tb;
        transform: none;
        padding: 1rem;
        background: #000;
        color: #fff;
        display: block;
        cursor: pointer
    }

    .SDS-key-benefits .detail {
        max-height: 0;
        overflow: hidden;
        background: #111;
        opacity: 0;
        transition: max-height .4s ease, opacity .4s ease
    }

    .SDS-key-benefits .box.active .detail {
        max-height: 1000px;
        opacity: 1
    }

    .SDS-key-benefits .decp {
        padding: 1rem;
        opacity: 1
    }

    .SDS-key-benefits .box figure {
        padding-bottom: 280px;
        height: auto
    }

    .SDS-key-benefits .box figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        object-fit: cover;
        object-position: top;
        left: 0;
        top: 0
    }
}

@media(max-width: 767px) {
    .SDS-transform-ideas {
        padding: 3rem 0 !important
    }
}

.SDS-transform-ideas .heading {
    font-size: max(5.0520833333vw, 4.85rem);
    color: #cfcfcf;
    line-height: 1
}

@media(max-width: 767px) {
    .SDS-transform-ideas .heading {
        font-size: 2rem;
        line-height: 1.2
    }
}

.SDS-transform-ideas .img-wrap {
    margin: max(2.6041666667vw, 2.5rem) auto max(7.8125vw, 7.5rem)
}

.SDS-transform-ideas figure.img2 {
    margin-top: -4.167vw
}

.SDS-transform-ideas figure.img2 img {
    filter: drop-shadow(37px 56px 28px #c5c5c5)
}

.SDS-transform-ideas figure.img1 img {
    filter: drop-shadow(-37px 56px 28px #c5c5c5)
}

.SDS-transform-ideas figure {
    width: max(13.0729166667vw, 12.55rem);
    overflow: visible;
    animation: 3s infinite alternate floating
}

.SDS-transform-ideas figure img {
    width: 100%
}

@keyframes floating {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translatey(-0.781vw)
    }

    100% {
        transform: translatey(0px)
    }
}

.mob-app-logos {
    padding-top: max(1.5625vw, 1.5rem) !important;
    padding-bottom: max(1.5625vw, 1.5rem) !important
}

@media(max-width: 767px) {
    .mob-app-logos {
        padding-top: 2rem !important
    }
}

.m-app-expertise {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .m-app-expertise {
        padding: 3rem 0 !important
    }
}

.m-app-transform-business .sec1:last-child img {
    opacity: .75
}

.SDS-visual {
    padding-bottom: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-visual {
        padding-bottom: 2rem !important;
        margin-bottom: 3rem !important
    }
}

.SDS-visual .cols {
    border-right: 1px solid #434343;
    padding: max(1.3020833333vw, 1.25rem) max(1.875vw, 1.8rem);
    min-height: max(31.25vw, 30rem);
    position: relative;
    z-index: 9
}

.SDS-visual .cols:first-child {
    border-left: 1px solid #434343
}

@media(max-width: 1023px) {
    .SDS-visual .cols:first-child {
        border-left: none
    }
}

@media(max-width: 1023px) {
    .SDS-visual .cols {
        min-height: auto
    }

    .SDS-visual .cols:nth-child(even) {
        border-right: 0
    }
}

@media(max-width: 767px) {
    .SDS-visual .cols {
        border: none
    }

    .SDS-visual .cols+.cols {
        border-top: 1px solid #434343
    }
}

.SDS-visual .cols img {
    filter: brightness(0) invert(1);
    transition: all var(--animation-default)
}

.SDS-visual .cols:before {
    content: "";
    width: max(0.1041666667vw, 0.1rem);
    height: 0;
    background: #00eed5;
    position: absolute;
    top: 0;
    left: 0;
    transition: all var(--animation-default)
}

.SDS-visual .cols:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 32%, rgba(0, 238, 213, 0.15) 94%);
    transition: all var(--animation-default)
}

.SDS-visual .cols .title {
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    .SDS-visual .cols .title {
        font-size: 1.2rem
    }
}

.SDS-visual .cols:hover img {
    filter: brightness(1) invert(0)
}

.SDS-visual .cols:hover .title {
    color: #00eed5
}

.SDS-visual .cols:hover:before {
    height: 100%
}

.SDS-visual .cols:hover::after {
    width: 100%
}

.SDS-visual .wrap {
    position: relative
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-visual .wrap {
        max-width: 100%
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-visual .wrap {
        max-width: 61.25rem
    }
}

.SDS-visual .wrap svg#mySvg {
    position: absolute;
    width: 101.3%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -0.417vw
}

.opportunity-heading {
    position: relative;
    display: grid;
    align-items: center
}

.opportunity-heading>* {
    grid-column: 1;
    grid-row: 1
}

.opportunity-heading::before {
    content: "";
    background: url("../img/commitments/commitments-img6.svg") no-repeat center;
    width: max(6.5104166667vw, 6.25rem);
    height: max(5.46875vw, 5.25rem);
    position: absolute;
    left: -52%;
    bottom: max(1.0416666667vw, 1rem);
    background-size: contain
}

@media(max-width: 1023px) {
    .opportunity-heading::before {
        display: none
    }
}

.opportunity-heading::after {
    content: "";
    background: url("../img/commitments/ab-img4.webp") no-repeat center;
    width: max(5.2083333333vw, 5rem);
    height: max(8.9583333333vw, 8.6rem);
    position: absolute;
    right: -52%;
    top: max(0.9375vw, 0.9rem);
    background-size: contain
}

@media(max-width: 1023px) {
    .opportunity-heading::after {
        display: none
    }
}

.opportunity-heading span {
    background-color: #fff;
    outline: max(1.5625vw, 1.5rem) solid #fff;
    position: relative;
    z-index: 1;
    width: fit-content
}

.opportunity-heading .line {
    width: 200vw;
    height: 2px;
    background: #000;
    position: absolute;
    left: -100vw
}

.EVC-seamless-0nboarding {
    padding: max(5.2083333333vw, 5rem) 0
}

.EVC-visual-communication {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .EVC-visual-communication {
        padding: 3rem 0 !important
    }
}

@media(max-width: 767px) {
    .EVC-visual-communication .number-wrap {
        margin: 2rem 0 !important
    }
}

.EVC-visual-communication .number-wrap li {
    display: flex
}

.EVC-visual-communication .number-wrap li:last-child .numbers {
    color: #0035f5
}

.EVC-visual-communication .number-wrap li:last-child .numbers:after {
    display: none
}

.EVC-visual-communication .number-wrap .numbers {
    color: #c3c3c3;
    font-size: max(6.7708333333vw, 6.5rem);
    line-height: .7;
    position: relative
}

@media(max-width: 767px) {
    .EVC-visual-communication .number-wrap .numbers {
        font-size: 5rem
    }
}

.EVC-visual-communication .number-wrap .numbers:after {
    content: "";
    width: 100%;
    height: 93%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21%, rgb(239, 239, 239) 76%);
    position: absolute;
    left: 0;
    bottom: 0
}

.EVC-visual-communication .wrap {
    position: relative
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap {
        max-width: 100%
    }
}

.EVC-visual-communication .wrap .h4 {
    font-size: 1.3rem
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap .h4 {
        font-size: 1rem
    }

    .EVC-visual-communication .wrap .h4 br {
        display: none
    }
}

.EVC-visual-communication .wrap ul {
    z-index: 9
}

.EVC-visual-communication .wrap ul li {
    width: 50%;
    min-height: max(13.5416666667vw, 13rem);
    padding-left: max(3.125vw, 3rem);
    position: relative
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap ul li {
        padding-left: 1rem;
        min-height: 9rem
    }
}

.EVC-visual-communication .wrap ul li p {
    transition: all var(--animation-default)
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap ul li p {
        font-size: 1.4rem
    }
}

@media(min-width: 767.1px) {
    .EVC-visual-communication .wrap ul li:hover p {
        opacity: 0;
        transition-delay: 2s;
        transition: opacity var(--animation-default)
    }

    .EVC-visual-communication .wrap ul li:hover .decp {
        opacity: 1
    }
}

.EVC-visual-communication .wrap ul li .decp {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: max(3.125vw, 3rem);
    opacity: 0;
    transition: opacity var(--animation-default)
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap ul li .decp {
        display: none
    }
}

.EVC-visual-communication .wrap ul li:first-child {
    padding: 0
}

.EVC-visual-communication .wrap ul li:first-child .decp {
    padding: 0;
    max-width: 12vw
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap ul li:first-child .decp {
        max-width: 90%
    }
}

.EVC-visual-communication .wrap ul li:nth-child(2) {
    padding-bottom: max(3.125vw, 3rem)
}

.EVC-visual-communication .wrap ul li:nth-child(3) {
    padding: 0;
    padding-top: max(3.125vw, 3rem)
}

.EVC-visual-communication .wrap ul li:nth-child(3) .decp {
    padding: 0;
    max-width: 12vw
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap ul li:nth-child(3) .decp {
        max-width: 90%
    }
}

.EVC-visual-communication .wrap svg {
    width: 100%;
    display: block;
    position: absolute
}

@media(max-width: 767px) {
    .EVC-visual-communication .wrap svg {
        width: 75%
    }
}

.SDS-strengthen {
    padding: max(5.2083333333vw, 5rem) 0 0 !important;
    border-top: 1px solid #c1c1c1
}

@media(max-width: 767px) {
    .SDS-strengthen {
        padding: 3rem 0 0 !important;
        margin-bottom: 3rem !important
    }
}

.SDS-strengthen figure.img1 {
    width: max(61.9791666667vw, 59.5rem)
}

@media(max-width: 767px) {
    .SDS-strengthen figure.img1 {
        display: none
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen figure.img1 {
        transform: scale(0.9)
    }
}

.SDS-strengthen figure.img1 img {
    width: 100%
}

.SDS-strengthen figure.img2 {
    width: max(21.1458333333vw, 20.3rem)
}

.SDS-strengthen figure.img2 img {
    width: 100%
}

.SDS-strengthen .cloud-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: max(8.3333333333vw, 8rem) auto 0;
    max-width: max(61.9791666667vw, 59.5rem)
}

@media(max-width: 767px) {
    .SDS-strengthen .cloud-sec {
        margin: 4rem auto 0
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec {
        max-width: 738px
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec {
        max-width: 720px
    }
}

.SDS-strengthen .cloud-sec .text-wrap {
    position: absolute;
    text-align: center;
    overflow: hidden
}

.SDS-strengthen .cloud-sec .text-wrap .ani-wrap {
    transform: translate(0px, max(5.8854166667vw, 5.65rem));
    opacity: 0;
    transition: transform var(--animation-default), opacity var(--animation-default)
}

.SDS-strengthen .cloud-sec .text-wrap p {
    padding: max(0.3645833333vw, 0.35rem) max(0.78125vw, 0.75rem);
    border-radius: max(0.2083333333vw, 0.2rem);
    line-height: 1
}

.SDS-strengthen .cloud-sec .text-wrap .line {
    width: max(0.1041666667vw, 0.1rem);
    height: max(1.875vw, 1.8rem);
    margin: max(0.3645833333vw, 0.35rem) auto max(-0.2083333333vw, -0.2rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(105, 195, 237) 100%)
}

.SDS-strengthen .cloud-sec .text-wrap svg {
    width: max(1.1458333333vw, 1.1rem);
    height: auto
}

.SDS-strengthen .cloud-sec .text-wrap.posi-1 {
    left: max(2.03125vw, 1.95rem);
    top: max(2.6041666667vw, 2.5rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-1 {
        left: 0rem
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-1 {
        left: 0rem
    }
}

.SDS-strengthen .cloud-sec .text-wrap.posi-2 {
    left: max(9.8958333333vw, 9.5rem);
    bottom: max(6.9791666667vw, 6.7rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-2 {
        left: 4rem
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-2 {
        left: 4rem
    }
}

.SDS-strengthen .cloud-sec .text-wrap.posi-3 {
    right: max(9.8958333333vw, 9.5rem);
    bottom: max(6.9791666667vw, 6.7rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-3 {
        right: 4.5rem
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-3 {
        right: 4.5rem
    }
}

.SDS-strengthen .cloud-sec .text-wrap.posi-4 {
    right: max(2.2395833333vw, 2.15rem);
    top: max(3.0729166667vw, 2.95rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-4 {
        right: 1rem
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec .text-wrap.posi-4 {
        right: 0rem
    }
}

.SDS-strengthen .cloud-sec .items {
    top: max(3.1770833333vw, 3.05rem);
    position: absolute
}

@media(max-width: 767px) {
    .SDS-strengthen .cloud-sec .items {
        position: relative
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-strengthen .cloud-sec .items {
        transform: scale(0.7)
    }
}

@media(min-width: 1200px)and (max-width: 1600px) {
    .SDS-strengthen .cloud-sec .items {
        transform: scale(0.7)
    }
}

.SDS-strengthen .cloud-sec .items .cl-tx {
    position: absolute;
    bottom: max(1.1458333333vw, 1.1rem);
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .SDS-strengthen .cloud-sec .items .cl-tx {
        bottom: 1rem
    }
}

.SDS-strengthen .cloud-sec .items .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: max(7.6041666667vw, 7.3rem);
    min-height: max(11.3020833333vw, 10.85rem);
    max-width: max(15.4166666667vw, 14.8rem);
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(87, 219, 193, 0.37) 100%);
    z-index: -1;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden
}

.SDS-strengthen .cloud-sec .items .img-wrap:after {
    content: "";
    width: 100%;
    height: max(5.2083333333vw, 5rem);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: 0;
    top: 0
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1 {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: space-between
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1 img {
    width: max(1.6145833333vw, 1.55rem)
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1:nth-child(1) {
    animation-delay: 0s;
    animation: moveDown 6s linear infinite
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1:nth-child(2) {
    animation-delay: .7s;
    animation: moveDown 5s linear infinite
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1:nth-child(3) {
    animation-delay: .5s;
    animation: moveDown 7s linear infinite
}

.SDS-strengthen .cloud-sec .items .img-wrap .col1:nth-child(4) {
    animation-delay: .3s;
    animation: moveDown 5s linear infinite
}

.SDS-strengthen .cloud-sec.active .text-wrap .ani-wrap {
    transform: translate(0px, 0px);
    opacity: 1
}

@keyframes moveDown {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

.SDS-DevSecOps {
    padding: max(10.4166666667vw, 10rem) 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-DevSecOps {
        padding: 3rem 0 !important
    }
}

.SDS-DevSecOps .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.SDS-DevSecOps .set1 {
    width: max(28.6458333333vw, 27.5rem);
    height: max(28.6458333333vw, 27.5rem);
    border: max(2.0833333333vw, 2rem) solid #d9d9d9;
    border-radius: 100%;
    position: relative;
    animation: rotate 35s linear infinite
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 {
        width: 20rem;
        height: 20rem;
        border: 1.5rem solid #d9d9d9
    }
}

.SDS-DevSecOps .set1 figure {
    width: max(6.0416666667vw, 5.8rem);
    height: max(6.0416666667vw, 5.8rem);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    animation: counterRotate 35s linear infinite
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 figure {
        width: 3.5rem;
        height: 3.5rem
    }
}

.SDS-DevSecOps .set1 figure img {
    width: max(2.7604166667vw, 2.65rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 figure img {
        width: 2rem
    }
}

.SDS-DevSecOps .set1 figure.img1 {
    top: max(-4.4270833333vw, -4.25rem);
    left: 0;
    right: 0;
    margin: auto
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 figure.img1 {
        top: -2.9rem
    }
}

.SDS-DevSecOps .set1 figure.img3 {
    left: max(-4.1666666667vw, -4rem);
    bottom: max(5.8854166667vw, 5.65rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 figure.img3 {
        left: -2.5rem
    }
}

.SDS-DevSecOps .set1 figure.img2 {
    right: max(-3.6458333333vw, -3.5rem);
    bottom: max(5.2083333333vw, 5rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set1 figure.img2 {
        right: -2.5rem
    }
}

.SDS-DevSecOps .set2 {
    width: max(18.2291666667vw, 17.5rem);
    height: max(18.2291666667vw, 17.5rem);
    border: max(1.5625vw, 1.5rem) solid #0035f5;
    border-radius: 100%;
    position: absolute;
    animation: rotateReverse 30s linear infinite
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 {
        width: 13rem;
        height: 13rem;
        border: 1.2rem solid #0035f5
    }
}

.SDS-DevSecOps .set2 figure {
    width: max(4.53125vw, 4.35rem);
    height: max(4.53125vw, 4.35rem);
    background: #0035f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    animation: counterRotateReverse 30s linear infinite
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 figure {
        width: 3.5rem;
        height: 3.5rem
    }
}

.SDS-DevSecOps .set2 figure img {
    width: max(2.7604166667vw, 2.65rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 figure img {
        width: 2rem
    }
}

.SDS-DevSecOps .set2 figure.img1 {
    top: max(1.7708333333vw, 1.7rem);
    left: max(-2.34375vw, -2.25rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 figure.img1 {
        left: -2rem
    }
}

.SDS-DevSecOps .set2 figure.img3 {
    left: max(7.5vw, 7.2rem);
    bottom: max(-2.8645833333vw, -2.75rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 figure.img3 {
        bottom: -0.8rem
    }
}

.SDS-DevSecOps .set2 figure.img2 {
    right: max(-0.3125vw, -0.3rem);
    bottom: max(11.4583333333vw, 11rem)
}

@media(max-width: 1023px) {
    .SDS-DevSecOps .set2 figure.img2 {
        right: -0.5rem;
        bottom: 7.5rem
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateReverse {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes counterRotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes counterRotateReverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.terms-page {
    padding: max(5.2083333333vw, 5rem) 0;
    line-height: 1.5
}

@media(max-width: 1023px) {
    .terms-page {
        padding: 3rem 0 !important
    }
}

.terms-page ol,
.terms-page ul {
    padding-left: max(1.5104166667vw, 1.45rem)
}

.terms-page ol ol,
.terms-page ol ul,
.terms-page ul ol,
.terms-page ul ul {
    padding-left: max(0.625vw, 0.6rem);
    margin-top: max(0.9375vw, 0.9rem)
}

.terms-page ol li,
.terms-page ul li {
    padding-left: max(0.5208333333vw, 0.5rem)
}

.terms-page ol {
    list-style: inside decimal-leading-zero
}

.terms-page ul {
    list-style: inside
}

.terms-page .roman-list li {
    list-style: lower-roman
}

.terms-page .respos-per {
    padding: max(1.3020833333vw, 1.25rem)
}

.policy-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5882352941);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--animation-default)
}

.policy-modal .main-cont {
    max-width: 50%;
    background: #fff;
    padding: max(2.34375vw, 2.25rem);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, max(-5.7291666667vw, -5.5rem));
    transition: transform var(--animation-default), opacity var(--animation-default)
}

@media(max-width: 767px) {
    .policy-modal .main-cont {
        max-width: 95%;
        padding: 1rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .policy-modal .main-cont {
        max-width: 88%
    }
}

@media(max-width: 450px) {
    .policy-modal .main-cont ul {
        font-size: .8rem
    }

    .policy-modal .main-cont .c2a,
    .policy-modal .main-cont .c2a-arw {
        font-size: .9rem
    }
}

@media(max-width: 767px) {
    .policy-modal .h3 {
        font-size: 1.2rem
    }
}

.policy-modal a {
    cursor: pointer
}

.policy-modal a.close-bnt svg {
    width: max(2.0833333333vw, 2rem);
    height: auto;
    transform: rotate(45deg)
}

.policy-modal p.fl-success {
    border: 1px solid #236800;
    padding: max(0.4166666667vw, 0.4rem) max(0.5208333333vw, 0.5rem);
    border-radius: max(0.2604166667vw, 0.25rem);
    color: #3d8007;
    background-color: rgba(78, 156, 19, 0.1803921569);
    text-align: center
}

.policy-modal.show-modal {
    opacity: 1;
    visibility: visible
}

.policy-modal.show-modal .main-cont {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px)
}

.SDS-unlock-data {
    display: grid
}

.SDS-unlock-data .sec1 {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1
}

@media(max-width: 767px) {
    .SDS-unlock-data .sec1 figure {
        height: 100%
    }

    .SDS-unlock-data .sec1 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.SDS-unlock-data .sec2 {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
    padding: max(5.2083333333vw, 5rem) 0;
    display: flex
}

@media(max-width: 767px) {
    .SDS-unlock-data .sec2 {
        padding: 3rem 0
    }
}

.SDS-unlock-data .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

@media(max-width: 767px) {
    .SDS-unlock-data .wrap {
        gap: 5rem
    }
}

.SDS-unlock-data img {
    width: 100%
}

.ai-powered-logo {
    padding: max(4.1666666667vw, 4rem) 0 !important
}

@media(max-width: 767px) {
    .ai-powered-logo {
        padding-block: 3rem !important
    }
}

.enterprises-startups {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .enterprises-startups {
        padding: 0 !important
    }

    .enterprises-startups .md-mt-0 {
        margin-top: 0
    }

    .enterprises-startups .sec1 figure {
        position: relative
    }

    .enterprises-startups .sec1 figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: linear-gradient(218deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 88%)
    }
}

@media(max-width: 767px) {
    .enterprises-startups .h2 {
        font-size: 1.1rem
    }
}

@media(max-width: 1023px) {
    .enterprises-startups .h3 {
        font-size: 1.1rem
    }
}

.SDS-smarter-workflows {
    padding: max(6.7708333333vw, 6.5rem) 0;
    background: url(../img/ai-powered/bg.webp);
    background-size: max(5.2083333333vw, 5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows {
        margin-block: 4rem !important
    }
}

@media(max-width: 767px) {
    .SDS-smarter-workflows {
        padding: 3rem 0 !important
    }
}

.SDS-smarter-workflows .sec1 {
    margin-left: max(-5.2083333333vw, -5rem);
    position: relative;
    width: 44%
}

@media(min-width: 768px)and (max-width: 1199px) {
    .SDS-smarter-workflows .sec1 {
        width: 43rem;
        margin-left: -170px !important
    }
}

@media(max-width: 1023px) {
    .SDS-smarter-workflows .sec1 {
        display: none
    }
}

.SDS-smarter-workflows .sec1 svg {
    width: 100%;
    height: auto
}

.SDS-smarter-workflows .sec1 svg circle {
    fill: #fff;
    stroke: #000
}

.SDS-smarter-workflows .sec1 figure {
    position: absolute;
    right: 0
}

.SDS-smarter-workflows .sec1 figure.img1 {
    top: max(-1.5625vw, -1.5rem);
    right: max(6.8229166667vw, 6.55rem);
    width: max(4.53125vw, 4.35rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec1 figure.img1 {
        top: -1rem
    }
}

.SDS-smarter-workflows .sec1 figure.img1 img {
    width: 100%
}

.SDS-smarter-workflows .sec1 figure.img2 {
    top: max(4.2708333333vw, 4.1rem);
    right: max(6.1458333333vw, 5.9rem);
    width: max(4.7395833333vw, 4.55rem)
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec1 figure.img2 {
        top: 3.5rem;
        right: 3.9rem
    }
}

.SDS-smarter-workflows .sec1 figure.img2 img {
    width: 100%
}

.SDS-smarter-workflows .sec1 figure.img3 {
    top: max(9.8958333333vw, 9.5rem);
    right: max(9.1145833333vw, 8.75rem);
    width: max(7.9166666667vw, 7.6rem)
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec1 figure.img3 {
        top: 9rem;
        right: 6.9rem
    }
}

.SDS-smarter-workflows .sec1 figure.img3 img {
    width: 100%
}

.SDS-smarter-workflows .sec1 figure.img4 {
    top: max(14.5833333333vw, 14rem);
    right: max(8.3333333333vw, 8rem);
    width: max(8.3333333333vw, 8rem)
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec1 figure.img4 {
        top: 13.5rem;
        right: 11.9rem
    }
}

@media(max-width: 1399px) {
    .SDS-smarter-workflows .sec1 figure.img4 {
        right: 8rem
    }
}

.SDS-smarter-workflows .sec1 figure.img4 img {
    width: 100%
}

.SDS-smarter-workflows .sec1 figure.img5 {
    bottom: max(8.3333333333vw, 8rem);
    right: max(3.75vw, 3.6rem);
    width: max(6.7708333333vw, 6.5rem)
}

.SDS-smarter-workflows .sec1 figure.img5 img {
    width: 100%
}

.SDS-smarter-workflows .sec1 figure.img6 {
    bottom: max(3.3854166667vw, 3.25rem);
    right: max(-4.1666666667vw, -4rem);
    width: max(7.8645833333vw, 7.55rem)
}

.SDS-smarter-workflows .sec1 figure.img6 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 {
    margin-right: max(-5.2083333333vw, -5rem);
    position: relative;
    width: 40%
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec3 {
        width: 40rem;
        margin-right: -170px !important
    }
}

@media(max-width: 1023px) {
    .SDS-smarter-workflows .sec3 {
        display: none
    }
}

.SDS-smarter-workflows .sec3 figure {
    position: absolute;
    left: 0
}

.SDS-smarter-workflows .sec3 svg {
    width: 100%;
    height: auto
}

.SDS-smarter-workflows .sec3 svg circle {
    fill: #fff;
    stroke: #0035f5
}

.SDS-smarter-workflows .sec3 figure.img1 {
    top: max(-0.8854166667vw, -0.85rem);
    left: max(-7.03125vw, -6.75rem);
    width: max(5.625vw, 5.4rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec3 figure.img1 {
        top: -0.5rem;
        left: -7rem
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec3 figure.img1 {
        top: -0.5rem;
        left: -7rem
    }
}

.SDS-smarter-workflows .sec3 figure.img1 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 figure.img2 {
    top: max(4.6875vw, 4.5rem);
    left: max(-5.9895833333vw, -5.75rem);
    width: max(9.4791666667vw, 9.1rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec3 figure.img2 {
        top: 4.8rem;
        left: -5rem
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec3 figure.img2 {
        top: 4.8rem;
        left: -5rem
    }
}

.SDS-smarter-workflows .sec3 figure.img2 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 figure.img3 {
    top: max(10.15625vw, 9.75rem);
    left: max(4.0625vw, 3.9rem);
    width: max(5.2083333333vw, 5rem)
}

.SDS-smarter-workflows .sec3 figure.img3 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 figure.img4 {
    top: max(14.5833333333vw, 14rem);
    left: max(2.1354166667vw, 2.05rem);
    width: max(10vw, 9.6rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec3 figure.img4 {
        top: 15rem
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec3 figure.img4 {
        top: 15rem
    }
}

.SDS-smarter-workflows .sec3 figure.img4 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 figure.img5 {
    bottom: max(11.9791666667vw, 11.5rem);
    left: max(11.7708333333vw, 11.3rem);
    width: max(7.34375vw, 7.05rem)
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-smarter-workflows .sec3 figure.img5 {
        bottom: 12rem
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .SDS-smarter-workflows .sec3 figure.img5 {
        bottom: 12rem
    }
}

.SDS-smarter-workflows .sec3 figure.img5 img {
    width: 100%
}

.SDS-smarter-workflows .sec3 figure.img6 {
    bottom: max(3.125vw, 3rem);
    left: max(7.2916666667vw, 7rem);
    width: max(6.71875vw, 6.45rem)
}

.SDS-smarter-workflows .sec3 figure.img6 img {
    width: 100%
}

.SDS-smarter-workflows .sec2 {
    width: auto;
    margin: 0 auto;
    max-width: max-content;
    position: absolute;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .SDS-smarter-workflows .sec2 {
        position: relative
    }
}

.SDS-smarter-workflows .sec2 .pulse-wrapper {
    overflow: hidden;
    position: relative
}

.SDS-smarter-workflows .sec2 .pulse {
    width: max(14.5833333333vw, 14rem);
    height: max(14.5833333333vw, 14rem);
    position: relative;
    margin: 0 auto
}

.SDS-smarter-workflows .sec2 .logo {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.SDS-smarter-workflows .sec2 .logo figure {
    background: #0035f5;
    width: max(10.4166666667vw, 10rem);
    height: max(10.4166666667vw, 10rem);
    object-fit: scale-down;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.SDS-smarter-workflows .sec2 .logo figure img {
    width: 60%
}

.SDS-smarter-workflows .sec2 .pulse-wrapper span {
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0035f5;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse_animation 4s infinite forwards;
    z-index: 5
}

.SDS-smarter-workflows .sec2 .pulse-wrapper span:nth-child(1) {
    animation-delay: 0s
}

.SDS-smarter-workflows .sec2 .pulse-wrapper span:nth-child(2) {
    animation-delay: .5s
}

.SDS-smarter-workflows .sec2 .pulse-wrapper span:nth-child(3) {
    animation-delay: 1s
}

.SDS-smarter-workflows .sec2 .pulse-wrapper span:nth-child(4) {
    animation-delay: 1.5s
}

@keyframes pulse_animation {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    50% {
        opacity: .2;
        width: max(14.5833333333vw, 14rem);
        height: max(14.5833333333vw, 14rem)
    }

    100% {
        width: 0;
        height: 0;
        opacity: 0
    }
}

.SDS-commerce-experience {
    padding: max(10.4166666667vw, 10rem) 0 0
}

@media(max-width: 767px) {
    .SDS-commerce-experience {
        padding: 3rem 0 0 !important
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-commerce-experience {
        padding: 6rem 0 2rem !important
    }
}

.SDS-commerce-experience .wrap {
    position: relative;
    display: table;
    margin: 0 auto
}

.SDS-commerce-experience .wrap .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #7700bd 0%, #43a18d 100%);
    border-radius: 100%;
    opacity: .5;
    z-index: -1;
    animation: pulse_animation2 6s ease-in-out infinite
}

.SDS-commerce-experience .wrap .bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #7700bd 0%, #43a18d 100%);
    border-radius: 100%;
    opacity: .2;
    z-index: -1;
    animation: pulse_animation1 6s ease-in-out infinite;
    animation-delay: 1s
}

.SDS-commerce-experience .wrap figure {
    background: #fff;
    border-radius: 100%;
    width: max(21.4583333333vw, 20.6rem)
}

.SDS-commerce-experience .wrap figure img {
    width: 100%
}

@keyframes pulse_animation2 {
    0% {
        transform: scale(0)
    }

    25% {
        transform: scale(1.15)
    }

    50% {
        transform: scale(1.15)
    }

    75% {
        transform: scale(1.15)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes pulse_animation1 {
    0% {
        transform: scale(0)
    }

    25% {
        transform: scale(1.35)
    }

    50% {
        transform: scale(1.35)
    }

    75% {
        transform: scale(1.35)
    }

    100% {
        transform: scale(0)
    }
}

.SDS-commerce-experience .pathsec {
    position: absolute;
    width: max-content;
    top: max(4.84375vw, 4.65rem)
}

.SDS-commerce-experience .pathsec svg {
    width: max(31.1458333333vw, 29.9rem);
    height: auto
}

@media(min-width: 768px)and (max-width: 1199px) {
    .SDS-commerce-experience .max-w-sm {
        max-width: 80%
    }
}

.SDS-commerce-experience .col2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 500px) {
    .SDS-commerce-experience .col2 {
        transform: scale(0.5)
    }
}

@media(min-width: 500px)and (max-width: 767px) {
    .SDS-commerce-experience .col2 {
        zoom: .8;
        margin: 6rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-commerce-experience .col2 {
        zoom: .7;
        margin-left: -8rem
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .SDS-commerce-experience .col2 {
        margin-left: -8rem
    }
}

.SDS-commerce-experience .col2 .cont {
    position: absolute;
    text-align: center
}

.SDS-commerce-experience .col2 .cont.posi4 {
    top: max(-2.7083333333vw, -2.6rem);
    right: max(-5.2083333333vw, -5rem)
}

@media(max-width: 500px) {
    .SDS-commerce-experience .col2 .cont.posi4 {
        top: -2rem;
        right: -4rem
    }
}

@media(min-width: 500px)and (max-width: 1023px) {
    .SDS-commerce-experience .col2 .cont.posi4 {
        top: -2rem;
        right: -4rem
    }
}

.SDS-commerce-experience .col2 .cont.posi3 {
    right: max(10.4166666667vw, 10rem);
    bottom: max(1.1979166667vw, 1.15rem)
}

.SDS-commerce-experience .col2 .cont.posi2 {
    top: max(-1.8229166667vw, -1.75rem);
    left: max(9.375vw, 9rem)
}

@media(max-width: 500px) {
    .SDS-commerce-experience .col2 .cont.posi2 {
        top: -2rem
    }
}

@media(min-width: 500px)and (max-width: 1199px) {
    .SDS-commerce-experience .col2 .cont.posi2 {
        top: -2rem
    }
}

.SDS-commerce-experience .col2 .cont.posi1 {
    left: max(-6.0416666667vw, -5.8rem);
    bottom: 0
}

@media(max-width: 500px) {
    .SDS-commerce-experience .col2 .cont.posi1 {
        left: -4rem;
        bottom: -2rem
    }
}

@media(min-width: 500px)and (max-width: 1023px) {
    .SDS-commerce-experience .col2 .cont.posi1 {
        left: -4rem;
        bottom: -2rem
    }
}

.SDS-thought-banner {
    display: grid
}

@media(max-width: 675px) {
    .SDS-thought-banner .decp2 .h1 {
        font-size: 1.5rem
    }

    .SDS-thought-banner .decp2 .h4 {
        font-size: 1rem
    }
}

.SDS-thought-banner .inner-container {
    height: 100%
}

.SDS-thought-banner .main-img,
.SDS-thought-banner .video-container {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1;
    opacity: .8;
    position: relative;
    padding-bottom: 36.25%;
    height: 0
}

@media(max-width: 1200px) {

    .SDS-thought-banner .main-img,
    .SDS-thought-banner .video-container {
        padding-bottom: 30rem
    }
}

.SDS-thought-banner .main-img video,
.SDS-thought-banner .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% var(--y, 50%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

.SDS-thought-banner .ban-cont {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
    padding: max(10.4166666667vw, 10rem) 0 max(5.2083333333vw, 5rem);
    display: flex
}

@media(max-width: 767px) {
    .SDS-thought-banner .ban-cont {
        padding-bottom: 3rem
    }
}

@media(max-width: 675px) {
    .SDS-thought-banner .video-container {
        padding-bottom: 400px;
        position: relative
    }

    .SDS-thought-banner .video-container::after {
        content: "";
        background: #000;
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 73%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.SDS-we-believe {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-we-believe {
        padding: 3rem 0 !important
    }
}

.SDS-goes-beyond {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-goes-beyond {
        padding: 4rem 1rem !important
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-goes-beyond .video-sec {
        max-width: 70vw
    }
}

.SDS-goes-beyond .video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.SDS-goes-beyond .video-wrapper figure.v-poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.SDS-goes-beyond .video-wrapper figure.v-poster img {
    width: 100%;
    height: 100%
}

.SDS-goes-beyond .video-wrapper.playing figure.v-poster {
    display: none
}

.SDS-goes-beyond .video-wrapper video {
    display: block;
    width: 100%;
    height: auto
}

.SDS-goes-beyond .video-overlay {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 60px;
    color: #fff;
    border-radius: 50%;
    width: max(4.1666666667vw, 4rem);
    height: max(4.1666666667vw, 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9
}

.SDS-goes-beyond .video-wrapper.playing .video-overlay::before {
    content: "";
    background: url(../img/thought-transformation/pause-icon7839.svg?v=1.2);
    width: max(4.1666666667vw, 4rem);
    height: max(4.1666666667vw, 4rem);
    background-size: contain
}

.SDS-goes-beyond .video-wrapper:not(.playing) .video-overlay::before {
    content: "";
    background: url(../img/thought-transformation/play-icon7839.svg?v=1.2);
    width: max(4.1666666667vw, 4rem);
    height: max(4.1666666667vw, 4rem);
    background-size: contain
}

.SDS-goes-beyond .video-sec {
    position: relative
}

.SDS-goes-beyond .video-sec .decp {
    position: absolute;
    left: max(2.6041666667vw, 2.5rem);
    bottom: max(2.0833333333vw, 2rem)
}

.SDS-collaborate {
    position: relative
}

.SDS-collaborate .decp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 44%);
    padding: max(13.0208333333vw, 12.5rem) 0 max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-collaborate .decp {
        position: relative;
        padding: 3rem 15px;
        background: #000
    }
}

.SDS-collaborating {
    padding: max(5.2083333333vw, 5rem) 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-collaborating {
        padding: 3rem 0 !important
    }
}

@media(max-width: 1023px) {
    .SDS-collaborating .h3 {
        font-size: 1.4rem;
        max-width: 100%
    }
}

.SDS-collaborating .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: rotate(30deg);
    margin: max(3.5416666667vw, 3.4rem) 0 0;
    margin-right: max(2.0833333333vw, 2rem)
}

@media(min-width: 1024px)and (max-width: 1300px) {
    .SDS-collaborating .wrap {
        zoom: .9;
        transform: rotate(30deg) translate(-48px, 35px)
    }
}

.SDS-collaborating .wrap svg {
    position: absolute;
    transform: rotate(-30deg);
    width: max(23.4375vw, 22.5rem);
    height: max(23.4375vw, 22.5rem);
    margin-top: max(2.2395833333vw, 2.15rem)
}

.SDS-collaborating .wrap svg text {
    font-size: 22px;
    transition: fill .5s ease
}

.SDS-collaborating .wrap .circle {
    width: max(18.2291666667vw, 17.5rem);
    height: max(18.2291666667vw, 17.5rem);
    border: 1px solid #000;
    border-radius: 100%;
    position: relative
}

.SDS-collaborating .wrap .circle.posi-3 {
    margin-top: max(-2.7083333333vw, -2.6rem)
}

.SDS-alliance-logo {
    padding-bottom: max(4.1666666667vw, 4rem) !important
}

@media(max-width: 1023px) {
    .SDS-alliance-logo {
        padding-bottom: 2rem !important
    }
}

@media(max-width: 1023px) {
    .SDS-alliance-logo .h2 {
        font-size: 1.4rem
    }
}

.SDS-alliance-logo .tab {
    display: none;
    padding-top: max(3.125vw, 3rem)
}

@media(max-width: 767px) {
    .SDS-alliance-logo .tab {
        padding-top: 2rem
    }
}

.SDS-alliance-logo .tab-active {
    display: block
}

.SDS-alliance-logo ul {
    border-bottom: 1px solid #c7c7c7
}

.SDS-alliance-logo ul li a.tab-a {
    display: block;
    padding: max(1.1458333333vw, 1.1rem) 0
}

@media(max-width: 767px) {
    .SDS-alliance-logo ul li a.tab-a {
        font-size: 15px
    }
}

.SDS-alliance-logo ul li a.tab-a:hover {
    border-bottom: 2px solid #0035f5
}

.SDS-alliance-logo ul li a.tab-a.active-a {
    border-bottom: 2px solid #0035f5
}

.SDS-alliance-logo .alliance-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center
}

@media(max-width: 1023px) {
    .SDS-alliance-logo .alliance-logo {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width: 675px) {
    .SDS-alliance-logo .alliance-logo {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 475px) {
    .SDS-alliance-logo .alliance-logo {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width: 576px) {
    .SDS-alliance-logo .alliance-logo img {
        width: 100%;
        object-fit: contain;
        max-width: max(7.2916666667vw, 7rem)
    }
}

@media(max-width: 575px) {
    .SDS-alliance-logo .alliance-logo img {
        max-width: 80px
    }
}

.SDS-alliance-logo .alliance-logo figure {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: max(2.0833333333vw, 2rem) max(1.0416666667vw, 1rem);
    height: 100%;
    display: grid;
    place-content: center
}

@media(min-width: 2560px) {
    .SDS-alliance-logo .alliance-logo figure img {
        height: max(3.125vw, 3rem);
        object-fit: contain
    }
}

.SDS-alliance-logo .alliance-logo .swiper-wrapper {
    align-items: center
}

.SDS-alliance-logo .alliance-logo .swiper-slide {
    padding: 0 max(2.0833333333vw, 2rem)
}

@media(max-width: 767px) {
    .SDS-alliance-logo .alliance-logo .swiper-slide {
        padding: 0
    }
}

.all-partnership {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: max(6.25vw, 6rem);
    align-items: start
}

@media(max-width: 675px) {
    .all-partnership {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

.all-partnership figure {
    max-width: max(7.8125vw, 7.5rem)
}

.all-partnership .partner-key-points {
    padding-top: max(2.6041666667vw, 2.5rem) !important;
    padding-bottom: max(2.6041666667vw, 2.5rem) !important
}

@media(max-width: 767px) {
    .all-partnership .partner-key-points {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
}

.all-partnership .partner-key-points ul {
    border-bottom: none
}

.all-partnership .partner-key-points ul li:last-child {
    min-height: max(11.875vw, 11.4rem) !important;
    padding: max(1.3020833333vw, 1.25rem) !important;
    transition: all var(--animation-default)
}

@media(max-width: 675px) {
    .all-partnership .partner-key-points ul li:last-child {
        min-height: 220px !important;
        font-size: 1.3rem !important
    }
}

.key-partners:not(:last-child) {
    border-bottom: 1px solid #c7c7c7
}

.SDS-bBuild-together {
    padding: max(5.2083333333vw, 5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-bBuild-together {
        padding: 3rem 0 !important
    }
}

@media(max-width: 1023px) {
    .SDS-bBuild-together .h2 {
        font-size: 1.4rem
    }
}

.SDS-bBuild-together .col1 {
    position: relative
}

.SDS-bBuild-together .col1 .decp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(1.8229166667vw, 1.75rem) max(2.0833333333vw, 2rem)
}

@media(max-width: 767px) {
    .SDS-bBuild-together .col1 .decp {
        font-size: 1.4rem
    }
}

@media(max-width: 767px) {
    .SDS-partnerships {
        padding: 2rem 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-partnerships .h2 {
        font-size: 1.4rem;
        text-align: left
    }
}

.SDS-partnerships .fit-in {
    white-space: nowrap
}

.SDS-partnerships .number,
.SDS-partnerships .main-title {
    font-size: max(5.2083333333vw, 5rem);
    letter-spacing: -4px;
    line-height: 1
}

@media(max-width: 767px) {

    .SDS-partnerships .number,
    .SDS-partnerships .main-title {
        font-size: 3rem;
        letter-spacing: unset
    }
}

@media(min-width: 768px)and (max-width: 1023px) {

    .SDS-partnerships .number,
    .SDS-partnerships .main-title {
        font-size: 3rem;
        letter-spacing: unset
    }
}

.SDS-partnerships .col1 {
    padding: 0 max(4.1666666667vw, 4rem)
}

@media(max-width: 767px) {
    .SDS-partnerships .col1 {
        padding: 1rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-partnerships .col1 {
        padding: 0 1rem
    }
}

.SDS-partnerships .col1:nth-child(2) {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
}

@media(max-width: 767px) {
    .SDS-partnerships .col1:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7
    }
}

@media(max-width: 767px) {
    .SDS-future-together {
        margin-top: 3rem !important
    }
}

.SDS-future-together .inner-container {
    border-top: 1px solid #c7c7c7;
    padding: max(2.34375vw, 2.25rem) 0 0
}

@media(max-width: 767px) {
    .SDS-future-together .inner-container {
        background: #ededed;
        border: none;
        padding: 1.5rem
    }
}

@media(max-width: 1023px) {
    .SDS-future-together .h2 {
        font-size: 1.4rem;
        text-align: left
    }
}

.SDS-future-together figure {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1
}

.SDS-future-together .decp {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
    padding-right: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-future-together .decp {
        padding: 0
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-future-together .decp {
        padding: 1rem
    }
}

@media(max-width: 1023px) {
    .SDS-future-together .decp .h3 {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-future-together .decp .h3 {
        max-width: 40.667vw !important
    }
}

@media(max-width: 1023px) {
    .SDS-contact-from {
        margin: 4rem 0 !important
    }
}

.SDS-contact-from .main-img {
    position: relative;
    max-width: 100vw;
    margin-right: calc(-1*(100vw - var(--mwidth))/2);
    width: 40vw
}

.SDS-contact-from .main-img img {
    width: 100%
}

.main-from-sec input:-webkit-autofill,
.main-from-sec input:-webkit-autofill:hover,
.main-from-sec input:-webkit-autofill:focus,
.main-from-sec input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #000
}

.main-from-sec .form-wrap {
    position: relative;
    width: 100%;
    border: 1px solid #000
}

.main-from-sec .form-wrap input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.main-from-sec .form-wrap select,
.main-from-sec .form-wrap textarea {
    width: 100%;
    padding: max(1.0416666667vw, 1rem);
    z-index: 1;
    position: relative;
    font-size: max(0.8333333333vw, 0.8rem)
}

.main-from-sec .form-wrap input.only-numbers {
    text-indent: max(0.2604166667vw, 0.25rem)
}

.main-from-sec .form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: max(0.2604166667vw, 0.25rem) max(0.2083333333vw, 0.2rem) 0 max(0.2083333333vw, 0.2rem)
}

.main-from-sec .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: max(0.4166666667vw, 0.4rem);
    padding-right: max(1.0416666667vw, 1rem)
}

.main-from-sec .form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: max(0.2604166667vw, 0.25rem)
}

.main-from-sec .form-wrap .select2-container .select2-selection--single {
    height: max(1.4583333333vw, 1.4rem)
}

.main-from-sec .form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: max(1.4583333333vw, 1.4rem)
}

.main-from-sec .form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: max(1.4583333333vw, 1.4rem)
}

.main-from-sec .form-wrap .select2-container--default .select2-selection--single {
    border: none
}

.main-from-sec .form-wrap .fi {
    width: max(1.3020833333vw, 1.25rem)
}

.main-from-sec .form-wrap.country-wrap {
    display: flex;
    align-items: center
}

.main-from-sec .form-wrap.country-wrap input#career_contact_number {
    padding-left: max(5.2083333333vw, 5rem) !important
}

.main-from-sec .form-wrap.country-wrap .select2-container {
    width: max(6.7708333333vw, 6.5rem) !important
}

.main-from-sec .form-wrap.country-wrap input {
    padding-left: max(0.5208333333vw, 0.5rem) !important
}

.main-from-sec .form-wrap .iti {
    position: unset
}

.main-from-sec .form-wrap .iti__country-list {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2) !important;
    background-color: #fff !important;
    border: 1px solid #cbcbcb !important
}

@media(min-width: 2500px)and (max-width: 2800px) {
    .main-from-sec .form-wrap .iti__flag {
        zoom: 136%
    }
}

@media(min-width: 2801px)and (max-width: 3000px) {
    .main-from-sec .form-wrap .iti__flag {
        zoom: 136%
    }
}

.main-from-sec .form-wrap .iti--allow-dropdown #contact_number {
    padding-left: 5.5rem !important
}

.main-from-sec .form-wrap .iti__flag-container {
    z-index: 2
}

.main-from-sec .form-wrap .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: max(0.3125vw, 0.3rem);
    font-size: max(0.8333333333vw, 0.8rem)
}

.main-from-sec .form-wrap .iti__selected-flag {
    padding: 0 max(0.78125vw, 0.75rem);
    padding-right: max(0.2604166667vw, 0.25rem);
    background: none !important
}

.main-from-sec .form-wrap select {
    background: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right max(1.0416666667vw, 1rem) center
}

.main-from-sec .form-wrap select option {
    text-indent: max(0.78125vw, 0.75rem);
    padding: max(2.34375vw, 2.25rem) 0px
}

.main-from-sec .form-wrap textarea {
    height: max(7.8125vw, 7.5rem);
    resize: none
}

.main-from-sec .form-wrap label {
    position: absolute;
    left: max(1.0416666667vw, 1rem);
    transition: all .3s ease-out;
    z-index: 0;
    transform: translate(0, max(1.0416666667vw, 1rem));
    text-align: left;
    outline: none
}

.main-from-sec .fileup-wrap .form-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: max(1.0416666667vw, 1rem);
    padding: max(0.8854166667vw, 0.85rem) max(1.0416666667vw, 1rem);
    justify-content: space-between
}

.main-from-sec .fileup-wrap i.error {
    padding-top: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 767px) {
    .main-from-sec .fileup-wrap i.error {
        padding-top: 2rem
    }
}

.main-from-sec .fileup-wrap span.file-error {
    width: 100%;
    flex-basis: 100%;
    display: block;
    font-style: normal;
    font-size: 80%;
    color: var(--frmErrClr, #d81212);
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    padding-top: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 767px) {
    .main-from-sec .fileup-wrap span.file-error {
        padding-top: 2rem
    }
}

.main-from-sec .fileup-wrap svg {
    width: max(0.9375vw, 0.9rem);
    height: auto
}

.main-from-sec .fileup-wrap .file-border {
    text-overflow: clip;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    left: 0;
    padding: 0 !important
}

.main-from-sec .fileup-wrap .upload-btn {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    gap: max(1.0416666667vw, 1rem);
    padding-left: max(1.0416666667vw, 1rem);
    width: 138px
}

.main-from-sec .fileup-wrap span.label-text {
    display: flex;
    align-items: center;
    gap: max(0.5208333333vw, 0.5rem);
    white-space: nowrap;
    position: absolute;
    right: max(1.0416666667vw, 1rem)
}

.main-from-sec .full-width {
    max-width: 100%;
    grid-column: 1/-1
}

.main-from-sec .has-value label {
    font-size: max(0.625vw, 0.6rem);
    transform: translate(0, max(0.3125vw, 0.3rem));
    z-index: 1
}

.main-from-sec .check-box {
    margin: max(0.5208333333vw, 0.5rem) 0;
    cursor: pointer
}

.main-from-sec .check-box label {
    cursor: pointer;
    position: relative;
    padding-left: max(1.875vw, 1.8rem);
    text-align: left
}

@media(max-width: 675px) {
    .main-from-sec .check-box label {
        font-size: 14px
    }
}

.main-from-sec .check-box input[type=checkbox] {
    width: max(1.0416666667vw, 1rem);
    height: max(1.0416666667vw, 1rem);
    border: 1px solid #000;
    border-radius: 0;
    float: left;
    margin-right: max(0.9375vw, 0.9rem);
    margin-top: 0;
    appearance: auto;
    accent-color: #000;
    cursor: pointer;
    position: absolute;
    left: 0
}

.main-from-sec input[type=submit] {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: max(1.1458333333vw, 1.1rem);
    padding: max(0.9375vw, 0.9rem);
    cursor: pointer;
    transition: all var(--animation-default)
}

.main-from-sec input[type=submit]:hover {
    background: #0035f5
}

.SDS-recruitment-ban {
    position: relative
}

@media(max-width: 767px) {
    .SDS-recruitment-ban figure {
        padding-bottom: 56.25%
    }

    .SDS-recruitment-ban figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center
    }
}

.SDS-recruitment-ban:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 92%);
    position: absolute;
    top: 0;
    left: 0
}

.SDS-recruitment-process {
    padding: max(4.1666666667vw, 4rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-recruitment-process {
        padding: 3rem 0 !important
    }
}

.SDS-search-apply {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-search-apply {
        padding: 3rem 0 !important
    }
}

.SDS-search-apply svg {
    width: 100%;
    height: auto
}

.SDS-job-opportunities {
    padding: max(3.6458333333vw, 3.5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-job-opportunities {
        padding: 3rem 0 !important
    }
}

.SDS-job-opportunities .job-card {
    position: relative;
    transition: background-color var(--animation-default)
}

.SDS-job-opportunities .job-card:hover .job-title {
    color: #0035f5
}

.SDS-job-opportunities .job-card .job-title {
    transition: color var(--animation-default)
}

.SDS-job-opportunities .job-card a {
    padding: max(1.5625vw, 1.5rem) max(2.34375vw, 2.25rem);
    display: block
}

@media(max-width: 767px) {
    .SDS-job-opportunities .job-card a {
        padding: 1rem !important
    }
}

.SDS-job-opportunities .job-card .urgent {
    position: absolute;
    top: max(1.71875vw, 1.65rem);
    right: max(-1.8229166667vw, -1.75rem);
    background: #0056ff;
    color: #fff;
    padding: max(0.2604166667vw, 0.25rem) max(0.5208333333vw, 0.5rem);
    transform: rotate(90deg);
    margin: 0
}

.SDS-job-opportunities .job-card ul.job-meta {
    display: flex;
    gap: max(1.5625vw, 1.5rem);
    justify-content: space-between;
    font-size: max(0.78125vw, 0.75rem)
}

@media(max-width: 1023px) {
    .SDS-job-opportunities .job-card ul.job-meta {
        flex-direction: column;
        gap: 1rem
    }
}

.SDS-job-opportunities .job-card ul.job-meta li {
    display: flex;
    align-items: center;
    gap: max(0.5208333333vw, 0.5rem);
    line-height: 1
}

.SDS-job-opportunities .job-card ul.job-meta li figure {
    width: max(0.625vw, 0.6rem)
}

.SDS-job-opportunities .job-card ul.job-meta li figure img {
    width: 100%
}

.SDS-job-opportunities .urgent-tag {
    background: #e1e1d7 !important
}

.SDS-job-opportunities .urgent-tag:after {
    content: "URGENT";
    position: absolute;
    top: max(1.71875vw, 1.65rem);
    right: max(-1.8229166667vw, -1.75rem);
    background: #0056ff;
    color: #fff;
    padding: max(0.2604166667vw, 0.25rem) max(0.5208333333vw, 0.5rem);
    transform: rotate(90deg);
    margin: 0
}

.SDS-job-opportunities .tab-menu ul {
    border-bottom: 1px solid #c7c7c7
}

.SDS-job-opportunities .tab-menu ul li a.tab-a {
    display: flex;
    justify-content: space-between;
    padding: max(0.8333333333vw, 0.8rem) 0;
    align-items: center
}

.SDS-job-opportunities .tab-menu ul li a.tab-a:hover {
    border-bottom: 2px solid #0035f5
}

.SDS-job-opportunities .tab-menu ul li a.tab-a.active-a {
    border-bottom: 2px solid #0035f5
}

.SDS-job-opportunities .tab {
    display: none
}

.SDS-job-opportunities .tab-active {
    display: block
}

.SDS-career-ban {
    position: relative
}

.SDS-career-ban:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, rgb(51, 83, 1) 89%);
    position: absolute;
    left: 0;
    bottom: 0
}

.SDS-current-openings {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-current-openings {
        padding: 3rem 0 !important
    }
}

.SDS-current-openings ul {
    width: 100%
}

.SDS-current-openings ul li {
    display: inline-block;
    margin: 0 0 max(0.78125vw, 0.75rem)
}

.SDS-current-openings ul li a {
    opacity: .75;
    padding-right: max(1.3020833333vw, 1.25rem);
    margin-right: max(0.5208333333vw, 0.5rem);
    position: relative;
    transition: opacity var(--animation-default)
}

.SDS-current-openings ul li a:hover {
    opacity: 1;
    border-bottom: 1px solid #fff
}

.SDS-current-openings ul li:not(:last-child) a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0
}

.SDS-for-fveryone {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-for-fveryone {
        padding: 3rem 0 !important
    }
}

.SDS-for-fveryone .title {
    font-size: max(3.125vw, 3rem);
    line-height: 1.2
}

@media(max-width: 767px) {
    .SDS-for-fveryone .title {
        font-size: 2rem
    }
}

.SDS-high-performance {
    padding: max(5.2083333333vw, 5rem) 0;
    border-top: 1px solid #9d9d9d
}

@media(max-width: 767px) {
    .SDS-high-performance {
        padding: 3rem 0 !important
    }
}

.SDS-high-performance ul li a {
    transition: color var(--animation-default);
    cursor: pointer
}

.SDS-high-performance ul li a:hover {
    color: #0035f5;
    border-bottom: 1px solid
}

.SDS-high-performance .active-a {
    color: #0035f5;
    border-bottom: 1px solid
}

.SDS-high-performance .tab {
    display: none
}

.SDS-high-performance .tab figure {
    width: max(4.3229166667vw, 4.15rem)
}

.SDS-high-performance .tab figure img {
    width: 100%
}

.SDS-high-performance .tab-active {
    display: block
}

.SDS-advance-career {
    padding-bottom: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-advance-career {
        padding-bottom: 4rem !important
    }
}

.SDS-advance-career .img-wrap {
    position: relative;
    width: 42vw;
    max-width: 100vw;
    margin-left: calc(-1*(100vw - var(--mwidth))/2)
}

@media(max-width: 767px) {
    .SDS-advance-career .img-wrap {
        width: 100%
    }
}

.SDS-advance-career .img-wrap .img1 {
    width: 100%
}

.SDS-advance-career .img-wrap .img2 {
    position: absolute;
    top: 0;
    right: max(2.6041666667vw, 2.5rem);
    width: max(5.1041666667vw, 4.9rem);
    z-index: 9
}

.SDS-work-life {
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-work-life {
        padding-top: 4rem !important
    }
}

@media(max-width: 767px) {
    .SDS-work-life .col1 {
        padding-top: 4rem !important
    }
}

.SDS-work-life .col2 {
    position: relative;
    width: 50vw;
    max-width: 100vw;
    margin-right: calc(-1*(100vw - var(--mwidth))/2)
}

@media(max-width: 767px) {
    .SDS-work-life .col2 {
        overflow: hidden;
        width: 100%
    }
}

.SDS-work-life .marquee-wrap {
    height: 100%;
    position: relative;
    max-height: max(39.0625vw, 37.5rem);
    display: flex
}

@media(max-width: 767px) {
    .SDS-work-life .marquee-wrap {
        max-height: 20rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-work-life .marquee-wrap {
        max-height: 26rem
    }
}

.SDS-work-life .marquee-wrap .track {
    will-change: transform
}

.SDS-work-life .marquee-wrap:nth-child(2),
.SDS-work-life .marquee-wrap:last-child {
    align-items: end
}

.SDS-work-life .marquee-wrap figure {
    width: 100%
}

.SDS-work-life .marquee-wrap .marquee {
    width: 100%
}

.main-modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8784313725);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    will-change: backdrop-filter;
    display: none
}

.main-modal-popup::-webkit-scrollbar {
    display: none
}

.main-modal-popup .modal-wrap {
    overflow: auto;
    height: 100%;
    width: 100%;
    scrollbar-width: none
}

@media(max-width: 767px) {
    .main-modal-popup .modal-wrap {
        overflow: unset
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .main-modal-popup .modal-wrap {
        max-width: 90vw
    }
}

.main-modal-popup .modal-wrap::-webkit-scrollbar {
    display: none
}

.main-modal-popup a.close-btn {
    position: fixed;
    width: max(3.125vw, 3rem);
    height: max(3.125vw, 3rem);
    right: max(5.2083333333vw, 5rem);
    top: max(2.6041666667vw, 2.5rem);
    background: #0035f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer
}

@media(max-width: 1023px) {
    .main-modal-popup a.close-btn {
        right: 1rem;
        top: 1rem;
        position: absolute
    }
}

.main-modal-popup a.close-btn svg {
    width: max(1.5625vw, 1.5rem);
    height: auto
}

.main-modal-popup a.close-btn svg path {
    fill: #fff
}

.main-modal-popup .video-wrap {
    width: 100%
}

.main-modal-popup .global-modal {
    background: #0035f5;
    padding: max(2.0833333333vw, 2rem);
    text-align: center;
    width: 100%
}

@media(max-width: 767px) {
    .main-modal-popup .global-modal {
        width: 95%
    }
}

.main-modal-popup .global-modal a.ok-btn {
    display: table;
    padding: max(0.5208333333vw, 0.5rem) max(1.875vw, 1.8rem);
    text-transform: uppercase;
    margin: max(1.0416666667vw, 1rem) auto 0;
    background: #fff;
    color: #0035f5
}

.main-modal-popup .global-modal figure {
    margin-bottom: max(-2.6041666667vw, -2.5rem)
}

.main-modal-popup .global-modal figure img {
    max-height: 450px
}

.main-modal-popup .success-popup {
    background: #fff;
    padding: max(1.5625vw, 1.5rem);
    text-align: center;
    width: 100%;
    z-index: 0;
    position: relative
}

@media(max-width: 1023px) {
    .main-modal-popup .success-popup {
        text-align: left
    }

    .main-modal-popup .success-popup .wrap p.h4 {
        padding-right: 18%
    }
}

.main-modal-popup .success-popup a.close-bnt2 {
    position: absolute;
    right: max(0.78125vw, 0.75rem);
    top: max(0.78125vw, 0.75rem)
}

.main-modal-popup .success-popup a.close-bnt2 svg {
    width: max(1.3020833333vw, 1.25rem);
    height: auto;
    rotate: 45deg
}

.main-modal-popup .success-popup .pop-icon {
    width: max(7.03125vw, 6.75rem);
    height: auto
}

.main-modal-popup .success-popup .thank-text {
    position: relative
}

.main-modal-popup .success-popup .thank-text p {
    position: absolute;
    top: max(2.7604166667vw, 2.65rem);
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .main-modal-popup .success-popup {
        width: 95%;
        max-width: 500px !important
    }
}

.main-modal-popup .success-popup a.ok-btn {
    display: table;
    padding: max(0.6770833333vw, 0.65rem) max(1.875vw, 1.8rem);
    text-transform: uppercase;
    margin: max(1.9791666667vw, 1.9rem) auto 0;
    background: #0035f5;
    color: #fff
}

.main-modal-popup .success-popup .checkmark {
    width: max(4.1666666667vw, 4rem);
    height: max(4.1666666667vw, 4rem);
    display: block;
    stroke-width: 3;
    stroke: #4caf50;
    stroke-miterlimit: 10;
    margin: max(-4.1666666667vw, -4rem) auto 0;
    box-shadow: inset 0px 0px 0px #4caf50;
    border-radius: 50%;
    background: #fff
}

.main-modal-popup .success-popup .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #4caf50;
    fill: none;
    animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.main-modal-popup .success-popup .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #4caf50;
    animation: stroke .4s cubic-bezier(0.65, 0, 0.45, 1) .7s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

.main-modal-popup .success-popup svg.error-icon {
    width: max(4.1666666667vw, 4rem);
    height: max(4.1666666667vw, 4rem);
    margin: max(-4.1666666667vw, -4rem) auto 0;
    border-radius: 50%;
    background: #fff
}

.main-modal-popup .success-popup .error-icon .circle {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    animation: drawCircle .6s ease-out forwards
}

.main-modal-popup .success-popup .error-icon .cross {
    stroke-dasharray: 56.57;
    stroke-dashoffset: 56.57;
    animation: drawCross .4s ease-out forwards
}

.main-modal-popup .success-popup .error-icon .cross1 {
    animation-delay: .6s
}

.main-modal-popup .success-popup .error-icon .cross2 {
    animation-delay: 1s
}

@keyframes drawCircle {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes drawCross {
    to {
        stroke-dashoffset: 0
    }
}

.main-modal-popup.show-modal {
    display: flex
}

@media(max-width: 767px) {
    .main-modal-popup.show-modal {
        overflow: auto
    }
}

.main-modal-popup.apply-jobs-modal {
    align-items: self-start
}

@media(max-width: 1023px) {
    .main-modal-popup.apply-jobs-modal .h8 {
        font-size: 14px
    }
}

@media(max-width: 675px) {
    .main-modal-popup.apply-jobs-modal .h8 {
        font-size: 12px
    }
}

.main-modal-popup.apply-jobs-modal .success-popup {
    margin: 50px 0;
    text-align: left
}

@media(max-width: 1023px) {
    .main-modal-popup.apply-jobs-modal .success-popup {
        margin: 6rem auto;
        max-width: 95%
    }
}

.zhilon--errors {
    margin-top: var(--spacer);
    margin-bottom: var(--spacer);
    display: grid;
    height: 100svh;
    place-content: center
}

.zhilon--errors .new-not-found {
    position: relative
}

.zhilon--errors .new-not-found a.c2a {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    margin: max(3.125vw, 3rem) auto;
    padding: max(0.5208333333vw, 0.5rem) max(1.0416666667vw, 1rem);
    gap: max(0.5208333333vw, 0.5rem)
}

.zhilon--errors .new-not-found a.c2a:hover {
    border-color: #0035f5
}

.zhilon--errors .new-not-found p.num-text {
    font-size: max(2.7083333333vw, 2.6rem);
    position: absolute;
    top: max(6.6666666667vw, 6.4rem);
    left: 0;
    right: 0;
    padding-right: max(1.8229166667vw, 1.75rem);
    color: #474747;
    font-weight: 500
}

@media(max-width: 767px) {
    .zhilon--errors .new-not-found p.num-text {
        top: 5.3rem;
        font-size: 1.8rem;
        padding-right: 1.4rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .zhilon--errors .new-not-found p.num-text {
        top: 7.8rem
    }
}

@media(max-width: 767px) {
    .zhilon--errors .new-not-found .img-wrap {
        width: 330px;
        margin: 0 auto
    }
}

.zhilon--errors .new-not-found .not-found-menu-itens li svg {
    transition: all var(--animation-default);
    width: max(0.6770833333vw, 0.65rem);
    height: auto
}

.zhilon--errors .new-not-found .not-found-menu-itens li:hover a {
    color: #0035f5
}

.zhilon--errors .new-not-found .not-found-menu-itens li:hover svg {
    transform: rotate(45deg)
}

.zhilon--errors .new-not-found .not-found-menu-itens li:hover svg path {
    fill: #0035f5
}

.zhilon--errors h1 {
    font-weight: 700;
    letter-spacing: -0.15em;
    line-height: .7;
    font-size: max(11.4583333333vw, 11rem)
}

.SDS-job-alerts {
    padding: max(3.6458333333vw, 3.5rem) 0 !important
}

@media(max-width: 767px) {
    .SDS-job-alerts .mainx3-container {
        padding-top: 1rem
    }
}

.SDS-job-alerts input:-webkit-autofill,
.SDS-job-alerts input:-webkit-autofill:hover,
.SDS-job-alerts input:-webkit-autofill:focus,
.SDS-job-alerts input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff
}

.SDS-job-alerts form {
    width: 100%;
    border: 2px solid;
    padding: max(1.1458333333vw, 1.1rem) max(1.0416666667vw, 1rem);
    font-size: max(1.0416666667vw, 1rem);
    color: #fff;
    position: relative
}

.SDS-job-alerts form input:not([type=submit]) {
    width: 100%;
    color: #fff
}

.SDS-job-alerts form input[type=submit] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: max(1.0416666667vw, 1rem);
    font-weight: 500;
    border-left: 2px solid;
    padding: 0 max(1.3020833333vw, 1.25rem);
    height: 72%;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.SDS-job-alerts form ::-webkit-input-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.SDS-job-alerts form ::-moz-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.SDS-job-alerts form :-ms-input-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.SDS-job-alerts form :-moz-placeholder {
    color: #9a9a9a;
    opacity: 1
}

.SDS-job-alerts a.job-alt-btn {
    display: flex;
    align-items: center;
    column-gap: max(0.5208333333vw, 0.5rem)
}

.SDS-job-alerts a.job-alt-btn svg {
    width: max(1.3020833333vw, 1.25rem);
    height: max(1.3020833333vw, 1.25rem)
}

@media(max-width: 767px) {
    .SDS-job-alerts a.job-alt-btn {
        font-size: 22px;
        border-bottom: 1px solid #fff
    }
}

@media(max-width: 1000px) {
    ul.experience-list {
        flex-wrap: wrap;
        gap: .5rem
    }
}

ul.experience-list li {
    padding-left: .8em;
    border-left: 1px solid currentColor;
    line-height: 1
}

ul.experience-list li:first-child {
    padding: 0;
    border: 0
}

.sticky-seamless-digital {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: grid;
    align-items: center
}

@media(max-width: 991px) {
    .sticky-seamless-digital {
        height: auto
    }
}

.sticky-seamless-digital .scroll-wrapper {
    width: max-content;
    display: flex;
    align-items: center;
    padding: max(6.7708333333vw, 6.5rem) 0 0
}

@media(max-width: 991px) {
    .sticky-seamless-digital .scroll-wrapper {
        padding: 0
    }
}

.sticky-seamless-digital .scroll-image {
    display: block;
    width: 400vw;
    height: auto;
    object-fit: cover
}

@media(max-width: 767px) {
    .sticky-seamless-digital .scroll-image {
        height: 300px !important
    }
}

@media(min-width: 768px) {
    .sticky-seamless-digital.sticky-seamless-dcs .scroll-image {
        width: max(260vw, 260rem)
    }
}

@media(min-width: 768px) {
    .sticky-commerce .scroll-image {
        width: max(200vw, 200rem) !important
    }
}

@media(min-width: 768px) {
    .sticky-seamless-digital.sticky-seamless-csd .scroll-image {
        width: max(320vw, 320rem) !important
    }
}

.sticky-seamless-digital.sticky-seamless-evc .scroll-image {
    width: max(260vw, 260rem) !important
}

.case-study-details-hero figure {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1
}

@media(max-width: 767px) {
    .case-study-details-hero figure {
        padding-bottom: 350px;
        position: relative
    }

    .case-study-details-hero figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center
    }
}

.case-study-details-hero .decp {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
    padding-bottom: max(15.625vw, 15rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 80%, rgb(0, 0, 0) 100%)
}

@media(max-width: 1023px) {
    .case-study-details-hero .decp {
        padding: 7rem 0 4rem
    }

    .case-study-details-hero .decp .h2 {
        font-size: 1.3rem;
        max-width: 500px;
        width: 100%
    }

    .case-study-details-hero .decp .h3 {
        font-size: 1.3rem
    }
}

.SDS-customer-domain {
    padding: 0 0 max(5.2083333333vw, 5rem) !important
}

@media(max-width: 767px) {
    .SDS-customer-domain {
        padding: 0 0 3rem !important
    }
}

@media(max-width: 767px) {
    .SDS-bridged-tradition {
        padding: 0 !important;
        overflow: hidden
    }

    .SDS-bridged-tradition .main-container {
        margin-inline: -15px;
        width: calc(100% + 30px)
    }

    .SDS-bridged-tradition .h2 {
        font-size: 1.2rem
    }

    .SDS-bridged-tradition .h3 {
        font-size: 1.1rem
    }
}

.SDS-bridged-tradition figure {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 1
}

@media(max-width: 767px) {
    .SDS-bridged-tradition figure {
        background-color: #000
    }
}

.SDS-bridged-tradition figure img {
    height: 100%;
    object-fit: cover
}

@media(max-width: 767px) {
    .SDS-bridged-tradition figure img {
        height: 165%;
        object-position: 85% 100%;
        opacity: .5
    }
}

.SDS-bridged-tradition .decp {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
    padding: max(3.125vw, 3rem)
}

@media(max-width: 767px) {
    .SDS-bridged-tradition .decp {
        padding: 3rem 2rem;
        gap: 2rem
    }
}

.SDS-leadership-details {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-leadership-details {
        padding: 0 0 3rem !important
    }
}

.SDS-leadership-details .leader-soderbar {
    position: sticky;
    top: 130px
}

.SDS-leadership-details .img-wrap {
    position: relative;
    padding-top: max(3.125vw, 3rem)
}

@media(max-width: 675px) {
    .SDS-leadership-details .img-wrap {
        margin-inline: -15px;
        width: calc(100% + 30px);
        padding-top: 0
    }
}

.SDS-leadership-details .img-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    background: #0035f5;
    width: max(3.125vw, 3rem);
    height: max(3.125vw, 3rem);
    padding: max(0.5208333333vw, 0.5rem)
}

.SDS-leadership-details .img-wrap .leader-img {
    display: grid;
    align-items: start;
    justify-items: start;
    transition: .5s;
    padding-bottom: 88%;
    height: 0;
    overflow: hidden;
    position: relative
}

.SDS-leadership-details .img-wrap .leader-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: bottom
}

.SDS-thank-you-page {
    background: url("../img/img1.webp") no-repeat center/cover;
    height: 100vh;
    background-size: cover
}

.SDS-thank-you-page .bg-overlay {
    background: rgba(0, 0, 0, .5411764706);
    backdrop-filter: blur(10px);
    will-change: backdrop-filter;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.SDS-thank-you-page svg.logo {
    width: max(13.0208333333vw, 12.5rem);
    height: auto;
    fill: #fff
}

.SDS-thank-you-page svg.logo path {
    fill: #fff
}

.SDS-thank-you-page .wrap {
    padding: max(3.125vw, 3rem);
    display: flex;
    flex-direction: column;
    align-items: center
}

.SDS-thank-you-page .wrap img {
    width: max(10.4166666667vw, 10rem)
}

.SDS-life-at-zhilon-hero {
    padding: max(5.2083333333vw, 5rem) 0;
    padding-top: 0 !important
}

@media(max-width: 767px) {
    .SDS-life-at-zhilon-hero {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
}

.SDS-life-at-zhilon-hero figure {
    max-width: max(23.4375vw, 22.5rem);
    margin: 0 auto
}

@media(max-width: 767px) {
    .SDS-digi-innovation {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

.SDS-people-first {
    padding: max(5.2083333333vw, 5rem) 0
}

@media(max-width: 767px) {
    .SDS-people-first {
        padding: 3rem 0;
        padding-bottom: 3rem !important
    }
}

.SDS-people-first figure {
    width: max(6.6145833333vw, 6.35rem)
}

.SDS-people-first .img-title {
    margin-left: max(-0.78125vw, -0.75rem)
}

.SDS-unique {
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-unique {
        padding: 3rem 0 !important
    }
}

.SDS-unique .title {
    font-size: max(17.3958333333vw, 16.7rem);
    letter-spacing: max(-1.5625vw, -1.5rem);
    font-weight: 700;
    text-align: left;
    line-height: 1
}

@media(max-width: 767px) {
    .SDS-unique .title {
        font-size: 7rem;
        text-align: center
    }
}

@media(max-width: 675px) {
    .SDS-unique .title {
        font-size: 5rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .SDS-unique .title {
        font-size: 13rem;
        text-align: center
    }
}

@media(max-width: 767px) {
    .SDS-unique .col2 svg {
        display: none
    }
}

.SDS-unique svg {
    width: max(3.125vw, 3rem);
    height: auto
}

.SDS-unique ul li {
    width: max(5.2083333333vw, 5rem);
    height: max(5.2083333333vw, 5rem);
    border-radius: 100%;
    overflow: hidden;
    margin-right: max(-3.90625vw, -3.75rem);
    z-index: 0;
    transition: margin-right var(--animation-default)
}

.SDS-unique ul li:first-child {
    z-index: 2
}

.SDS-unique ul li:nth-child(2) {
    z-index: 1
}

.SDS-unique ul li:last-child {
    z-index: 0
}

.SDS-unique ul li a {
    display: flex;
    align-items: center;
    justify-content: center
}

.SDS-unique ul li figure {
    opacity: .5;
    width: 100%
}

.SDS-unique ul li svg {
    position: absolute;
    width: max(1.5625vw, 1.5rem);
    height: auto
}

.SDS-unique ul li.no-img {
    display: grid;
    place-content: center
}

.SDS-unique ul li.bg--Cwhite svg {
    fill: #000
}

.no-touch .SDS-unique ul:hover li {
    margin-right: max(-1.3020833333vw, -1.25rem)
}

.SDS-life-marquee {
    padding: max(5.2083333333vw, 5rem) 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .SDS-life-marquee {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .SDS-life-marquee .marquee-group .marquee .marquee-content {
        gap: 30px !important
    }
}

.SDS-life-marquee p {
    font-size: max(2.6041666667vw, 2.5rem);
    font-weight: 300
}

@media(max-width: 767px) {
    .SDS-life-marquee p {
        font-size: 2rem
    }
}

.SDS-life-marquee .marquee-group:last-child p {
    color: #7c7f8a
}

.SDS-life-marquee .marquee-group:last-child svg path {
    stroke: #7c7f8a
}

.SDS-life-marquee .marquee-item {
    display: flex !important;
    align-items: center;
    gap: max(2.6041666667vw, 2.5rem)
}

.SDS-life-marquee .marquee-item svg {
    width: max(1.3020833333vw, 1.25rem);
    height: auto
}

.SDS-life-marquee .marquee-item svg path {
    stroke: #fff
}

.lity {
    z-index: 9999999999 !important
}

.lity .lity-container {
    max-width: 80% !important
}

.lity video {
    margin: 0 !important;
    object-fit: cover
}

.lity .lity-iframe-container {
    max-width: 100% !important
}

.lity .lity-close {
    font-size: 0px !important;
    width: 50px !important;
    right: 20px !important;
    top: 20px !important
}

.lity .lity-close::before,
.lity .lity-close::after {
    content: "";
    display: inline-block;
    width: 95%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)
}

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

.lity .lity-close:after {
    transform: rotate(-45deg)
}

.SDS-web-summit {
    padding: 0 0 max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-web-summit {
        padding-bottom: 3rem !important
    }
}

.SDS-web-summit .section--2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: max(0.5208333333vw, 0.5rem)
}

@media(max-width: 1099px) {
    .SDS-web-summit .section--2 {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 675px) {
    .SDS-web-summit .section--2 {
        grid-template-columns: 1fr
    }
}

.SDS-web-summit .section--2 .col3:nth-child(2) .img-animate figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide 24s infinite;
    animation-delay: calc(var(--i)*4s)
}

.SDS-web-summit .section--2 .col3:nth-child(2) .img-animate figure:first-child {
    position: relative
}

.SDS-web-summit .section--2 .col3:nth-child(3) .img-animate figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide 18s infinite;
    animation-delay: calc(var(--i)*2s)
}

.SDS-web-summit .section--2 .col3:nth-child(3) .img-animate figure:first-child {
    position: relative
}

@media(min-width: 676px) {
    .SDS-web-summit .section--2 .masonry:nth-child(1) {
        grid-area: 1/1/2/3
    }
}

@media(min-width: 676px) {
    .SDS-web-summit .section--2 .masonry:nth-child(2) {
        grid-area: 2/1/3/2
    }
}

@media(min-width: 676px) {
    .SDS-web-summit .section--2 .masonry:nth-child(3) {
        grid-area: 2/2/3/3
    }
}

.SDS-web-summit .section--2 .masonry:nth-child(4) {
    grid-area: 1/3/3/4
}

@media(max-width: 1099px) {
    .SDS-web-summit .section--2 .masonry:nth-child(4) {
        grid-area: inherit;
        grid-column: 1/-1;
        min-height: 550px
    }
}

@media(max-width: 675px) {
    .SDS-web-summit .section--2 .masonry:nth-child(4) {
        min-height: 480px
    }
}

.SDS-web-summit .section--2 .wrap1 {
    position: relative
}

.SDS-web-summit .section--2 .wrap1 img {
    width: 100%
}

.SDS-web-summit .section--2 .wrap1 .text-img {
    position: absolute;
    bottom: max(2.0833333333vw, 2rem);
    left: 0;
    width: 100%;
    text-align: center
}

.SDS-web-summit .section--2 .wrap1 .text-img figure {
    width: max(1.5625vw, 1.5rem)
}

.SDS-web-summit .section--2 .wrap1 .h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: max(1.5625vw, 1.5rem) max(1.5625vw, 1.5rem) max(0.8854166667vw, 0.85rem);
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgb(0, 0, 0) 82%);
    padding-top: max(3.125vw, 3rem)
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide 28s infinite
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:first-child {
    position: relative
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(1) {
    animation-delay: 0s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(2) {
    animation-delay: 4s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(3) {
    animation-delay: 8s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(4) {
    animation-delay: 12s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(5) {
    animation-delay: 16s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(6) {
    animation-delay: 20s
}

.SDS-web-summit .section--2 .wrap1 .img-animate figure:nth-child(7) {
    animation-delay: 24s
}

@keyframes fadeSlide {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.SDS-web-summit .section--2 .wrap2 {
    position: relative
}

.SDS-web-summit .section--2 .wrap2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(168, 8, 8, .4901960784);
    position: absolute;
    top: 0;
    left: 0
}

.SDS-web-summit .section--2 .wrap2 img {
    width: 100%
}

.SDS-web-summit .section--2 .wrap2 p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: max(0.8854166667vw, 0.85rem);
    z-index: 99
}

.SDS-web-summit .sec1 {
    position: relative
}

.SDS-web-summit .sec1 figure {
    opacity: .55
}

.SDS-web-summit .sec1 figure>* {
    object-position: top
}

.SDS-web-summit .sec1 .decp {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: max(2.6041666667vw, 2.5rem)
}

.SDS-web-summit .icon-sec .iocn {
    width: max(3.28125vw, 3.15rem);
    height: max(3.28125vw, 3.15rem);
    background: rgba(255, 255, 255, .2196078431);
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    will-change: backdrop-filter
}

.SDS-web-summit .icon-sec .iocn:before {
    content: "";
    width: max(0.9375vw, 0.9rem);
    height: max(1.09375vw, 1.05rem);
    position: absolute;
    background: #fff;
    opacity: 1;
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.SDS-web-summit .col3,
.SDS-web-summit .col2 {
    position: relative
}

.SDS-web-summit .col3 .img-wrap,
.SDS-web-summit .col2 .img-wrap {
    max-height: max(39.6875vw, 38.1rem);
    overflow: hidden
}

.SDS-web-summit .col3 .img-wrap .img-sec1,
.SDS-web-summit .col3 .img-wrap .img-sec2,
.SDS-web-summit .col2 .img-wrap .img-sec1,
.SDS-web-summit .col2 .img-wrap .img-sec2 {
    width: 100%
}

@media(max-width: 767px) {

    .SDS-web-summit .col3 .img-wrap,
    .SDS-web-summit .col2 .img-wrap {
        max-height: 30rem
    }
}

.SDS-web-summit .col3 .decp,
.SDS-web-summit .col2 .decp {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    padding: max(1.5625vw, 1.5rem)
}

.SDS-waht-next {
    padding: 0 0 max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-waht-next {
        padding-bottom: 0 !important
    }
}

@media(max-width: 767px) {
    .SDS-waht-next .inner-container {
        display: flex !important;
        flex-direction: column !important
    }

    .SDS-waht-next .inner-container .col2 {
        width: calc(100% + 30px) !important;
        margin-inline: -15px
    }
}

.SDS-waht-next .swiper-slide figure {
    width: 100%;
    text-align: center;
    padding-bottom: max(27.0833333333vw, 26rem);
    position: relative
}

@media(max-width: 767px) {
    .SDS-waht-next .swiper-slide figure {
        padding-bottom: 120%
    }
}

.SDS-waht-next .swiper-slide figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.SDS-waht-next .col2 {
    position: relative;
    width: max(21.875vw, 21rem)
}

.SDS-waht-next .col2 .decp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: max(1.6666666667vw, 1.6rem);
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgb(0, 53, 245) 88%);
    padding-right: 100px
}

.SDS-waht-next .open-positions-slider {
    width: 100%
}

.SDS-waht-next .open-positions-slider .open-positions-pagination2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: .2rem
}

.SDS-waht-next .open-positions-slider .open-positions-pagination2 img {
    filter: brightness(0) invert(1);
    width: max(1.5625vw, 1.5rem)
}

.SDS-waht-next .open-positions-slider .open-positions-pagination2 .swiper-button-next,
.SDS-waht-next .open-positions-slider .open-positions-pagination2 .swiper-button-prev {
    margin: unset;
    position: relative;
    width: max(2.0833333333vw, 2rem);
    height: max(2.0833333333vw, 2rem);
    padding: max(0.5208333333vw, 0.5rem);
    left: unset;
    top: unset;
    right: unset;
    border: 2px solid #fff
}

.SDS-waht-next .open-positions-slider .open-positions-pagination2 .swiper-button-prev {
    transform: scaleX(-1) translateY(-0.5px);
    will-change: transform
}

.eighteen-logo img {
    max-width: max(5.2083333333vw, 5rem)
}

@media(max-width: 767px) {
    .SDS-cloud-become {
        padding: 3rem 0 !important
    }
}

@media(min-width: 767.1px) {
    .hamburger {
        display: none !important
    }
}

@media(max-width: 767px) {
    .hamburger.is-active .hamburger-inner {
        transform: rotate(45deg)
    }

    .hamburger.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg)
    }
}

.copy-link {
    position: relative;
    align-items: center;
    cursor: pointer;
    color: #000
}

.copy-link .tooltip {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    white-space: nowrap
}

.copy-link .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.copy-link.show-tooltip .tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-3px)
}

ul.social-share {
    list-style: none !important
}

@media(max-width: 767px) {
    ul.social-share {
        font-size: 20px;
        gap: 1.2rem !important
    }
}

ul.social-share li:first-child {
    margin-right: 10px
}

ul.social-share svg {
    width: max(1.0416666667vw, 1rem);
    height: max(1.0416666667vw, 1rem)
}

@media(max-width: 767px) {
    ul.social-share svg {
        width: 1.4rem;
        height: 1.4rem
    }
}

.sap-banner {
    padding-top: var(--spacer);
    display: grid;
    align-items: center
}

@media(max-width: 767px) {
    .sap-banner {
        padding: 0 !important
    }
}

@media(max-width: 1099px) {
    .sap-banner .inner-container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

@media(max-width: 765px) {

    .sap-banner .main-container .left,
    .sap-banner .main-container .right {
        display: none
    }
}

@media(min-width: 768px) {
    .sap-banner>* {
        grid-column: 1;
        grid-row: 1
    }
}

.sap-banner .banner-sap {
    padding-bottom: max(42vw, 42rem);
    height: 0;
    position: relative
}

@media(max-width: 1099px) {
    .sap-banner .banner-sap {
        display: none
    }
}

@media(min-width: 768px) {
    .sap-banner .banner-sap .mobile-img {
        display: none
    }

    .sap-banner .banner-sap .desktop-img {
        display: block
    }
}

@media(max-width: 765px) {
    .sap-banner .banner-sap {
        display: block;
        padding-bottom: inherit;
        height: 100%;
        order: 2;
        padding-bottom: 3rem
    }

    .sap-banner .banner-sap .mobile-img {
        display: block;
        transform: translate(0) !important;
        opacity: 1 !important;
        position: relative
    }

    .sap-banner .banner-sap .desktop-img {
        display: none
    }
}

.sap-banner .banner-sap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.sap-banner .main-container {
    position: relative
}

.sap-banner .inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between
}

.sap-banner .colspan-2 {
    padding-bottom: max(3.125vw, 3rem)
}

@media(max-width: 1399px) {
    .sap-banner .colspan-2 {
        padding-bottom: max(4vw, 4rem)
    }
}

@media(max-width: 767px) {
    .sap-banner .colspan-2 {
        padding-bottom: 0;
        font-size: 20px
    }
}

.sap-banner .left {
    margin-left: max(8vw, 8rem);
    margin-right: max(6vw, 6rem)
}

@media(max-width: 1399px) {
    .sap-banner .left {
        margin-top: 3rem
    }
}

@media(max-width: 1099px) {
    .sap-banner .left {
        margin-left: 3.5rem;
        margin-right: 0
    }
}

.sap-banner .sap-circle {
    width: max(12.5vw, 12rem);
    height: max(12.5vw, 12rem);
    border-radius: 50%;
    border: max(0.1041666667vw, 0.1rem) solid #01b4ef;
    position: relative;
    box-shadow: 0 0 20px #01b4ef;
    display: flex;
    align-items: center;
    justify-content: center
}

.sap-banner .sap-circle .line2 {
    width: 25vw;
    height: 3px;
    background: red;
    position: absolute;
    left: 100%;
    background: #2a7b9b;
    background: linear-gradient(-90deg, rgba(42, 123, 155, 0) 0%, rgb(1, 180, 239) 98%);
    z-index: -3
}

@media(max-width: 1099px) {
    .sap-banner .sap-circle {
        width: 160px;
        height: 160px;
        padding: 1.5rem
    }
}

.sap-banner .sap-circle::before,
.sap-banner .sap-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%
}

.sap-banner .sap-circle::before {
    width: max(14.5833333333vw, 14rem);
    height: max(14.5833333333vw, 14rem);
    border: 1px solid rgba(0, 0, 0, .6)
}

@media(max-width: 1099px) {
    .sap-banner .sap-circle::before {
        width: 200px;
        height: 200px
    }
}

.sap-banner .sap-circle::after {
    width: max(16.6666666667vw, 16rem);
    height: max(16.6666666667vw, 16rem);
    border: 1px solid rgba(0, 0, 0, .3)
}

@media(max-width: 1099px) {
    .sap-banner .sap-circle::after {
        width: 240px;
        height: 240px
    }
}

.sap-banner .ring-connector {
    position: absolute;
    left: 200%;
    top: 50%;
    width: max(3.125vw, 3rem);
    height: max(3.125vw, 3rem);
    border-radius: 50%;
    border: max(0.1041666667vw, 0.1rem) solid #01b4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #01b4ef;
    transform: translateY(-50%);
    opacity: 0
}

@media(max-width: 1399px) {
    .sap-banner .ring-connector {
        left: 150%
    }
}

.sap-banner .ring-connector::before {
    content: "";
    width: max(1.3020833333vw, 1.25rem);
    height: max(1.3020833333vw, 1.25rem);
    background: #000;
    border-radius: 50%;
    border: max(0.1041666667vw, 0.1rem) solid #fff
}

.sap-banner .right {
    flex: 1;
    display: grid;
    gap: max(1.0416666667vw, 1rem);
    position: relative;
    z-index: 2;
    margin-left: max(10vw, 10rem)
}

@media(max-width: 1099px) {
    .sap-banner .right {
        margin-left: 2rem
    }
}

.sap-banner .right .logo-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    column-gap: max(6vw, 6rem)
}

@media(max-width: 1099px) {
    .sap-banner .right .logo-box {
        column-gap: 2rem
    }
}

@media(min-width: 2560px) {
    .sap-banner .right .logo-box {
        column-gap: max(5vw, 5rem)
    }
}

@media(min-width: 1024px)and (max-width: 1400px) {
    .sap-banner .right .logo-box {
        column-gap: 10rem
    }
}

.sap-banner .left-content {
    display: flex;
    align-items: center;
    padding: max(0.5208333333vw, 0.5rem)
}

.sap-banner .left-content img {
    height: max(2.6041666667vw, 2.5rem);
    object-fit: contain;
    object-position: left
}

.sap-banner .lines {
    display: grid;
    align-self: center;
    margin-left: max(-6.3541666667vw, -6.1rem);
    width: max(5.2083333333vw, 5rem);
    height: max(0.1041666667vw, 0.1rem);
    background: #2a7b9b;
    background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgb(1, 180, 239) 98%)
}

@media(max-width: 1099px) {
    .sap-banner .lines {
        background: linear-gradient(90deg, rgba(42, 123, 155, 0) 70%, rgb(79, 218, 195) 98%)
    }
}

@media(min-width: 768px)and (max-width: 1400px) {
    .sap-banner .lines {
        margin-left: -5.5rem
    }
}

.sap-banner .span {
    padding: max(0.5208333333vw, 0.5rem);
    border: 2px solid #01b4ef;
    display: grid;
    align-items: center;
    grid-auto-flow: column
}

.sap-banner .span img {
    height: max(1.5625vw, 1.5rem);
    object-fit: contain;
    object-position: left
}

.SDS-sap-logos {
    padding-top: 100px !important
}

@media(max-width: 767px) {
    .SDS-sap-logos {
        padding-top: 2rem !important
    }
}

.sap-stats-banner {
    padding: 0rem !important
}

.sap-stats-banner .banner {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 3rem;
    position: relative;
    background-color: #051036;
    min-height: max(22vw, 20rem);
    height: 100%;
    align-items: end;
    grid-auto-flow: column;
    overflow: hidden
}

@media(max-width: 1099px) {
    .sap-stats-banner .banner {
        min-height: 300px
    }
}

@media(max-width: 767px) {
    .sap-stats-banner .banner {
        grid-auto-flow: row
    }
}

@media(max-width: 675px) {
    .sap-stats-banner .banner {
        padding: 1.5rem
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .sap-stats-banner .banner {
        padding-left: 1.5rem
    }
}

.sap-stats-banner .banner .text-content {
    max-width: max(45vw, 45rem);
    display: grid;
    height: 100%;
    padding-block: 3rem;
    place-content: space-between
}

@media(min-width: 768px)and (max-width: 1023px) {
    .sap-stats-banner .banner .text-content {
        max-width: 20rem
    }
}

@media(max-width: 1099px) {
    .sap-stats-banner .banner .text-content .h8 {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .sap-stats-banner .banner .text-content {
        gap: 1.5rem
    }

    .sap-stats-banner .banner .text-content article {
        display: grid;
        gap: .8rem
    }
}

@media(max-width: 675px) {
    .sap-stats-banner .banner .text-content {
        padding-top: 0
    }
}

.sap-stats-banner .banner .text-content img {
    width: max(12vw, 12rem)
}

.sap-stats-banner .banner .text-content svg {
    fill: #fff;
    width: max(5.2083333333vw, 5rem);
    height: auto
}

@media(max-width: 767px) {
    .sap-stats-banner .banner .text-content svg {
        display: none
    }
}

.sap-stats-banner .banner .text-content .with-arrow {
    display: flex;
    align-items: start;
    gap: 1rem
}

@media(max-width: 1099px) {
    .sap-stats-banner .banner .text-content .with-arrow {
        font-size: 22px
    }

    .sap-stats-banner .banner .text-content .with-arrow br {
        display: none
    }
}

.sap-stats-banner .chart {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sap-stats-banner .chart-wrapper {
    width: max(38vw, 38rem);
    text-align: center;
    position: relative;
    margin-left: max(-8vw, -8rem)
}

@media(max-width: 1099px) {
    .sap-stats-banner .chart-wrapper {
        width: 100%;
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .sap-stats-banner .chart-wrapper {
        width: 150%;
        margin-left: -42%;
        transform: translateY(25px)
    }
}

.sap-stats-banner .chart-wrapper svg {
    width: 100%;
    height: 100%;
    display: block
}

.sap-stats-banner .chart-wrapper .line {
    fill: none;
    stroke: #0d6efd;
    stroke-width: 2
}

.sap-stats-banner .chart-wrapper .gradient-fill {
    fill: url(#gradient);
    opacity: .15
}

.sap-stats-banner .chart-wrapper .dot {
    fill: #0d6efd;
    stroke: #fff;
    stroke-width: 2;
    r: 6;
    filter: drop-shadow(0 0 6px #0d6efd)
}

.sap-stats-banner .chart-wrapper .saptooltip {
    position: absolute;
    top: max(1vw, 1rem);
    left: 60%;
    background: #404867;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: max(.6vw, .6rem);
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    pointer-events: none;
    z-index: 0
}

@media(max-width: 767px) {
    .sap-stats-banner .chart-wrapper .saptooltip {
        display: none
    }
}

.sap-stats-banner .chart-wrapper .chart-svg {
    position: relative;
    z-index: 1
}

.sap-stats-banner .chart-wrapper .saptooltip span:first-child {
    font-weight: 400;
    font-size: max(1.4vw, 1.4rem);
    display: block
}

.sap-stats-banner .chart-wrapper .time-range {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa
}

.sap-stats-banner .chart-wrapper .time-range span {
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer
}

.sap-stats-banner .chart-wrapper .time-range .active {
    background-color: #0d6efd;
    color: #fff
}

.sap-stats-banner .timeline {
    display: flex;
    gap: 40px;
    font-size: 14px;
    color: #aaa
}

.sap-stats-banner .timeline .active {
    background: #0d6efd;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px
}

.case-boxes ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

@media(max-width: 767px) {
    .case-boxes ul {
        grid-template-columns: 1fr
    }
}

.case-boxes ul li {
    padding: max(2.0833333333vw, 2rem);
    border: 1px solid #000;
    font-size: max(0.9375vw, 0.9rem)
}

@media(max-width: 767px) {
    .case-boxes ul li {
        font-size: 18px;
        padding: 20px
    }
}

.toTop {
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    transform: rotate(180deg)
}

@media(max-width: 991px) {
    .toTop {
        bottom: 0
    }
}

@media(max-width: 767px) {
    .toTop {
        right: 0;
        width: 3rem;
        left: 0;
        bottom: 0;
        margin-inline: auto
    }
}

.toTop .chevron {
    position: absolute;
    width: 2.1rem;
    height: .48rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
    left: 0;
    right: 0;
    margin-inline: auto
}

@media(max-width: 767px) {
    .toTop .chevron {
        width: 1.8rem;
        height: .3rem
    }
}

.toTop .chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite
}

.toTop .chevron:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite
}

.toTop .chevron:before,
.toTop .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #e46f32
}

.toTop .chevron:before {
    left: 0;
    transform: skewY(30deg)
}

.toTop .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg)
}

@keyframes move-chevron {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem)
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem)
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5)
    }
}

.SDS-innovation.com-innovation.Innovation-hover .sec1:hover .decp {
    max-height: max-content !important
}

.iti--container {
    z-index: 9999999 !important
}

.dcs-page .SDS-journey-leaders {
    padding-bottom: max(0vw, 0rem) !important
}

.csd-page .SDS-journey-leaders {
    padding-bottom: max(0vw, 0rem) !important
}

.evc-page .SDS-journey-leaders {
    padding-bottom: max(0vw, 0rem) !important
}

.job-share-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px
}

.job-share-container .job-share {
    list-style: none;
    display: flex;
    column-gap: 14px;
    align-items: center;
    list-style: none !important;
    padding-left: 10px !important
}

.job-share-container .job-share li img {
    max-width: 40px
}

.dun-logo iframe,
.dun-logo #Iframe1 {
    transform: scale(0.7)
}

@media(max-width: 980px) {
    .dun-logo {
        position: absolute;
        right: 7rem;
        bottom: 0rem;
        z-index: 999
    }
}

@media(max-width: 767px) {
    .dun-logo {
        transform: scale(0.6);
        left: 0;
        right: auto;
        bottom: 0
    }
}

.platforms-sec ul.platforms-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    border-top: 1px solid;
    margin-top: .75rem;
    padding: 2.25rem 0 0
}

.platforms-sec ul.platforms-list li {
    display: flex;
    align-items: center;
    padding: .25rem .9375rem .25rem .25rem;
    border-radius: 1.125rem;
    background-color: #eeeef9;
    gap: .375rem;
    line-height: 1
}

.platforms-sec ul.platforms-list li figure {
    width: 1.5rem
}

/*# sourceMappingURL=style.css.map */