/**
 * 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);
}

.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;
}

.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: 100%;
    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: "Volte", serif!important;
}

:root {
    /* Font family */
    --font-family-primary: "Volte", serif;
    --font-family-secondary: "Volte", serif;
    /* Colors */
    --color-dark: rgba(2, 15, 20, 0.70);
    --color-light: rgba(255, 255, 255, 0.80);
    --color-black: #302C30;
    --color-purple: #893B83;
    --color-purple-dark: #362A6E;
    --color-purple-darker: #390E37;
    --color-gray: rgba(86, 100, 112, 0.80);
    --color-orange: #F0733A;
    /* Transition */
    --transition-medium: 0.25s;
    /* Font Size / Weight / Line height */
    --font-family-h1: var(--font-family-secondary);
    --font-size-h1: 88px;
    --font-weight-h1: bold;
    --line-height-h1: 0.9;
    --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: -1px;
    --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;
}

/**
*
* Volte
*
*/

@font-face {
    font-family: "Volte";
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Regular.eot");
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Regular.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Regular.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Regular.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Volte";
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Medium.eot");
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Medium.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Medium.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Medium.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Volte";
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Semibold.eot");
    src: url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Semibold.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Semibold.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Semibold.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/Volte-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* Sections */

/**
*
* Section: Cover
*
*/

.s-cover {
    padding: 200px 0 10px;
    background-color: #EDE7DD;
    border: 40px solid #EE411F;
    position: relative;
    min-height: 650px;
}

.s-cover::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 383px;
    height: calc(100% + 80px);
    background-image: url("data:image/svg+xml,%3Csvg width='387' height='630' viewBox='0 0 387 630' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='-114.455' cy='253.049' r='276.302' transform='rotate(-176.205 -114.455 253.049)' stroke='%23F3F1F0' stroke-width='5.57905' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-114.499' cy='253' r='208.478' transform='rotate(-176.205 -114.499 253)' stroke='%23F3F1F0' stroke-width='4.5569' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-114.409' cy='253.103' r='339.35' transform='rotate(-176.205 -114.409 253.103)' stroke='%23F3F1F0' stroke-width='7.43874' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-114.368' cy='253.151' r='405.492' transform='rotate(-176.205 -114.368 253.151)' stroke='%23F3F1F0' stroke-width='9.29842' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-114.5' cy='253' r='470.5' transform='rotate(-176.205 -114.5 253)' stroke='%23F3F1F0' stroke-width='12.0062' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.s-cover__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.s-cover__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 28px;
    position: relative;
}

.s-cover__title {
    margin: 0;
    color: #2C2E35;
    letter-spacing: -0.06em;
}

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

.s-cover__text {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    color: #2C2E35;
}
.s-cover__media {
    position: absolute;
    right: -40px;
    bottom: -40px;
}

.s-cover__media::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 800px;
    height: 230px;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='231' viewBox='0 0 800 231' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' clip-path='url(%23clip0_9471_3985)'%3E%3Cg opacity='0.3'%3E%3Ccircle cx='411.881' cy='66.4305' r='242.535' transform='rotate(166.246 411.881 66.4305)' stroke='%23F3F1F0' stroke-width='4.89723' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='411.829' cy='66.4011' r='177' transform='rotate(166.246 411.829 66.4011)' stroke='%23F3F1F0' stroke-width='4' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='411.932' cy='66.4629' r='297.878' transform='rotate(166.246 411.932 66.4629)' stroke='%23F3F1F0' stroke-width='6.52964' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='411.981' cy='66.4928' r='355.936' transform='rotate(166.246 411.981 66.4928)' stroke='%23F3F1F0' stroke-width='8.16206' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='411.83' cy='66.4012' r='413' transform='rotate(166.246 411.83 66.4012)' stroke='%23F3F1F0' stroke-width='10.5389' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9471_3985'%3E%3Crect width='845' height='380.271' fill='white' transform='translate(0 200.901) rotate(-13.754)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.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: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-block: 80px;
}

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

.s-header__inner {
    display: flex;
    flex-direction: row;
    gap: 75px;
}

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

.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: #090909;
    border-radius: 999em;
}

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

.s-header-devexlogo img {
    width: 107px;
    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;
    width: 100%;
    gap: 32px;
}

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

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

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

.s-header__nav-searchbar {
    position: fixed;
    z-index: 99;
    top: 135px;
    right: var(--container-side-padding);
    display: none;
}

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

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

/**
*
* Section: Footer
*
*/

.s-footer {
    padding: 88px 0 30px;
    background-color: #492E6E;
}

.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: 60px 0;
    border-bottom: 1px solid rgba(169, 74, 133, 0.15);
}

.s-titleandtext__inner {
    display: grid;
    gap: 32px;
    h2 {
        font-size: 40px;
    }
}

.s-titleandtext__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.s-titleandtext__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    line-height: 1.28;
    text-align: center;
    width: 296px;
    height: 296px;
    flex-shrink: 0;
    background-color: #EE411F;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.s-titleandtext__cta::before {
    content: "";
    position: absolute;
    top: 124px;
    left: -71px;
    width: 239px;
    height: 195px;
    background-image: url("data:image/svg+xml,%3Csvg width='239' height='195' viewBox='0 0 239 195' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.07'%3E%3Ccircle cx='-12.6463' cy='251.341' r='122.069' transform='rotate(166.246 -12.6463 251.341)' stroke='%23F3F1F0' stroke-width='4.89723' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6721' cy='251.326' r='89.0854' transform='rotate(166.246 -12.6721 251.326)' stroke='%23F3F1F0' stroke-width='4' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6214' cy='251.357' r='149.924' transform='rotate(166.246 -12.6214 251.357)' stroke='%23F3F1F0' stroke-width='6.52964' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.5968' cy='251.372' r='179.145' transform='rotate(166.246 -12.5968 251.372)' stroke='%23F3F1F0' stroke-width='8.16206' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6738' cy='251.326' r='207.866' transform='rotate(166.246 -12.6738 251.326)' stroke='%23F3F1F0' stroke-width='10.5389' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(166.246deg);
}

.s-titleandtext__cta::after {
    content: "";
    position: absolute;
    top: -19px;
    right: -52px;
    width: 201px;
    height: 220px;
    background-image: url("data:image/svg+xml,%3Csvg width='239' height='195' viewBox='0 0 239 195' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.07'%3E%3Ccircle cx='-12.6463' cy='251.341' r='122.069' transform='rotate(166.246 -12.6463 251.341)' stroke='%23F3F1F0' stroke-width='4.89723' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6721' cy='251.326' r='89.0854' transform='rotate(166.246 -12.6721 251.326)' stroke='%23F3F1F0' stroke-width='4' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6214' cy='251.357' r='149.924' transform='rotate(166.246 -12.6214 251.357)' stroke='%23F3F1F0' stroke-width='6.52964' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.5968' cy='251.372' r='179.145' transform='rotate(166.246 -12.5968 251.372)' stroke='%23F3F1F0' stroke-width='8.16206' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3Ccircle cx='-12.6738' cy='251.326' r='207.866' transform='rotate(166.246 -12.6738 251.326)' stroke='%23F3F1F0' stroke-width='10.5389' stroke-linecap='round' stroke-dasharray='0 35'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(166.246deg);
}


.s-titleandtext__cta-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.s-titleandtext__cta-text {
    font-size: 24px;
    width: 75%;
    margin-bottom: 0;
}

.s-titleandtext__text {
    font-size: 32px;
    color: #2C2E35;
    font-weight: 600;
    line-height: 1.28;
    max-width: 830px;
}

.s-titleandtext__cta-arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 1.2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    from { transform: translate3d(-50%, 0, 0);     }
    to   { transform: translate3d(-50%, 20px, 0); }
}

/**
*
* Section: Awardees section
*
*/

.s-awardees {
    margin-bottom: 80px;
}

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

.s-awardees__title {
    font-size: 48px;
    font-weight: 600;
    max-width: 1300px;
    margin: 0 auto;
}

.s-awardees__text {
    font-size: 20px;
    line-height: 1.1;
    max-width: 956px;
    margin: 0 auto 32px;
}

p.s-awardees__subtitle {
    font-size: 40px;
    margin-bottom: 36px;
    color: #492E6E;
}

.s-awardees__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 96px 56px;
    margin-bottom: 72px;
    position: relative;
}

.s-awardees__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-awardees__list::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: rgba(44, 46, 53, 0.15);
}

.s-awardees__item:not(:nth-child(3n))::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    width: 1px;
    height: 86px;
    transform: translateY(-50%);
    background-color: rgba(44, 46, 53, 0.15);
}

.s-awardees__value {
    color: #EE411F;
    margin-bottom: 4px;
    letter-spacing: unset;
    span {
        display: inline-block;
        min-width: 85px;
    }
    span.community-count {
        min-width: 75px;
    }
}

.s-awardees__description {
    font-size: 14px;
    color: rgba(44, 46, 53, 0.80);
    line-height: 1.1;
}


.view {
    position: relative;
    .view-wrap {
        display: block;
    }
    .view-wrap.hidden {
        display: none;
    }
    .view-map {
        position: relative;
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }
    .view-dot {
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .view-dot.first {
        top: 570px;
        left: 980px;
    }
    .view-dot.second {
        top: 300px;
        left: 190px;
    }
    .view-dot.third {
        top: 437px;
        left: 248px;
    }
    .view-dot.fourth {
        top: 377px;
        left: 307px;
    }
    .view-dot__background {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 3s infinite;
        position: absolute;
        inset: 0;
        margin: auto;
    }
    .view-dot__background.second {
        width: calc(100% + 22px);
        height: calc(100% + 22px);
        opacity: .55;
        transform: translateX(-10px);
    }
    .view-dot__background.third {
        width: calc(100% + 44px);
        height: calc(100% + 44px);
        opacity: .3;
        transform: translateX(-20px);
        cursor: pointer;
    }
    .view-dot__number {
        font-size: 14px;
        letter-spacing: -0.01em;
        line-height: 1;
        color: #fff;
        font-weight: 700;
        padding-top: 2px;
        z-index: 1;
        position: absolute;
        inset: 0;
        margin: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Filter category popup */

    .view-filter-popup {
        position: absolute;
        top: 230px;
        left: 238px;
        width: 440px;
        height: fit-content;
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(8px);
        z-index: 2;
        display: none;
        cursor: pointer;
    }

    .view-filter-popup.active {
        display: block;
    }

    .view-filter-popup__wrap {
        width: 100%;
        padding: 52px 16px 16px;
    }

    .view-filter-popup__close {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
    }

    .view-filter-popup__list {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .view-filter-popup__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #D5D5D7;
        padding: 12px 10px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.16px;
        cursor: pointer;
    }

    .view-filter-popup__item:not(:first-child) {
        color: #fff;
    }

    .view-filter-popup__name {
        margin: 0;
    }

    /* Alone Popup */

    .view-alone-popup {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 730px;
        height: fit-content;
        border-radius: 4px;
        border: 1px solid rgba(44, 46, 53, 0.10);
        background-color: #FFF;
        z-index: 2;
        padding: 64px;
    }

    .view-alone-popup.active {
        display: block;
    }

    .view-alone-popup__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 10px;
    }

    .view-alone-popup__logo {
        border: 5px solid #EE411F;
        img {
            width: 162px;
            height: 153px;
            object-fit: contain;
        }
    }

    .view-alone-popup__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .view-alone-popup__text {
        font-size: 16px;
        line-height: 1.3;
    }

    .view-alone-popup__list {
        display: flex;
        flex-direction: column;
    }

    .view-alone-popup__item {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .view-alone-popup__icon {
        display: flex;
    }

    .view-alone-popup__item:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(44, 46, 53, 0.30);
    }

    .view-alone-popup__places {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    .view-alone-popup__place, .view-alone-popup__category {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .view-alone-popup__link {
        font-size: 16px;
        color: #2C2E35;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .view-alone-popup__place:not(:last-child) {
        padding-right: 16px;
        border-right: 1px solid rgba(44, 46, 53, 0.30);
    }
    .view-alone-popup__close {
        position: absolute;
        top: 24px;
        right: 24px;
        display: flex;
        cursor: pointer;
    }

    /*Region Filter*/

    .view-region.active {
        display: block;
    }

    .view-region {
        display: none;
        background-color: #fff;
        position: relative;
        z-index: 1;
        .view-region__back {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 24px;
            border-radius: 2px;
            border: 1px solid rgba(44, 46, 53, 0.40);
            background-color: #FFF;
            margin: 0 0 16px auto;
            position: relative;
            z-index: 2;
            span {
                font-size: 20px;
                font-weight: 500;
                color: #000;
                line-height: 1.4;
                letter-spacing: 0.2px;
            }
        }
        .view-region__categories {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-bottom: 48px;
        }
        .view-region__category {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.4;
            letter-spacing: 0.2px;
            padding: 11px 32px;
            border-radius: 2px;
            text-align: center;
            margin-bottom: 0;
            cursor: pointer;
        }
        .view-region__category:first-child {
            border: 1px solid rgba(44, 46, 53, 0.40);
        }
        .view-region__category:not(:first-child) {
            color: #fff;
        }
    }

    .view-organizations {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .view-organization {
        padding: 40px;
        border-radius: 4px;
        border: 1px solid rgba(44, 46, 53, 0.10);

        .view-organization__wrap {
            display: flex;
            gap: 40px;
            justify-content: space-between;
        }

        .view-organization__inner {
            display: flex;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 10px;
            flex-direction: column;
            width: 100%;
        }

        .view-organization__logo {
            border: 5px solid #EE411F;
            width: 300px;
            height: 205px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .view-organization__title {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 8px;
        }

        .view-organization__text {
            font-size: 14px;
            line-height: 1.3;
        }

        .view-organization__list {
            display: flex;
            flex-direction: column;
        }

        .view-organization__item {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .view-organization__icon {
            display: flex;
        }

        .view-organization__item:not(:last-child) {
            padding-bottom: 12px;
            margin-bottom: 12px;
            border-bottom: 1px solid rgba(44, 46, 53, 0.20);
        }

        .view-organization__places {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        .view-organization__place, .view-organization__category {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 0;
        }

        .view-organization__link {
            font-size: 16px;
            color: #2C2E35;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .view-organization__place:not(:last-child) {
            padding-right: 16px;
            border-right: 1px solid rgba(44, 46, 53, 0.30);
        }
    }

    .view-pagination {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        gap: 6px;
    }

    .view-pagination__btn {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        border: 1px solid #D5D5D7;
        min-width: 20px;
        padding: 8px 10px 5px;
        color: #000
    }

    .view-pagination__btn.active {
        background-color: #EDE7DD;
    }

    .view-list {
        display: none;
        .view-list__filters {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 48px;
        }
    }

    .view-list.active {
        display: block;
    }

    .view__switcher {
        display: flex;
        align-items: center;
        gap: 8px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        input {
            display: none;
        }
        label {
            padding: 16px 24px;
            border-bottom: 1px solid transparent;
            cursor: pointer;
        }
        label.active {
            color: #EE411F;
            border-bottom-color: #EE411F;
        }
        span {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
        }
    }

    @media screen and (max-width: 1024px) {
        .view-dot {
            width: 20px;
            height: 20px;
        }
        .view-dot__background.second {
            width: calc(100% + 19px);
            height: calc(100% + 19px);
            transform: translateX(-9px);
        }
        .view-dot__background.third {
            width: calc(100% + 39px);
            height: calc(100% + 39px);
            transform: translateX(-19px);
        }
        .view-map > img {
            width: 768px;
        }

        .view-filter-popup {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    @media screen and (max-width: 768px) {
        /*margin-top: 150px;*/

        .view-region__categories {
            flex-wrap: nowrap!important;
            overflow-x: auto;
            -ms-overflow-style: none; /* для IE та старих Edge */
            scrollbar-width: none;    /* для Firefox */
        }
        .view-region__categories::-webkit-scrollbar {
            display: none; /* для Chrome, Safari, Opera */
        }
        .view-region__category {
            white-space: nowrap;
        }
        .view-pagination {
            margin: 24px 0 34px;
        }
        .view-pagination__btn {
            font-size: 16px;
            min-width: unset;
            padding: 8px 8px 5px;
        }
        .view-filter-popup {
            width: 100%;
        }
        .view-dot {
            width: 10px;
            height: 10px;
        }
        .view-dot__background.second {
            width: calc(100% + 9px);
            height: calc(100% + 9px);
            transform: translateX(-5px);
        }
        .view-dot__background.third {
            width: calc(100% + 19px);
            height: calc(100% + 19px);
            transform: translateX(-10px);
        }
        .view-map > img {
            width: 462px;
            transform: translateY(-57px);
        }
        .view-dot__number {
            font-size: 7px;
        }
        .view-organization {
            padding: 24px;
            .view-organization__wrap {
                flex-direction: column;
                gap: 14px;
            }
            .view-organization__logo {
                width: 100%;
                height: 205px;
            }
            .view-organization__title {
                font-size: 18px;
            }
            .view-organization__inner {
                gap: 16px;
            }
        }
        .view-list {
            .view-list__filters {
                flex-direction: column;
                margin-bottom: 16px;
            }
        }
        .view-alone-popup__inner {
            display: contents;
            order: 1;
        }
        .view-alone-popup__list {
            order: 2;
            margin-bottom: 24px;
        }
        .view-alone-popup__logo {
            order: 3;
            display: flex;
            justify-content: center;
        }
        .view-alone-popup__wrap {
            display: flex;
            flex-direction: column;
        }
        .view-alone-popup__text {
            font-size: 14px;
            margin-bottom: 16px;
        }
        .view-alone-popup {
            width: 100%;
            z-index: 5;
            padding: 24px;
        }
        .view-alone-popup__title {
            font-size: 18px;
            width: calc(100% - 20px);
        }
        .view-alone-popup__close {
            svg {
                width: 20px;
                height: 20px;
            }
        }
        .view-alone-popup__place, .view-alone-popup__category {
            font-size: 14px;
        }
        .view-alone-popup__icon {
            svg {
                width: 24px;
                height: 24px;
            }
        }
        .view-alone-popup__item {
            gap: 10px;
        }
        .view-alone-popup__place:not(:last-child) {
            padding-right: 10px;
        }
        .view-alone-popup__link {
            font-size: 14px;
        }
        .view-map {
            position: static;
        }
        .view-wrap {
            display: flex;
            justify-content: center;
            overflow: hidden;
        }
        .view__switcher {
            top: -70px;
            background-color: #fff;
            padding-bottom: 23px;
            justify-content: flex-end;
            width: 100%;
        }
        .view-list__filter {
            width: 100%;
        }
    }
}

@keyframes pulse {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}

/* 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: 56px 0 80px;
}

.s-links__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.s-links__item {
    position: relative;
    overflow: hidden;
}

.s-links__item:hover .s-links__img {
    scale: 1.1;
}

.s-links__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(238, 65, 31, 0.80) 0%, rgba(238, 65, 31, 0.80) 100%);
    z-index: 1;
}

.s-links__img {
    transition: .5s ease;
}

.s-links__title {
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: max-content;
    z-index: 2;
    margin: 0;
}

.s-links__more {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: 34px;
    margin-bottom: 0;
    transform: translateX(-50%);
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #fff;
    z-index: 2;
}

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

/**
*
* Section: Research
*
*/

.s-research {
    margin-bottom: 96px;
}

.s-research__wrap {
    text-align: center;
    padding: 300px 0;
    position: relative;
    background: url("https://pages.devex.com/rs/685-KBL-765/images/research-bg.webp") no-repeat center / cover;
}

.s-research__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(246, 236, 221, 0.80) 0%, rgba(246, 236, 221, 0.80) 100%);
    z-index: 1;
}

.s-research__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='313' height='343' viewBox='0 0 313 343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='0.0257187' cy='30.0307' r='172.755' transform='rotate(-176.205 0.0257187 30.0307)' stroke='%23F3F1F0' stroke-width='5.57905' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-0.000959124' cy='30.0001' r='130.349' transform='rotate(-176.205 -0.000959124 30.0001)' stroke='%23F3F1F0' stroke-width='4.5569' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='0.056737' cy='30.0641' r='212.175' transform='rotate(-176.205 0.056737 30.0641)' stroke='%23F3F1F0' stroke-width='7.43874' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='0.0825345' cy='30.0943' r='253.53' transform='rotate(-176.205 0.0825345 30.0943)' stroke='%23F3F1F0' stroke-width='9.29842' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='-0.00107525' cy='30' r='294.176' transform='rotate(-176.205 -0.00107525 30)' stroke='%23F3F1F0' stroke-width='12.0062' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.s-research__outer {
    position: relative;
    overflow: hidden;
    border: 20px solid #EE411F;
}

.s-research__outer::before {
    content: "";
    position: absolute;
    bottom: -360px;
    right: -360px;
    width: 626px;
    height: 626px;
    background-image: url("data:image/svg+xml,%3Csvg width='380' height='326' viewBox='0 0 380 326' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='313.024' cy='313.031' r='172.755' transform='rotate(-176.205 313.024 313.031)' stroke='%23F3F1F0' stroke-width='5.57905' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='312.999' cy='313' r='130.349' transform='rotate(-176.205 312.999 313)' stroke='%23F3F1F0' stroke-width='4.5569' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='313.057' cy='313.064' r='212.175' transform='rotate(-176.205 313.057 313.064)' stroke='%23F3F1F0' stroke-width='7.43874' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='313.081' cy='313.094' r='253.53' transform='rotate(-176.205 313.081 313.094)' stroke='%23F3F1F0' stroke-width='9.29842' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3Ccircle cx='312.999' cy='313' r='294.176' transform='rotate(-176.205 312.999 313)' stroke='%23F3F1F0' stroke-width='12.0062' stroke-linecap='round' stroke-dasharray='0 45'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    z-index: 1;
}

.s-research__title {
    margin: 0 0 4px;
}

.s-research__text {
    font-size: 48px;
    color: #4A2F6F;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

/**
*
* Section: Image and articles
*
*/

.s-imageandarticles {
    padding-block: 100px;
}

.s-imageandarticles.is-reversed {
    --inner-flex-direction: row-reverse;
    --image-object-position: right bottom;
    --image-border-radius: 0 40px 40px 0;
}

.s-imageandarticles__inner {
    display: flex;
    flex-direction: var(--inner-flex-direction, row);
    gap: 20px;
}

.s-imageandarticles__image {
    width: 100%;
    height: 100%;
}

.s-imageandarticles__image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--image-object-position, left bottom);
    object-position: var(--image-object-position, left bottom);
}

.s-imageandarticles__image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 552px;
    border-radius: var(--image-border-radius, 40px 0 0 40px);
    overflow: hidden;
    z-index: 1;
}

.s-imageandarticles__image-bg {
    position: absolute;
    z-index: -1;
    inset: 0;
}

.s-imageandarticles__image-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.s-imageandarticles__articles {
    flex: 0 0 550px;
}

.s-imageandarticles__articles:not(.is-slider) {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 16px;
}

.s-imageandarticles__articles:not(.is-slider) .swiper-wrapper,
.s-imageandarticles__articles:not(.is-slider) .s-imageandarticles__articles-slider,
.s-imageandarticles__articles:not(.is-slider) .swiper-slide {
    display: contents;
}

.s-imageandarticles__articles:not(.is-slider) .swiper-pagination {
    display: none;
}

.s-imageandarticles__articles-slider {
    height: 100%;
}

.s-imageandarticles__articles.is-slider {
    --swiper-pagination-bullet-inactive-color: #71327C;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-color: #71327C;
    max-width: 550px;
    max-height: 555px;
    position: relative;
}

.s-imageandarticles__articles.is-slider .swiper-slide {
    height: auto !important;
}

.s-imageandarticles__articles.is-slider .swiper-pagination {
    bottom: unset;
    top: 100%;
    font-size: 0;
    margin-top: 15px;
}

.s-imageandarticles__article {
    padding: 16px 20px 16px 16px;
    display: flex;
    flex-direction: row;
    gap: 18px;
    border-radius: 14px;
    border: 1px solid #D9D4DA;
}

.s-imageandarticles__article:hover {
    --article-image-transform: scale(1.02);
}

.s-imageandarticles__article-madeby {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 32px 6px 8px;
    width: 100%;
    background-color: rgba(18, 18, 18, 0.5);
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.s-imageandarticles__article-image {
    --image-width: 214px;
    min-width: var(--image-width);
    max-width: var(--image-width);
    min-height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 1/1.1;
}

.s-imageandarticles__article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
    inset: 0;
    -webkit-transform: var(--article-image-transform, unset);
    transform: var(--article-image-transform, unset);
    transition: var(--transition-medium);
}

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

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

.s-imageandarticles__article-date {
    color: rgba(86, 100, 112, 0.8);
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.s-imageandarticles__article-more {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    color: var(--color-purple-dark);
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.s-imageandarticles__article-more:after {
    --icon-size: 20px;
    content: "";
    min-width: var(--icon-size);
    max-width: var(--icon-size);
    height: var(--icon-size);
    display: block;
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/lp-etn-imageandarticles-icon-arrow-more.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

/**
*
* Section: Quote
*
*/

.s-quote {
    padding: 146px 0 96px;
}
.s-quote__wrap {
    border: 20px solid transparent;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(#EDE7DD, #EDE7DD) padding-box, linear-gradient(100deg, #492E6E 3.96%, #492E6E 76.6%, #D2BCCB 108.97%) border-box;
    position: relative;
    overflow: hidden;
}

.s-quote__wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 727px;
    height: 500px;
    background-image: url("data:image/svg+xml,%3Csvg width='640' height='500' viewBox='0 0 640 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9471_4029)'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='205.826' cy='185.415' r='242.432' transform='rotate(180 205.826 185.415)' stroke='%23492E6E' stroke-width='6.09305' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='205.784' cy='185.374' r='182.923' transform='rotate(180 205.784 185.374)' stroke='%23492E6E' stroke-width='4.97673' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='205.869' cy='185.459' r='297.752' transform='rotate(180 205.869 185.459)' stroke='%23492E6E' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='205.906' cy='185.499' r='355.786' transform='rotate(180 205.906 185.499)' stroke='%23492E6E' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='205.784' cy='185.374' r='412.825' transform='rotate(180 205.784 185.374)' stroke='%23492E6E' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9471_4029'%3E%3Crect width='727.359' height='569' fill='white' transform='translate(-88 -68)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.s-quote__content {
    width: 100%;
    max-width: 575px;
}

.s-quote__img {
    z-index: 1;
    img {
        width: 100%;
        max-height: 500px;
        height: auto;
    }
}

.s-quote__text {
    font-size: 32px;
    color: #272525;
    font-weight: 600;
    margin-bottom: 40px;
}

.s-quote__position {
    font-size: 24px;
    color: #492E6E;
}

/**
*
* Section: Articles slider
*
*/

.s-articlesslider {
    /*overflow: hidden;*/
}

.s-articlesslider__notice {
    background-color: #EE411F;
    padding: 16px;
    width: 100%;
    max-width: 966px;
    margin: 0 auto -96px;
    color: #fff;
    position: relative;
    .s-articlesslider__notice-title {
        font-size: 56px;
        font-weight: 600;
        margin: 0;
    }
    .s-articlesslider__notice-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    .s-articlesslider__notice-text {
        font-weight: 600;
        margin-bottom: 7px;
    }
    .s-articlesslider__notice-source {
        font-size: 13px;
        font-weight: 400;
    }
}

.s-articlesslider[data-slider-variant="3"] .s-articlesslider__notice {
    background-color: #362A6E;
}

.s-articlesslider[data-slider-variant="1"] .s-articlesslider__notice::before, .s-articlesslider[data-slider-variant="1"] .s-articlesslider__notice::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 60px;
    opacity: 0.25;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s-articlesslider[data-slider-variant="1"] .s-articlesslider__notice::before {
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='205' height='75' viewBox='0 0 205 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.2523' cy='189.259' r='133.588' transform='rotate(180 15.2523 189.259)' stroke='white' stroke-width='4.96341' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3Ccircle cx='15.2698' cy='189.277' r='159.625' transform='rotate(180 15.2698 189.277)' stroke='white' stroke-width='6.20426' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3Ccircle cx='15.2158' cy='189.221' r='185.216' transform='rotate(180 15.2158 189.221)' stroke='white' stroke-width='8.011' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3C/svg%3E%0A");
}

.s-articlesslider[data-slider-variant="1"] .s-articlesslider__notice::after {
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='206' height='82' viewBox='0 0 206 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='189.24' cy='-107.766' r='108.768' transform='rotate(180 189.24 -107.766)' stroke='white' stroke-width='3.72256' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3Ccircle cx='189.26' cy='-107.746' r='133.588' transform='rotate(180 189.26 -107.746)' stroke='white' stroke-width='4.96341' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3Ccircle cx='189.278' cy='-107.728' r='159.625' transform='rotate(180 189.278 -107.728)' stroke='white' stroke-width='6.20426' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3Ccircle cx='189.222' cy='-107.784' r='185.216' transform='rotate(180 189.222 -107.784)' stroke='white' stroke-width='8.011' stroke-linecap='round' stroke-dasharray='0 40.03'/%3E%3C/svg%3E%0A");
}

.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: #EE411F;
        opacity: .3;
    }
    .swiper-pagination-bullet-active {
        background-color: #EE411F;
        opacity: 1;
    }
}

.s-articlesslider[data-slider-variant="1"] .s-articlesslider__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 377px;
    height: 335px;
    background-size: 377px 345px;
    background-image: url("data:image/svg+xml,%3Csvg width='377' height='335' viewBox='0 0 377 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9471_4320)'%3E%3Cg clip-path='url(%23clip1_9471_4320)'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='242.432' cy='242.432' r='242.432' transform='matrix(1 0 0 -1 191.102 261.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 250.652 202.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 135.738 317.21)' 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 77.668 375.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 20.75 432.2)' stroke='%23EE411F' 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_9471_4320'%3E%3Crect width='377' height='335' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_9471_4320'%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="3"] {
    margin-bottom: 96px;
}

.s-articlesslider[data-slider-variant="2"], .s-articlesslider[data-slider-variant="3"] {
    --slide-bg-color: #fff;
    --swiper-button-color: #7F4689;
    --slider-padding-inline: 56px;
    --swiper-button-side-offset: -78px;
    --swiper-pagination-bullet-inactive-color: #71327C;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-color: #71327C;

    .swiper-pagination-bullet {
        background-color: #95C523;
        opacity: .4;
    }
    .swiper-pagination-bullet-active {
        background-color: #95C523;
        opacity: 1;
    }

    .s-articlesslider__slider {
        max-width: 471px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .s-articlesslider__inner {
        position: relative;
    }

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

.s-articlesslider[data-slider-variant="2"] {
    .s-articlesslider__inner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 377px;
        height: 335px;
        background-size: 377px 345px;
        background-image: url("data:image/svg+xml,%3Csvg width='377' height='335' viewBox='0 0 377 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9497_4390)'%3E%3Cg clip-path='url(%23clip1_9497_4390)'%3E%3Cg opacity='0.15'%3E%3Ccircle cx='242.432' cy='242.432' r='242.432' transform='matrix(1 0 0 -1 191.102 261.847)' stroke='%2395C523' 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 250.652 202.297)' stroke='%2395C523' 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 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_9497_4390'%3E%3Crect width='377' height='335' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_9497_4390'%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="3"] {
    .s-articlesslider__inner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 377px;
        height: 335px;
        background-size: 377px 345px;
        background-image: url("data:image/svg+xml,%3Csvg width='377' height='335' viewBox='0 0 377 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9949_20134)'%3E%3Cg clip-path='url(%23clip1_9949_20134)'%3E%3Cg opacity='0.15'%3E%3Ccircle cx='242.432' cy='242.432' r='242.432' transform='matrix(1 0 0 -1 191.102 261.847)' stroke='%23362A6E' stroke-opacity='0.5' 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 250.652 202.297)' stroke='%23362A6E' stroke-opacity='0.5' 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 135.738 317.21)' stroke='%23362A6E' stroke-opacity='0.5' 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='%23362A6E' stroke-opacity='0.5' 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='%23362A6E' stroke-opacity='0.5' 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_9949_20134'%3E%3Crect width='377' height='335' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_9949_20134'%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"] {
    background-color: #EDE7DD;
    position: relative;
    margin-bottom: 96px;

    .s-articlesslider__slider {
        max-width: unset;
    }
    .s-articlesslider__slide {
        gap: 0;
        padding-bottom: 64px;
    }
    .s-articlesslider__title {
        font-size: 24px;
        line-height: 1.28;
        color: #EE411F;
        margin-bottom: 8px;
    }
    .s-articlesslider__text {
        font-size: 16px;
        max-width: 852px;
        margin-bottom: 48px;
    }
    .s-articlesslider__quote {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.05em;
        max-width: 1140px;
        margin-bottom: 24px;
    }
    .s-articlesslider__person {
        font-size: 20px;
        font-weight: 600;
        color: #EE411F;
        line-height: 1;
        letter-spacing: -0.05em;

        a {
            position: relative;
            color: #EE411F;
            text-decoration: underline;
            text-underline-offset: 5px;
            text-decoration-thickness: 1px;
        }
        a:hover {
            text-decoration: unset;
        }
    }
    .s-articlesslider__photo {
        position: absolute;
        top: 0;
        right: 0;
        img {
            width: 138px;
            height: 138px;
            object-fit: contain;
        }
    }
    .s-articlesslider__logo {
        width: fit-content;
        margin-bottom: 24px;
        img {
            width: 149px;
            height: 72px;
            object-fit: contain;
        }
    }
    .swiper-pagination {
        display: flex;
        justify-content: center;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        flex-shrink: 0;
        margin: 0 8px;
        background: #EE411F4D;
        opacity: 1;

        @media screen and (max-width: 370px) {
            margin: 0 4px;
        }
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #EE411F;
    }
    .swiper-button-prev, .swiper-button-next {
        display: flex;
        top: unset;
        bottom: -17px;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
}

.s-articlesslider[data-slider-variant="4"]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 317px;
    height: 320px;
    background-image: url("data:image/svg+xml,%3Csvg width='317' height='320' viewBox='0 0 317 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='264.209' cy='55.651' r='151.291' transform='rotate(180 264.209 55.651)' stroke='%23EE411F' stroke-width='6.09305' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='264.182' cy='55.6262' r='114.154' transform='rotate(180 264.182 55.6262)' stroke='%23EE411F' stroke-width='4.97673' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='264.237' cy='55.6788' r='185.814' transform='rotate(180 264.237 55.6788)' stroke='%23EE411F' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='264.259' cy='55.7035' r='222.03' transform='rotate(180 264.259 55.7035)' stroke='%23EE411F' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='264.182' cy='55.6261' r='257.626' transform='rotate(180 264.182 55.6261)' stroke='%23EE411F' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.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;
    gap: 40px;
    background: linear-gradient(0deg, #EDE7DD 0%, #EDE7DD 100%);
}

.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: relative;
    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: none;
    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 {
    padding: 16px 16px 24px;
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 14px;
    background-color: var(--slide-bg-color);
}

.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;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    width: 100%;
    background: rgba(238, 65, 31, 0.60);
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.s-articlesslider__slide-date {
    color: #362A6E;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.s-articlesslider__slide-more {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    color: var(--color-purple-dark);
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.s-articlesslider__slide-more:after {
    --icon-size: 20px;
    content: "";
    min-width: var(--icon-size);
    max-width: var(--icon-size);
    height: var(--icon-size);
    display: block;
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/pivotal-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

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

.s-articlesslider__slide-content .has-font-size-h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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: CTA
*
*/

.s-cta {
    padding: 80px 0 100px;
}

.s-cta__inner {
    padding: 107px 103px 107px 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    border: 20px solid #EE411F;
    background-color: #EDE7DD;
}

.s-cta__content {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.s-cta__socials {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s-cta__socials-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.s-cta__text {
    font-size: 18px;
    color: rgba(44, 46, 53, 0.80);
}

.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 {
    color: #2C2E35;
    font-family: var(--font-family-secondary);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-align: right;
}

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

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

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

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

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

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

.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__inner {
    display: grid;
    grid-template-columns: 312px 1fr;
    grid-gap: 26px;
    align-items: center;
}

.s-partnerbox__title {
    margin: 0 0 20px;
    font-family: var(--font-family-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}

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

@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-imageandarticles__articles-slider {
        overflow: hidden;
    }

    .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/header-search-icon.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-progress__gridItem:hover .s-progress__gridItem-content {
        min-height: 100%;
    }

    .s-progress__gridItem:hover .s-progress__gridItem-author {
        opacity: 0;
    }

    .s-progress__gridItem:hover .s-progress__gridItem-extracontent {
        opacity: 1;
        pointer-events: auto;
    }

    .s-progress__gridItem:hover .s-progress__gridItem-image-overlay {
        opacity: 0;
        pointer-events: none;
    }

    .s-progress__gridItem:hover .s-progress__gridItem-image-gradient {
        opacity: 1;
    }

    .s-progress__gridItem:hover .s-progress__gridItem-year {
        font-size: 48px;
        padding-bottom: 20px;
    }

    .s-progress__gridItem-mobiletoggle {
        display: none;
    }

    .s-articlesslider__slider .swiper-pagination {
        display: none;
    }

    .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;
    }

    .s-imageandarticles__articles-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .s-imageandarticles__articles.is-slider .swiper-wrapper {
        height: 100%;
    }

    .s-imageandarticles__articles.is-slider .swiper-slide {
        height: calc(50% - 7px) !important;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}


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

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

@media (max-width: 1439px) {
    .s-cover {
        /*padding-top: 80px;*/
    }

    .s-cover__bottomtext {
        margin-top: 0;
    }

    .s-progress__gridItem-extracontent {
        top: calc(var(--content-min-height) - 50px);
    }

    .s-progress__gridItem-extracontent p {
        font-size: 14px;
    }

    .s-progress__gridItem-title {
        font-size: 16px;
    }

    .s-imageandarticles__image > img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .s-cta__inner {
        padding: 100px 48px;
    }
}

@media (max-width: 1199px) {
    :root {
        --font-size-h1: 60px;
    }

    :root {
        --font-size-h3: 28px;
    }

    :root {
        --font-size-body-l: 18px;
    }

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

    .s-cover {
        min-height: 550px;
        /*padding-top: 95px;*/
    }

    .s-cover__media img {
        max-width: 620px;
    }

    .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-titleandtext__inner {
        grid-gap: 32px;
    }

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

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

    .s-progress__gridItem {
        --content-min-height: 192px;
    }



    .s-progress__gridItem-extracontent {
        padding-inline: 16px;
        top: calc(var(--content-min-height) - 20px);
    }

    .s-progress__gridItem-extracontent p {
        font-size: 12px;
    }

    .s-progress__gridItem-content {
        padding-inline: 16px;
    }

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

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

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

    .s-imageandarticles.is-reversed {
        --inner-flex-direction: column;
        --image-border-radius: 32px;
    }

    .s-imageandarticles__inner {
        flex-direction: var(--inner-flex-direction, column);
    }

    .s-imageandarticles__image-wrapper {
        min-height: unset;
        border-radius: var(--image-border-radius, 32px);
    }

    .s-imageandarticles__article {
        flex-direction: column;
    }

    .s-imageandarticles__article-image {
        --image-width: 100%;
        min-height: unset;
        aspect-ratio: 16/7.2026;
    }
}

@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;
            margin-bottom: 50px;
        }
    }

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

    .s-articlesslider[data-slider-variant="4"] {
        .s-articlesslider__photo img {
            width: 100px;
            height: 100px;
        }
        .swiper-button-prev, .swiper-button-next {
            bottom: 30px;
        }
        .swiper-pagination {
            margin-bottom: 44px;
        }
    }

    .s-quote__wrap {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .s-quote__text {
        margin-top: 18px;
    }

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

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

    .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;
        gap: 18px;
    }

    .s-header__nav {
        padding-top: 145px;
        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: #EDE7DD;
        border-radius: 0px 0px 18px 18px;
        z-index: -1;
    }

    .s-header__nav:before {
        content: "";
        width: 100vw;
        height: 100vh;
        position: absolute;
        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;
    }

    .s-header__nav-searchbar {
        width: calc(100vw - var(--container-side-padding) * 2);
        top: 108px;
        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: #090909;
        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-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-titleandtext__inner {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .s-progress__body {
        overflow: auto;
    }

    .s-progress__grid {
        display: flex;
        flex-direction: row;
        min-width: 1165px;
    }

    .s-progress__gridItem {
        flex: 0 0 233px;
        aspect-ratio: 1/1.675;
    }

    .s-progress__gridItem:last-child .s-progress__gridItem-extracontent {
        padding-right: 11px;
        top: calc(var(--content-min-height) - 52px);
    }

    .s-progress__gridItem.is-opened .s-progress__gridItem-content {
        min-height: 100%;
    }

    .s-progress__gridItem.is-opened .s-progress__gridItem-author {
        opacity: 0;
    }

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

    .s-progress__gridItem.is-opened .s-progress__gridItem-image-overlay {
        opacity: 0;
        pointer-events: none;
    }

    .s-progress__gridItem.is-opened .s-progress__gridItem-image-gradient {
        opacity: 1;
    }

    .s-progress__gridItem.is-opened .s-progress__gridItem-year {
        font-size: 28px;
        padding-bottom: 2px;
    }

    .s-progress__gridItem.is-opened .s-progress__gridItem-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .s-progress__gridItem {
        --content-min-height: 159px;
    }

    .s-progress__gridItem-extracontent {
        top: calc(var(--content-min-height) - 24px);
    }

    .s-progress__gridItem-extracontent p {
        font-size: 14px;
    }

    .s-progress__gridItem-content {
        padding-top: 18px;
        padding-bottom: 20px;
        gap: 17px;
    }

    .s-progress__gridItem-year {
        font-size: 24px;
    }

    .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-imageandarticles {
        padding-block: 64px;
    }

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

    .s-articlesslider__inner.has-bg-responsive:before {
        content: "";
        width: 100vw;
        height: 100%;
        display: block;
        background-color: #EDE7DD;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        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-cta {
        padding-block: 48px;
    }

    .s-cta__inner {
        padding: 64px 48px;
        flex-direction: column;
        gap: 40px;
    }

    .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;
        padding-right: 24px;
    }

    .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:before {
        border-radius: 32px 32px 0 0;
    }

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

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

    .s-partnerbox__aside img {
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    .view {
        margin: 0 -24px;

        .view__switcher, .view-region, .view-list {
            margin: 0 24px;
        }
        .view-filter-popup, .view-alone-popup {
            margin: 0;
            width: calc(100% - 48px);
        }
    }

    :root {
        --font-size-h1: 80px;
    }

    :root {
        --font-size-h3: 22px;
        --line-height-h3: 1.24;
        --font-size-h2: 32px;
    }

    :root {
        --font-size-h4: 16px;
        --font-size-h5: 16px;
    }

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

    .default-h2 {.view-pagination {
        display: flex;
        justify-content: center;
        margin-top: 24px;
        gap: 6px;
        margin-bottom: 34px;
    }
        font-size: 40px;
    }

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

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

    .s-header__logos {
        gap: 12px;
    }

    .s-cover__media::before {
        bottom: -100px;
    }

    .s-awardees {
        margin-bottom: 0;
    }

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

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

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

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

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

    .view-organizations {
        margin-bottom: 24px;
    }

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

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

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

    .s-cover__title {
        font-size: 48px;
        letter-spacing: -2.88px;
    }
    .s-header .container {
        padding: 0 32px;
    }

    .s-awardees__list {
        grid-template-columns: 1fr 1fr;
        gap: 56px 48px;
        margin-bottom: 132px;
    }

    .s-awardees__list::after {
        width: 1px;
        height: calc(100% - 170px);
        top: unset;
        bottom: 87px;
        left: 50%;
        transform: unset;
    }

    .s-awardees__item:not(:nth-child(3n))::after {
        display: none;
    }

    .s-awardees__item:not(:first-child):not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(44, 46, 53, 0.15);
    }

    .s-awardees__value {
        span {
            min-width: 46px;
        }
        span.community-count {
            min-width: 43px;
        }
    }

    .s-awardees__item {
        display: block;
    }

    .s-awardees__item:first-child {
        order: 1;
        grid-column-start: span 2;
    }

    .s-awardees__item:nth-child(2) {
        order: 2;
    }

    .s-awardees__item:nth-child(4) {
        order: 3;
    }

    .s-awardees__item:nth-child(3) {
        order: 4;
    }

    .s-awardees__item:nth-child(5) {
        order: 5;
    }

    .s-awardees__item:nth-child(6) {
        order: 6;
        grid-column-start: span 2;
    }

    .s-awardees__top {
        gap: 8px;
    }

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

    .s-awardees__text {
        font-size: 16px;
    }

    p.s-awardees__subtitle {
        font-size: 24px;
        margin-bottom: -30px;
        text-align: center;
    }

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

    .s-partnerbox__inner {
        gap: 16px;
    }

    .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__more {
        bottom: 18px;
    }

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

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

    .s-cover__media {
        position: relative;
        right: unset;
        bottom: unset;
        text-align: center;
        width: calc(100% + 32px);
        img {
            width: 100%;
            height: auto;
        }
    }

    .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);
    }

    .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: 44px 0 0;
        border-bottom: 0;
    }

    .s-titleandtext__inner {
    }

    .s-titleandtext__wrap {
        flex-direction: column;
        gap: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(169, 74, 133, 0.15);
    }

    .s-titleandtext__cta {
        width: 256px;
        height: 256px;
    }

    .s-titleandtext__cta-title {
        font-size: 32px;
    }

    .s-titleandtext__cta-text {
        font-size: 18px;
    }

    .s-progress {
        padding: 44px 0 0;
    }

    .s-progress__body {
        margin-top: 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-imageandarticles {
        padding-block: 40px;
        overflow: hidden;
    }

    .s-imageandarticles.is-reversed {
        --image-border-radius: 8px;
    }

    .s-imageandarticles__inner {
        gap: 18px;
    }

    .s-imageandarticles__image-wrapper {
        border-radius: var(--image-border-radius, 8px);
    }

    .s-imageandarticles__articles {
        flex: unset;
    }

    .s-imageandarticles__articles.is-slider .swiper-pagination {
        position: static;
    }

    .s-imageandarticles__article {
        border-radius: 8px;
        padding: 7px 7px 11px;
        gap: 15px;
        height: 100%;
    }

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

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

    .s-imageandarticles__article-footer {
        margin-top: 13px;
    }

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

    .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"] {
        .s-articlesslider__inner {
            position: relative;
            z-index: 3;
            background: unset;
        }
        .s-articlesslider__logo {
            margin-bottom: 8px;
            img {
                width: 116px;
                height: 56px;
            }
        }
        .s-articlesslider__title {
            font-size: 18px;
            margin-bottom: 8px;
        }
        .s-articlesslider__text {
            font-size: 14px;
            margin-bottom: 14px;
        }
        .s-articlesslider__quote {
            font-size: 18px;
            margin-bottom: 24px;
        }
        .s-articlesslider__person {
            font-size: 16px;

            a {
                line-height: 1.2;
            }
        }
        .s-articlesslider__photo {
            position: static;
            img {
                width: 72px;
                height: 72px;
            }
        }
        .s-articlesslider__bottom {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-top: auto;
        }
        .s-articlesslider__slider {
            clip-path: inset(-100vw 0 -100vw 0);
        }
        .s-articlesslider__slide {
            padding: 0;
        }
        .swiper-pagination {
            margin-bottom: 24px;
        }
        .swiper-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            button {
                position: static;
                margin-top: 0;
            }
        }
    }

    .s-articlesslider[data-slider-variant="4"]::after {
        top: -100px;
        right: -100px;
    }

    .s-quote__wrap::before {
        width: 311px;
        height: 240px;
        background-image: url("data:image/svg+xml,%3Csvg width='311' height='240' viewBox='0 0 311 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.08'%3E%3Ccircle cx='218.579' cy='218.577' r='124.497' transform='rotate(180 218.579 218.577)' stroke='%23492E6E' stroke-width='6.09305' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='218.557' cy='218.556' r='93.9371' transform='rotate(180 218.557 218.556)' stroke='%23492E6E' stroke-width='4.97673' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='218.6' cy='218.6' r='152.906' transform='rotate(180 218.6 218.6)' stroke='%23492E6E' stroke-width='8.12407' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='218.62' cy='218.62' r='182.708' transform='rotate(180 218.62 218.62)' stroke='%23492E6E' stroke-width='10.1551' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3Ccircle cx='218.556' cy='218.556' r='212' transform='rotate(180 218.556 218.556)' stroke='%23492E6E' stroke-width='13.1123' stroke-linecap='round' stroke-dasharray='0 65.53'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

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

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

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

    .s-research {
        margin-bottom: 40px;
    }

    .s-research__outer {
        border-width: 16px;
    }

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

    .s-research__wrap {
        padding: 210px 0;
        background-position: left 21% center;
    }

    .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-quote__wrap {
        border-width: 16px;
        padding: 0 16px;
        gap: 0;
    }

    .s-quote__img {
        display: flex;
        margin-right: -16px;
        img {
            width: 100%;
            height: auto;
        }
    }

    .s-quote__position {
        font-size: 16px;
    }

    .s-quote__text {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .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-articlesslider__slide {
        padding: 16px;
        gap: 10px;
    }

    .s-quote {
        padding: 40px 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-cta {
        padding: 40px 0;
    }

    .s-cta__inner {
        padding: 16px;
        gap: 20px;
    }

    .s-cta__content {
        gap: 2px;
    }

    .s-cta__socials {
        gap: 20px;
    }

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

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

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

    .s-partnerbox:before {
        border-radius: 18px;
    }

    .s-partnerbox__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

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

@media screen and (max-width: 385px) {
    .s-cover::before {
        width: 100%;
    }
}

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

    .s-awardees__list::after {
        height: calc(100% - 180px);
        bottom: 100px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .s-progress__gridItem {
        aspect-ratio: 1/2.3;
    }
}

@media (min-width: 1125px) and (max-width: 1439px) {
    .s-progress__gridItem:hover .s-progress__gridItem-year {
        font-size: 32px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .s-imageandarticles__articles:not(.is-slider) {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: unset;
        grid-gap: 16px;
        flex: unset;
    }
}