/**
 * Main
 */

/* Vendors */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/**
*
* Grid
*
*/

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

:root {
    /* Grid .container size */
    --container-padding-inline: 24px;
    --container-width: 100%;
    --container-max-width: 500px;
    --container-side-padding: calc((100vw - var(--container-width) + (var(--container-padding-inline) * 2)) / 2);
}

.container {
    margin: 0 auto;
    width: var(--container-width);
    max-width: var(--container-max-width);
    padding: 0 10px;
}

.container.less {
    padding-inline: var(--container-padding-inline);
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.financing-feature {
    img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: inline-block;
        object-fit: contain;
    }
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* Base (like reset, typography, animations) */

/**
 *
 * Style Guide
 *
 */

BODY#bodyId {
    font-family: "IBM Plex Sans", sans-serif;
}

:root {
    /* Font family */
    --font-family-primary: "IBM Plex Sans", sans-serif;
    --font-family-secondary: "Manrope", sans-serif;
    /* Colors */
    --color-primary: #02383C;
    --color-dark: rgba(2, 15, 20, 0.70);
    --color-light: rgba(255, 255, 255, 0.80);
    --color-black: #272728;
    --color-purple: #893B83;
    --color-purple-dark: #362A6E;
    --color-purple-darker: #390E37;
    --color-gray: rgba(86, 100, 112, 0.80);
    --color-orange: #EAA42C;
    /* Transition */
    --transition-medium: 0.25s;
    /* Font Size / Weight / Line height */
    --font-family-h1: var(--font-family-primary);
    --font-size-h1: 56px;
    --font-weight-h1: 400;
    --line-height-h1: 1.1;
    --letter-spacing-h1: normal;
    --font-family-h2: var(--font-family-secondary);
    --font-size-h2: 48px;
    --font-weight-h2: bold;
    --line-height-h2: 1.1;
    --letter-spacing-h2: normal;
    --font-family-h3: var(--font-family-secondary);
    --font-size-h3: 32px;
    --font-weight-h3: bold;
    --line-height-h3: 1.28;
    --letter-spacing-h3: normal;
    --font-family-h4: var(--font-family-primary);
    --font-size-h4: 20px;
    --font-weight-h4: 600;
    --line-height-h4: 1.25;
    --letter-spacing-h4: 0;
    --font-family-h5: var(--font-family-primary);
    --font-size-h5: 18px;
    --font-weight-h5: 700;
    --line-height-h5: 1.25;
    --letter-spacing-h5: normal;
    --font-family-body-default: var(--font-family-primary);
    --font-size-body-default: 16px;
    --line-height-body-default: 1.5;
    --letter-spacing-body-default: normal;
    --font-family-body-l: var(--font-family-primary);
    --font-size-body-l: 20px;
    --line-height-body-l: normal;
    --letter-spacing-body-l: normal;
}

/*---------- Typo ----------*/

/* Header H1 */

.has-font-size-h1 {
    font-family: var(--font-family-h1);
    font-weight: var(--font-weight-h1);
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    letter-spacing: var(--letter-spacing-h1);
}

.has-font-size-h1 small {
    font-size: 77%;
}

/* Header H2 */

.has-font-size-h2 {
    font-family: var(--font-family-h2);
    font-weight: var(--font-weight-h2);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    letter-spacing: var(--letter-spacing-h2);
}

.default-h2 {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -3.6px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.orange-text {
    color: #EE411F;
}

.green-text {
    color: #95C523;
}

.purple-text {
    color: #4A2F6F;
}

/* Header H3 */

.has-font-size-h3 {
    font-family: var(--font-family-h3);
    font-weight: var(--font-weight-h3);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    letter-spacing: var(--letter-spacing-h3);
}

/* Header H4 */

.has-font-size-h4 {
    font-family: var(--font-family-h4);
    font-weight: var(--font-weight-h4);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
    letter-spacing: var(--letter-spacing-h4);
}

/* Header H5 */

.has-font-size-h5 {
    font-family: var(--font-family-h5);
    font-weight: var(--font-weight-h5);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-h5);
    letter-spacing: var(--letter-spacing-h5);
}

/* Text Default */

.has-font-size-body-default,
.has-font-size-body-default p {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body-default);
    line-height: var(--line-height-body-default);
    letter-spacing: var(--letter-spacing-body-default);
}

.has-font-size-body-default.has-font-family-times,
.has-font-size-body-default p.has-font-family-times {
    --font-size-body-default: 16px;
    --line-height-body-default: 1.4;
}

/* Text Large */

.has-font-size-body-l,
.has-font-size-body-l p {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body-l);
    line-height: var(--line-height-body-l);
    letter-spacing: var(--letter-spacing-body-l);
}

.italic-font {
    font-family: 'FreightDispProWeb', serif!important;
    font-weight: 500;
    font-style: italic;
}

/*---------- Colors ----------*/

.has-color-black {
    color: var(--color-black);
}

.has-color-dark {
    color: var(--color-dark);
}

.has-color-purple {
    color: var(--color-purple);
}

.has-color-purple-darker {
    color: var(--color-purple-darker);
}

.has-color-white {
    color: #fff;
}

.has-color-light {
    color: var(--color-light);
}

.has-color-parent {
    color: inherit;
}

/*----------BG colors  ----------*/

.has-bg-gradient-pink {
    background: linear-gradient(270deg, #EA5273 0.09%, #863A83 99.94%);
}

.has-bg-gradient-orange {
    background: linear-gradient(139deg, #F0733A 2.35%, #E7495D 30.67%, #763986 100%);
}

.has-bg-gray {
    background-color: rgba(246, 246, 246, 0.9);
}

.has-bg-purple {
    background-color: #7C3172;
}

.has-bg-orange {
    background-color: var(--color-orange);
}

/*---------- Fonts ----------*/

.has-font-weight-semibold {
    font-weight: 600;
}

.has-font-style-normal {
    font-style: normal;
}

.has-font-style-italic {
    font-style: italic;
}

.has-text-transform-uppercase {
    text-transform: uppercase;
}

.has-text-decoration-underline {
    text-decoration: underline;
}



/**
*
* Utilities
*
*/

.u-no-margin {
    margin: 0 !important;
}

.u-no-margin-top {
    margin-top: 0 !important;
}

.u-no-margin-bottom {
    margin-bottom: 0 !important;
}

.u-no-padding {
    padding: 0 !important;
}

.u-no-padding-top {
    padding-top: 0 !important;
}

.u-no-padding-bottom {
    padding-bottom: 0 !important;
}

.u-text-center {
    text-align: center;
}

.u-nowrap {
    white-space: nowrap;
}

/**
*
* Functions
*
*/

/*---------- SVG encoding ----------*/

html,
body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-family-h1);
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

picture {
    display: inline-block;
    font-size: 0;
}

svg {
    height: auto;
}

button {
    background: none;
    border: 0;
    outline: none;
    padding: 0;
}

button:not([disabled]) {
    cursor: pointer;
}

a {
    text-decoration: none;
    transition: var(--transition-medium);
    outline: none;
}

p {
    margin-top: 0;
}

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

.swiper-notification {
    display: none;
}

@font-face {
    font-family: "FreightDispProWeb";
    src: local("☺"),
    url("https://pages.devex.com/rs/685-KBL-765/images/FreightDispProMedium-Italic.woff2") format("woff2"),
    url("https://pages.devex.com/rs/685-KBL-765/images/FreightDispProMedium-Italic.woff") format("woff"),
    url("https://pages.devex.com/rs/685-KBL-765/images/FreightDispProMedium-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Sections */

/**
*
* Section: Cover
*
*/

.s-cover {
    padding: 200px 0 10px;
    background-color: var(--color-primary);
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.s-cover:before {
    content: "";
    position: absolute;
    background-image: url("../images/hero-decor.svg");
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    width: 706px;
    height: 100%;
}
.s-cover__inner {
    display: grid;
    align-items: center;
    max-width: 676px;
}

.s-cover__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 23px;
    position: relative;
    z-index: 2;
}
.s-cover__title {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    flex-direction: column;
    span {
        font-weight: 700;
        color: #EAA42C;
    }
}

.s-cover__title small {
    font-style: normal;
    display: block;
}

.s-cover__text {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-family-secondary), sans-serif;
    line-height: 1;
    color: #fff;
    margin-top: 16px;
}
.s-cover__media {
    position: absolute;
    right: 0;
    bottom: 0;
}

.s-cover__media img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.s-cover__scrolldown {
    --scrolldown-circle-size: 60px;
    --scrolldown-arrow-color: #fff;
    width: var(--scrolldown-circle-size);
    height: var(--scrolldown-circle-size);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    left: 0;
    margin-top: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.s-cover__bottomtext {
    text-align: right;
    padding-right: 10px;
    margin-top: -18px;
}

.s-cover__bottomtext p {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

/**
*
* Section: Header
*
*/

.s-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding-block: 24px;
    background-color: transparent;
    transition: all var(--transition-medium) ease-in-out;
}
.s-header.scrolled {
    background-color: #02383C;
    padding-block: 20px;
}
.s-header.scrolled .s-header__banks {
    display: none;
}

.s-header .container  {
    display: grid;
    gap: 16px;
}

.s-header-gflogo svg {
    width: 210px;
}

.s-header__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 75px;
}

.s-header__logos, .s-header__banks {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.s-header__logos {
    gap: 35px;
}

.s-header__banks {
    gap: 20px;
}

.s-header__banks-item {
    img {
        height: 29px;
    }
}
.s-header__logo {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    span {
        font-weight: 700;
    }
}

.s-header__toggle {
    --toggle-size: 26px;
    position: relative;
    width: var(--toggle-size);
    height: var(--toggle-size);
    padding: 5px 2px;
    z-index: 100;
    cursor: pointer;
}

.s-header__toggle-lines {
    position: relative;
    width: 100%;
    height: 100%;
}

.s-header__toggle .line {
    width: 22px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    transition: var(--transition-medium);
    background-color: #fff;
    border-radius: 999em;
}

.s-header__toggle .line[data-line="1"] {
    top: 0;
}

.s-header-devexlogo img {
    width: 90px;
    height: auto;
}

.s-header__toggle .line[data-line="2"] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s-header__toggle .line[data-line="3"] {
    bottom: 0;
}

.s-header__toggle.is-active .line[data-line="1"] {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.s-header__toggle.is-active .line[data-line="2"] {
    opacity: 0;
}

.s-header__toggle.is-active .line[data-line="3"] {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s-header__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.s-header__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.s-header__nav-list li {
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.s-header__nav-list li a {
    color: inherit;
    line-height: inherit;
}

.s-header__nav-searchbar {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 0;
    display: none;
}

.s-header__nav-searchbar.is-opened {
    display: block;
}

.s-header__nav-searchbar input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 999em;
    outline: none;
    font-size: 16px;
    font-family: var(--font-family-primary);
    padding: 8px 16px;
    border: 1px solid var(--color-dark);
}

.s-header__nav .s-header__banks {
    display: none;
}

/**
*
* Section: Footer
*
*/

.s-footer {
    padding: 88px 0 30px;
    background-color: var(--color-primary);
}

.s-footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
}

.s-footer__title {
    margin: 0;
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
}

.s-footer__body {
    max-width: 823px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.s-footer__body .has-font-size-body-default a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.s-footer__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.s-footer__copyright {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.s-footer__copyright-text {
    position: relative;
}

.s-footer__copyright-text p {
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.s-footer__copyright-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

.s-footer__copyright-links li {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.s-footer__copyright-links li a,
.s-footer__copyright-links li button {
    color: inherit;
    text-decoration: underline;
    transition: var(--transition-medium);
}

.s-footer__copyright-links li a:hover,
.s-footer__copyright-links li button:hover {
    color: #fff;
}

.s-footer__nav {
    min-width: 176px;
    margin-bottom: 34px;
}

.s-footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s-footer__nav-list li {
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.s-footer__nav-list li a {
    color: inherit;
}

.s-footer__nav-list li a:hover {
    text-decoration: underline;
}

/**
*
* Section: Title and text
*
*/

.s-titleandtext {
    padding: 64px 0 0;
}
.s-titleandtext h2 {
    color: var(--color-primary);
    font-family: var(--font-family-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}

.s-titleandtext__wrapper {
    border-bottom: 1px solid #02383C26;
    padding-bottom: 40px;
}

.s-titleandtext__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.s-titleandtext__inner {
    color: #272728;
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.s-titleandtext__inner:first-child {
    color: #02383C;
    font-style: italic;
    font-size: 21px;
    font-family: var(--font-family-primary);
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 500;
}

.select2-dropdown {
    background-color: transparent;
    border-color: rgba(44, 46, 53, 0.40);
}

.select2-results__option {
    border: 1px solid rgba(44, 46, 53, 0.40);
    background-color: #fff;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
}

.categories-dropdown {
    .select2-results__option {
        padding: 0;
    }
    .select2-results__option span {
        padding: 12px 10px;
    }
    .select2-results__option:first-child {
        padding: 12px 10px;
    }
}

.select2-results__options {
    padding: 0 8px 8px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 4px;
}

.select2-container {
    width: 375px!important;
}

.select2-container--open .select2-selection--single {
    border-bottom: unset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

.select2-container .select2-selection--single {
    height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.select2-selection__arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%232C2E35' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .select2-container {
        width: 250px!important;
    }
}

@media screen and (max-width: 767px) {
    .select2-container {
        width: 100%!important;
        z-index: 1;
    }
}

/**
*
* Section: Links
*
*/

.s-links {
    padding: 96px 0;
}

.s-links__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.s-links__item {
    position: relative;
    overflow: hidden;
    padding: 32px 0 0 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 352px;
    border: 2px solid transparent;
    transition: .3s ease;
}

.s-links__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    transition: .3s ease;
}

.s-links__item:hover::before {
    opacity: 1;
}

.s-links__item:first-child::after {
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/s-link-investable-bg.jpg");
}
.s-links__item:nth-child(2)::after {
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/s-link-redefining-bg.jpg");
}
.s-links__item:nth-child(3)::after {
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/s-link-systemic-bg.jpg");
}

.s-links__item:first-child .s-links__img {
    right: 10px;
    bottom: -8px;
    img {
        width: 274px;
        height: 220px;
    }
}

.s-links__item:nth-child(2) .s-links__img {
    right: -19px;
    bottom: 0px;
    img {
        width: 318px;
        height: 221px;
    }
}

.s-links__item:nth-child(3) .s-links__img {
    right: 0;
    bottom: -19px;
    img {
        width: 230px;
        height: 302px;
    }
}

.s-links__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #02383C;
    opacity: .9;
    transition: .3s ease;
}

.s-links__item:hover {
    border-color: #EAA42C;
}
.s-links__item:hover::after {
    opacity: 0;
    visibility: hidden;
}

.s-links__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    padding-right: 20px;
    span {
        font-weight: 500;
        color: var(--color-orange);
    }
}
.s-links__title, .s-links__more {
    position: relative;
    z-index: 2;
}
.s-links__item:last-child {
    .s-links__img {
        transform: translate(0, 10px);
    }
}
.s-links__img {
    position: relative;
    align-self: flex-end;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    img {
        width: 100%;
    }
}

.s-links__more {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 32px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
    color: #FFFFFF;
}

.s-links__more:hover {
    text-decoration: none;
}

/**
*
* Section: United Nations section
*
*/
.s-united-nations {
    position: relative;
    background-color: var(--color-orange);
    color: var(--color-black);
}

.s-united-nations__top {
    padding: 64px 0 32px;
    position: relative;
}
.s-united-nations__top::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 389px;
    height: 389px;
    border-radius: 389px;
    background: rgba(255, 255, 255, 0.70);
    filter: blur(170px);
}
.s-united-nations__image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 616px;
}
.s-united-nations__title {
    font-style: normal;
    width: 75%;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: #272728;
    margin: 0;
    position: relative;
}

.s-united-nations__text {
    margin-top: 127px;
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #272728;
}

.s-united-nations__image {
    width: 50%;
}

/**
*
* General for: s-investableArticles & s-systemicArticles
*
*/
.articleGridSlider {
    padding: 96px 0;
}

.articleGridSlider .s-articlesslider__options {
    font-size: 0;
    position: relative;
    margin-top: 24px;
    width: 100%;
}

.s-articlesslider__options .swiper-pagination {
    position: static;
    font-size: 0;
    max-width: fit-content;
    margin: 0;
}

.s-articlesslider__options .swiper-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

& .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: .3;
}

& .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
}

.articleGridSlider .swiper-button-prev, .articleGridSlider .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0;
    position: static;
}
.articleGridSlider .swiper-button-prev:after, .articleGridSlider .swiper-button-next:after {
    display: none;
}

.articleGridSlider__inner {
    display: flex;
    width: 100%;
    position: relative;
    align-items: stretch;
    gap: 16px;
}

.articleGridSlider__title {
    position: absolute;
    padding: 0 15px 0 0;
    top: 40px;
    left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    margin: 0;
    span {
        color: var(--color-orange);
    }
}

.s-investableArticles__title.articleGridSlider__title {
    font-weight: 400;
    span {
        font-weight: 500;
    }
}

.articleGridSlider__article {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E6EBEB;
    display: flex;
    flex-direction: column;
}

.youtube-article {
    border: 1px solid var(--color-orange);
    background: rgba(234, 164, 44, 0.16);
    .s-articlesslider__slide-madeby {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--color-orange);
        color: var(--color-black);
    }
}

.articleGridSlider__article-media {
    aspect-ratio: 13 / 6;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.articleGridSlider__article-media img, .articleGridSlider__article-media iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: var(--transition-medium);
    -webkit-transform: var(--slide-image-transform, unset);
    transform: var(--slide-image-transform, unset);
}
.articleGridSlider__article:hover .articleGridSlider__article-media img {
    --slide-image-transform: scale(1.05);
}

.articleGridSlider__media, .articleGridSlider__articles {
    position: relative;
}

.articleGridSlider__media {
    width: 35%;
    overflow: hidden;
}

.articleGridSlider__media-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    picture {
        width: 100%;
        height: 100%;
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.articleGridSlider__articles {
    width: 60%;
}

.articleGridSlider__article-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    padding: 16px;
    color: var(--color-black);
    font-size: 14px;
}

.articleGridSlider__article-text, .articleGridSlider__article-title {
    display: -webkit-box; /* Enables flexible box layout */
    -webkit-line-clamp: 2; /* Limits the text to 3 lines (adjust as needed) */
    -webkit-box-orient: vertical; /* Specifies the layout orientation */
    overflow: hidden;    /* Hides the overflowing content */
    text-overflow: ellipsis; /* Displays ellipsis for truncated text */
}

.articleGridSlider__article-title {
    font-family: var(--font-family-primary);
    font-weight: 500;
    text-transform: uppercase;
    min-height: 32px;
    margin: 0 0 8px;
}

.articleGridSlider__article-title a {
    color: var(--color-black);
}

.articleGridSlider__article-text {
    font-family: var(--font-family-secondary);
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.articleGridSlider__article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.articleGridSlider__article-date {
    color: rgba(39, 39, 40, 0.40);
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.articleGridSlider__article-more {
    color: var(--color-primary);
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
}
.articleGridSlider__article-more:hover {
    text-decoration: none;
}

.s-systemicArticles {
    .articleGridSlider__title {
        color: var(--color-black);
    }
    .articleGridSlider__title  span {
        color: var(--color-primary);
    }
}

/**
*
* Section: Quote
*
*/

.s-quote {
    padding: 96px 0;
}
.s-quote__wrap {
    padding: 48px 0;
    gap: 24px;
    background: linear-gradient(0deg, rgba(234, 164, 44, 0.1), rgba(234, 164, 44, 0.1));
    border: 1px solid var(--color-orange);
    position: relative;
    overflow: hidden;
}

.s-quote__wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAA42C;
    opacity: 0.1;
}

.s-quote__content__media {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.s-quote__wrap, .s-quote__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.s-quote__content {
    width: 100%;
    max-width: 670px;
    position: relative;
    gap: 16px;
    z-index: 2;
}

.s-quote__title {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-primary);
    margin: 0;
}

.s-quote__text {
    font-family:var(--font-family-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    max-width: 548px;
    text-align: center;
    color: var(--color-black);
    margin: 0 auto 8px;
}

.s-quote__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 189px;
    height: 46px;
    background-color: var(--color-primary);
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    transition: all var(--transition-medium) ease;
}
.s-quote__btn:hover {
    background-color: #fff;
    color: var(--color-primary);
}

/**
*
* Section: Articles slider
*
*/
.s-articlesslider[data-slider-variant="1"] {
    --slide-bg-color: #fff;
    --swiper-button-color: #362A6E;
    --slider-padding-inline: 80px;
    --swiper-button-side-offset: 10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.45;
    --swiper-pagination-color: #fff;
    .s-articlesslider__inner {
        position: relative;
    }
    .swiper-pagination-bullet {
        background-color: var(--color-primary);
        opacity: .3;
    }
    .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
        opacity: 1;
    }
}

.redefiningPartnerships {
    overflow: hidden;
    .redefiningPartnerships__slider {
        max-width: 1336px;
        position: relative;
    }
    .s-articlesslider__inner {
        position: relative;
        z-index: 1;
    }
}

.s-articlesslider[data-slider-variant="4"] {
    background-color: var(--color-primary);
    position: relative;
    scroll-margin-top: 70px;
    .redefiningPartnerships__title {
        max-width: 930px;
        margin: 0 auto 40px;
        font-family: var(--font-family-primary);
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .youtube-article {
        border: 1px solid #EAA42C;
        background-color: #FCF0DD;
    }
    .articleGridSlider__article-media {
        aspect-ratio: 12.1 / 6.5;
    }
    .articleGridSlider__article-title {
        min-height: 51px;
    }
    .redefiningPartnerships__title span {
        color: var(--color-orange);
        font-weight: 500;
    }
    .articleGridSlider__article-text, .articleGridSlider__article-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        flex-shrink: 0;
        margin: 0 2px;
        background: white;
        opacity: 1;

        @media screen and (max-width: 370px) {
            margin: 0 4px;
        }
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--color-orange);
    }
    .swiper-button-prev, .swiper-button-next {
        display: flex;
        top: calc(50% - 14px);
    }
    .swiper-button-prev {
        left: -60px;
    }
    .swiper-button-next {
        right: -60px;
    }
}

.s-articlesslider[data-slider-variant="4"]:before, .s-articlesslider[data-slider-variant="4"]:after {
    content: "";
    position: absolute;
    background-image: url("../images/redefining-decor.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 590px;
    height: 420px;
}

.s-articlesslider[data-slider-variant="4"]:before {
    bottom: -157px;
    transform: rotate(6deg);
}

.s-articlesslider[data-slider-variant="4"]:after {
    right: -160px;
    top: -112px;
    transform: rotate(-29deg);
}

.s-articlesslider.no-slider .swiper-button-prev,
.s-articlesslider.no-slider .swiper-button-next {
    display: none;
}

.s-articlesslider.no-slider .swiper-wrapper {
    display: contents;
}

.s-articlesslider__inner {
    padding-block: 48px;
    display: flex;
    flex-direction: column;
}

.s-articlesslider__content {
    text-align: center;
}

.s-articlesslider__text p {
    font-family: var(--font-family-primary);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.s-articlesslider__slider {
    position: static;
    padding-inline: var(--slider-padding-inline);
    width: 100%;
    max-width: 1094px;
    margin: 0 auto;
    padding: 0;
}

.s-articlesslider__slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.s-articlesslider__slider .swiper-button-prev,
.s-articlesslider__slider .swiper-button-next {
    --swiper-button-size: 44px;
    width: var(--swiper-button-size);
    height: var(--swiper-button-size);
    position: absolute;
    top: 50%;
    margin-top: calc(var(--swiper-button-size) / -2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 1;
}

.s-articlesslider__slider .swiper-button-prev:after,
.s-articlesslider__slider .swiper-button-next:after {
    content: none;
}

.s-articlesslider__slider .swiper-button-prev {
    left: var(--swiper-button-side-offset);
}

.s-articlesslider__slider .swiper-button-next {
    right: var(--swiper-button-side-offset);
    left: unset;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s-articlesslider__slider .swiper-pagination {
    position: static;
    margin-top: 24px;
    font-size: 0;
}

.s-articlesslider__slide {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    border: 1px solid var(--color-primary);
    background-color: #E0E6E6;
}

.s-articlesslider__slide.non-sponsored {
    background-color: #fff;
}

.s-articlesslider__slide:hover {
    --slide-image-transform: scale(1.05);
}

.s-articlesslider__slide > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.s-articlesslider__slide-image {
    width: 100%;
    aspect-ratio: 16/9.05;
    overflow: hidden;
}

.s-articlesslider__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: var(--transition-medium);
    -webkit-transform: var(--slide-image-transform, unset);
    transform: var(--slide-image-transform, unset);
}

.s-articlesslider[data-slider-variant="2"] .s-articlesslider__slide-madeby {
    background: rgba(149, 197, 35, 0.60);
}

.s-articlesslider[data-slider-variant="3"] .s-articlesslider__slide-madeby {
    background: #4A2F6F99;
}

.s-articlesslider__slide-madeby {
    display: block;
    padding: 8px 12px;
    width: 100%;
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    position: absolute;
    bottom: 0;
    left: 0;
}

.s-articlesslider__slide-date {
    color: rgba(39, 39, 40, 0.60);
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.s-articlesslider__slide-more {
    display: flex;
    gap: 8px;
    color: #02383C;
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.s-articlesslider__slide-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 8px;
}

.s-articlesslider__slide-contentInner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.s-articlesslider__slide-content .has-font-size-body-default a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.s-articlesslider__slide-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/**
*
* Section: From to Partners
*
*/

.s-fromPartners {
    position: relative;
    background-color: #F5F6F6;
    .description, .description p {
        font-family: var(--font-family-secondary);
    }
}
.s-fromPartners__title {
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #272728;
    margin: 0 auto 28px;
}

.s-fromPartners__item .has-font-size-h4 {
    color: #272728;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    text-transform: uppercase;
}
.s-fromPartners__item {
    color: #272728;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    display: flex;
    flex-direction: column;
    height: 100%;
}
.s-fromPartners__item .has-font-size-h4 a {
    color: var(--color-dark);
}

.s-fromPartners__item_link {
    position: relative;
    display: flex;
    flex-direction: column;
}

.s-articlesslider__slide.default {
    background-color: #FFFFFF;
}
/**
*
* Section: CTA
*
*/



.s-cta {
    padding: 0 0 96px;
    overflow: hidden;
    scroll-margin-top: 160px;
}

.s-cta__inner {
    display: grid;
    grid-template-columns: 65% 35%;
    background-color: var(--color-primary);
}

.s-cta__content {
    padding: 109px 48px;
    max-width: 625px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s-cta__socials {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 112px 95px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-orange);
    position: relative;
}

.s-cta__socials:before {
    content: '';
    position: absolute;
    top: 0;
    left: -130px;
    width: 354px;
    height: 374px;
    background-image: url("../images/conversation-deckor.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.s-cta__socials-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.s-cta__title {
    font-family: var(--font-family-primary);
    text-transform: uppercase;
    color: var(--color-orange);
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.s-cta__text {
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.s-cta__socials-list a {
    --social-icon-size: 46px;
    display: flex;
    min-width: var(--social-icon-size);
    max-width: var(--social-icon-size);
    height: var(--social-icon-size);
}

.s-cta__socials-list a img, .s-cta__socials-list a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.s-cta__socials-hashtag {
    font-family: var(--font-family-primary);
    letter-spacing: 0.02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: right;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #272728;
}

/**
*
* Section: Partner box
*
*/

.s-partnerbox {
    --extra-offset-bottom: 40px;
    padding: 64px 0;
    background-color: #F6F7F7;
    position: relative;
    z-index: 1;
}

.s-partnerbox.partnership {
    padding: 100px 0;
    .s-partnerbox__text p {
        color: rgba(2, 15, 20, 0.90);
    }
    .s-partnerbox__inner {
        align-items: flex-start;
    }
}

.s-partnerbox:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.s-partnerbox[data-bg-color=orange]:before {
    background-color: var(--color-orange);
}

.s-partnerbox[data-bg-color=pearl]:before {
    background-color: #F6F7F7;
}

.s-partnerbox[data-bg-color=white] {
    --extra-offset-bottom: 0px;
}

.s-partnerbox[data-bg-color=white]:before {
    background-color: #fff;
}

.s-partnerbox__text {
    a {
        text-decoration: underline;
        text-underline-offset: 2px;
        color: inherit;
    }
    a:hover {
        text-decoration: unset;
    }
}
.s-partnerbox__inners {
    display: grid;
    gap: 40px;
}
.s-partnerbox__inner {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 6vw;
    align-items: center;
    .s-partnerbox__text p {
        font-family: var(--font-family-secondary), sans-serif;
    }
}
.s-partnerbox__aside {
    display: flex;
    justify-content: center;
}

.s-partnerbox__title {
    margin: 0 0 48px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}

.s-partnerbox__aside img {
    max-width: 100%;
    height: 62px;
}

@media (min-width: 768px) {
    :root {
        --container-width: 768px;
        --container-max-width: 100%;
    }

    .u-mobile-visible {
        display: none !important;
    }

    .s-testimonial__media-text {
        display: none;
    }

    .s-articlesslider.no-slider .s-articlesslider__slider-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
        max-width: 966px;
        margin-inline: auto;
    }
}

@media (min-width: 1025px) {
    :root {
        --container-width: 1025px;
        --container-padding-inline: 52px;
    }

    .u-tablet-visible {
        display: none !important;
    }

    .s-header__toggle {
        display: none;
    }

    .s-header__nav-searchbtn {
        --searchbtn-size: 18px;
        font-size: 0;
        width: var(--searchbtn-size);
        height: var(--searchbtn-size);
        background-image: url("https://pages.devex.com/rs/685-KBL-765/images/lp-etn-header-icon-search.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .s-footer__copyright-links li:before {
        content: "";
        width: 1px;
        height: 15px;
        display: block;
        position: absolute;
        left: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
    }

    .s-cta__text {
        --font-size-body-default: 18px;
    }

    .s-partnerbox__text {
        --font-size-body-default: 18px;
    }
}

@media (min-width: 1200px) {
    :root {
        --container-width: 1200px;
    }

    .u-lg-visible {
        display: none !important;
    }

}

@media (min-width: 1280px) {
    :root {
        --container-width: 1336px;
    }
}

@media (min-width: 1500px) {
    :root {
        --container-width: 1440px;
    }
}

@media (max-width: 1439px) {
    .s-cover__bottomtext {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    :root {
        --font-size-h1: 60px;
        --font-size-h3: 28px;
        --font-size-body-l: 18px;
    }

    .u-lg-hidden {
        display: none !important;
    }

    .s-cover {
        min-height: 550px;
        padding-bottom: 162px;
    }

    .s-cover__media img {
        max-width: 620px;
        position: relative;
        z-index: 1;
    }

    .s-cover::before {
        width: 500px;
    }

    .s-cover__text {
        font-size: 24px;
    }

    .s-cover__content {
        padding-bottom: 0;
    }

    .s-cover__scrolldown {
        position: static;
        margin-top: 24px;
    }

    .s-header-gflogo svg {
        width: 190px;
    }

    .s-articlesslider[data-slider-variant="2"], .s-articlesslider[data-slider-variant="3"] {
        --swiper-button-side-offset: 10px;
    }

    .s-testimonial__inner {
        grid-template-columns: 1fr 380px;
    }

    .s-testimonial__content {
        gap: 40px;
        padding-block: 48px;
    }

    .s-testimonial__quote {
        font-size: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .s-articlesslider {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    :root {
        --font-size-body-l: 14px;
        --font-size-body-default: 14px;
    }

    .has-font-size-body-default.has-font-family-times,
    .has-font-size-body-default p.has-font-family-times {
        --font-size-body-default: 16px;
    }

    .s-articlesslider[data-slider-variant="1"] {
        .s-articlesslider__inner {
            position: relative;
        }
    }

    .s-articlesslider[data-slider-variant="3"] {
        .s-articlesslider__inner {
            position: relative;
            margin-bottom: 50px;
        }
    }

    .s-articlesslider[data-slider-variant="4"] {
        .swiper-button-prev, .swiper-button-next {
            bottom: 30px;
        }
        .swiper-pagination {
            margin-bottom: 44px;
        }
    }
    .u-tablet-hidden {
        display: none !important;
    }

    .s-header {
        padding-block: 40px;
    }

    .s-header-devexlogo img {
        width: 89px;
    }

    .s-header-gflogo svg {
        width: 172px;
    }

    .s-header__inner {
        justify-content: space-between;
        align-items: center;
    }

    .s-header__logos {
        position: relative;
        z-index: 3;
    }

    .s-header__nav {
        padding-top: 74px;
        padding-bottom: 48px;
        gap: 22px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        z-index: 2;
        pointer-events: none;
        opacity: 0;
        transition: var(--transition-medium);
    }

    .s-header__nav.is-opened {
        pointer-events: auto;
        opacity: 1;
    }

    .s-header__nav:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-primary);
        z-index: -1;
    }

    .s-header__nav:before {
        content: "";
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -2;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
    }

    .s-header__nav-list {
        flex-direction: column;
        gap: 22px;
        margin-top: 40px;
    }
    .s-header__nav .s-header__banks {
        display: flex!important;
        order: -1;
        align-self: flex-start;
        margin: 0 auto;
        width: var(--container-width);
        max-width: var(--container-max-width);
    }

    .s-header__nav-searchbar {
        width: calc(100vw - var(--container-side-padding) * 2);
        top: 120px;
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }

    .s-header__nav-searchbar input {
        width: 100%;
        padding: 4px 16px;
    }

    .s-header__nav-searchbtn {
        color: #fff;
        font-family: var(--font-family-primary);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.01em;
    }

    .s-footer {
        padding-block: 48px;
        margin-top: 40px;
    }

    .s-footer__body {
        max-width: 460px;
    }
    .s-cover {
        padding-bottom: 0;
    }

    .s-cover::before {
        display: none;
    }
    .s-cover::after {
        content: "";
        position: absolute;
        background-color: var(--color-orange);
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20vh;
    }

    .s-cover__inner {
        max-width: 100%;
    }

    .s-cover__media {
        display: flex;
        justify-content: flex-end;
        position: relative;
        right: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
        width: calc(100% + 32px);
        img {
            width: 100%;
            height: auto;
        }
    }

    .s-cover__media::before {
        content: "";
        position: absolute;
        display: block;
        background-image: url("../images/hero-mobile-decor.svg");
        background-repeat: no-repeat;
        background-size: contain;
        right: -11px;
        top: unset;
        bottom: 30px;
        width: 483px;
        height: 327px;
    }

    .s-links {
        padding: 60px 0;
    }

    .s-links__list {
        gap: 12px;
    }

    .s-links__more {
        font-size: 14px;
    }

    .s-links__title {
        font-size: 24px;
    }

    .s-footer__copyright {
        flex-wrap: wrap;
        gap: 8px 32px;
    }

    .s-footer__copyright-text:after {
        content: "";
        width: 1px;
        height: 15px;
        display: block;
        position: absolute;
        right: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
    }

    .s-footer__copyright-links {
        display: contents;
    }

    .s-footer__copyright-links li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 15px;
        display: block;
        position: absolute;
        right: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
    }

    .s-testimonial__inner {
        grid-template-columns: 1fr 320px;
        grid-gap: 24px;
    }

    .s-testimonial__quote q br {
        display: none;
    }

    .s-testimonial__quote {
        font-size: 32px;
        line-height: 1.22;
    }

    .s-testimonial__author .has-font-size-body-l {
        font-size: 18px;
    }

    .s-articlesslider__inner.has-bg-responsive {
        position: relative;
        z-index: 1;
    }

    .s-articlesslider__slider {
        padding-inline: 0;
        overflow: hidden;
    }

    .s-articlesslider__slider-wrapper {
        overflow: visible;
    }

    .s-articlesslider__slider .swiper-button-prev,
    .s-articlesslider__slider .swiper-button-next {
        display: none;
    }

    .s-articlesslider[data-slider-variant="4"] {
        .redefiningPartnerships__title {
            margin: 0 auto 36px;
            font-size: 30px;
        }
        .swiper-buttons {
            display: none;
        }
    }

    /***/
    .articleGridSlider {
        padding: 40px 0;
    }
    .articleGridSlider__inner {
        flex-direction: column;
    }

    .articleGridSlider__media, .articleGridSlider__articles {
        width: 100%;
    }
    .articleGridSlider__media {
        max-width: 520px;
        margin: 0 auto;
    }
    .articleGridSlider__title {
        top: 36px;
        font-size: 28px;
    }

    .s-systemicArticles .articleGridSlider__inner {
        flex-direction: column-reverse;
    }

    .s-cta {
        padding-block: 48px;
    }

    .s-cta__inner {
        grid-template-columns: 1fr;
    }

    .s-cta__content, .s-cta__socials {
        padding: 24px;
    }
    .s-cta__socials-hashtag {
        font-size: 18px;
    }
    .s-cta__socials {
        align-items: flex-start;
        gap: 24px;
    }
    .s-cta__socials::before {
        left: unset;
        top: -52px;
        right: -217px;
        transform: rotate(-17deg);
    }

    .s-cta__content {
        gap: 10px;
    }

    .s-cta__content .has-font-size-h2 {
        font-size: 36px;
        line-height: 1.25;
    }

    .s-cta__socials-hashtag {
        text-align: left;
    }

    .s-cta__socials-list {
        flex-wrap: wrap;
        gap: 12px;
    }

    .s-partnerbox {
        padding: 48px 0 calc(48px + var(--extra-offset-bottom));
        margin-bottom: calc(var(--extra-offset-bottom) * -1);
        z-index: 1;
    }

    .s-partnerbox.partnership {
        padding: 48px 0 calc(48px + var(--extra-offset-bottom));
    }

    .s-partnerbox__inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .s-partnerbox__title {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
    }
    :root {
        --font-size-h1: 80px;
        --font-size-h3: 22px;
        --line-height-h3: 1.24;
        --font-size-h2: 32px;
        --font-size-h4: 16px;
        --font-size-h5: 16px;
    }

    .has-font-size-h1 small {
        font-size: 90%;
    }

    .default-h2 {
        font-size: 40px;
    }

    .u-mobile-hidden {
        display: none !important;
    }

    .container {
        padding-inline: var(--container-padding-inline);
    }
    .s-header .container {
        gap: 15px;
        padding: 0 24px;
    }

    #investable-markets, #systemic-reform {
        scroll-margin-top: 30px;
    }
    #engage {
        scroll-margin-top: 35px;
    }

    .s-header__nav .s-header__banks {
        padding-inline: var(--container-padding-inline);
    }

    .s-header__banks-item:nth-child(2) img, .s-header__banks-item:nth-child(3) img {
        height: 19px;
    }

    .s-header__banks {
        gap: 14px;
        width: 68%;
    }

    .s-articlesslider[data-slider-variant="3"] {
        margin-bottom: 40px;
    }

    .s-cover::before {
        height: calc(100% + 40px);
    }

    .s-header {
        padding-block: 24px;
    }

    .s-header-devexlogo img {
        width: 71px;
    }

    .s-header-gflogo img {
        width: 81px;
        height: auto;
    }

    .s-cover {
        border-width: 16px;
        padding: 160px 0 0;
        border-bottom: unset;

        .container {
            position: relative;
            max-width: unset;
            padding: 0;
        }
    }

    .s-cover__media img {
        max-width: 402px;
    }
    .s-header__logos {
        gap: 30px;
    }
    .s-header__logo {
        font-size: 15px;
    }

    .s-cover__inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .s-cover__title {
        font-size: 30px;
    }
    .s-cover__text {
        font-size: 16px;
        line-height: normal;
        max-width: 307px;
    }


    .s-united-nations__top {
        padding: 32px 0 0;
        position: static;
    }

    .s-united-nations__top::before {
        top: 56px;
        left: -24px;
        width: 211px;
        height: 211px;
        fill: rgba(255, 255, 255, 0.70);
        filter: blur(80px);
    }

    .s-united-nations__title {
        width: 100%;
        font-size: 24px;
    }

    .s-united-nations__text {
        margin: 24px 0 0;
        padding-bottom: 350px;
    }
    .s-united-nations__image {
         width: 100%;
         position: absolute;
     }

    .articleGridSlider .swiper-button-next, .articleGridSlider .swiper-button-prev {
        display: none;
    }

    .articleGridSlider__title {
        top: 24px;
        left: 24px;
        font-size: 20px;
    }


    .s-partnerbox.partnership {
        padding: 28px 0 24px;
    }

    .s-partnerbox__inner {
        gap: 8px;
    }

    .s-titleandtext__inner {
        h2 {
            font-size: 24px;
        }
        .s-titleandtext__text {
            font-size: 18px;
        }
    }

    .s-links {
        padding: 40px 0;
    }

    .s-links__list {
        grid-template-columns: 1fr;
    }

    .s-links__item {
        padding: 16px 0 0 16px;
        height: 267px;
    }

    .s-links__item:first-child .s-links__img {
        right: -8px;
        bottom: -8px;
        img {
            width: 192px;
            height: 154px;
        }
    }

    .s-links__item:nth-child(2) .s-links__img {
        img {
            width: 223px;
            height: 155px;
        }
    }

    .s-links__item:nth-child(3) .s-links__img {
        bottom: -11px;
        img {
            width: 161px;
            height: 211px;
        }
    }

    .s-links__more {
        font-size: 16px;
        bottom: 16px;
        left: 16px;
    }

    .s-links__title {
        font-size: 20px;
    }

    .s-links__img img {
        height: 267px;
    }

    .s-cover__content {
        gap: 5px;
        align-items: flex-start;
        text-align: left;
        padding: 0 24px;
    }

    .s-header__banks-item img {
        width: auto;
        max-width: 100%;
        height: 20px;
        display: inline-block;
        object-fit: contain;
    }

    .s-cover__bottomtext {
        max-width: 143px;
        margin-left: auto;
        margin-top: -31px;
    }

    .s-header__nav-searchbar {
        top: 94px;
        max-width: 462px;
        width: calc(100% - 64px);
        margin: 20px auto;
    }

    .s-footer {
        padding-block: 28px;
    }

    .s-footer__inner {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .s-footer__title {
        font-size: 18px;
    }

    .s-footer__body {
        display: contents;
    }

    .s-footer__content {
        gap: 14px;
    }

    .s-footer__content a {
        display: block;
    }

    .s-footer__copyright {
        order: 9;
        gap: 8px 16px;
    }

    .s-footer__copyright-text p {
        font-size: 12px;
    }

    .s-footer__copyright-text:after {
        height: 12px;
        right: -8px;
    }

    .s-footer__copyright-links li {
        font-size: 12px;
    }

    .s-footer__copyright-links li:not(:last-child):after {
        height: 12px;
        right: -8px;
    }

    .s-footer__nav-list {
        gap: 10px;
    }

    .s-titleandtext {
        padding: 40px 0 0;
    }
    .s-titleandtext h2 {
        font-size: 20px;
    }

    .s-titleandtext__wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .s-titleandtext__inner:first-child {
        font-size: 15px;
    }
    .s-titleandtext__inner {
        font-size: 14px;
    }
    .s-titleandtext__wrapper {
        padding-bottom: 24px;
    }

    .s-testimonial {
        padding-right: var(--container-side-padding);
    }

    .s-testimonial__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .s-testimonial__content {
        padding-bottom: 0;
        padding-top: 32px;
        gap: 28px;
    }

    .s-testimonial__author {
        gap: 3px;
    }

    .s-testimonial__author .has-font-size-body-l {
        font-size: 16px;
    }

    .s-testimonial__media {
        max-width: calc(100% - 54px);
        text-align: right;
    }

    .s-articlesslider__inner {
        padding-block: 40px;
    }

    .s-fromPartners__title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .s-articlesslider[data-slider-variant="2"] {
        .s-articlesslider__inner::after {
            width: 150px;
            height: 224px;
            background-size: 150px 224px;
            background-image: url("data:image/svg+xml,%3Csvg width='150' height='224' viewBox='0 0 150 224' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9840_15337)'%3E%3Cg clip-path='url(%23clip1_9840_15337)'%3E%3Cg opacity='0.15'%3E%3Ccircle cx='297.752' cy='297.752' r='297.752' transform='matrix(1 0 0 -1 135.738 317.21)' stroke='%2395C523' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='355.786' cy='355.786' r='355.786' transform='matrix(1 0 0 -1 77.668 375.284)' stroke='%2395C523' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='412.825' cy='412.825' r='412.825' transform='matrix(1 0 0 -1 20.75 432.2)' stroke='%2395C523' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9840_15337'%3E%3Crect width='252' height='224' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_9840_15337'%3E%3Crect width='251' height='238' fill='white' transform='matrix(-1 0 0 1 251 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }
    }

    .s-articlesslider[data-slider-variant="3"] {
        .s-articlesslider__inner::after {
            width: 150px;
            height: 224px;
            background-size: 150px 224px;
            background-image: url("data:image/svg+xml,%3Csvg width='150' height='335' viewBox='0 0 150 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10032_22693)'%3E%3Cg clip-path='url(%23clip1_10032_22693)'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='297.752' cy='297.752' r='297.752' transform='matrix(1 0 0 -1 135.738 317.21)' stroke='%23492E6E' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='355.786' cy='355.786' r='355.786' transform='matrix(1 0 0 -1 77.668 375.284)' stroke='%23492E6E' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='412.825' cy='412.825' r='412.825' transform='matrix(1 0 0 -1 20.75 432.2)' stroke='%23492E6E' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10032_22693'%3E%3Crect width='377' height='335' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10032_22693'%3E%3Crect width='727.359' height='569' fill='white' transform='matrix(-1 0 0 1 727.359 -234)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }
    }

    .s-articlesslider[data-slider-variant="4"] {
        .swiper-pagination {
            margin-bottom: 24px;
        }
        .redefiningPartnerships__title {
            font-size: 20px;
            margin-bottom: 24px;
        }
    }

    .s-articlesslider[data-slider-variant="4"]::before,
    .s-articlesslider[data-slider-variant="4"]::after {
        width: 309px;
        height: 179px
    }
    .s-articlesslider[data-slider-variant="4"]::before {
        transform: rotate(-28deg);
        top: -36px;
        bottom: unset;
        right: -149px;
    }

    .s-articlesslider[data-slider-variant="4"]::after {
        right: unset;
        left: -120px;
        bottom: -69px;
        top: unset;
        transform: rotate(2deg);
    }

    .s-cta__content .has-font-size-h2 {
        font-size: 24px;
    }

    .s-cta__text {
        font-size: 14px;
    }

    .s-articlesslider__text {
        margin-top: 4px;
    }

    .has-font-size-body-default.has-font-family-times, .has-font-size-body-default p.has-font-family-times {
        --font-size-body-default: 14px;
    }

    .s-articlesslider[data-slider-variant="1"] .s-articlesslider__inner::after {
        width: 206px;
        height: 161px;
        background-size: 206px 161px;
        background-image: url("data:image/svg+xml,%3Csvg width='194' height='161' viewBox='0 0 194 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9840_15330)'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='242.432' cy='242.432' r='242.432' transform='matrix(1 0 0 -1 -330.258 495.847)' stroke='%23EE411F' stroke-width='6.09305' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='182.923' cy='182.923' r='182.923' transform='matrix(1 0 0 -1 -270.707 436.297)' stroke='%23EE411F' stroke-width='4.97673' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='297.752' cy='297.752' r='297.752' transform='matrix(1 0 0 -1 -385.621 551.211)' stroke='%23EE411F' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='355.786' cy='355.786' r='355.786' transform='matrix(1 0 0 -1 -443.691 609.284)' stroke='%23EE411F' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='412.825' cy='412.825' r='412.825' transform='matrix(1 0 0 -1 -500.609 666.2)' stroke='%23EE411F' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9840_15330'%3E%3Crect width='206' height='161' fill='white' transform='matrix(-1 0 0 1 206 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }

    .s-articlesslider__notice {
        .s-articlesslider__notice-title {
            font-size: 24px;
        }
        .s-articlesslider__notice-wrap {
            gap: 12px;
            align-items: flex-start;
        }
        .s-articlesslider__notice-text {
            font-size: 14px;
            margin-bottom: 4px;
        }
        .s-articlesslider__notice-source {
            font-size: 12px;
        }
    }

    .s-articlesslider[data-slider-variant="1"] .s-articlesslider__notice::after {
        display: none;
    }

    .s-articlesslider__text p {
        font-size: 16px;
    }

    .s-articlesslider__slider {
        padding: 0;
        clip-path: inset(-100vw -100vw -100vw 0);
        overflow: unset;
    }

    .s-quote {
        padding: 40px 0 0;
    }

    .s-articlesslider__slide-image {
        aspect-ratio: 16/10.46;
    }

    .s-articlesslider__slide-madeby {
        padding: 11px;
        font-size: 12px;
    }

    .s-articlesslider__slide-more {
        font-size: 14px;
    }

    .s-articlesslider__slide-more:after {
        --icon-size: 17px;
    }

    .s-articlesslider__slide-content {
        gap: 20px;

        h4 {
            font-size: 18px;
        }
    }

    .s-articlesslider__slide-contentInner {
        gap: 10px;
    }

    .s-quote__wrap {
        padding: 48px 24px;
    }

    .s-quote__title {
        font-size: 20px;
    }

    .s-quote__text {
        color: var(--color-black);
        font-size: 14px;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

    .s-cta {
        padding: 40px 0;
    }
    .s-cta__content {
        gap: 2px;
    }

    .s-cta__socials {
        gap: 20px;
    }

    .s-cta__socials::before {
        width: 234px;
        height: 245px;
        right: -85px;
        top: -145px;
        transform: rotate(-5deg);
        background-image: url("https://pages.devex.com/rs/685-KBL-765/images/conversation-deckor-mobile.svg");
    }

    .s-cta__socials-list a {
        --social-icon-size: 48px;
    }

    .s-cta__title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .s-cta__socials-list {
        gap: 10px;
        padding-right: 0;
        max-width: 230px;
    }

    .s-cta__socials-hashtag {
        font-size: 18px;
    }

    .s-partnerbox {
        padding: 28px 0 calc(28px + var(--extra-offset-bottom));
        .s-partnerbox__title {
            margin-bottom: 16px;
        }
    }


    .s-partnerbox.partnership {
        .s-partnerbox__title {
            margin-bottom: 24px;
        }
    }

    .s-partnerbox__title {
        font-size: 20px;
    }

    .s-partnerbox__inners {
        gap: 24px;
    }

    .s-partnerbox__aside img {
        height: 45px;
    }

    .s-articlesslider[data-slider-variant="4"] .articleGridSlider__article-media {
        aspect-ratio: 12.1 / 6.5;
    }
}

@media screen and (max-width: 385px) {
    .s-cover::before {
        width: 100%;
    }
    /*.s-cta__socials::before {*/
    /*    left: unset;*/
    /*    top: -52px;*/
    /*    right: -264px;*/
    /*    transform: rotate(-32deg);*/
    /*}*/
}

@media screen and (max-width: 360px) {
    .s-cta__socials-list {
        max-width: 200px;
    }
}

@media screen and (max-width: 350px) {
    .s-header__inner {
        gap: 28px;
    }
}