

/* Start:/local/templates/main/css/style.css?1773323146138642*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:wght@100..900&display=swap");
:root {
    --primary: #3F3A31;
    --primary-50: rgba(63, 58, 49, 0.5);
    --primary-20: rgba(63, 58, 49, 0.2);
    --secondary: #A04830;
    --tertiary: #FCF9F4;
    --quaternary: #F7EEDC;
    --text: #3F3A31;
    --accent: #3F3A31;
    --hover: #A04830;
    --active: #803A26;
    --white: #ffffff;
    --black: #000000;
    --black-20: rgba(0, 0, 0, 0.2);
    --gray: #727d86;
    --gray-light: #CAC7C3;
    --gray-dark: #333333;
    --green: #00c100;
    --red: #FF4747;
    --font-family: "Roboto", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-title: "Oswald", serif;
    --font-size-html: 10px;
    --font-weight: 400;
    --font-size-small: 1.6rem;
    --font-size: 2rem;
    --font-size-large: 3.2rem;
    --font-size-xlarge: 4.8rem;
    --font-size-xxlarge: 5.8rem;
    --line-height: 1.4;
    --line-height-heading: 1.1;
    --letter-spacing: 0.1em;
    --container: 144rem;
    --gap: 5rem;
    --gap-fluid: 5rem;
    --header: 10rem;
    --border-radius: 1.2rem;
    --border-width: 1px;
    --border-width-bold: 2px;
    --duration: 0.3s;
    --function: cubic-bezier(0.4, 0.0, 0.2, 1);
    --overlay: rgba(0, 0, 0, 0.8);
    --shadow: 0 2px 6px -2px rgba(22, 22, 19, 0.1);
    --z-index-header: 3000;
    --z-index-navigation: 3010;
    --z-index-modal: 4001;
    --z-index-overlay: 4000;
}

@media (max-width: 1599.98px) {
    :root {
        --font-size: 1.6rem;
        --font-size-large: 3rem;
        --font-size-xlarge: 4.4rem;
        --font-size-xxlarge: 5.2rem;
    }
}
@media (max-width: 1399.98px) {
    :root {
        --font-size-large: 2.8rem;
        --font-size-xlarge: 3.8rem;
        --font-size-xxlarge: 4.8rem;
    }
}
@media (max-width: 1199.98px) {
    :root {
        --gap: 4rem;
        --gap-fluid: 4rem;
        --font-size-large: 2.4rem;
        --font-size-xlarge: 3.2rem;
        --font-size-xxlarge: 4.2rem;
        --header: 7rem;
    }
}
@media (max-width: 767.98px) {
    :root {
        --gap: 2rem;
        --gap-fluid: 2rem;
        --font-size-large: 2rem;
        --font-size-xlarge: 2.4rem;
        --font-size-xxlarge: 2.8rem;
        --header: 6rem;
    }
}
/* reboot */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    height: 100%;
    font-size: var(--font-size-html);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

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

body {
    margin: 0;
    font-family: var(--font-family);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    color: var(--text);
    text-align: left;
    background-color: var(--tertiary);
    height: 100%;
}

:focus {
    outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--accent);
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    will-change: color, background-color, border-color;
}
a.underline {
    text-decoration: underline;
}
@media (hover: hover) {
    a:hover {
        color: var(--hover);
    }
}
a:active {
    color: var(--active);
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--gray-dark);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

.hidden,
[hidden] {
    display: none !important;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-style: none;
}

.map-canvas img {
    max-width: none;
}

figure {
    margin: 0 0 1rem;
}

svg {
    overflow: hidden;
    display: block;
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.content-visibility-auto {
    content-visibility: auto;
}

/* typography */
.wysiwyg a {
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
}

/* grid */
.main-site {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.container {
    padding: 0 var(--gap);
}

.container-fluid {
    padding: 0 var(--gap-fluid);
}

.desktop-only {
    display: block;
}

.tablet-only,
.mobile-only {
    display: none;
}

.desktop-none {
    display: none;
}

@media (max-width: 1199.98px) {
    .desktop-only {
        display: none;
    }
    .tablet-only {
        display: block;
    }
    .desktop-none {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .tablet-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
.col-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-half-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

@media (max-width: 1199.98px) {
    .col-half {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
.box {
    display: none;
}
.box.visible {
    display: block;
}

.bg-quaternary {
    background: var(--quaternary);
}

/* forms */
.error {
    color: var(--red) !important;
    border-color: var(--red) !important;
}

.success {
    color: var(--green) !important;
    border-color: var(--green) !important;
}

.disabled {
    opacity: 0.3 !important;
    color: var(--gray) !important;
    border-color: var(--gray) !important;
    cursor: default !important;
}

.input-wrapper.error input.input-text,
.input-wrapper.error textarea.textarea,
.input-wrapper.error select.select {
    border-color: var(--red);
}
.input-wrapper.error .input-error {
    display: block;
}

.input-error {
    display: none;
    margin-top: 1.6rem;
    font-size: 1.6rem;
}

@media (max-width: 767.98px) {
    .input-error {
        margin-top: 0.8rem;
    }
}
input.input-text,
textarea.textarea,
select.select {
    display: block;
    width: 100%;
    height: 7rem;
    padding: 1.9rem;
    font-size: 2rem;
    line-height: normal;
    color: var(--primary);
    border: 1px solid var(--tertiary);
    border-radius: 1rem;
    background: var(--tertiary);
    -webkit-transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    will-change: color, background-color, border-color;
}
input.input-text::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder, select.select::-webkit-input-placeholder {
    color: var(--primary);
}
input.input-text::-moz-placeholder, textarea.textarea::-moz-placeholder, select.select::-moz-placeholder {
    color: var(--primary);
}
input.input-text:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder, select.select:-ms-input-placeholder {
    color: var(--primary);
}
input.input-text::-ms-input-placeholder, textarea.textarea::-ms-input-placeholder, select.select::-ms-input-placeholder {
    color: var(--primary);
}
input.input-text::placeholder,
textarea.textarea::placeholder,
select.select::placeholder {
    color: var(--primary);
}

textarea.textarea {
    height: 12rem;
    font-family: var(--font-family);
    resize: none;
    overflow: auto;
}

select.select {
    padding-right: 5rem;
    background-image: url("/local/templates/main/css/../images/select.svg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 5.3rem 7rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select.select::-ms-expand {
    display: none;
}

.checkbox,
.radio {
    display: block;
}
.checkbox input,
.radio input {
    display: none;
}
.checkbox input:checked + label::before,
.radio input:checked + label::before {
    background-color: var(--secondary);
}
.checkbox input:checked + label::after,
.radio input:checked + label::after {
    opacity: 1;
}
.checkbox input:disabled + label,
.radio input:disabled + label {
    opacity: 0.3;
    pointer-events: none;
}
.checkbox label,
.radio label {
    cursor: pointer;
    display: block;
    position: relative;
    min-height: 2.4rem;
    font-size: 1.6rem;
    color: #0D081B;
    padding: 0 0 0 3.4rem;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.checkbox label::before,
.radio label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.2rem solid var(--secondary);
    border-radius: 0.4rem;
    background: transparent;
    -webkit-transition: background-color var(--duration) var(--function);
    transition: background-color var(--duration) var(--function);
    will-change: background-color;
}
.checkbox label::after,
.radio label::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url("/local/templates/main/css/../images/checkbox.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    -webkit-transition: opacity var(--duration) var(--function);
    transition: opacity var(--duration) var(--function);
    will-change: opacity;
}
.checkbox label a,
.radio label a {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--secondary);
}
@media (hover: hover) {
    .checkbox label a:hover,
    .radio label a:hover {
        color: var(--active);
    }
}

@media (max-width: 767.98px) {
    .checkbox label,
    .radio label {
        font-size: 1.4rem;
    }
}
a.button,
input.button,
button.button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    position: relative;
    font-family: var(--font-title);
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--tertiary);
    text-transform: uppercase;
    padding: 4rem 2rem 2rem;
    border: 1px solid transparent;
    background: var(--secondary);
    border-radius: var(--border-radius);
    -webkit-transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    transition: color var(--duration) var(--function), background-color var(--duration) var(--function), border-color var(--duration) var(--function);
    will-change: color, background-color, border-color;
}
a.button svg,
input.button svg,
button.button svg {
    position: absolute;
    top: 2rem;
    right: 2rem;
    margin: 0;
}
@media (hover: hover) {
    a.button:hover,
    input.button:hover,
    button.button:hover {
        color: var(--primary);
        border-color: var(--primary);
        background-color: var(--tertiary);
    }
}
a.button:active,
input.button:active,
button.button:active {
    color: var(--primary);
    border-color: transparent;
    background-color: var(--gray-light);
}

@media (max-width: 1199.98px) {
    a.button,
    input.button,
    button.button {
        width: 15rem;
        height: 15rem;
        font-size: 1.6rem;
        padding: 4rem 1.5rem 1.5rem;
    }
}
@media (max-width: 767.98px) {
    a.button,
    input.button,
    button.button {
        width: 12.5rem;
        height: 12.5rem;
        font-size: 1.4rem;
        padding: 2.9rem 0.9rem 0.9rem;
        border-radius: 1rem;
    }
    a.button svg,
    input.button svg,
    button.button svg {
        top: 0.7rem;
        right: 1rem;
    }
}
/* header */
.header-site {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    position: fixed;
    z-index: var(--z-index-header);
    left: 0;
    width: 100dvw;
    top: 0;
    height: var(--header);
    padding: 1.5rem 0 1.4rem;
    border-bottom: 1px solid var(--primary-20);
    background: var(--tertiary);
}
.header-site .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.header-push {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    height: var(--header);
}

.logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 2rem;
    padding-bottom: 0.6rem;
}
.logo span,
.logo a {
    display: block;
    max-width: 7.2rem;
}
.logo span img,
.logo a img {
    width: 100%;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 3.3rem;
}
.menu li {
    font-size: 1.6rem;
    line-height: 1.125;
}
.menu li a {
    display: block;
    padding: 0.7rem 0;
}

.navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.navigation-toggle {
    display: none;
    position: absolute;
    z-index: 3050;
    top: 0;
    right: 3.2rem;
    width: 5.4rem;
    height: 5rem;
    padding: 0;
    border: 0;
    background: transparent;
}
.navigation-toggle-icon {
    position: absolute;
    top: 50%;
    left: 2.2rem;
    right: 1.2rem;
    height: 0.3rem;
    background: var(--secondary);
    translate: 0 -50%;
}
.navigation-toggle-icon:before, .navigation-toggle-icon:after {
    content: "";
    position: absolute;
    inset: 0;
    left: -1rem;
    background: var(--secondary);
    translate: 0 -1.1rem;
}
.navigation-toggle-icon:after {
    translate: 0 1.1rem;
}
.navigation-open .navigation-toggle-icon {
    background-color: transparent;
}
.navigation-open .navigation-toggle-icon:after {
    translate: 0 0;
    rotate: -45deg;
}
.navigation-open .navigation-toggle-icon:before {
    translate: 0 0;
    rotate: 45deg;
}

@media (max-width: 1199.98px) {
    .header-site {
        padding: 1rem 0 0.9rem;
    }
    .logo {
        position: relative;
        z-index: 3050;
        height: 5rem;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0.2rem;
    }
    .logo span,
    .logo a {
        max-width: 4.9rem;
    }
    .menu {
        display: block;
        padding-top: 0.4rem;
        border-top: 1px solid #F4F1EC;
        gap: 0;
    }
    .menu li a {
        padding: 1.2rem 0;
    }
    .navigation {
        display: none;
    }
    .navigation-toggle {
        display: block;
    }
    .navigation-open .logo {
        margin-left: -2.2rem;
    }
    .navigation-open .logo span,
    .navigation-open .logo a {
        max-width: 4rem;
    }
    .navigation-open .navigation {
        display: block;
        position: absolute;
        z-index: var(--z-index-navigation);
        left: 0;
        top: -1rem;
        width: 100dvw;
        max-height: 100dvh;
        overflow: auto;
        padding: 5.9rem 2rem 0.7rem;
        background: var(--tertiary);
        border-bottom: 1px solid var(--primary-20);
    }
    .navigation-open .navigation-toggle {
        top: -0.5rem;
        right: 1.2rem;
    }
}
@media (max-width: 767.98px) {
    .logo {
        height: 4rem;
        padding-left: 0;
    }
    .logo span,
    .logo a {
        max-width: 4rem;
    }
    .navigation-toggle {
        top: -0.5rem;
        right: 1.2rem;
    }
    .navigation-open .logo {
        margin-left: 0;
    }
}
.footer-site {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding: 3.9rem 0 2.6rem;
    border-top: 1px solid var(--primary-20);
}
.footer-site .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.3%;
            flex: 0 0 19.3%;
    max-width: 19.3%;
}
.footer-logo a {
    display: block;
    max-width: 7.2rem;
    margin-left: 1.2rem;
}
.footer-logo a img {
    width: 100%;
}
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.4%;
            flex: 0 0 43.4%;
    max-width: 43.4%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 2rem;
    font-size: 1.6rem;
    line-height: 1.125;
    margin-bottom: 1.4rem;
}
.footer-nav li:nth-child(1) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.footer-nav li:nth-child(4) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
}
.footer-nav li:nth-child(3) {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
}
.footer-nav li:nth-child(6) {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
}
.footer-nav li:nth-child(5) {
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.footer-nav li:nth-child(2) {
    -webkit-box-ordinal-group: 61;
        -ms-flex-order: 60;
            order: 60;
}
.footer-links {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li {
    font-size: 1.6rem;
    line-height: 1.125;
    margin-bottom: 1.4rem;
}
.footer-links li a {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--secondary);
}
@media (hover: hover) {
    .footer-links li a:hover {
        color: var(--active);
    }
}
.footer-dev {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2rem;
    text-align: right;
}
.footer-dev-title {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--primary-50);
}
.footer-dev-title p {
    margin: 0;
}
.footer-dev-link a {
    display: block;
    max-width: 8.1rem;
    margin-left: auto;
}
.footer-dev-link a img {
    width: 100%;
}

@media (max-width: 1399.98px) {
    .footer-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.3%;
                flex: 0 0 16.3%;
        max-width: 16.3%;
    }
    .footer-nav {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 39.8%;
                flex: 0 0 39.8%;
        max-width: 39.8%;
    }
}
@media (max-width: 1199.98px) {
    .footer-site {
        padding-bottom: 3.6rem;
    }
    .footer-site .container-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 24.4%;
                flex: 0 0 24.4%;
        max-width: 24.4%;
    }
    .footer-nav {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.1%;
                flex: 0 0 66.1%;
        max-width: 66.1%;
    }
    .footer-nav li:nth-child(n) {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-links {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0 1.4rem;
        margin-top: 2.7rem;
    }
    .footer-dev {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 2.5rem;
    }
    .footer-dev-link a {
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .footer-site {
        padding-top: 2.9rem;
        padding-bottom: 3.1rem;
    }
    .footer-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-logo a {
        max-width: 5rem;
        margin-left: 0.9rem;
    }
    .footer-nav {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2.9rem;
    }
    .footer-nav li {
        font-size: 1.4rem;
    }
    .footer-links {
        display: block;
        gap: 0;
        margin-top: 1.7rem;
    }
    .footer-links li {
        font-size: 1.4rem;
    }
    .footer-dev {
        margin-top: 1.6rem;
    }
    .footer-dev-link a {
        max-width: 10rem;
    }
}
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
            transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

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

.swiper-horizontal {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.swiper-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
}

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

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
    }
}
/* Slide styles end */
.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-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    display: block;
    width: 9.5rem;
    height: 9.5rem;
    z-index: 10;
    cursor: pointer;
    background: var(--primary);
    border-radius: var(--border-radius);
    -webkit-transition: background-color var(--duration) var(--function);
    transition: background-color var(--duration) var(--function);
    will-change: background-color;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    margin: 0;
    -webkit-transition: translate var(--duration) var(--function);
    transition: translate var(--duration) var(--function);
}
@media (hover: hover) {
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: var(--secondary);
    }
}
.swiper-button-prev:active,
.swiper-button-next:active {
    background-color: var(--active);
}
.swiper-button-prev:active svg,
.swiper-button-next:active svg {
    translate: calc(-50% + 3px) -50%;
}

.swiper-button-prev svg {
    rotate: 180deg;
}
.swiper-button-prev:active svg {
    translate: calc(-50% - 3px) -50%;
}

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

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

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

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

@media (max-width: 1199.98px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 7.5rem;
        height: 7.5rem;
    }
}
@media (max-width: 767.98px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 4rem;
        height: 4rem;
        border-radius: 0.8rem;
    }
    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 1.2rem;
        height: auto;
    }
}
/* Navigation font end */
:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
    position: absolute;
    right: var(--gap-fluid);
    bottom: var(--gap-fluid);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    -webkit-transition: 300ms opacity;
    transition: 300ms 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;
}

/* Bullets */
.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 {
    display: block;
    margin: 0;
    width: 5rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color var(--duration) var(--function);
    transition: background-color var(--duration) var(--function);
    will-change: background-color;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            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 {
    background-color: var(--tertiary);
}

@media (max-width: 767.98px) {
    .swiper-pagination {
        gap: 0.4rem;
    }
    .swiper-pagination-bullet {
        width: 3rem;
    }
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
}

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

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

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

.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 {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

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

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

:root {
    /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
        touch-action: none;
    background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
        touch-action: none;
}

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

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

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

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

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

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

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

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

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

.swiper.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-prev {
    pointer-events: auto;
    visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

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

/* Cube slide shadows end */
.swiper.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;
}

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

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

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

.content-site {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
}

.cookies {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    position: fixed;
    z-index: 2999;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2rem;
    overflow: hidden;
    width: 55.2rem;
    padding: 2.4rem;
    border-radius: 1rem;
    background: var(--tertiary);
    -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
}
.cookies p {
    margin: 0;
}
.cookies-title {
    font-family: var(--font-title);
    font-size: 1.8rem;
    line-height: 1.3;
}
.cookies-text {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.5;
}
.cookies-cta {
    margin-top: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8rem;
}
.cookies-cta-button {
    max-width: 100%;
}
.cookies-cta-accept {
    display: block;
    white-space: nowrap;
    padding: 1.3rem 5.6rem 1.4rem 5.8rem;
    text-align: center;
    font-family: var(--font-title);
    font-size: 1.6rem;
    line-height: 1.25;
    color: var(--white) !important;
    background: var(--secondary);
    border-radius: 0.8rem;
}
@media (hover: hover) {
    .cookies-cta-accept:hover {
        background-color: var(--active);
    }
}
.cookies-cta-accept img {
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem 0 0 1.1rem;
}
.cookies-cta-link {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--secondary);
    text-decoration: underline;
    text-underline-position: under;
}
@media (hover: hover) {
    .cookies-cta-link:hover {
        color: var(--active);
    }
}

@media (max-width: 1199.98px) {
    .cookies {
        left: 2rem;
        -webkit-transform: none;
                transform: none;
    }
}
@media (max-width: 767.98px) {
    .cookies {
        right: 2rem;
        width: auto;
        padding: 2rem;
    }
    .cookies-cta {
        margin-top: 2rem;
    }
    .cookies-cta-button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .cookies-cta-link {
        text-align: center;
    }
}
.home-caption {
    padding: 3.9rem 0 3.8rem;
}
.home-caption .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 15rem;
    gap: 2rem;
}
.home-title {
    max-width: 36.5rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xxlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.home-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.home-info {
    max-width: 56.5rem;
}
.home-info p {
    margin: 0;
}
.home-buttons {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding-bottom: 0.7rem;
}
.home-content {
    position: relative;
    height: 0;
    padding-top: 35.42%;
}
.home-background {
    position: absolute;
    inset: 0;
}
.home-background img,
.home-background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.home-cta {
    position: absolute;
    z-index: 10;
    left: var(--gap-fluid);
    bottom: var(--gap-fluid);
}
.home-cta a.button {
    padding-left: 1.6rem;
    width: 11rem;
    height: 11rem;
}
.home-cta a.button svg {
    right: 1.5rem;
}

@media (max-width: 1399.98px) {
    .home-caption .container {
        min-height: 11.8rem;
    }
}
@media (max-width: 1199.98px) {
    .home-caption {
        padding: 4rem 0;
    }
    .home-caption .container {
        display: block;
        position: relative;
        min-height: 12.8rem;
        gap: 0;
    }
    .home-title, .home-info {
        max-width: none;
        padding-right: 20rem;
    }
    .home-info {
        margin-top: 1.5rem;
    }
    .home-buttons {
        position: absolute;
        right: var(--gap);
        bottom: 0;
        gap: 1rem;
        padding-bottom: 0;
    }
    .home-content {
        padding-top: 66.6667%;
    }
}
@media (max-width: 767.98px) {
    .home-caption {
        padding: 3rem 0;
    }
    .home-caption .container {
        min-height: 20.5rem;
        padding-bottom: 7rem;
    }
    .home-title, .home-info {
        padding-right: 0;
    }
    .home-buttons {
        right: auto;
        left: var(--gap);
        gap: 1.2rem;
    }
    .home-content {
        padding-top: 100%;
    }
    .home-cta a.button {
        padding-left: 1rem;
        padding-bottom: 1.3em;
        padding-bottom: 0.8rem;
        width: 8rem;
        height: 8rem;
    }
    .home-cta a.button svg {
        top: 0.5rem;
        right: 1rem;
    }
}
.intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.intro-background {
    height: 68rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 var(--border-radius);
}
.intro-background img,
.intro-background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.intro-content {
    max-width: 60rem;
    margin: 0 4rem 0 var(--gap);
    padding-top: 4.5rem;
}
.intro-text h1 {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xxlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
    margin: 0 0 4rem;
}
.intro-description {
    padding-bottom: 1.2rem;
}
.intro-description p {
    margin-bottom: 2.8rem;
}
.intro-cta {
    margin-bottom: 4rem;
}

.breadcrumbs {
    margin-bottom: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: var(--font-size-small);
    line-height: 1.25;
    color: var(--primary-50);
}
.breadcrumbs a {
    max-width: 100%;
    color: var(--secondary);
}
@media (hover: hover) {
    .breadcrumbs a:hover {
        color: var(--active);
    }
}
.breadcrumbs svg {
    margin: 0.5rem 1.2rem 0.4rem;
}
.breadcrumbs span {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .intro {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .intro-background {
        height: 0;
        padding-top: 66.6667%;
        border-radius: 0;
    }
    .intro-content {
        max-width: none;
        margin: 0;
        padding: 4rem var(--gap) 0;
    }
    .intro-text {
        padding-bottom: 1.6rem;
    }
    .intro-text h1 {
        margin-bottom: 2rem;
    }
    .intro-description {
        padding-bottom: 0;
    }
    .intro-description p {
        margin-bottom: 2.2rem;
    }
    .intro-cta {
        margin-bottom: 0;
        position: absolute;
        left: var(--gap);
        bottom: var(--gap);
    }
    .breadcrumbs {
        margin-bottom: 3.8rem;
    }
}
@media (max-width: 767.98px) {
    .intro-background {
        padding-top: 100%;
    }
    .intro-content {
        padding-top: 3rem;
    }
    .intro-text {
        padding-bottom: 0.7rem;
    }
    .breadcrumbs {
        margin-bottom: 2.8rem;
    }
}
.packaging {
    padding: 16rem 0;
    background: var(--quaternary);
}
.packaging-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.packaging-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.721%;
            flex: 0 0 58.721%;
    max-width: 58.721%;
    padding-right: 4rem;
    padding-top: 1rem;
}
.packaging-caption, .packaging-title {
    margin-bottom: 5rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.packaging-caption *, .packaging-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.packaging-description p {
    margin: 0;
}
.packaging-description p + p {
    margin-top: 2.8rem;
}
.packaging-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.279%;
            flex: 0 0 41.279%;
    max-width: 50rem;
}
.packaging-img img {
    width: 100%;
    border-radius: var(--border-radius);
}

@media (max-width: 1399.98px) {
    .packaging-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 53.39%;
                flex: 0 0 53.39%;
        max-width: 53.39%;
        padding-top: 0;
    }
    .packaging-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 46.61%;
                flex: 0 0 46.61%;
    }
    .packaging-caption, .packaging-title {
        margin-bottom: 4rem;
    }
}
@media (max-width: 1199.98px) {
    .packaging {
        padding: 8.7rem 0 8rem;
    }
    .packaging-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .packaging-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55.96%;
                flex: 0 0 55.96%;
        max-width: 55.96%;
        padding-right: 3rem;
    }
    .packaging-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 44.04%;
                flex: 0 0 44.04%;
        max-width: 32.4rem;
    }
    .packaging-caption, .packaging-title {
        margin-bottom: 4.8rem;
    }
    .packaging-title {
        display: none;
    }
    .packaging-description p + p {
        margin-top: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .packaging {
        padding: 7rem 0;
    }
    .packaging-content {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .packaging-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .packaging-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .packaging-caption, .packaging-title {
        margin-bottom: 2rem;
    }
    .packaging-title {
        display: block;
    }
    .packaging-description {
        margin-bottom: 2rem;
    }
}
.partnership {
    padding: 16rem 0 9rem;
}
.partnership-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 7rem;
}
.partnership-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.93%;
            flex: 0 0 50.93%;
    max-width: 50.93%;
    padding-left: 7rem;
}
.partnership-title {
    margin-bottom: 4rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.partnership-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.partnership-description p {
    margin-bottom: 0;
}
.partnership-description p + p {
    margin-top: 2.8rem;
}
.partnership-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.07%;
            flex: 0 0 49.07%;
    max-width: 49.07%;
}
.partnership-img img {
    width: 100%;
    border-radius: var(--border-radius);
}
.partnership-list {
    margin-bottom: 3.8rem;
}
.partnership-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -1.6rem;
    padding: 0;
    list-style: none;
}
.partnership-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 1.6rem 3.2rem 4.6rem;
    position: relative;
}
.partnership-list ul li::before {
    content: "";
    position: absolute;
    left: 1.6rem;
    top: 0.7rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--secondary);
}

@media (max-width: 1399.98px) {
    .partnership-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 57.627%;
                flex: 0 0 57.627%;
        max-width: 57.627%;
    }
    .partnership-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42.373%;
                flex: 0 0 42.373%;
        max-width: 42.373%;
    }
    .partnership-img img {
        aspect-ratio: 500/360;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 1199.98px) {
    .partnership {
        padding: 8rem 0 4rem;
    }
    .partnership-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }
    .partnership-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .partnership-description {
        margin-bottom: 4rem;
    }
    .partnership-description p + p {
        margin-top: 2.2rem;
    }
    .partnership-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 4rem;
    }
    .partnership-img img {
        aspect-ratio: 688/360;
    }
    .partnership-list {
        margin-bottom: 0.7rem;
    }
    .partnership-list ul li::before {
        top: 0.4rem;
    }
}
@media (max-width: 767.98px) {
    .partnership {
        padding-top: 7rem;
    }
    .partnership-title {
        margin-bottom: 2rem;
    }
    .partnership-description {
        margin-bottom: 2.9rem;
    }
    .partnership-img {
        margin-bottom: 3rem;
    }
    .partnership-img img {
        aspect-ratio: 1;
    }
    .partnership-list {
        margin-bottom: 1.3rem;
    }
    .partnership-list ul {
        margin: 0;
    }
    .partnership-list ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 1.6rem 3rem;
    }
    .partnership-list ul li::before {
        left: 0;
    }
}
.caption {
    margin-bottom: 7rem;
    font-family: var(--font-title);
    font-weight: 500;
    text-transform: uppercase;
}
.caption img {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.3rem;
}

@media (max-width: 1199.98px) {
    .caption {
        margin-bottom: 4rem;
        font-size: 1.8rem;
        line-height: 1.5556;
    }
}
@media (max-width: 767.98px) {
    .caption {
        margin-bottom: 3rem;
        font-size: 1.6rem;
        line-height: 1.75;
    }
}
.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 7rem;
}
.heading-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 7rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.heading-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.heading-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.heading-text p {
    margin: 0;
}
.heading-text p + p {
    margin-top: 2.8rem;
}

@media (max-width: 1399.98px) {
    .heading-title {
        padding-right: 4rem;
    }
}
@media (max-width: 1199.98px) {
    .heading {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }
    .heading-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 4rem;
    }
    .heading-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 4rem;
    }
    .heading-text p + p {
        margin-top: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .heading {
        margin-bottom: 1rem;
    }
    .heading-title {
        margin-bottom: 2rem;
    }
    .heading-text {
        margin-bottom: 2rem;
    }
}
.environment {
    padding: 16rem 0;
}
.environment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
    margin-right: -3.2rem;
    margin-bottom: 3.2rem;
}
.environment-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.2rem);
            flex: 0 0 calc(25% - 3.2rem);
    max-width: calc(25% - 3.2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20rem;
    padding: 2.4rem 2.3rem;
    background: var(--quaternary);
    border-radius: 1.5rem;
}
.environment-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.8rem;
            flex: 0 0 7.8rem;
    max-width: 7.8rem;
    padding-right: 1.7rem;
    padding-top: 0.6rem;
}
.environment-icon img {
    width: 100%;
}
.environment-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    line-height: 1.15;
}
.environment-text p {
    margin: 0;
}
.environment-img {
    margin-left: calc(var(--gap) * -1);
}
.environment-img img {
    width: 100%;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

@media (max-width: 1599.98px) {
    .environment-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        min-height: 21rem;
    }
    .environment-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 6.1rem;
                flex: 0 0 6.1rem;
        max-width: 6.1rem;
        padding-right: 0;
        padding-top: 0;
        min-height: 7rem;
        margin-bottom: 2rem;
    }
    .environment-text {
        text-align: center;
    }
}
@media (max-width: 1399.98px) {
    .environment-list {
        gap: 1.6rem;
        margin-right: -1.6rem;
    }
    .environment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 1.6rem);
                flex: 0 0 calc(25% - 1.6rem);
        max-width: calc(25% - 1.6rem);
    }
    .environment-text {
        font-size: 1.6rem;
    }
    .environment-img img {
        aspect-ratio: 1230/680;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 1199.98px) {
    .environment {
        padding: 8rem 0 0;
    }
    .environment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 1.6rem);
                flex: 0 0 calc(50% - 1.6rem);
        max-width: calc(50% - 1.6rem);
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 13.8rem;
        padding: 2.3rem 3.5rem;
    }
    .environment-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 7.7rem;
                flex: 0 0 7.7rem;
        max-width: 7.7rem;
        padding-right: 1.6rem;
        padding-top: 0.5rem;
        min-height: 0;
        margin-bottom: 0;
    }
    .environment-text {
        text-align: left;
    }
    .environment-img {
        margin-right: calc(var(--gap) * -1);
    }
    .environment-img img {
        aspect-ratio: 768/512;
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .environment {
        padding-top: 7rem;
    }
    .environment-list {
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .environment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .environment-img img {
        aspect-ratio: 1;
    }
}
.text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.text-image-background {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.text-image-background img,
.text-image-background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.text-image-content {
    max-width: 71rem;
    margin: 0 4rem 0 var(--gap);
    padding: 4rem 0;
}
.text-image-title {
    margin-bottom: 4rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.text-image-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.text-image-title a {
    text-decoration: underline;
    text-underline-position: under;
}
.text-image-description p {
    margin: 0;
}
.text-image-description p + p {
    margin-top: 2.8rem;
}
.text-image-list {
    display: block;
    margin: 7rem 0 0;
    padding: 0;
    list-style: none;
}
.text-image-list li {
    position: relative;
    margin-top: 3rem;
    padding-left: 3rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: 1.125;
    letter-spacing: -0.01em;
}
.text-image-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--secondary);
}
.text-image-vacancies {
    margin-top: 7rem;
    font-size: 1.4rem;
    line-height: 1.143;
    font-weight: bold;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid #1560B2;
}
.text-image-vacancies p {
    margin-bottom: 0;
}
.text-image-vacancies p + p {
    margin-top: 1rem;
}
.text-image-vacancies-logo {
    margin-top: 1rem;
}
.text-image-vacancies-logo a {
    display: inline-block;
    vertical-align: top;
}
.text-image-inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.text-image-inverse .text-image-background {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.text-image-inverse .text-image-content {
    max-width: 78rem;
    margin: 0 var(--gap) 0 auto;
    padding-left: 4rem;
}

@media (max-width: 1799.98px) {
    .text-image-list {
        margin-top: 4rem;
    }
    .text-image-list li {
        font-size: 2.8rem;
    }
    .text-image-list li::before {
        top: 1rem;
    }
}
@media (max-width: 1599.98px) {
    .text-image-list {
        margin-top: 3rem;
    }
    .text-image-list li {
        margin-top: 2rem;
        font-size: 2rem;
        line-height: 1.4;
    }
    .text-image-list li::before {
        top: 0.8rem;
    }
}
@media (max-width: 1199.98px) {
    .text-image {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .text-image-background {
        aspect-ratio: 768/512;
        border-radius: 0;
    }
    .text-image-content {
        max-width: none;
        margin: 0;
        padding: 4rem var(--gap);
    }
    .text-image-description p + p {
        margin-top: 2.2rem;
    }
    .text-image-list {
        margin-top: 3.8rem;
        margin-right: -4rem;
        margin-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 1.6rem 4rem;
    }
    .text-image-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 4rem);
                flex: 0 0 calc(50% - 4rem);
        max-width: calc(50% - 4rem);
        margin-top: 0;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .text-image-list li::before {
        top: 1.3rem;
    }
    .text-image-vacancies {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    .text-image-inverse .text-image-background {
        border-radius: 0;
    }
    .text-image-inverse .text-image-content {
        max-width: none;
        margin: 0;
        padding: 4rem var(--gap);
    }
    .text-image-mobile-opposite .col-half-center {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}
@media (max-width: 767.98px) {
    .text-image-background {
        aspect-ratio: 1;
    }
    .text-image-title {
        margin-bottom: 2rem;
    }
    .text-image-list {
        margin-top: 3rem;
        margin-right: 0;
        margin-bottom: 0;
        gap: 1.6rem;
    }
    .text-image-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.4;
    }
    .text-image-list li::before {
        top: 0.8rem;
    }
    .text-image-vacancies {
        margin-top: 3rem;
    }
}
.principles {
    padding: 16rem 0;
    background: var(--quaternary);
}
.principles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    margin-right: -3.2rem;
}
.principles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3.2rem);
            flex: 0 0 calc(50% - 3.2rem);
    max-width: calc(50% - 3.2rem);
    -webkit-transition: all var(--duration) var(--function);
    transition: all var(--duration) var(--function);
}
.principles-item.not-hovered {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.2rem);
            flex: 0 0 calc(25% - 3.2rem);
    max-width: calc(25% - 3.2rem);
}
.principles-item.not-hovered .principles-block {
    padding-right: 2.4rem;
}
.principles-item.not-hovered .principles-img {
    width: 10rem;
    height: 10rem;
}
.principles-item.not-hovered .principles-info, .principles-item.not-hovered .principles-more {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: var(--function);
            animation-timing-function: var(--function);
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.principles-item.hovered .principles-info, .principles-item.hovered .principles-more {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: var(--function);
            animation-timing-function: var(--function);
    -webkit-animation-delay: var(--duration);
            animation-delay: var(--duration);
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.principles-block {
    display: block;
    position: relative;
    min-height: 100%;
    padding: 2.4rem 29.4rem 6rem 2.4rem;
    background: var(--tertiary);
    border-radius: 1.5rem;
}
.principles-text {
    display: block;
    height: 20.2rem;
    overflow: hidden;
}
.principles-title {
    display: block;
    margin-bottom: 1.5rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
    color: var(--text);
    white-space: nowrap;
}
.principles-info {
    display: block;
    color: var(--text);
    opacity: 0;
}
.principles-info p {
    margin: 0;
}
.principles-img {
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    width: 23.8rem;
    height: 23.8rem;
    -webkit-transition: all var(--duration) var(--function);
    transition: all var(--duration) var(--function);
}
.principles-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--border-radius);
}
.principles-more {
    position: absolute;
    left: 2.4rem;
    bottom: 1.9rem;
    white-space: nowrap;
    font-family: var(--font-title);
    font-size: 2rem;
    color: var(--secondary);
    opacity: 0;
}
.principles-more img {
    display: inline-block;
    vertical-align: top;
    margin: 0.6rem 0 0 1.2rem;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media (max-width: 1599.98px) {
    .principles-title {
        font-size: 3rem;
    }
    .principles-info {
        font-size: 1.6rem;
    }
}
@media (max-width: 1399.98px) {
    .principles-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0;
    }
    .principles-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .principles-item.not-hovered {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .principles-item.not-hovered .principles-block {
        padding-right: 29.4rem;
        padding-bottom: 2.4rem;
    }
    .principles-item.not-hovered .principles-text {
        height: 6.7rem;
        margin-top: 3.3rem;
    }
    .principles-block {
        min-height: 0;
    }
    .principles-text {
        -webkit-transition: all var(--duration) var(--function);
        transition: all var(--duration) var(--function);
    }
    .principles-title {
        font-size: var(--font-size-large);
    }
    .principles-info {
        font-size: var(--font-size);
    }
}
@media (max-width: 1199.98px) {
    .principles {
        padding: 8rem 0;
    }
    .principles-list {
        gap: 1.6rem;
    }
    .principles-item.not-hovered .principles-block {
        padding-right: 26.6rem;
        padding-bottom: 6rem;
    }
    .principles-item.not-hovered .principles-text {
        height: auto;
        margin-top: 0;
    }
    .principles-item.not-hovered .principles-img {
        width: 21rem;
        height: 21rem;
    }
    .principles-info, .principles-more {
        -webkit-animation: none !important;
                animation: none !important;
        opacity: 1;
    }
    .principles-block {
        padding: 2.4rem 26.6rem 6rem 2.4rem;
    }
    .principles-text {
        height: auto;
        min-height: 17.4rem;
    }
    .principles-img {
        width: 21rem;
        height: 21rem;
    }
}
@media (max-width: 767.98px) {
    .principles {
        padding: 7rem 0;
    }
    .principles-item.not-hovered .principles-block {
        padding-right: 1.6rem;
        padding-bottom: 16rem;
    }
    .principles-item.not-hovered .principles-img {
        width: 12.5rem;
        height: 12.5rem;
    }
    .principles-block {
        padding: 1.6rem 1.6rem 16rem;
    }
    .principles-text {
        min-height: 0;
    }
    .principles-img {
        width: 12.5rem;
        height: 12.5rem;
        bottom: 1.6rem;
        right: 1.6rem;
    }
    .principles-more {
        left: 1.6rem;
        bottom: 2.3rem;
    }
}
.supply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.supply-background {
    height: 94.2rem;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 var(--border-radius) 0;
}
.supply-background img,
.supply-background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.supply-content {
    max-width: 80.6rem;
    margin: 0 var(--gap) 0 auto;
    padding: 4rem 0 4rem 4rem;
}
.supply-title {
    max-width: 51rem;
    margin-bottom: 4rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.supply-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.supply-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin: 0 -1rem 4.7rem 0;
    padding: 0;
    list-style: none;
}
.supply-tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 1rem);
            flex: 0 0 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
}
.supply-tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    font-family: var(--font-title);
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--primary);
    text-transform: uppercase;
    padding: 2.3rem;
    border: 1px solid var(--primary);
    background: var(--tertiary);
    border-radius: 0.8rem;
}
@media (hover: hover) {
    .supply-tabs li a:hover {
        color: var(--primary);
        border-color: var(--primary);
        background-color: var(--gray-light);
    }
}
.supply-tabs li.active a {
    color: var(--tertiary);
    border-color: transparent;
    background-color: var(--secondary);
}
.supply-description {
    margin-bottom: 2.2rem;
    min-height: 8.4rem;
}
.supply-description p {
    margin: 0;
}
.supply-description p + p {
    margin-top: 2.8rem;
}

@media (max-width: 1599.98px) {
    .supply-background {
        height: 74rem;
    }
    .supply-content {
        padding-left: 6rem;
    }
    .supply-tabs li a {
        font-size: 1.5rem;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}
@media (max-width: 1399.98px) {
    .supply-background {
        height: 0;
        padding-top: 100%;
    }
    .supply-tabs {
        margin-bottom: 3.2rem;
    }
    .supply-description {
        margin-bottom: 2rem;
        min-height: 11.2rem;
    }
}
@media (max-width: 1279.98px) {
    .supply-tabs li a {
        font-size: 1.4rem;
    }
}
@media (max-width: 1199.98px) {
    .supply {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .supply-background {
        padding-top: 66.6667%;
        min-height: 0;
        border-radius: 0;
    }
    .supply-content {
        max-width: none;
        margin: 0;
        padding: 4rem var(--gap);
    }
    .supply-title {
        max-width: none;
    }
    .supply-tabs {
        max-width: 64rem;
        margin-bottom: 4rem;
    }
    .supply-tabs li a {
        font-size: 1.8rem;
    }
    .supply-description {
        margin-bottom: 4rem;
        min-height: 0;
    }
    .supply-description p + p {
        margin-top: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .supply-background {
        padding-top: 100%;
    }
    .supply-content {
        padding-top: 3rem;
    }
    .supply-title {
        margin-bottom: 2rem;
    }
    .supply-tabs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: none;
        margin-bottom: 3rem;
    }
    .supply-tabs li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 1rem);
                flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
    .supply-description {
        margin-bottom: 3rem;
    }
}
.production {
    padding: 16rem 0;
}
.production-content {
    position: relative;
}
.production-img {
    margin-left: calc(var(--gap) * -1);
    height: 68rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.production-img img,
.production-img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.production-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
}
.production-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.2rem);
            flex: 0 0 calc(25% - 3.2rem);
    max-width: calc(25% - 3.2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 12.3rem;
    padding: 2.4rem;
    gap: 1.6rem;
    background: var(--tertiary);
    border-radius: 1.5rem;
}
.production-number {
    padding-top: 0.2rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xxlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.production-text {
    line-height: 1.15;
}

@media (max-width: 1599.98px) {
    .production-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        text-align: center;
        padding-top: 2.9rem;
        gap: 0.4rem;
    }
    .production-number, .production-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .production {
        padding: 8rem 0 4rem;
    }
    .production-img {
        margin-bottom: 4rem;
        margin-right: calc(var(--gap) * -1);
        height: auto;
        border-radius: 0;
    }
    .production-img img,
    .production-img video {
        position: static;
        height: auto;
        aspect-ratio: 768/512;
    }
    .production-list {
        position: static;
        margin-bottom: 4rem;
        margin-right: -1.6rem;
        gap: 1.6rem;
    }
    .production-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 1.6rem);
                flex: 0 0 calc(50% - 1.6rem);
        max-width: calc(50% - 1.6rem);
        min-height: 14rem;
        padding-top: 2.6rem;
        gap: 0.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        background: var(--quaternary);
    }
}
@media (max-width: 767.98px) {
    .production {
        padding-top: 7rem;
    }
    .production-img {
        margin-bottom: 3rem;
    }
    .production-img img,
    .production-img video {
        aspect-ratio: 1;
    }
    .production-list {
        margin-bottom: 3rem;
        margin-right: 0;
    }
    .production-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        min-height: 0;
    }
    .production-number {
        padding-top: 0;
    }
}
.values {
    padding: 16rem 0;
}
.values-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -3.2rem;
    gap: 3.2rem;
}
.values-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 3.2rem);
            flex: 0 0 calc(20% - 3.2rem);
    max-width: calc(20% - 3.2rem);
    padding: 6.9rem 2.4rem 4.2rem;
    text-align: center;
    background: var(--quaternary);
    border-radius: 1.5rem;
}
.values-icon {
    margin-bottom: 1rem;
    min-height: 7.9rem;
}
.values-icon img {
    margin: 0 auto;
}
.values-title {
    margin-bottom: 2.2rem;
    min-height: 6.4rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: 1;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
}
.values-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.values-text {
    max-width: 25rem;
    margin: 0 auto;
    min-height: 10.4rem;
    line-height: 1.3;
}
.values-text p {
    margin: 0;
}

@media (max-width: 1599.98px) {
    .values-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333333% - 3.2rem);
                flex: 0 0 calc(33.33333333% - 3.2rem);
        max-width: calc(33.33333333% - 3.2rem);
    }
    .values-text {
        max-width: 28rem;
    }
}
@media (max-width: 1199.98px) {
    .values {
        padding: 8rem 0;
    }
    .values-list {
        margin-right: -1.6rem;
        gap: 1.6rem;
    }
    .values-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 1.6rem);
                flex: 0 0 calc(50% - 1.6rem);
        max-width: calc(50% - 1.6rem);
        padding: 4.8rem;
    }
    .values-item:last-child:nth-child(odd) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 1.6rem);
                flex: 0 0 calc(100% - 1.6rem);
        max-width: calc(100% - 1.6rem);
    }
    .values-icon {
        margin-bottom: 0.8rem;
    }
    .values-title {
        margin-bottom: 2rem;
        min-height: 0;
    }
    .values-text {
        max-width: none;
        margin: 0;
        min-height: 6.6rem;
        line-height: 1.375;
    }
}
@media (max-width: 767.98px) {
    .values {
        padding: 7rem 0;
    }
    .values-list {
        margin-right: 0;
    }
    .values-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
    .values-item:last-child:nth-child(odd) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .values-icon {
        margin-bottom: 0;
    }
    .values-title {
        margin-bottom: 1.9rem;
    }
    .values-text {
        min-height: 0;
    }
}
.purpose {
    padding: 16rem 0;
    background: var(--quaternary);
}
.purpose-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 50rem) / 2) 50rem calc((100% - 50rem) / 2);
    grid-template-columns: calc((100% - 50rem) / 2) 50rem calc((100% - 50rem) / 2);
}
.purpose-info {
    padding-right: 9rem;
    padding-bottom: 9.8rem;
}
.purpose-title {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: 1.5;
    text-transform: uppercase;
}
.purpose-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.purpose-active-2 .purpose-img-1 img.purpose-img-hidden {
    opacity: 1;
}
.purpose-active-2 .purpose-info-1,
.purpose-active-2 .purpose-text-1 {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
}
.purpose-active-2 .purpose-info-2,
.purpose-active-2 .purpose-text-2 {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
.purpose-info-1, .purpose-text-1, .purpose-info-2, .purpose-text-2 {
    -webkit-transition: opacity 0.5s var(--function), -webkit-transform 0.5s var(--function);
    transition: opacity 0.5s var(--function), -webkit-transform 0.5s var(--function);
    transition: transform 0.5s var(--function), opacity 0.5s var(--function);
    transition: transform 0.5s var(--function), opacity 0.5s var(--function), -webkit-transform 0.5s var(--function);
    will-change: transform, opacity;
}
.purpose-info-2, .purpose-text-2 {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
}
.purpose-img {
    position: sticky;
    top: calc(50% - 25rem);
}
.purpose-img-default {
    position: static;
    top: auto;
}
.purpose-img img {
    width: 100%;
    border-radius: var(--border-radius);
    -webkit-transition: opacity 0.5s var(--function);
    transition: opacity 0.5s var(--function);
    will-change: opacity;
}
.purpose-img img + img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.purpose-img img.purpose-img-hidden {
    opacity: 0;
}
.purpose-text {
    padding-left: 9rem;
}
.purpose-text p {
    margin: 0;
}
.purpose-text p + p {
    margin-top: 2.8rem;
}

@media (max-width: 1599.98px) {
    .purpose-content {
        -ms-grid-columns: calc(100% - 50rem) 50rem;
        grid-template-columns: calc(100% - 50rem) 50rem;
    }
    .purpose-img {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .purpose-text {
        padding-left: 0;
        padding-right: 9rem;
        padding-top: 4rem;
        -ms-flex-item-align: self-start;
            -ms-grid-row-align: self-start;
            align-self: self-start;
    }
    .purpose-info {
        padding-bottom: 0;
        -ms-flex-item-align: self-end;
            -ms-grid-row-align: self-end;
            align-self: self-end;
    }
}
@media (max-width: 1199.98px) {
    .purpose {
        padding: 8rem 0;
    }
    .purpose-content {
        display: block;
        text-align: center;
    }
    .purpose-info {
        padding-right: 0;
    }
    .purpose-title {
        margin-bottom: 4rem;
    }
    .purpose-text {
        max-width: 40.7rem;
        margin: 0 auto;
        padding-right: 0;
    }
    .purpose-text p {
        margin: 0;
    }
    .purpose-text p + p {
        margin-top: 2.2rem;
    }
    .purpose-img {
        position: static;
        top: auto;
        max-width: 40.7rem;
        margin: 0 auto;
    }
    .purpose-img-1 img.purpose-img-hidden {
        display: none;
    }
    .purpose-img img.purpose-img-hidden {
        opacity: 1;
    }
    .purpose-info-2, .purpose-text-2 {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
    .purpose-info-2 {
        padding-top: 8rem;
    }
    .purpose-active-2 .purpose-info-1,
    .purpose-active-2 .purpose-text-1 {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .purpose {
        padding: 7rem 0;
    }
    .purpose-title {
        margin-bottom: 3rem;
    }
    .purpose-text {
        padding-top: 3rem;
    }
    .purpose-info-2 {
        padding-top: 7rem;
    }
}
.story {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.story-content {
    position: relative;
}
.story-title {
    margin-bottom: 7rem;
    padding-top: 4.2rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.story-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.story-pagination {
    right: 0;
    bottom: auto;
    top: 9.1rem;
}
.story-pagination .swiper-pagination-bullet {
    background: var(--primary-20);
}
.story-pagination .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}
.story-buttons {
    position: absolute;
    top: 0;
    left: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.story-images {
    padding-left: var(--gap);
    padding-right: var(--gap);
}
.story-images-wrapper {
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
}
.story-images .swiper-slide-active .story-image img {
    aspect-ratio: 1;
    opacity: 1;
}
.story-image img {
    margin: 0 auto;
    opacity: 0.5;
    border-radius: var(--border-radius);
    aspect-ratio: 2/1.25;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity var(--duration) var(--function);
    transition: opacity var(--duration) var(--function);
}
.story-info {
    position: absolute;
    bottom: 0;
    left: calc(var(--gap) + 25%);
    max-width: 70rem;
    padding-right: var(--gap);
}
.story-year {
    margin-bottom: 0.8rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
}
.story-text p {
    margin: 0;
}

@media (max-width: 1599.98px) {
    .story {
        padding-bottom: 0;
    }
    .story-title {
        margin-bottom: 3.2rem;
    }
    .story-pagination {
        top: 7.5rem;
    }
    .story-buttons {
        top: 2rem;
    }
    .story-buttons .swiper-button-next, .story-buttons .swiper-button-prev {
        width: 6rem;
        height: 6rem;
    }
    .story-images {
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
    }
    .story-images .swiper-slide {
        width: 36rem;
        height: 36rem;
    }
    .story-images-wrapper {
        margin: 0;
    }
    .story-images .swiper-slide-active .story-image img {
        width: 36rem;
        height: 36rem;
        aspect-ratio: auto;
    }
    .story-image img {
        width: 36rem;
        height: 24rem;
        aspect-ratio: auto;
    }
    .story-info {
        right: auto;
        width: auto;
    }
    .story-text {
        max-width: 61.5rem;
    }
    .story-year {
        font-size: var(--font-size-xlarge);
        margin-bottom: 0.8rem;
    }
}
@media (max-width: 1199.98px) {
    .story-content {
        margin-bottom: 4rem;
    }
    .story-title {
        margin-bottom: 4rem;
        padding-top: 0;
    }
    .story-pagination {
        top: 3.1rem;
    }
    .story-pagination .swiper-pagination-bullet {
        width: 4rem;
    }
    .story-buttons {
        top: auto;
        left: auto;
        bottom: 0;
        right: 1.6rem;
        gap: 1rem;
    }
    .story-info {
        position: relative;
        bottom: auto;
        left: 0;
        max-width: 100%;
        right: auto;
        width: 100%;
        padding-right: 0;
    }
    .story-year {
        margin-bottom: 1.6rem;
    }
    .story-text {
        max-width: 40.7rem;
    }
}
@media (max-width: 767.98px) {
    .story-content {
        margin-bottom: 3rem;
    }
    .story-title {
        margin-bottom: 2.4rem;
    }
    .story-pagination {
        margin-bottom: 3.9rem;
        position: relative;
        right: auto;
        top: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 1rem;
    }
    .story-pagination .swiper-pagination-bullet {
        width: 2.4rem;
    }
    .story-buttons {
        display: none;
    }
    .story-images .swiper-slide {
        width: 30rem;
        height: 30rem;
    }
    .story-images .swiper-slide-active .story-image img {
        height: 30rem;
        aspect-ratio: auto;
    }
    .story-image img {
        width: 30rem;
        aspect-ratio: auto;
    }
    .story-text {
        max-width: none;
    }
}
.contact {
    padding-top: 4.5rem;
}
.contact-map {
    height: 68rem;
}
.contact-content {
    padding: 7.7rem 0 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.6744%;
            flex: 0 0 42.6744%;
    max-width: 55rem;
    padding-right: 4rem;
}
.contact-title {
    margin-bottom: 7.3rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xxlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.contact-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.contact-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 8.1rem;
    padding: 0;
    list-style: none;
}
.contact-tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 21.5rem;
}
.contact-tabs li a {
    display: block;
    text-align: center;
    font-family: var(--font-title);
    font-size: 1.6rem;
    line-height: 1.25;
    color: var(--primary);
    padding: 1.2rem 1.5rem 1.3rem;
    border: 1px solid var(--primary);
    background: var(--tertiary);
    border-radius: 0.8rem;
}
@media (hover: hover) {
    .contact-tabs li a:hover {
        color: var(--primary);
        border-color: var(--primary);
        background-color: var(--gray-light);
    }
}
.contact-tabs li.active a {
    color: var(--tertiary);
    border-color: transparent;
    background-color: var(--secondary);
}
.contact-detail-item {
    margin-bottom: 8.1rem;
    font-size: 2.2rem;
    line-height: 1.385;
}
.contact-detail-item h3 {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: 1.125;
    margin: 0 0 1.6rem;
}
.contact-detail-item p {
    margin: 0;
}
.contact-detail-item p + p {
    margin-top: 1.6rem;
}
.contact-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.3256%;
            flex: 0 0 57.3256%;
    max-width: 57.3256%;
    margin-bottom: 9.5rem;
    padding: 4.8rem;
    background: var(--quaternary);
    border-radius: 1.5rem;
}
.contact-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.6rem;
}
.contact-form-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.6rem 3.2rem;
}
.contact-form-col-x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.6rem 3.2rem;
}
.contact-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.contact-form-confirm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.contact-form-captcha {
    margin-bottom: 3.2rem;
}
.contact-form-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.2rem;
            flex: 0 0 23.2rem;
    max-width: 23.2rem;
    padding-left: 3.2rem;
}

@media (max-width: 1599.98px) {
    .contact-detail-item {
        line-height: 1.364;
    }
}
@media (max-width: 1399.98px) {
    .contact-content {
        padding-top: 3rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .contact-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .contact-title {
        margin-bottom: 4.3rem;
    }
    .contact-tabs {
        margin-bottom: 5.1rem;
    }
    .contact-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contact-detail-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-right: 3.2rem;
        margin-bottom: 7rem;
    }
    .contact-form {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .contact {
        padding-top: 4rem;
    }
    .contact-content {
        padding-top: 0;
        padding-bottom: 4rem;
    }
    .contact-title {
        margin-bottom: 4rem;
    }
    .contact-tabs {
        margin-bottom: 4.5rem;
    }
    .contact-detail-item {
        padding-right: 1rem;
        margin-bottom: 4rem;
        font-size: 2rem;
        line-height: 1.4;
    }
    .contact-detail-item h3 {
        margin-bottom: 2rem;
    }
    .contact-form {
        padding: 3.2rem;
        margin-bottom: 4rem;
    }
    .contact-form-button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 18.2rem;
                flex: 0 0 18.2rem;
        max-width: 18.2rem;
    }
}
@media (max-width: 767.98px) {
    .contact {
        padding-top: 3rem;
    }
    .contact-map {
        height: 37.5rem;
    }
    .contact-content {
        padding-bottom: 3rem;
    }
    .contact-info {
        padding-bottom: 4.2rem;
    }
    .contact-title {
        margin-bottom: 3rem;
    }
    .contact-tabs {
        margin-bottom: 3.7rem;
    }
    .contact-tabs li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-detail-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 2.8rem;
    }
    .contact-detail-item h3 {
        margin-bottom: 2.2rem;
    }
    .contact-form {
        padding: 1.6rem;
    }
    .contact-form-row {
        margin: 0;
    }
    .contact-form-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 1.6rem;
    }
    .contact-form-col-x2 {
        padding: 0 0 1.6rem;
    }
    .contact-form-footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .contact-form-confirm {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 3.2rem;
    }
    .contact-form-button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5rem;
                flex: 0 0 12.5rem;
        max-width: 12.5rem;
        padding-left: 0;
    }
}
.not-found {
    padding: 8.7rem 0 9.2rem;
    text-align: center;
}
.not-found-title {
    margin-bottom: 0.7rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: 1.5;
    text-transform: uppercase;
}
.not-found-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.not-found-text {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: 35rem;
    line-height: 1;
}
.not-found-cta {
    margin-top: 5.2rem;
}
.not-found-cta p {
    margin: 0;
}
.not-found-cta a {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--secondary);
}
@media (hover: hover) {
    .not-found-cta a:hover {
        color: var(--active);
    }
}

@media (max-width: 1199.98px) {
    .not-found {
        padding: 6rem 0;
    }
    .not-found .caption {
        margin-bottom: 5rem;
    }
    .not-found-text {
        font-size: 30rem;
    }
}
@media (max-width: 767.98px) {
    .not-found {
        padding: 8.5rem 0;
    }
    .not-found .caption {
        margin-bottom: 4.5rem;
        font-size: 2rem;
        line-height: 1.4;
    }
    .not-found-title {
        margin-bottom: 0.4rem;
        font-size: 2.8rem;
    }
    .not-found-text {
        font-size: 15.8rem;
    }
    .not-found-cta {
        margin-top: 3.3rem;
    }
}
.mission {
    padding: 16rem 0;
    background: var(--quaternary);
}
.mission-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 50rem) / 2) 50rem calc((100% - 50rem) / 2);
    grid-template-columns: calc((100% - 50rem) / 2) 50rem calc((100% - 50rem) / 2);
}
.mission-info {
    padding-right: 9rem;
}
.mission-title {
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: 1.5;
    text-transform: uppercase;
}
.mission-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.mission-img img {
    width: 100%;
    border-radius: var(--border-radius);
}
.mission-text {
    padding-left: 9rem;
}
.mission-text p {
    margin: 0;
}
.mission-text p + p {
    margin-top: 2.8rem;
}

@media (max-width: 1599.98px) {
    .mission-content {
        -ms-grid-columns: calc(100% - 50rem) 50rem;
        grid-template-columns: calc(100% - 50rem) 50rem;
    }
    .mission-img {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .mission-text {
        padding-left: 0;
        padding-right: 9rem;
        padding-top: 4rem;
        -ms-flex-item-align: self-start;
            -ms-grid-row-align: self-start;
            align-self: self-start;
    }
    .mission-info {
        -ms-flex-item-align: self-end;
            -ms-grid-row-align: self-end;
            align-self: self-end;
    }
}
@media (max-width: 1199.98px) {
    .mission {
        padding: 8rem 0;
    }
    .mission-content {
        -ms-grid-columns: calc(100% - 32.4rem) 32.4rem;
        grid-template-columns: calc(100% - 32.4rem) 32.4rem;
    }
    .mission-info, .mission-text {
        padding-right: 3.2rem;
    }
    .mission-text {
        padding-top: 1rem;
    }
    .mission-text p {
        margin: 0;
    }
    .mission-text p + p {
        margin-top: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .mission {
        padding: 7rem 0;
    }
    .mission-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .mission-info, .mission-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    .mission-text {
        padding-top: 2rem;
    }
    .mission-title {
        line-height: var(--line-height-heading);
    }
    .mission-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        margin-top: 3rem;
    }
}
.advantages {
    padding: 16rem 0 12.4rem;
    background: var(--quaternary);
}
.advantages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.advantages-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.7%;
            flex: 0 0 40.7%;
    max-width: 48rem;
    padding-right: 4rem;
}
.advantages-title {
    margin-bottom: 4rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.advantages-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.advantages-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin: 0 -1rem 4rem 0;
    padding: 0;
    list-style: none;
}
.advantages-tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
    max-width: 21.5rem;
}
.advantages-tabs li a {
    display: block;
    text-align: center;
    font-family: var(--font-title);
    font-size: 1.6rem;
    line-height: 1.25;
    color: var(--primary);
    padding: 1.2rem 1.5rem 1.3rem;
    border: 1px solid var(--primary);
    background: var(--tertiary);
    border-radius: 0.8rem;
}
@media (hover: hover) {
    .advantages-tabs li a:hover {
        color: var(--primary);
        border-color: var(--primary);
        background-color: var(--gray-light);
    }
}
.advantages-tabs li.active a {
    color: var(--tertiary);
    border-color: transparent;
    background-color: var(--secondary);
}
.advantages-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59.3%;
            flex: 0 0 59.3%;
    max-width: 59.3%;
}
.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.2rem;
    margin: 0 0 4.2rem;
    padding: 0;
    list-style: none;
}
.advantages-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5.2rem);
            flex: 0 0 calc(50% - 5.2rem);
    max-width: calc(50% - 5.2rem);
    position: relative;
    padding-left: 3rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: 1.125;
    letter-spacing: -0.01em;
}
.advantages-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--secondary);
}
.advantages-nav {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 6.1rem;
}
.advantages-nav .swiper-button-prev,
.advantages-nav .swiper-button-next {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    border-radius: 0;
}
.advantages-nav .swiper-button-prev svg path,
.advantages-nav .swiper-button-next svg path {
    -webkit-transition: stroke var(--duration) var(--function);
    transition: stroke var(--duration) var(--function);
}
@media (hover: hover) {
    .advantages-nav .swiper-button-prev:hover svg path,
    .advantages-nav .swiper-button-next:hover svg path {
        stroke: var(--secondary);
    }
}
.advantages-nav .swiper-button-prev:active svg,
.advantages-nav .swiper-button-next:active svg {
    translate: -50% -50%;
}
.advantages-nav .swiper-button-prev:active svg path,
.advantages-nav .swiper-button-next:active svg path {
    stroke: var(--active);
}
.advantages-nav .swiper-pagination {
    position: relative;
    right: auto;
    bottom: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11rem;
            flex: 0 0 11rem;
    max-width: 11rem;
}
.advantages-nav .swiper-pagination-bullet {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: var(--primary-20);
}
.advantages-nav .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

@media (max-width: 1599.98px) {
    .advantages-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 2.6rem);
                flex: 0 0 calc(50% - 2.6rem);
        max-width: calc(50% - 2.6rem);
        font-size: 2.4rem;
        line-height: 1.1667;
    }
    .advantages-list li::before {
        top: 0.8rem;
    }
}
@media (max-width: 1399.98px) {
    .advantages-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .advantages-caption {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 3rem;
    }
    .advantages-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages-list {
        margin-bottom: 4rem;
    }
    .advantages-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5.2rem);
                flex: 0 0 calc(50% - 5.2rem);
        max-width: calc(50% - 5.2rem);
    }
    .advantages-nav {
        margin-top: 2.8rem;
    }
}
@media (max-width: 1199.98px) {
    .advantages {
        padding: 8rem 0;
    }
    .advantages-list {
        gap: 1.6rem 4rem;
    }
    .advantages-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 2rem);
                flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        line-height: 1.5;
    }
    .advantages-list li::before {
        top: 1.3rem;
    }
    .advantages-nav {
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .advantages {
        padding: 7rem 0;
    }
    .advantages-caption {
        margin-bottom: 0;
    }
    .advantages-title {
        margin-bottom: 3rem;
    }
    .advantages-tabs {
        margin-bottom: 3rem;
        margin-right: 0;
    }
    .advantages-tabs li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages-list {
        gap: 1.6rem;
    }
    .advantages-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.4;
    }
    .advantages-list li::before {
        top: 0.8rem;
    }
    .advantages-nav {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 0 4rem;
    }
    .advantages-nav .swiper-button-prev svg,
    .advantages-nav .swiper-button-next svg {
        width: 2.7rem;
    }
    .advantages-nav .swiper-pagination {
        gap: 1rem;
    }
}
.brands {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.brands .breadcrumbs {
    margin-bottom: 6rem;
}
.brands-title {
    margin-bottom: 5rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xxlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.brands-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 2.7rem;
    margin: 0 -2.7rem 4rem 0;
    padding: 0;
    list-style: none;
}
.brands-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333333% - 2.7rem);
            flex: 0 0 calc(33.33333333% - 2.7rem);
    max-width: calc(33.33333333% - 2.7rem);
}
.brands-list li .brands-item {
    display: block;
}
.brands-item {
    display: none;
    opacity: 0.5;
    -webkit-transition: opacity var(--duration) var(--function);
    transition: opacity var(--duration) var(--function);
    will-change: opacity;
}
@media (hover: hover) {
    .brands-item:hover {
        opacity: 1;
    }
}
.brands-item.active {
    opacity: 1;
}
.brands-item-img {
    display: block;
    margin-bottom: 3.1rem;
}
.brands-item-img img {
    width: 100%;
    aspect-ratio: 40/36;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.5rem;
}
.brands-item-title {
    display: block;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-large);
    line-height: 1.125;
    text-transform: uppercase;
    color: var(--text);
}
.brands-item-title img {
    display: inline-block;
    vertical-align: top;
    margin: 0.3rem 1.5rem 0 0;
}
.brands-detail {
    scroll-margin-top: var(--header);
    margin-bottom: 6rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.4rem 3.2rem;
    -ms-grid-columns: calc(51.96% - 1.6rem) 3.2rem calc(48.04% - 1.6rem);
    grid-template-columns: calc(51.96% - 1.6rem) calc(48.04% - 1.6rem);
    -ms-grid-rows: -webkit-min-content 6.4rem -webkit-min-content 6.4rem -webkit-min-content;
    -ms-grid-rows: min-content 6.4rem min-content 6.4rem min-content;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    padding: 4.8rem;
    background: var(--quaternary);
    border-radius: var(--border-radius);
}
.brands-detail > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.brands-detail > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.brands-detail > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.brands-detail > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.brands-detail > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.brands-detail > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.brands-detail-gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
    position: relative;
    height: 100%;
}
.brands-detail-gallery-img {
    height: 100%;
}
.brands-detail-gallery-img .swiper-wrapper,
.brands-detail-gallery-img .swiper-slide {
    height: 100%;
}
.brands-detail-gallery-img .swiper-button-prev,
.brands-detail-gallery-img .swiper-button-next {
    position: absolute;
    left: 4.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    border-radius: 0;
}
.brands-detail-gallery-img .swiper-button-prev svg path,
.brands-detail-gallery-img .swiper-button-next svg path {
    stroke: var(--quaternary);
    -webkit-transition: stroke var(--duration) var(--function);
    transition: stroke var(--duration) var(--function);
}
@media (hover: hover) {
    .brands-detail-gallery-img .swiper-button-prev:hover svg path,
    .brands-detail-gallery-img .swiper-button-next:hover svg path {
        stroke: var(--secondary);
    }
}
.brands-detail-gallery-img .swiper-button-prev:active svg,
.brands-detail-gallery-img .swiper-button-next:active svg {
    translate: -50% -50%;
}
.brands-detail-gallery-img .swiper-button-prev:active svg path,
.brands-detail-gallery-img .swiper-button-next:active svg path {
    stroke: var(--active);
}
.brands-detail-gallery-img .swiper-button-next {
    left: auto;
    right: 4.8rem;
}
.brands-detail-gallery-img .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.5rem;
}
.brands-detail-gallery-thumbs {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.3rem;
    max-width: 35rem;
}
.brands-detail-gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.brands-detail-gallery-thumbs .swiper-slide img {
    opacity: 0.5;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--border-radius);
    -webkit-transition: opacity var(--duration) var(--function);
    transition: opacity var(--duration) var(--function);
    will-change: opacity;
}
.brands-detail-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    cursor: default;
}
.brands-detail-gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}
.brands-detail-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
}
.brands-detail-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3.3rem;
}
.brands-detail-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: var(--font-size-xlarge);
    line-height: var(--line-height-heading);
    text-transform: uppercase;
}
.brands-detail-title * {
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
}
.brands-detail-hide {
    display: block;
    font-family: var(--font-title);
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.brands-detail-description {
    max-width: 64rem;
}
.brands-detail-description p {
    margin: 0;
}
.brands-detail-description p + p {
    margin-top: 2.8rem;
}
.brands-detail-stores {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
}
.brands-detail-stores-title {
    margin-bottom: 1.5rem;
    font-family: var(--font-title);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1667;
    text-transform: uppercase;
}
.brands-detail-stores-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 -0.5rem 0 0;
    padding: 0;
    list-style: none;
}
.brands-detail-stores-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333333% - 0.5rem);
            flex: 0 0 calc(33.33333333% - 0.5rem);
    max-width: calc(33.33333333% - 0.5rem);
}
.brands-detail-stores-list li a {
    display: block;
    aspect-ratio: 250/100;
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
}
.brands-detail-stores-list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.brands-detail-cta {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
    align-self: flex-end;
}
.brands-detail-cta .button {
    background: #BC9632;
}

@media (max-width: 1399.98px) {
    .brands .breadcrumbs {
        margin-bottom: 3rem;
    }
    .brands-title {
        margin-bottom: 2.4rem;
    }
    .brands-list {
        gap: 4rem 2rem;
        margin-right: -2rem;
    }
    .brands-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333333% - 2rem);
                flex: 0 0 calc(33.33333333% - 2rem);
        max-width: calc(33.33333333% - 2rem);
    }
    .brands-item-title img {
        margin-top: 0.1rem;
    }
    .brands-item-img {
        margin-bottom: 1.8rem;
    }
    .brands-detail {
        margin-bottom: 4rem;
        gap: 3.2rem;
        padding: 2.4rem;
        -ms-grid-columns: calc(50% - 1.6rem) 3.2rem calc(50% - 1.6rem);
        grid-template-columns: calc(50% - 1.6rem) calc(50% - 1.6rem);
    }
    .brands-detail-gallery {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2;
    }
    .brands-detail-gallery-img .swiper-button-prev {
        left: 2.4rem;
    }
    .brands-detail-gallery-img .swiper-button-next {
        right: 2.4rem;
    }
    .brands-detail-gallery-img .swiper-slide img {
        border-radius: var(--border-radius);
    }
    .brands-detail-gallery-thumbs {
        bottom: 3rem;
    }
    .brands-detail-info {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3;
    }
    .brands-detail-description {
        max-width: none;
    }
    .brands-detail-stores {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3/1/4/3;
    }
    .brands-detail-stores-list {
        max-width: 85.5rem;
    }
    .brands-detail-cta {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3;
    }
}
@media (max-width: 1199.98px) {
    .brands {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .brands .breadcrumbs {
        margin-bottom: 3.8rem;
    }
    .brands-item-img {
        margin-bottom: 1rem;
    }
    .brands-item-title img {
        margin-top: 0;
        margin-right: 0.7rem;
    }
    .brands-detail {
        gap: 3rem 2rem;
        padding: 2rem;
        -ms-grid-columns: 15rem 2rem calc(50% - 15rem - 3rem) 2rem calc(50% - 15rem - 3rem) 2rem 15rem;
        grid-template-columns: 15rem calc(50% - 15rem - 3rem) calc(50% - 15rem - 3rem) 15rem;
        -ms-grid-rows: -webkit-min-content 3rem -webkit-min-content;
        -ms-grid-rows: min-content 3rem min-content;
        grid-template-rows: repeat(2, -webkit-min-content);
        grid-template-rows: repeat(2, min-content);
    }
    .brands-detail > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .brands-detail > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .brands-detail > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .brands-detail > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    .brands-detail > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .brands-detail > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .brands-detail > *:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }
    .brands-detail > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }
    .brands-detail-gallery {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/2/3;
    }
    .brands-detail-gallery-img .swiper-button-prev,
    .brands-detail-gallery-img .swiper-button-next {
        left: 1.1rem;
    }
    .brands-detail-gallery-img .swiper-button-prev svg,
    .brands-detail-gallery-img .swiper-button-next svg {
        width: 2.2rem;
        height: auto;
    }
    .brands-detail-gallery-img .swiper-button-next {
        left: auto;
        right: 1.1rem;
    }
    .brands-detail-gallery-thumbs {
        bottom: 1rem;
        max-width: 23rem;
    }
    .brands-detail-gallery-thumbs .swiper-slide img {
        border-radius: 0.6rem;
    }
    .brands-detail-info {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: 1/3/2/5;
    }
    .brands-detail-caption {
        margin-bottom: 1.9rem;
    }
    .brands-detail-hide {
        font-size: 1.6rem;
        line-height: 1.25;
    }
    .brands-detail-description p + p {
        margin-top: 2.1rem;
    }
    .brands-detail-stores {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 2/1/3/4;
        -ms-grid-row-align: self-end;
            align-self: self-end;
    }
    .brands-detail-stores-list {
        max-width: 49.5rem;
    }
    .brands-detail-stores-list li a {
        aspect-ratio: auto;
        height: 7.2rem;
    }
    .brands-detail-cta {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 2/4/3/5;
    }
}
@media (max-width: 767.98px) {
    .brands {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .brands .breadcrumbs {
        margin-bottom: 2.8rem;
    }
    .brands-title {
        margin-bottom: 3rem;
    }
    .brands-list {
        display: none;
        gap: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .brands-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .brands-item {
        display: block;
        margin-bottom: 3rem;
    }
    .brands-item-img img {
        border-radius: 1.2rem;
        aspect-ratio: 1;
    }
    .brands-item-title {
        font-size: 2.4rem;
    }
    .brands-detail {
        display: block;
        padding: 0;
        margin-bottom: 3rem;
    }
    .brands-detail-gallery {
        margin-bottom: 2rem;
    }
    .brands-detail-gallery-thumbs {
        max-width: 19rem;
    }
    .brands-detail-info {
        padding: 1rem;
    }
    .brands-detail-caption {
        margin-bottom: 1.6rem;
    }
    .brands-detail-stores {
        padding: 1rem;
    }
    .brands-detail-stores-list {
        max-width: 35rem;
    }
    .brands-detail-stores-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 0.5rem);
                flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }
    .brands-detail-stores-list li a {
        height: auto;
        aspect-ratio: 154/69;
    }
    .brands-detail-cta {
        padding: 1rem;
    }
}

/* End */


/* Start:/local/templates/main/css/style_integration.css?1756369850516*/
#hh-widget div[data-qa] a{
	color: var(--text) !important;
}
#hh-widget > div > div{
	max-height: 290px !important;
    overflow: auto !important;
}
#hh-widget > div > div:last-child a{
	background: url(/images/hh.png?utm_source=jdecorp.catzwolf.ru&utm_term=%2Fkarjera%2F) !important;
	background-size: contain !important;
}

@media (min-width: 1200px) {
	.packaging{
		padding: 8rem 0;
	}
}

/*.brands-detail-gallery-img .swiper-slide img{
	-o-object-fit: inherit !important;
    object-fit: inherit !important;
}*/
/* End */


/* Start:/local/templates/main/styles.css?17659692931154*/
.document-header table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid var(--primary);
}

.document-header td {
    padding: 8px 12px;
    border: 1px solid var(--primary);
    vertical-align: top;
}

.toc {
    background-color: var(--quaternary);
    padding: 20px;
    border-left: 4px solid var(--secondary);
    margin: 25px 0;
    border-radius: 4px;
}

.toc p {
    margin-top: 0;
    font-weight: bold;
}

.toc ol {
    padding-left: 25px;
    margin-bottom: 0;
}

.toc li {
    margin-bottom: 8px;
}

.policy table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.policy th {
    background-color: var(--secondary);
    color: var(--tertiary);
    font-weight: bold;
    text-align: left;
}

.policy th, .policy td {
    border: 1px solid var(--primary);
    padding: 10px 12px;
    vertical-align: top;
}

.policy tr:nth-child(even) {
    background-color: var(--quaternary);
}

.policy section {
    margin-bottom: 30px;
}

.footer-note {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--primary);
    font-size: 14px;
}
/* End */
/* /local/templates/main/css/style.css?1773323146138642 */
/* /local/templates/main/css/style_integration.css?1756369850516 */
/* /local/templates/main/styles.css?17659692931154 */
