@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

:root {
    --corporate-primary: #a81431;
    /* Accent on light grounds. The rebrand has no green, so this is the brand
       red; kept as its own token because it marks "accent", not "primary". */
    --corporate-secondary: #a81431;
    /* Accent on dark grounds (footer, dark banners) - the design's lighter red. */
    --light-green: #c31838;
    --corporate-primary-dark: #8e1029;
    --color-white: #fff;
    --color-black: #000;
    --lighter-bg: #f5f5f5;
    --lighter-secondary: #e8ebeb;
    --breadcrumbs-bg: #f9faf8;
    --gray-6: #eee;
    --gray-3: #979696;
    --gray-4: #c1c1c1;
    --gray-5: #e0e0e0;
    --gray-line: #e7e7eb;
    --gray-text: #696767;
    --gray-text-dark: #4f4f4f;
    --color-text-dark: #333;
    --corporate-dark: #343434;
    /* Navy is still an accent in the design (core-value headings). */
    --corporate-navy: #173453;
    --corporate-primary-light: #c31838;
    --navy-map: #2d486a;
    --navy-social: #4d4d4d;
    --navy-mega: #09213a;
    --fancybox-bg: rgba(23, 52, 83, 0.85);
    --font-family-main: 'Lato', sans-serif;
    --font-family-display: 'Oswald', sans-serif;
    --font-family-manrope: 'Manrope', sans-serif;
    --font-family-accent: 'Poppins', sans-serif;
    --font-family-outfit: 'Outfit', sans-serif;
    --font-family-worksans: 'Work Sans', sans-serif;
    --font-family-montserrat: 'Montserrat', sans-serif;
    --page-max-width: 1920px;
    --container-width: 1680px;
    --container-padding: clamp(16px, 6.25vw, 120px);
    --section-padding: clamp(48px, 6.25vw, 120px);
    --header-topbar-height: 39px;
    --header-main-height: 153px;
    --header-height: 192px;
    --header-height-compact: 84px;
    --transition: 0.3s ease;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/lato-400-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/lato-400-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/lato-500-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/lato-500-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/lato-600-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/lato-600-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/lato-700-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/lato-700-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/lato-800-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/lato-800-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url('/fonts/oswald-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url('/fonts/oswald-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/fonts/manrope-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/outfit-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/outfit-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/work-sans-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/work-sans-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/montserrat-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/montserrat-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/poppins-600-latin.woff2') format('woff2');
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/poppins-600-latin-ext.woff2') format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: var(--font-family-main);
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-black);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html:has(body.is-locked) {
    scroll-behavior: auto;
}

body.is-locked {
    overflow: hidden;
}

img,
svg,
video {
    max-width: 100%;
    display: block;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
    margin: 0;
    padding: 0;
}

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

.site-container {
    position: relative;
    overflow: clip;
    min-height: 100vh;
}

.page--inner .main-container {
    padding-top: var(--header-height);
}

.container {
    width: 100%;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    margin-inline: auto;
    padding-inline: var(--container-padding);
}

.is-hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.btn-reset {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.btn {
    --btn-bg: transparent;
    --btn-color: var(--color-white);
    --btn-border: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7351em;
    padding: calc(1.25em - 1px) calc(1.5625em - 1px);
    border: 1px solid var(--btn-border);
    border-radius: var(--btn-radius, 0);
    background-color: var(--btn-bg);
    color: var(--btn-color);
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color var(--transition),
        border-color var(--transition),
        color var(--transition);
}
.btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 0.9974em;
    height: 0.6855em;
}
.btn__icon svg {
    width: 0.6855em;
    height: 0.9974em;
    fill: currentcolor;
    transform: rotate(-90deg);
    transition: transform var(--transition);
}
.btn__icon--plain {
    width: 1.25em;
    height: 1.25em;
}
.btn__icon--plain svg {
    width: 100%;
    height: 100%;
    /* Follows the button's own colour: white on the red band, red on light. */
    color: currentcolor;
    fill: currentcolor;
    transform: none;
}
@media (hover: hover) and (pointer: fine) {
    .btn:hover .btn__icon svg {
        transform: rotate(-90deg) translateY(-4px);
    }
    .btn:hover .btn__icon--plain svg {
        transform: none;
    }
}

.btn--sm {
    font-size: 12.8px;
}

.btn--green {
    --btn-bg: var(--corporate-secondary);
    --btn-border: var(--corporate-secondary);
}
@media (hover: hover) and (pointer: fine) {
    .btn--green:hover {
        --btn-bg: var(--corporate-primary-dark);
        --btn-border: var(--corporate-primary-dark);
    }
}

.btn--primary {
    --btn-bg: var(--corporate-primary);
    --btn-border: var(--corporate-primary);
}
@media (hover: hover) and (pointer: fine) {
    .btn--primary:hover {
        --btn-bg: var(--corporate-primary-dark);
        --btn-border: var(--corporate-primary-dark);
    }
}

.btn--rounded {
    --btn-radius: 4px;
}

.btn--outline-navy {
    --btn-bg: transparent;
    --btn-border: var(--corporate-primary);
    --btn-color: var(--corporate-primary);
}
@media (hover: hover) and (pointer: fine) {
    .btn--outline-navy:hover {
        --btn-bg: var(--corporate-primary);
        --btn-color: var(--color-white);
    }
}

.btn--outline-gray {
    --btn-bg: transparent;
    --btn-border: var(--gray-text);
    --btn-color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
    .btn--outline-gray:hover {
        --btn-bg: var(--corporate-primary);
        --btn-border: var(--corporate-primary);
        --btn-color: var(--color-white);
    }
}

.btn--outline-white {
    --btn-bg: transparent;
    --btn-border: var(--color-white);
    --btn-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
    .btn--outline-white:hover {
        --btn-bg: var(--color-white);
        --btn-color: var(--corporate-primary);
    }
}

.btn--dark {
    --btn-bg: var(--corporate-dark);
    --btn-border: var(--corporate-dark);
    --btn-radius: 16px;
}
@media (hover: hover) and (pointer: fine) {
    .btn--dark:hover {
        --btn-bg: var(--corporate-primary);
        --btn-border: var(--corporate-primary);
    }
}

.btn--outline-dark {
    --btn-bg: transparent;
    --btn-border: var(--color-black);
    --btn-color: var(--color-text-dark);
    --btn-radius: 16px;
}
@media (hover: hover) and (pointer: fine) {
    .btn--outline-dark:hover {
        --btn-bg: var(--corporate-dark);
        --btn-border: var(--corporate-dark);
        --btn-color: var(--color-white);
    }
}

.btn--bold {
    font-weight: 700;
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-family-accent);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: var(--corporate-secondary);
    transition: color var(--transition);
}
.link-arrow svg {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    fill: currentcolor;
    transform: rotate(90deg);
    transition: transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .link-arrow:hover {
        color: var(--corporate-primary);
    }
    .link-arrow:hover svg {
        transform: rotate(90deg) translateY(-3px);
    }
}

.link-arrow--navy {
    font-family: var(--font-family-outfit);
    color: var(--corporate-primary);
}
@media (hover: hover) and (pointer: fine) {
    .link-arrow--navy:hover {
        color: var(--corporate-secondary);
    }
}

.link-arrow--white {
    color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
    .link-arrow--white:hover {
        color: var(--light-green);
    }
}

.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: var(--color-black);
    transition: color var(--transition);
}
.icon-link svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--corporate-secondary);
    fill: currentcolor;
    transform: rotate(90deg);
    transition: transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .icon-link:hover {
        color: var(--corporate-secondary);
    }
    .icon-link:hover svg {
        transform: rotate(90deg) translateY(-4px);
    }
}

.section-head {
    --section-head-align: center;
    --section-head-inline: auto;
    --section-head-gap: 16px;
    --section-head-lead-gap: 3px;
    display: flex;
    flex-direction: column;
    align-items: var(--section-head-align);
    gap: var(--section-head-gap);
    width: 963px;
    max-width: 100%;
    margin-inline: var(--section-head-inline);
    text-align: var(--section-head-align);
}

.section-head--center {
    --section-head-align: center;
    --section-head-inline: auto;
    align-items: center;
}

.section-head--left {
    --section-head-align: left;
    --section-head-inline: 0 auto;
    align-items: flex-start;
}

.section-head--right {
    --section-head-align: right;
    --section-head-inline: auto 0;
    align-items: flex-end;
}

.section-head--wide {
    width: 100%;
}

.section-head--narrow {
    width: 720px;
}

.section-head--tight {
    --section-head-gap: 8px;
    --section-head-lead-gap: 8px;
}

.section-head__eyebrow {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--corporate-secondary);
}

.section-head__title {
    font-size: clamp(26px, 2.396vw, 46px);
    font-weight: 500;
    line-height: 1.087;
    color: var(--color-black);
}

/* The design hides the rule under every section heading (Figma "Line 13" is
   hidden="true" on each one), so the markup stays but nothing renders. */
.section-head__rule {
    display: none;
    width: 120px;
    height: 4px;
    margin-top: -4px;
    background-color: var(--corporate-secondary);
}

.section-head__lead {
    margin-top: var(--section-head-lead-gap);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-black);
}

.section-head--emphasis .section-head__eyebrow {
    font-size: clamp(14px, 0.9375vw, 18px);
    font-weight: 800;
}

.section-head--dark .section-head__eyebrow {
    color: var(--light-green);
}
.section-head--dark .section-head__title,
.section-head--dark .section-head__lead {
    color: var(--color-white);
}
.section-head--dark .section-head__rule {
    background-color: var(--light-green);
}

@media (max-width: 768px) {
    .section-head {
        gap: 12px;
    }
    .section-head__lead {
        font-size: 15px;
    }
}
.wysiwyg {
    --wysiwyg-leading: 1.3;
    --wysiwyg-color: inherit;
    --wysiwyg-font: var(--font-family-main);
    font-family: var(--wysiwyg-font);
    font-size: 16px;
    font-weight: 400;
    line-height: var(--wysiwyg-leading);
    color: var(--wysiwyg-color);
}
.wysiwyg > :first-child {
    margin-top: 0;
}
.wysiwyg > :last-child {
    margin-bottom: 0;
}
.wysiwyg h2,
.wysiwyg h3 {
    margin-block: 32px 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: inherit;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-block: 24px 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: var(--corporate-primary);
}
.wysiwyg p {
    margin-block: 0 16px;
}
.wysiwyg strong,
.wysiwyg b {
    font-weight: 700;
}
.wysiwyg em,
.wysiwyg i {
    font-style: italic;
}
.wysiwyg a {
    color: var(--corporate-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .wysiwyg a:hover {
        color: var(--corporate-primary);
    }
}
.wysiwyg ul,
.wysiwyg ol {
    margin-block: 0 16px;
    padding: 0;
    list-style: none;
}
.wysiwyg li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 16px;
}
.wysiwyg li:last-child {
    margin-bottom: 0;
}
.wysiwyg li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/img/icons/check-green.svg') center/contain no-repeat;
}
.wysiwyg li > strong:first-child {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--corporate-primary);
}
.wysiwyg ol {
    counter-reset: wysiwyg-list;
}
.wysiwyg ol li {
    counter-increment: wysiwyg-list;
    padding-left: 32px;
}
.wysiwyg ol li::before {
    content: counter(wysiwyg-list) '.';
    width: auto;
    height: auto;
    background: none;
    font-weight: 700;
    color: var(--corporate-secondary);
}
.wysiwyg img {
    max-width: 100%;
    height: auto;
    margin-block: 24px;
}
.wysiwyg figure {
    margin-block: 24px;
    margin-inline: 0;
}
.wysiwyg figure img {
    margin-block: 0;
}
.wysiwyg::after {
    content: '';
    display: block;
    clear: both;
}
.wysiwyg blockquote {
    margin-block: 24px;
    padding-left: 24px;
    border-left: 4px solid var(--corporate-secondary);
    font-style: italic;
}
.wysiwyg table {
    width: 100%;
    margin-block: 24px;
    border: 1px solid var(--gray-line);
    border-collapse: collapse;
}
.wysiwyg table th,
.wysiwyg table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-line);
    text-align: left;
}
.wysiwyg table th {
    font-weight: 700;
    color: var(--corporate-primary);
}
.wysiwyg table tr:nth-child(odd) td {
    background-color: var(--breadcrumbs-bg);
}
.wysiwyg hr {
    height: 1px;
    margin-block: 24px;
    border: 0;
    background-color: var(--gray-line);
}

.wysiwyg--bullets li {
    padding-left: 24px;
}
.wysiwyg--bullets li::before {
    content: '•';
    top: -1px;
    width: auto;
    height: auto;
    background: none;
    color: var(--corporate-secondary);
}

.wysiwyg--muted p,
.wysiwyg--muted li {
    color: var(--gray-text);
}

.wysiwyg--media-left > img,
.wysiwyg--media-left > figure,
.wysiwyg--media-right > img,
.wysiwyg--media-right > figure {
    max-width: 48%;
    margin-block: 0 24px;
}

.wysiwyg--media-left > img,
.wysiwyg--media-left > figure {
    float: left;
    margin-right: 52px;
}

.wysiwyg--media-right > img,
.wysiwyg--media-right > figure {
    float: right;
    margin-left: 52px;
}

.wysiwyg--media-center > img,
.wysiwyg--media-center > figure {
    display: block;
    margin-inline: auto;
}

@media (max-width: 768px) {
    .wysiwyg--media-left > img,
    .wysiwyg--media-left > figure,
    .wysiwyg--media-right > img,
    .wysiwyg--media-right > figure {
        float: none;
        max-width: 100%;
        margin-inline: 0;
        margin-bottom: 24px;
    }
}
.wysiwyg--relaxed {
    --wysiwyg-leading: 1.6;
    --wysiwyg-color: var(--color-text-dark);
}

.wysiwyg--light {
    --wysiwyg-color: var(--gray-5);
}
.wysiwyg--light h2,
.wysiwyg--light h3 {
    color: var(--color-white);
}
.wysiwyg--light a {
    color: var(--light-green);
}
@media (hover: hover) and (pointer: fine) {
    .wysiwyg--light a:hover {
        color: var(--color-white);
    }
}

@media (max-width: 768px) {
    .wysiwyg {
        font-size: 15px;
    }
    .wysiwyg h2,
    .wysiwyg h3 {
        margin-block: 24px 16px;
        font-size: 20px;
        line-height: 28px;
    }
    .wysiwyg li {
        padding-left: 40px;
    }
    .wysiwyg li::before {
        width: 26px;
        height: 26px;
    }
    .wysiwyg li > strong:first-child {
        font-size: 17px;
    }
}
.media-block {
    padding-block: 60px;
    background-color: var(--color-white);
}

.media-block__inner {
    --media-w: 830px;
    --content-w: 718px;
    --media-gap: clamp(40px, 6.51vw, 125px);
    --media-ratio: 830 / 465;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--media-gap);
}

.media-block__media {
    flex: 0 1 var(--media-w);
    min-width: 0;
    margin: 0;
}
.media-block__media img,
.media-block__media video {
    width: 100%;
    height: 100%;
    aspect-ratio: var(--media-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.media-block__content {
    display: flex;
    flex: 0 1 var(--content-w);
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.media-block__body {
    display: flex;
    flex-direction: column;
    gap: 49px;
}

.media-block__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
}
.media-block__text a {
    color: var(--corporate-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .media-block__text a:hover {
        color: var(--corporate-primary);
    }
}

.media-block--media-right .media-block__inner {
    flex-direction: row-reverse;
}

.media-block--media-center .media-block__inner {
    flex-direction: column;
    align-items: center;
    gap: clamp(32px, 3.13vw, 60px);
}
.media-block--media-center .media-block__media,
.media-block--media-center .media-block__content {
    flex: 0 1 auto;
    width: 100%;
    max-width: 963px;
}
.media-block--media-center .media-block__content {
    align-items: center;
    text-align: center;
}
.media-block--media-center .section-head {
    --section-head-align: center;
    align-items: center;
}
.media-block--media-center .media-block__links {
    justify-content: center;
    gap: clamp(24px, 3.13vw, 60px);
}

.media-block--no-media .media-block__content {
    flex: 1 1 100%;
    max-width: 100%;
}

.media-block--tight {
    padding-block: 40px;
}

.media-block--flush {
    padding-block: 0;
    background-color: transparent;
}

.media-block--bg-light {
    background-color: var(--lighter-bg);
}

.media-block--bg-dark {
    background-color: var(--corporate-primary);
    color: var(--color-white);
}

.media-block__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

@media (max-width: 1440px) {
    .media-block__content {
        gap: 28px;
    }
    .media-block__body {
        gap: 32px;
    }
}
@media (max-width: 1024px) {
    .media-block {
        padding-block: 48px;
    }
    .media-block__inner,
    .media-block--media-right .media-block__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }
    .media-block__media,
    .media-block__content {
        flex: 0 0 auto;
        width: 100%;
    }
    .media-block__links {
        justify-content: flex-start;
        gap: 14px 40px;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .media-block {
        padding-block: 36px;
    }
    .media-block__body {
        gap: 24px;
    }
    .media-block__text {
        font-size: 15px;
    }
    .media-block__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .media-block--media-center .media-block__links {
        align-items: center;
    }
}
.breadcrumbs {
    border-bottom: 1px solid var(--gray-line);
    background-color: var(--breadcrumbs-bg);
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding-block: 16px 15px;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    color: var(--gray-text);
}
.breadcrumbs__item a {
    color: inherit;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .breadcrumbs__item a:hover {
        color: var(--corporate-secondary);
    }
}

.breadcrumbs__sep {
    flex-shrink: 0;
    width: 6px;
    height: 10px;
    color: var(--gray-text);
    stroke: currentcolor;
}

.breadcrumbs__item:first-child .breadcrumbs__sep {
    display: none;
}

.breadcrumbs__item--current {
    color: var(--corporate-primary);
}

@media (max-width: 768px) {
    .breadcrumbs__list {
        padding-block: 12px;
    }
    .breadcrumbs__item {
        font-size: 13px;
    }
}
.tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.tab-nav__item {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    border: 1px solid var(--gray-4);
    border-radius: 4px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-text-dark);
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color var(--transition),
        border-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .tab-nav__item:hover {
        border-color: var(--corporate-primary);
        color: var(--corporate-primary);
    }
}

.tab-nav__item.is-active {
    border-color: var(--corporate-primary);
    background-color: var(--corporate-primary);
    color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
    .tab-nav__item.is-active:hover {
        border-color: var(--corporate-primary-dark);
        background-color: var(--corporate-primary-dark);
        color: var(--color-white);
    }
}

@media (max-width: 1200px) {
    .tab-nav {
        gap: 12px;
    }
    .tab-nav__item {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .tab-nav {
        gap: 8px;
    }
    .tab-nav__item {
        padding: 6px 12px;
        font-size: 15px;
        line-height: 22px;
    }
}
.side-drawer__toggle,
.side-drawer__overlay,
.side-drawer__close {
    display: none;
}

@media (max-width: 1024px) {
    .side-drawer__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 16px;
        background-color: var(--corporate-primary);
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        text-transform: uppercase;
        color: var(--color-white);
        cursor: pointer;
        transition: background-color var(--transition);
    }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .side-drawer__toggle:hover {
        background-color: #0f2740;
    }
}
@media (max-width: 1024px) {
    .side-drawer__burger {
        position: relative;
        width: 24px;
        height: 16px;
        flex-shrink: 0;
    }
    .side-drawer__burger span,
    .side-drawer__burger::before,
    .side-drawer__burger::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        transition:
            transform var(--transition),
            opacity var(--transition),
            top var(--transition),
            background-color var(--transition);
    }
    .side-drawer__burger::before {
        top: 0;
    }
    .side-drawer__burger span {
        top: calc(50% - 1px);
    }
    .side-drawer__burger::after {
        top: calc(100% - 2px);
    }
    .side-drawer__burger.is-active::before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .side-drawer__burger.is-active span {
        opacity: 0;
    }
    .side-drawer__burger.is-active::after {
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .side-drawer__overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 190;
        background-color: rgba(0, 0, 0, 0.55);
        visibility: hidden;
        opacity: 0;
        transition:
            opacity var(--transition),
            visibility var(--transition);
    }
    .side-drawer__overlay.is-active {
        visibility: visible;
        opacity: 1;
    }
    .side-drawer__panel {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 200;
        width: min(360px, 88vw);
        padding: 68px 20px 32px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background-color: var(--color-white);
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%);
        transition: transform var(--transition);
    }
    .side-drawer__panel.is-open {
        transform: translateX(0);
    }
    .side-drawer__close {
        position: absolute;
        top: 18px;
        right: 18px;
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid var(--gray-4);
        cursor: pointer;
        transition:
            border-color var(--transition),
            background-color var(--transition);
    }
    .side-drawer__close::before,
    .side-drawer__close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        background-color: var(--corporate-primary);
        transform: translate(-50%, -50%) rotate(45deg);
        transition: background-color var(--transition);
    }
    .side-drawer__close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .side-drawer__close:hover {
        border-color: var(--corporate-primary);
        background-color: var(--corporate-primary);
    }
    .side-drawer__close:hover::before,
    .side-drawer__close:hover::after {
        background-color: var(--color-white);
    }
}
@media (max-width: 1024px) {
    .side-drawer__panel .side-menu__list {
        align-items: stretch;
    }
    .side-drawer__panel .side-menu__link {
        width: 100%;
    }
}
.catalog-nav {
    overflow: hidden;
}

.catalog-nav__header {
    padding: 16px;
    border-bottom: 1px solid var(--gray-line);
    background-color: var(--corporate-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--color-white);
}

.catalog-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border-bottom: 1px solid var(--gray-line);
    border-left: 4px solid var(--corporate-secondary);
    background-color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--gray-text);
    cursor: pointer;
    transition:
        background-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .catalog-nav__toggle:hover {
        background-color: var(--lighter-bg);
        color: var(--corporate-primary);
    }
}

.catalog-nav__toggle[aria-expanded='true'] {
    background-color: var(--gray-6);
    color: var(--corporate-primary);
}

.catalog-nav__chevron {
    flex-shrink: 0;
    width: 6px;
    height: 10px;
    color: var(--corporate-primary);
    stroke: currentcolor;
    transition: transform var(--transition);
}

.catalog-nav__toggle[aria-expanded='true'] .catalog-nav__chevron {
    transform: rotate(90deg);
}

.catalog-nav__link {
    display: block;
    padding: 14px 16px 14px 32px;
    border-bottom: 1px solid var(--gray-line);
    background-color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--gray-text);
    transition:
        background-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .catalog-nav__link:hover {
        background-color: var(--breadcrumbs-bg);
        color: var(--corporate-primary);
    }
}

.catalog-nav__link.is-active {
    font-weight: 700;
    line-height: normal;
    color: var(--corporate-primary);
}

.catalog-nav > :last-child .catalog-nav__link:last-child,
.catalog-nav > :last-child > .catalog-nav__toggle {
    border-bottom: 0;
}

@media (max-width: 1024px) {
    .catalog-nav {
        border: 1px solid var(--gray-line);
    }
}
.side-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.side-menu__header {
    width: 100%;
    padding: 16px;
    background-color: var(--corporate-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-white);
}

.side-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.side-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 251px;
    max-width: 100%;
    padding: 10px 10px 9px;
    border-bottom: 1px solid var(--gray-3);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-black);
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .side-menu__link:hover {
        color: var(--corporate-secondary);
    }
}

.side-menu__link.is-active {
    font-weight: 600;
    color: var(--corporate-secondary);
}

.side-menu__chevron {
    flex-shrink: 0;
    width: 5px;
    height: 10px;
    color: currentcolor;
    stroke: currentcolor;
}

@media (max-width: 1440px) {
    .side-menu__link {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .side-menu__link {
        width: 100%;
    }
}
/* Redesigned as a plain light banner - the artwork and its overlay are gone. */
.hero-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding-block: 40px;
    background-color: var(--lighter-bg);
    color: var(--color-black);
}

.hero-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.hero-banner__eyebrow {
    font-family: var(--font-family-manrope);
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.hero-banner__title {
    font-family: var(--font-family-manrope);
    font-size: clamp(32px, 3.33vw, 64px);
    font-weight: 700;
    line-height: 1.094;
    letter-spacing: -2.56px;
    color: var(--color-black);
}

.hero-banner__text {
    max-width: 900px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-black);
}

@media (max-width: 1024px) {
    .hero-banner {
        min-height: 200px;
        padding-block: 36px;
    }
}
@media (max-width: 768px) {
    .hero-banner {
        min-height: 0;
        padding-block: 32px;
    }
    .hero-banner__inner {
        gap: 12px;
    }
    .hero-banner__title {
        letter-spacing: -1px;
    }
}
.products-tabs {
    padding-block: 38px 69px;
}

.product-catalogue {
    padding-block: 51px 52.5px;
    background-color: var(--lighter-bg);
}

.product-catalogue__head {
    width: 1552px;
    max-width: 100%;
}
.product-catalogue__head .section-head__lead {
    line-height: normal;
}

.product-catalogue__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 20px;
    margin-top: 64px;
}
.product-catalogue__grid > li {
    display: flex;
}

.product-tile {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--gray-line);
    border-radius: 8px;
    background-color: var(--color-white);
    color: var(--color-black);
    transition:
        box-shadow var(--transition),
        border-color var(--transition),
        transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .product-tile:hover {
        border-color: transparent;
        box-shadow: 0 16px 34px rgba(23, 52, 83, 0.12);
        transform: translateY(-4px);
    }
    .product-tile:hover .product-tile__cta {
        background-color: var(--corporate-primary-dark);
    }
}

/* The image is taken out of flow so the box keeps its ratio. Left in flow, its
   height:100% resolves to auto and each tile stretched to its own image's
   aspect, so square photos pushed the card body far lower than wide ones. */
.product-tile__media {
    position: relative;
    display: block;
    aspect-ratio: 406/253.75;
    flex-shrink: 0;
}
.product-tile__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.product-tile__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.product-tile__head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.product-tile__eyebrow {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--light-green);
}

.product-tile__title {
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-tile__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.product-tile__specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border-radius: 4px;
    background-color: var(--lighter-bg);
}

.product-tile__spec {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
}
.product-tile__spec + .product-tile__spec {
    padding-top: 5px;
    border-top: 1px solid var(--gray-line);
}

.product-tile__spec-label {
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
}

.product-tile__spec-value {
    font-weight: 700;
    line-height: 18px;
    text-align: right;
}

.product-tile__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: var(--corporate-primary);
    font-family: var(--font-family-accent);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white);
    transition: background-color var(--transition);
}
.product-tile__cta svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: currentcolor;
    transform: rotate(90deg);
    transition: transform var(--transition);
}
.product-tile__cta::after {
    content: '';
    position: absolute;
    inset: 0;
}

.product-tile:hover .product-tile__cta svg {
    transform: rotate(90deg) translateY(-3px);
}

@media (max-width: 1200px) {
    .product-catalogue__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px 20px;
        margin-top: 48px;
    }
}
@media (max-width: 1024px) {
    .products-tabs {
        padding-block: 28px 40px;
    }
    .product-catalogue {
        padding-block: 44px;
    }
    .product-catalogue__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .product-catalogue__grid {
        gap: 20px 16px;
        margin-top: 32px;
    }
    .product-tile__body {
        gap: 14px;
        padding: 16px;
    }
    .product-tile__title {
        font-size: 18px;
    }
    .product-tile__text {
        min-height: 0;
        -webkit-line-clamp: 3;
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .product-catalogue__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}
.related-products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.related-products__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.related-products__swiper {
    margin-top: 32px;
    margin-right: calc(var(--container-padding) * -1);
    overflow: hidden;
}

.related-products__swiper .swiper-slide {
    display: flex;
    width: 406px;
    height: auto;
}

.related-products__swiper .product-tile {
    width: 100%;
}

.related-products__nav {
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.related-products__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gray-4);
    border-radius: 4px;
    background-color: transparent;
    color: var(--corporate-primary);
    cursor: pointer;
    transition:
        background-color var(--transition),
        border-color var(--transition),
        color var(--transition),
        opacity var(--transition);
}
.related-products__arrow svg {
    width: 12px;
    height: 12px;
    fill: currentcolor;
}
@media (hover: hover) and (pointer: fine) {
    .related-products__arrow:hover {
        border-color: var(--corporate-primary);
        background-color: var(--corporate-primary);
        color: var(--color-white);
    }
}
.related-products__arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.related-products__arrow--prev svg {
    transform: rotate(-90deg);
}

.related-products__arrow--next svg {
    transform: rotate(90deg);
}

@media (max-width: 1024px) {
    .related-products__swiper .swiper-slide {
        width: min(406px, 62vw);
    }
}
@media (max-width: 768px) {
    .related-products__title {
        font-size: 20px;
        line-height: 28px;
    }
    .related-products__arrow {
        width: 38px;
        height: 38px;
    }
    .related-products__swiper {
        margin-top: 24px;
    }
    .related-products__swiper .swiper-slide {
        width: min(406px, 78vw);
    }
}
@media (max-width: 576px) {
    .related-products__swiper .swiper-slide {
        width: min(406px, 84vw);
    }
}
.attributes {
    padding-block: 50px 71px;
}

.attributes__inner {
    width: 1600px;
    max-width: 100%;
    margin-inline: auto;
}

.attributes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.attribute-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 223px;
    padding: 23px;
    border: 1px solid var(--gray-4);
    color: var(--color-black);
}

.attribute-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--lighter-bg);
}
.attribute-card__icon img {
    display: block;
}

.attribute-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.attribute-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1440px) {
    .attributes__grid {
        gap: 24px;
    }
    .attribute-card__title {
        font-size: 21px;
        line-height: 28px;
    }
}
@media (max-width: 1024px) {
    .attributes {
        padding-block: 44px 56px;
    }
    .attributes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 36px;
    }
    .attribute-card {
        min-height: 0;
    }
}
@media (max-width: 768px) {
    .attribute-card {
        gap: 14px;
        padding: 19px;
    }
    .attribute-card__title {
        font-size: 19px;
        line-height: 26px;
    }
    .attribute-card__text {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .attributes__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: var(--color-white);
    transition:
        background-color var(--transition),
        box-shadow var(--transition);
}

.header__topbar {
    height: var(--header-topbar-height);
    overflow: hidden;
    background-color: var(--corporate-dark);
    transition: height var(--transition);
}

.header__topbar-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: var(--header-topbar-height);
}

.header__contacts {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 38px;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.header__contact {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: normal;
    color: var(--color-white);
    transition: opacity var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .header__contact:hover {
        opacity: 0.8;
    }
}

.header__contact-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--color-white);
    fill: currentcolor;
}

.header__langs {
    display: flex;
    align-items: flex-end;
    gap: 19px;
}

.header__lang {
    display: inline-flex;
    align-items: flex-end;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--color-white);
    transition: opacity var(--transition);
}
.header__lang img {
    flex-shrink: 0;
    width: 31px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}
.header__lang:not(.is-active) {
    opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
    .header__lang:hover {
        opacity: 1;
    }
}

.header__main {
    height: var(--header-main-height);
    transition:
        height var(--transition),
        background-color var(--transition);
}

.header__main-inner {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-top: 12px;
}

.header__logo {
    --logo-width: clamp(190px, 14.5vw, 277px);
    flex-shrink: 0;
    width: var(--logo-width);
    margin-left: calc(var(--logo-width) * -0.0248);
    transition:
        width var(--transition),
        margin var(--transition);
}
.header__logo-img {
    display: block;
    width: 100%;
    height: auto;
}
/* Solid header sits on #343434, so the light logo is the default; the dark one
   is swapped in only while the bar is transparent over the light home hero. */
.header__logo-img--dark {
    display: none;
}

.header__nav {
    margin-top: 39.5px;
    margin-right: auto;
    margin-left: clamp(24px, 4.7vw, 89px);
    transition: margin var(--transition);
}

.nav {
    display: flex;
    align-items: flex-start;
    gap: clamp(2px, 1.06vw, 20px);
}

.nav__item {
    position: relative;
}

.nav__link {
    display: flex;
    align-items: center;
    gap: clamp(5px, 0.53vw, 10px);
    padding: 10px clamp(4px, 0.53vw, 10px);
    font-size: clamp(12.5px, 0.84vw, 16px);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-white);
    white-space: nowrap;
    transition: color var(--transition);
}

.nav__chevron {
    flex-shrink: 0;
    width: 11.5px;
    height: 6.811px;
    stroke: currentcolor;
    transition: transform var(--transition);
}

.nav__toggle,
.nav__close {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .nav__item:hover > .nav__link {
        color: var(--color-white);
    }
    .nav__item:hover .nav__chevron {
        transform: rotate(180deg);
    }
}

.nav__link.is-current {
    color: var(--corporate-primary);
}

.nav__submenu {
    display: none;
    min-width: 240px;
    background-color: var(--corporate-dark);
}
.nav__submenu a {
    display: block;
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-white);
    white-space: nowrap;
    transition:
        color var(--transition),
        background-color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .nav__submenu a:hover {
        color: var(--color-white);
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 1401px) {
    .nav__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        display: block;
        padding: 12px 0;
        border-top: 3px solid var(--corporate-primary);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        transition:
            opacity var(--transition),
            transform var(--transition),
            visibility var(--transition);
    }
    .nav__item--has-children:hover > .nav__submenu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}
.header__actions {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.68vw, 13px);
    margin-top: 36px;
    transition: margin var(--transition);
}
.header__actions .btn--sm {
    font-size: clamp(11px, 0.667vw, 12.8px);
}

.header__actions .btn,
.header__nav-actions .btn {
    --btn-radius: 16px;
}

.header__catalog {
    height: 3.594em;
    padding-block: 0;
}

.header__nav-actions {
    display: none;
    margin-top: 32px;
}
.header__nav-actions .btn {
    width: 100%;
    height: 48px;
    padding-block: 0;
}

.header__catalog-file {
    flex-shrink: 0;
    width: 2.109em;
    height: 2.109em;
}

.header__catalog-download {
    flex-shrink: 0;
    width: 1.5625em;
    height: 1.5625em;
    fill: currentcolor;
}

.header__burger {
    display: none;
    margin-top: 40px;
    margin-left: 24px;
    position: relative;
    width: 32px;
    height: 22px;
    flex-shrink: 0;
}
.header__burger span,
.header__burger::before,
.header__burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition:
        transform var(--transition),
        opacity var(--transition),
        top var(--transition),
        background-color var(--transition);
}
.header__burger::before {
    top: 0;
}
.header__burger span {
    top: calc(50% - 1px);
}
.header__burger::after {
    top: calc(100% - 2px);
}
.header__burger.is-active::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.header__burger.is-active span {
    opacity: 0;
}
.header__burger.is-active::after {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.header__overlay {
    position: fixed;
    inset: 0;
    z-index: 95;
    background-color: rgba(0, 0, 0, 0.55);
    visibility: hidden;
    opacity: 0;
    transition:
        opacity var(--transition),
        visibility var(--transition);
}
.header__overlay.is-active {
    visibility: visible;
    opacity: 1;
}

.header--solid .header__main {
    background-color: var(--corporate-dark);
}

/* Inner pages pair a white topbar with the dark main bar; the home header
   keeps the charcoal topbar it has over the light hero. */
.header--solid .header__topbar {
    background-color: var(--color-white);
}
.header--solid .header__contact,
.header--solid .header__lang {
    color: var(--color-text-dark);
}
.header--solid .header__contact-icon {
    color: var(--corporate-primary);
}

/* Home hero is light artwork, so the bar over it stays transparent and simply
   switches to dark type. Scoped to header--transparent, which Base.php sets on
   the index page only, and dropped again once it goes solid on scroll. */
.header--transparent:not(.is-fixed) .header__main {
    background-color: transparent;
}
/* Only while the nav is a horizontal bar over the light hero. Below 1400px it
   becomes the dark slide-in drawer, where these links must stay white. */
@media (min-width: 1401px) {
    .header--transparent:not(.is-fixed) .header__main .nav__link {
        color: var(--color-text-dark);
    }
}
.header--transparent:not(.is-fixed) .header__logo-img--dark {
    display: block;
}
.header--transparent:not(.is-fixed) .header__logo-img--light {
    display: none;
}
.header--transparent:not(.is-fixed) .header__catalog {
    --btn-border: var(--color-black);
    --btn-color: var(--color-black);
}
.header--transparent:not(.is-fixed) .header__burger span,
.header--transparent:not(.is-fixed) .header__burger::before,
.header--transparent:not(.is-fixed) .header__burger::after {
    background-color: var(--color-text-dark);
}

.header.is-fixed {
    background-color: var(--corporate-dark);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}
.header.is-fixed .header__topbar {
    height: 0;
}
.header.is-fixed .header__main {
    height: var(--header-height-compact);
}
.header.is-fixed .header__main-inner {
    align-items: center;
    padding-top: 0;
}
.header.is-fixed .header__logo {
    --logo-width: 145px;
}
.header.is-fixed .header__nav,
.header.is-fixed .header__actions,
.header.is-fixed .header__burger {
    margin-top: 0;
}

@media (max-width: 1700px) {
    .header__actions .header__catalog span,
    .header__actions .header__catalog-download {
        display: none;
    }
    .header__actions .header__catalog {
        padding-inline: calc(1.25em - 1px);
    }
}
@media (max-width: 1440px) {
    :root {
        --header-main-height: 130px;
        --header-height: 169px;
    }
    .header__main-inner {
        padding-top: 10px;
    }
    .header__nav {
        margin-top: 28px;
    }
    .header__actions {
        margin-top: 24px;
    }
    .header__contacts {
        gap: 24px;
    }
}
@media (max-width: 1400px) {
    :root {
        --header-main-height: 104px;
        --header-height: 143px;
    }
    .header__main-inner {
        align-items: center;
        padding-top: 0;
    }
    .header__logo {
        --logo-width: clamp(170px, 15vw, 210px);
    }
    .header__actions {
        margin-top: 0;
        margin-left: auto;
    }
    .header__burger {
        display: block;
        margin-top: 0;
        margin-left: 24px;
    }
    .header__nav {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 105;
        display: flex;
        flex-direction: column;
        width: min(420px, 88vw);
        margin: 0;
        padding: 84px 28px 40px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background-color: var(--corporate-dark);
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.3);
        transform: translateX(100%);
        transition: transform var(--transition);
    }
    .header__nav.is-open {
        transform: translateX(0);
    }
    .nav__close {
        position: absolute;
        top: 22px;
        right: 22px;
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        transition:
            border-color var(--transition),
            background-color var(--transition);
    }
    .nav__close::before,
    .nav__close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        background-color: var(--color-white);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .nav__close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
@media (max-width: 1400px) and (hover: hover) and (pointer: fine) {
    .nav__close:hover {
        border-color: var(--corporate-primary);
        background-color: var(--corporate-primary);
    }
}
@media (max-width: 1400px) {
    .nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .nav__item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .nav__link {
        padding: 15px 40px 15px 0;
        font-size: 16px;
    }
    .nav__chevron {
        display: none;
    }
    .nav__toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 54px;
        height: 54px;
    }
    .nav__toggle::before,
    .nav__toggle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        height: 2px;
        background-color: var(--color-white);
        transform: translate(-50%, -50%);
        transition:
            transform var(--transition),
            background-color var(--transition);
    }
    .nav__toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .nav__toggle[aria-expanded='true']::before,
    .nav__toggle[aria-expanded='true']::after {
        background-color: var(--color-white);
    }
    .nav__toggle[aria-expanded='true']::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .nav__submenu {
        display: none;
        min-width: 0;
        padding: 0 0 10px;
        background-color: transparent;
    }
    .nav__submenu a {
        padding: 9px 0 9px 18px;
        font-size: 15px;
        white-space: normal;
        color: rgba(255, 255, 255, 0.78);
    }
}
@media (max-width: 1400px) and (hover: hover) and (pointer: fine) {
    .nav__submenu a:hover {
        color: var(--color-white);
        background-color: transparent;
    }
}
@media (max-width: 1400px) {
    .nav__link.is-open {
        color: var(--color-white);
    }
    .header__nav-actions {
        display: block;
    }
}
@media (max-width: 1024px) {
    .header__contacts .header__contact:last-child {
        display: none;
    }
    .header__logo {
        --logo-width: 170px;
    }
}
@media (max-width: 768px) {
    :root {
        --header-main-height: 76px;
        --header-height: 115px;
        --header-height-compact: 68px;
    }
    .header__logo {
        --logo-width: 132px;
    }
    .header__actions .header__catalog {
        display: none;
    }
    .header__actions .btn--green {
        padding: 12px 14px;
        font-size: 11px;
        letter-spacing: 0.8px;
    }
    .header__burger {
        margin-left: 16px;
    }
    .header__contacts {
        position: static;
        transform: none;
        margin-right: auto;
        gap: 16px;
    }
    .header__topbar-inner {
        justify-content: space-between;
    }
    .header__contact span {
        font-size: 13px;
    }
    .header__langs {
        gap: 10px;
    }
    .header.is-fixed .header__logo {
        --logo-width: 118px;
    }
}
@media (max-width: 576px) {
    .header__nav {
        padding: 88px 24px 32px;
    }
    .header__actions .btn--green {
        gap: 8px;
        padding: 11px 12px;
    }
}
@media (max-width: 400px) {
    .header__logo {
        --logo-width: 104px;
    }
    .header__contact span {
        font-size: 12px;
    }
    .header__langs {
        gap: 8px;
    }
    .header__actions .btn--green {
        font-size: 10px;
        letter-spacing: 0.6px;
    }
    .header__burger {
        margin-left: 12px;
    }
}
.nav-mega {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    padding-block: 32px 63px;
    border-bottom: 3px solid var(--corporate-primary);
    background-color: var(--color-white);
    color: var(--color-black);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.nav-mega__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
}

.nav-mega__tabs {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-mega__tab {
    position: relative;
    padding: 10px 4px;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-text-dark);
    white-space: nowrap;
    cursor: pointer;
    transition: color var(--transition);
}
.nav-mega__tab::after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 0;
    left: 4px;
    height: 3px;
    background-color: var(--corporate-primary);
    opacity: 0;
    transition: opacity var(--transition);
}
/* Hairline between tabs. The markup is generated without separator elements,
   so it is drawn in the flex gap of every tab after the first. */
.nav-mega__tab + .nav-mega__tab::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 1px;
    height: 22px;
    background-color: var(--gray-4);
    transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
    .nav-mega__tab:hover {
        color: var(--corporate-primary);
    }
}
.nav-mega__tab.is-active {
    color: var(--color-black);
}
.nav-mega__tab.is-active::after {
    opacity: 1;
}

.nav-mega__all {
    flex-shrink: 0;
    padding: 9px 18px;
    border: 1px solid var(--corporate-primary);
    border-radius: 999px;
    background-color: var(--corporate-primary);
    color: var(--color-white);
    transition:
        background-color var(--transition),
        border-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .nav-mega__all:hover {
        border-color: var(--corporate-primary-dark);
        background-color: var(--corporate-primary-dark);
        color: var(--color-white);
    }
}

.nav-mega__text {
    max-width: 1633px;
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.nav-mega__text p {
    margin: 0;
}

.nav-mega__rail {
    margin-right: calc(var(--container-padding) * -1);
    overflow: hidden;
}
.nav-mega__rail .swiper-slide {
    display: flex;
    width: 264px;
    height: auto;
}

.nav-mega__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--gray-line);
    border-radius: 8px;
    background-color: var(--color-white);
    color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
    .nav-mega__card:hover .nav-mega__card-btn {
        border-color: var(--corporate-primary);
        background-color: var(--corporate-primary);
        color: var(--color-white);
    }
    .nav-mega__card:hover .nav-mega__card-btn svg {
        color: var(--color-white);
    }
    .nav-mega__card:hover .nav-mega__card-btn svg {
        transform: rotate(90deg) translateY(-3px);
    }
}

.nav-mega__card-media {
    display: block;
    height: 211px;
}
.nav-mega__card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-mega__card-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.nav-mega__card-eyebrow {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--corporate-secondary);
}

.nav-mega__card-title {
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-mega__card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 9px 16px;
    border: 1px solid var(--gray-4);
    border-radius: 8px;
    font-family: var(--font-family-accent);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: var(--color-text-dark);
    transition:
        background-color var(--transition),
        color var(--transition);
}
.nav-mega__card-btn svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    color: var(--corporate-primary);
    fill: currentcolor;
    transform: rotate(90deg);
    transition: transform var(--transition);
}

@media (min-width: 1401px) {
    .nav-mega {
        display: block;
        max-height: calc(100vh - var(--header-height));
        overflow-y: auto;
        overscroll-behavior: contain;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        transition:
            opacity var(--transition),
            transform var(--transition),
            visibility var(--transition);
    }
    .header.is-fixed .nav-mega {
        max-height: calc(100vh - var(--header-height-compact));
    }
    .header.is-mega-open .nav-mega {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .nav__item--mega > .nav__submenu {
        display: none;
    }
    .header.is-mega-open .nav__item--mega .nav__chevron {
        transform: rotate(180deg);
    }
}
.cta {
    position: relative;
    background-color: #f4f4f4;
    background-image: url('/img/cta-band.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: var(--color-black);
}

.cta__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 334px;
    padding-block: 60px;
}

.cta__title {
    /* Stays clear of the artwork: the band's gradient is opaque to ~40% and
       fully transparent by ~77%, so copy is capped just past the halfway mark. */
    max-width: 1010px;
    font-family: var(--font-family-manrope);
    font-size: clamp(28px, 2.85vw, 54.688px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.09px;
    color: var(--color-black);
}
/* The design runs the title as a single line; the two CMS parts stay editable. */
.cta__title-line {
    display: inline;
}

.cta__text {
    max-width: 1001px;
    margin-top: 10px;
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-black);
}

.cta__actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.cta__action {
    --btn-radius: 12px;
}

.cta__action--primary {
    --btn-bg: var(--corporate-primary);
    --btn-border: var(--corporate-primary);
    --btn-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
    .cta__action--primary:hover {
        --btn-bg: var(--corporate-primary-dark);
        --btn-border: var(--corporate-primary-dark);
    }
}

.cta__action--ghost {
    --btn-bg: transparent;
    --btn-border: var(--corporate-dark);
    --btn-color: var(--corporate-dark);
}
.cta__action--ghost .btn__icon--plain svg {
    color: var(--corporate-primary);
}
@media (hover: hover) and (pointer: fine) {
    .cta__action--ghost:hover {
        --btn-bg: var(--corporate-dark);
        --btn-color: var(--color-white);
    }
    .cta__action--ghost:hover .btn__icon--plain svg {
        color: var(--color-white);
    }
}

@media (max-width: 1200px) {
    .cta__title,
    .cta__text {
        max-width: 62%;
    }
}
@media (max-width: 1024px) {
    .cta {
        background-position: 76% center;
    }
    .cta__inner {
        min-height: 300px;
        padding-block: 48px;
    }
    .cta__title,
    .cta__text {
        max-width: 72%;
    }
}
@media (max-width: 768px) {
    /* Artwork can no longer sit beside the copy, so it drops behind a scrim. */
    .cta {
        background-image: linear-gradient(rgba(244, 244, 244, 0.88), rgba(244, 244, 244, 0.88)), url('/img/cta-band.jpg');
        background-position: center;
    }
    .cta__inner {
        min-height: 0;
        padding-block: 40px;
    }
    .cta__title,
    .cta__text {
        max-width: 100%;
    }
    .cta__actions {
        gap: 14px;
        margin-top: 24px;
    }
    .cta__actions .btn {
        padding: 15px 18px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .cta__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .cta__actions .btn {
        justify-content: space-between;
    }
}
.footer {
    position: relative;
    overflow: hidden;
    background-color: var(--corporate-dark);
    color: var(--color-white);
}

.footer__map {
    position: absolute;
    top: 0;
    left: 57.8125%;
    z-index: 0;
    width: 39.84375%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.footer__inner {
    position: relative;
    z-index: 1;
    padding-top: 64px;
    padding-bottom: 28px;
}

.footer__grid {
    display: grid;
    grid-template-columns: 424fr 283fr 283fr 346fr 344fr;
    grid-template-areas: 'brand information products western ontario';
}

.footer__col--brand {
    grid-area: brand;
}

.footer__col--information {
    grid-area: information;
}

.footer__col--products {
    grid-area: products;
}

.footer__col--western {
    grid-area: western;
}

.footer__col--ontario {
    grid-area: ontario;
}

.footer__col:not(.footer__col--brand) {
    padding-top: 28px;
}

.footer__logo {
    --logo-width: 300px;
    display: block;
    width: var(--logo-width);
    max-width: 100%;
    margin-left: calc(var(--logo-width) * -0.0248);
}
.footer__logo img {
    width: 100%;
    height: auto;
}

.footer__tagline {
    width: 268px;
    max-width: 100%;
    margin-top: 54px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.footer__rule {
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 28px;
    background-color: var(--light-green);
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    padding-block: 20px;
}
.footer__socials a {
    display: block;
    transition: opacity var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .footer__socials a:hover {
        opacity: 0.75;
    }
}
.footer__socials img {
    width: 36px;
    height: 36px;
}

.footer__heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-white);
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 23px;
}
.footer__links a {
    display: inline-block;
    padding-block: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-white);
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .footer__links a:hover {
        color: var(--light-green);
    }
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 32px;
    font-style: normal;
}

.footer__contact {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    color: var(--color-white);
}

a.footer__contact {
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    a.footer__contact:hover {
        color: var(--light-green);
    }
}

.footer__contact-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--light-green);
    fill: currentcolor;
}

.footer__phones {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__phones a {
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .footer__phones a:hover {
        color: var(--light-green);
    }
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    color: var(--gray-4);
}

.footer__copyright {
    font-family: var(--font-family-worksans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.footer__credit {
    font-family: var(--font-family-montserrat);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
}
.footer__credit a {
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .footer__credit a:hover {
        color: var(--color-white);
    }
}

@media (max-width: 1680px) {
    .footer__grid {
        grid-template-columns: 360fr 250fr 250fr 320fr 320fr;
        gap: 0 24px;
    }
}
@media (max-width: 1440px) {
    .footer__logo {
        --logo-width: 250px;
    }
    .footer__tagline {
        margin-top: 36px;
    }
    .footer__heading {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .footer__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas: 'brand brand brand brand' 'information products western ontario';
        gap: 48px 28px;
    }
    .footer__col:not(.footer__col--brand) {
        padding-top: 0;
    }
    .footer__socials {
        padding-block: 0;
        margin-top: 32px;
    }
    .footer__map {
        left: auto;
        right: -6%;
        width: 52%;
        opacity: 0.7;
    }
}
@media (max-width: 768px) {
    .footer__inner {
        padding-top: 48px;
    }
    .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: 'brand brand' 'information products' 'western ontario';
        gap: 36px 24px;
    }
    .footer__logo {
        --logo-width: 210px;
    }
    .footer__tagline {
        width: 100%;
        max-width: 320px;
        margin-top: 24px;
    }
    .footer__rule {
        margin-top: 22px;
    }
    .footer__socials {
        margin-top: 22px;
    }
    .footer__heading {
        font-size: 17px;
    }
    .footer__links {
        margin-top: 14px;
    }
    .footer__contacts {
        margin-top: 18px;
        gap: 18px;
    }
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 32px;
    }
    .footer__credit {
        text-align: left;
    }
    .footer__map {
        right: -18%;
        width: 78%;
        opacity: 0.45;
    }
}
@media (max-width: 576px) {
    .footer__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: 'brand' 'information' 'products' 'western' 'ontario';
        gap: 32px;
    }
}
@media (max-width: 400px) {
    .footer__logo {
        --logo-width: 180px;
    }
    .footer__socials {
        gap: 10px;
    }
    .footer__socials img {
        width: 32px;
        height: 32px;
    }
}
.hero {
    --hero-bar-height: 164px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--header-topbar-height) + 684px + var(--hero-bar-height));
    background-color: var(--lighter-bg);
}

/* Artwork starts below the dark topbar and stops where the red bar begins, so
   the 1920x684 image lands at its native size instead of being cropped by it. */
.hero__media,
.hero__overlay {
    position: absolute;
    inset: var(--header-topbar-height) 0 var(--hero-bar-height);
}

.hero__media {
    overflow: hidden;
}

.hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}

/* Keeps the headline readable once the artwork crops in on narrower screens;
   over the pale left edge of the hero image it is effectively invisible. */
.hero__overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0) 58%);
}

.hero__container {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    padding-top: 261px;
    padding-bottom: 60px;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 591px;
    max-width: 100%;
}

.hero__text {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    color: var(--color-black);
}

.hero__heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 478px;
    max-width: 100%;
}

.hero__eyebrow {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.hero__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--font-family-manrope);
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.hero__title-line--top {
    font-weight: 600;
}

.hero__title-line--bottom {
    color: var(--corporate-primary);
    font-weight: 500;
    letter-spacing: -2.4px;
}

.hero__lead {
    width: 512px;
    max-width: 100%;
    min-height: 47px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 36px;
}

.hero__highlights {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: var(--hero-bar-height);
    background-color: var(--corporate-primary);
}

.hero__highlights-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    height: 100%;
    padding-inline: var(--container-padding);
}

.hero__stat {
    display: flex;
    align-items: center;
    height: 107px;
}

.hero__stat--experience {
    gap: 20px;
}

.hero__stat--fleet {
    gap: 18px;
}

.hero__stat--equipment {
    gap: 17px;
}

.hero__stat--support {
    gap: 17px;
}

.hero__stat-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hero__stat-body {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
}

.hero__stat-value {
    font-family: var(--font-family-display);
    font-size: 49.568px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.hero__stat-label {
    font-size: 13.849px;
    font-weight: 700;
    line-height: 16.618px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero__stat-divider {
    align-self: center;
    flex-shrink: 0;
    width: 1px;
    height: 67px;
    background-color: var(--corporate-primary-light);
}

@media (max-width: 1680px) {
    .hero__highlights-inner {
        gap: 60px;
    }
}
@media (max-width: 1440px) {
    .hero {
        min-height: 740px;
    }
    .hero__container {
        padding-top: 200px;
    }
    .hero__title {
        font-size: 62px;
        line-height: 54px;
    }
    .hero__title-line--bottom {
        letter-spacing: -2.4px;
    }
    .hero__highlights-inner {
        gap: 44px;
    }
}
@media (max-width: 1200px) {
    .hero {
        min-height: 660px;
    }
    .hero__container {
        padding-top: 180px;
        padding-bottom: 40px;
    }
    .hero__title {
        font-size: 54px;
        line-height: 48px;
    }
    .hero__highlights-inner {
        gap: 32px;
    }
    .hero__stat-value {
        font-size: 42px;
    }
}
@media (max-width: 1024px) {
    .hero {
        min-height: 0;
    }
    .hero__container {
        padding-top: 168px;
        padding-bottom: 56px;
    }
    .hero__content {
        gap: 26px;
        width: 100%;
    }
    .hero__title {
        font-size: 48px;
        line-height: 44px;
    }
    .hero__media,
    .hero__overlay {
        inset: var(--header-topbar-height) 0 0;
    }
    .hero__highlights {
        position: static;
        width: 100%;
        height: auto;
    }
    .hero__highlights-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding: 28px var(--container-padding);
        max-width: calc(var(--container-width) + var(--container-padding) * 2);
        margin-inline: auto;
    }
    .hero__stat {
        height: auto;
    }
    .hero__stat-divider {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero__container {
        padding-top: 140px;
        padding-bottom: 48px;
    }
    .hero__eyebrow {
        font-size: 16px;
    }
    .hero__title {
        gap: 12px;
        font-size: 40px;
        line-height: 38px;
    }
    .hero__title-line--bottom {
        letter-spacing: -1.4px;
    }
    .hero__lead {
        font-size: 16px;
    }
    .hero__actions {
        gap: 16px;
    }
    .hero__actions .btn {
        padding: 16px 20px;
        font-size: 14px;
    }
    .hero__highlights-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 24px;
        padding-block: 22px;
    }
    .hero__stat {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .hero__stat--experience,
    .hero__stat--fleet,
    .hero__stat--equipment,
    .hero__stat--support {
        gap: 8px;
    }
    .hero__stat-icon {
        width: 34px;
        height: 34px;
    }
    .hero__stat-value {
        font-size: 30px;
    }
    .hero__stat-label {
        font-size: 11px;
        line-height: 14px;
    }
}
@media (max-width: 576px) {
    .hero__container {
        padding-top: 128px;
    }
    .hero__title {
        font-size: 34px;
        line-height: 33px;
    }
    .hero__actions {
        flex-wrap: wrap;
        gap: 12px;
    }
    .hero__actions .btn {
        padding: 14px 18px;
        font-size: 13px;
        letter-spacing: 0.9px;
    }
    .hero__stat-value {
        font-size: 26px;
    }
    .hero__stat-label {
        font-size: 10px;
        line-height: 13px;
        white-space: normal;
    }
}
@media (max-width: 400px) {
    .hero__container {
        padding-top: 118px;
    }
    .hero__title {
        font-size: 29px;
        line-height: 29px;
    }
    .hero__eyebrow {
        font-size: 14px;
    }
    .hero__lead {
        font-size: 15px;
    }
    .hero__highlights-inner {
        gap: 10px;
    }
    .hero__stat-icon {
        width: 28px;
        height: 28px;
    }
    .hero__stat-value {
        font-size: 22px;
    }
}
.products {
    padding-block: var(--section-padding);
    background-color: var(--lighter-bg);
}

.products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 42px;
}
.products__grid > li {
    display: flex;
}

.product-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 528px;
    padding-bottom: 31px;
    border-radius: 8px;
    background-color: var(--color-white);
    color: var(--color-black);
    transition:
        box-shadow var(--transition),
        transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .product-card:hover {
        box-shadow: 0 16px 34px rgba(23, 52, 83, 0.12);
        transform: translateY(-4px);
    }
    .product-card:hover .link-arrow {
        color: var(--corporate-primary);
    }
}

.product-card__media {
    display: block;
    height: 290px;
    flex-shrink: 0;
}
.product-card__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.product-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 33px;
    padding-inline: 46px;
    text-align: center;
}

.product-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.product-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 83.2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1700px) {
    .product-card__title {
        min-height: 64px;
    }
}
@media (max-width: 1440px) {
    .product-card {
        min-height: 0;
        padding-bottom: 28px;
    }
    .product-card__title {
        min-height: 56px;
    }
    .product-card__media {
        height: 240px;
    }
    .product-card__body {
        gap: 16px;
        margin-top: 26px;
        padding-inline: 24px;
    }
    .product-card__title {
        font-size: 21px;
        line-height: 28px;
    }
}
@media (max-width: 1200px) {
    .products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 36px;
    }
    .product-card__media {
        height: 260px;
    }
    .product-card__body {
        padding-inline: 32px;
    }
}
@media (max-width: 768px) {
    .products__grid {
        gap: 16px;
        margin-top: 28px;
    }
    .product-card__media {
        height: 200px;
    }
    .product-card__title {
        min-height: 50px;
        font-size: 19px;
        line-height: 25px;
    }
    .product-card__text {
        min-height: 0;
        -webkit-line-clamp: 5;
        font-size: 15px;
    }
    .product-card__body {
        gap: 14px;
        margin-top: 20px;
        padding-inline: 20px;
    }
}
@media (max-width: 576px) {
    .products__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .product-card__media {
        height: 220px;
    }
}
.industries {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: var(--lighter-bg);
}

.industries__lead {
    max-width: 887px;
}

.industries__panel {
    display: flex;
    gap: 39px;
    max-width: 1473px;
    min-height: 712px;
    margin: 32px auto 0;
    padding: 38px 42px 38px 113px;
    background-color: var(--color-white);
}

.industries__nav {
    flex: 0 0 298px;
    margin-top: 45px;
    min-width: 0;
}

.industries__nav-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-black);
}

.industries__list {
    max-height: 484px;
    margin-top: 23px;
    padding-right: 43px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--gray-5) var(--lighter-bg);
}
.industries__list::-webkit-scrollbar {
    width: 14px;
}
.industries__list::-webkit-scrollbar-track {
    background-color: var(--lighter-bg);
}
.industries__list::-webkit-scrollbar-thumb {
    background-color: #e8e8e8;
}

.industries__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid var(--gray-3);
    background: none;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: var(--color-black);
    cursor: pointer;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .industries__item:hover {
        color: var(--corporate-secondary);
    }
}
.industries__item.is-active {
    font-weight: 600;
    color: var(--corporate-secondary);
}

.industries__item-chevron {
    flex-shrink: 0;
    width: 11.5px;
    height: 6.811px;
    stroke: currentcolor;
    transform: rotate(-90deg);
}

.industries__view {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    align-self: stretch;
    overflow: hidden;
}

.industries__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity var(--transition),
        visibility var(--transition);
}
.industries__slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.industries__slide[hidden] {
    display: none;
}
.industries__slide::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 55%;
    background: linear-gradient(to bottom, rgba(23, 52, 83, 0), rgba(23, 52, 83, 0.75));
    pointer-events: none;
}
.industries__slide img {
    width: 100%;
    height: 100%;
    min-height: 636px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.industries__caption {
    position: absolute;
    z-index: 2;
    left: 43px;
    bottom: 76px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: calc(100% - 86px);
    color: var(--color-white);
}

.industries__tag {
    padding: 5px 10px;
    background-color: var(--corporate-secondary);
    font-family: var(--font-family-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--color-white);
}

.industries__title {
    max-width: 502px;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
}

@media (max-width: 1680px) {
    .industries__panel {
        padding: 32px 32px 32px 48px;
        gap: 28px;
    }
    .industries__nav {
        flex-basis: 268px;
        margin-top: 8px;
    }
    .industries__list {
        padding-right: 24px;
    }
    .industries__title {
        font-size: 34px;
        line-height: 38px;
    }
}
@media (max-width: 1440px) {
    .industries__panel {
        min-height: 0;
    }
    .industries__nav {
        flex-basis: 240px;
    }
    .industries__item {
        font-size: 18px;
    }
    .industries__slide img {
        min-height: 520px;
    }
    .industries__caption {
        left: 32px;
        bottom: 48px;
        gap: 16px;
    }
    .industries__title {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 1024px) {
    .industries__panel {
        flex-direction: column;
        gap: 28px;
        padding: 24px;
    }
    .industries__nav {
        flex: 0 0 auto;
        margin-top: 0;
    }
    .industries__list {
        display: flex;
        max-height: none;
        margin-top: 16px;
        padding-right: 0;
        padding-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 8px;
    }
    .industries__item {
        width: auto;
        flex: 0 0 auto;
        padding: 9px 14px;
        border: 1px solid var(--gray-5);
        border-radius: 4px;
        font-size: 15px;
        white-space: nowrap;
    }
    .industries__item.is-active {
        border-color: var(--corporate-secondary);
        background-color: var(--corporate-secondary);
        color: var(--color-white);
    }
    .industries__item-chevron {
        display: none;
    }
    .industries__slide img {
        min-height: 420px;
    }
}
@media (max-width: 768px) {
    .industries {
        padding-block: 48px;
    }
    .industries__panel {
        margin-top: 24px;
        padding: 16px;
    }
    .industries__slide img {
        min-height: 300px;
    }
    .industries__caption {
        left: 20px;
        bottom: 24px;
        gap: 12px;
        max-width: calc(100% - 40px);
    }
    .industries__tag {
        font-size: 15px;
    }
    .industries__title {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 400px) {
    .industries__title {
        font-size: 19px;
        line-height: 23px;
    }
}
.services {
    padding-top: 100px;
    padding-bottom: 142px;
    background-color: var(--lighter-bg);
    color: var(--color-black);
}

.services__head {
    --section-head-lead-gap: 20px;
}

.services__lead {
    max-width: 887px;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 36px;
    max-width: 1412px;
    margin: 32px auto 0;
}

.service-card {
    position: relative;
    display: block;
    min-height: 354px;
    border-radius: 16px;
    background-color: var(--color-white);
    color: var(--color-black);
    transition: box-shadow var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .service-card:hover {
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
    }
}

.service-card__badge {
    position: absolute;
    top: 34px;
    left: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: var(--corporate-secondary);
}
.service-card__badge img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 61px 44px 28px 164px;
}

.service-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.service-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1680px) {
    .services {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .service-card__body {
        padding: 52px 36px 28px 150px;
    }
}
@media (max-width: 1440px) {
    .services__grid {
        gap: 28px 24px;
    }
    .service-card {
        min-height: 320px;
    }
    .service-card__badge {
        top: 24px;
        left: 28px;
        width: 78px;
        height: 78px;
    }
    .service-card__badge img {
        width: 46px;
        height: 46px;
    }
    .service-card__body {
        gap: 14px;
        padding: 40px 28px 24px 124px;
    }
    .service-card__title {
        font-size: 21px;
        line-height: 28px;
    }
}
@media (max-width: 1200px) {
    .services__grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 700px;
    }
}
@media (max-width: 768px) {
    .services {
        padding-block: 56px;
    }
    .services__grid {
        margin-top: 24px;
        gap: 20px;
    }
    .service-card {
        min-height: 0;
    }
    .service-card__badge {
        top: 24px;
        left: 20px;
        width: 60px;
        height: 60px;
    }
    .service-card__badge img {
        width: 36px;
        height: 36px;
    }
    .service-card__body {
        padding: 24px 20px 24px 96px;
    }
    .service-card__text {
        height: auto;
        -webkit-line-clamp: 5;
        font-size: 15px;
    }
}
.faq-news {
    position: relative;
    padding-top: 88px;
    padding-bottom: 100px;
}
.faq-news::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 0;
    width: 50.1%;
    background-color: var(--lighter-bg);
}

.faq-news__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 813fr 808fr;
    gap: 60px;
    align-items: start;
}

.faq__head,
.news__head {
    gap: 15px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 39px;
}

.faq__item {
    border: 1px solid var(--gray-4);
    background-color: var(--lighter-secondary);
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: none;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: var(--color-black);
    cursor: pointer;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .faq__question:hover {
        color: var(--corporate-secondary);
    }
}
.faq__question > span:first-child {
    max-width: 603px;
}

.faq__icon {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--corporate-primary);
    transform: translate(-50%, -50%);
    transition: transform var(--transition);
}
.faq__icon::before {
    width: 18px;
    height: 2px;
}
.faq__icon::after {
    width: 2px;
    height: 18px;
}

.faq__question[aria-expanded='true'] {
    color: var(--corporate-secondary);
}
.faq__question[aria-expanded='true'] .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq__answer {
    padding: 0 20px 18px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-black);
}
.faq__answer[hidden] {
    display: none;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 29px;
    margin-top: 39px;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
    .news-card:hover .news-card__media img {
        transform: scale(1.05);
    }
    .news-card:hover .link-arrow {
        color: var(--corporate-secondary);
    }
}

.news-card__media {
    display: block;
    height: 306px;
    overflow: hidden;
}
.news-card__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform 0.5s ease;
}

.news-card__date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    color: var(--gray-3);
}
.news-card__date svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--gray-4);
    fill: currentcolor;
}

.news-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 23px;
}

.news-card__title {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.news-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 1440px) {
    .faq-news {
        padding-top: 64px;
        padding-bottom: 72px;
    }
    .faq-news__inner {
        gap: 40px;
    }
    .faq__question {
        gap: 16px;
        font-size: 18px;
    }
    .news-card__media {
        height: 240px;
    }
}
@media (max-width: 1200px) {
    .faq-news::before {
        display: none;
    }
    .faq-news__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 56px;
    }
    .faq {
        padding: 28px;
        margin-inline: calc(var(--container-padding) * -1);
        padding-inline: var(--container-padding);
        background-color: var(--lighter-bg);
    }
}
@media (max-width: 768px) {
    .faq-news {
        padding-block: 48px;
    }
    .faq__list,
    .news__grid {
        margin-top: 24px;
    }
    .faq__list {
        gap: 14px;
    }
    .faq__question {
        padding: 13px 16px;
        font-size: 16px;
    }
    .faq__icon {
        width: 15px;
        height: 15px;
    }
    .faq__icon::before {
        width: 15px;
    }
    .faq__icon::after {
        height: 15px;
    }
    .faq__answer {
        padding: 0 16px 16px;
        font-size: 15px;
    }
    .news__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .news-card__media {
        height: 220px;
    }
    .news-card__body {
        margin-top: 16px;
        gap: 12px;
    }
}
.product-detail {
    padding-block: 48px 80px;
}

.product-detail__layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.product-detail__main {
    min-width: 0;
}

.product-detail__rule {
    display: block;
    height: 1px;
    margin-top: 23px;
    background-color: var(--gray-line);
}

.back-link {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-text);
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .back-link:hover {
        color: var(--corporate-primary);
    }
    .back-link:hover .back-link__icon svg {
        transform: rotate(90deg) translateY(-3px);
    }
}

.back-link__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5px;
    height: 10px;
}
.back-link__icon svg {
    width: 10px;
    height: 5px;
    stroke: currentcolor;
    transform: rotate(90deg);
    transition: transform var(--transition);
}

.product-hero {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 24px;
}

.product-hero__text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.product-hero__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.product-hero__copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.product-hero__media {
    position: relative;
    flex: 0 0 420px;
    width: 420px;
    height: 354px;
}
.product-hero__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-hero__brochure {
    gap: 9.409px;
    padding-block: 8.5px;
    letter-spacing: 0.07em;
}

.product-hero__brochure .btn__icon--pdf {
    width: 27px;
    height: 27px;
}
.product-hero__brochure .btn__icon--pdf svg {
    width: 20.7322px;
    height: 27px;
    transform: none;
}

.product-hero__brochure .btn__icon--download {
    width: 20px;
    height: 20px;
}
.product-hero__brochure .btn__icon--download svg {
    width: 20px;
    height: 20px;
    color: inherit;
    fill: currentcolor;
    transform: none;
}

.spec-tabs {
    margin-top: 24px;
}

.spec-tabs .tab-nav {
    gap: 14px;
}

.spec-tabs__panel {
    margin-top: 36px;
}

.spec-tabs__panel[hidden] {
    display: none;
}

.spec-tabs__heading {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.spec-table {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--gray-line);
}

.spec-table__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px 11px;
    border-bottom: 1px solid var(--gray-line);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-black);
    background-color: var(--color-white);
}
.spec-table__row:nth-child(odd) {
    background-color: var(--breadcrumbs-bg);
}
.spec-table__row:last-child {
    padding-bottom: 12px;
    border-bottom: 0;
}

.spec-table__label {
    flex: 0 0 240px;
    width: 240px;
}

.spec-table__value {
    flex: 1 1 0;
    min-width: 0;
}

.spec-features {
    width: 944px;
    max-width: 100%;
}

.spec-features__lists {
    display: flex;
    gap: 42px;
    margin-top: 37px;
}

.spec-features__list {
    flex: 0 1 451px;
    min-width: 0;
    padding-left: 24px;
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black);
}

.product-gallery {
    margin-top: 24px;
}

.product-gallery__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: var(--corporate-primary);
}

.product-gallery__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.product-gallery__item {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: zoom-in;
}
.product-gallery__item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .product-gallery__item:hover img {
        transform: scale(1.04);
    }
}

@media (max-width: 1440px) {
    .product-detail__layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 32px;
    }
    .product-hero {
        gap: 32px;
    }
    .product-hero__media {
        flex-basis: 360px;
        width: 360px;
        height: 304px;
    }
}
@media (max-width: 1200px) {
    .product-hero__media {
        flex-basis: 300px;
        width: 300px;
        height: 253px;
    }
    .spec-features__lists {
        gap: 28px;
    }
}
@media (max-width: 1024px) {
    .product-detail {
        padding-block: 32px 56px;
    }
    .product-detail__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .product-hero {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 28px;
    }
    .product-hero__text {
        width: 100%;
    }
    .product-hero__media {
        flex: 0 0 auto;
        width: 100%;
        max-width: 420px;
        height: auto;
        aspect-ratio: 420/354;
    }
    .spec-features__lists {
        flex-direction: column;
        gap: 0;
        margin-top: 24px;
    }
    .spec-features__list {
        flex: 0 0 auto;
    }
}
@media (max-width: 768px) {
    .spec-tabs__panel {
        margin-top: 24px;
    }
    .spec-table__row {
        flex-direction: column;
        gap: 4px;
    }
    .spec-table__label {
        flex: 0 0 auto;
        width: auto;
        font-weight: 700;
    }
    .product-gallery__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .product-hero__brochure {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .product-gallery__row {
        grid-template-columns: minmax(0, 1fr);
    }
}
.industry {
    padding-block: 80px 100px;
}

.industry__layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.industry__main {
    display: flex;
    flex-direction: column;
    gap: 64px;
    min-width: 0;
}

.industry__breakdown .media-block__inner {
    --media-w: 615px;
    --content-w: 576px;
    --media-gap: clamp(32px, 3.33vw, 64px);
    --media-ratio: 615 / 398;
    justify-content: flex-start;
}

@media (max-width: 1440px) {
    .industry {
        padding-block: 56px 72px;
    }
    .industry__layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 40px;
    }
    .industry__main {
        gap: 48px;
    }
}
@media (max-width: 1200px) {
    .industry__breakdown .media-block__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }
    .industry__breakdown .media-block__media,
    .industry__breakdown .media-block__content {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .industry {
        padding-block: 40px 56px;
    }
    .industry__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .industry__main {
        gap: 40px;
    }
}
.about-tabs {
    padding-block: 40px;
}
.about-tabs .tab-nav {
    justify-content: center;
}

.about-story {
    padding-block: 40px 120px;
}
.about-story .media-block__inner {
    --media-w: 800px;
    --content-w: 800px;
    --media-gap: clamp(32px, 4.17vw, 80px);
    --media-ratio: 800 / 520;
    align-items: center;
}
.about-story .media-block__media,
.about-story .media-block__content {
    flex: 1 1 0;
}
.about-story .media-block__content {
    gap: 32px;
}
.about-story .media-block__body {
    gap: 32px;
}

.mission-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-left: 6px solid var(--corporate-secondary);
    background-color: var(--lighter-bg);
}

.mission-box__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.mission-box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text-dark);
}

.key-stats {
    padding-block: 60px;
    background-color: var(--corporate-primary);
}

.key-stats__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 4.17vw, 80px);
}

.key-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.key-stats__value {
    font-family: var(--font-family-display);
    font-size: clamp(34px, 2.81vw, 54px);
    font-weight: 700;
    line-height: normal;
    color: var(--color-white);
}

.key-stats__label {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-white);
    white-space: nowrap;
}

.key-stats__divider {
    flex-shrink: 0;
    width: 1px;
    height: 60px;
    background-color: var(--corporate-primary-light);
}

.core-values {
    padding-block: 100px;
    background-color: var(--lighter-bg);
}

.core-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.value-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 39px;
    border: 1px solid var(--gray-5);
    background-color: var(--color-white);
    text-align: center;
}

.value-card__icon {
    flex-shrink: 0;
}
.value-card__icon img {
    display: block;
}

.value-card__title {
    font-family: var(--font-family-display);
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 600;
    line-height: normal;
    color: var(--corporate-navy);
}

.value-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-text);
}

.facilities {
    position: relative;
    padding-block: 120px;
    overflow: hidden;
    color: var(--color-white);
}

.facilities__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.facilities__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
.facilities__media::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Design tints the photo charcoal; this was the pre-rebrand navy. */
    background-color: rgba(52, 52, 52, 0.85);
}

.facilities__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(32px, 4.17vw, 80px);
}

.facilities__head,
.facilities__body {
    flex: 1 1 0;
    min-width: 0;
}

.facilities__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.facilities__eyebrow {
    font-family: var(--font-family-manrope);
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--corporate-primary-light);
}

.facilities__title {
    font-family: var(--font-family-manrope);
    font-size: clamp(26px, 2.396vw, 46px);
    font-weight: 600;
    line-height: 1.087;
    letter-spacing: -0.92px;
    color: var(--color-white);
}

/* The design carries no rule under this heading. */
.facilities__rule {
    display: none;
}

.facilities__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.facilities__text {
    font-size: clamp(16px, 0.9375vw, 18px);
    font-weight: 400;
    line-height: 1.6;
    color: var(--gray-5);
}

.facilities__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.facilities__badge {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: var(--corporate-primary-light);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-white);
}

.about-coast {
    padding-block: 120px;
}
.about-coast .media-block__inner {
    --media-w: 800px;
    --content-w: 800px;
    --media-gap: clamp(32px, 6.51vw, 125px);
    --media-ratio: 800 / 411;
}
.about-coast .media-block__media,
.about-coast .media-block__content {
    flex: 1 1 0;
}
.about-coast .media-block__content {
    gap: 32px;
}
.about-coast .media-block__body {
    gap: 32px;
    align-items: flex-start;
}
.about-coast .section-head__title {
    color: var(--corporate-primary);
}
.about-coast .wysiwyg {
    --wysiwyg-color: var(--gray-text-dark);
}

@media (max-width: 1440px) {
    .about-story {
        padding-block: 32px 80px;
    }
    .core-values {
        padding-block: 72px;
    }
    .core-values__grid {
        gap: 24px;
        margin-top: 44px;
    }
    .value-card {
        padding: 27px;
    }
    .facilities,
    .about-coast {
        padding-block: 80px;
    }
}
@media (max-width: 1200px) {
    .key-stats__list {
        flex-wrap: wrap;
        gap: 32px 48px;
    }
    .key-stats__divider {
        display: none;
    }
    .key-stats__item {
        flex: 0 1 calc(50% - 24px);
    }
    .facilities__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
    .facilities__head,
    .facilities__body {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .about-story .media-block__media,
    .about-story .media-block__content,
    .about-coast .media-block__media,
    .about-coast .media-block__content {
        flex: 0 0 auto;
        width: 100%;
    }
    .about-tabs {
        padding-block: 28px;
    }
    .about-story {
        padding-block: 28px 56px;
    }
    .key-stats {
        padding-block: 44px;
    }
    .core-values {
        padding-block: 56px;
    }
    .core-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 36px;
    }
    .facilities,
    .about-coast {
        padding-block: 56px;
    }
    .mission-box {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .key-stats__label {
        white-space: normal;
    }
    .core-values__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
    .mission-box {
        gap: 12px;
        padding: 20px;
        border-left-width: 4px;
    }
    .mission-box__title {
        font-size: 20px;
        line-height: 28px;
    }
    .facilities__badge {
        padding: 8px 16px;
        font-size: 13px;
    }
}
.founding {
    padding-block: 40px 60px;
}

.founding__intro {
    margin-top: 32px;
}
.founding__intro .media-block__inner {
    justify-content: center;
}
.founding__intro .media-block__content {
    flex: 0 1 auto;
    width: 1234px;
    max-width: 100%;
    align-items: center;
    text-align: center;
}

.timeline-section {
    padding-block: 60px 114px;
    background-color: var(--lighter-bg);
}

.timeline-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 804fr) minmax(0, 876fr);
    align-items: start;
    margin-top: 32px;
}

.timeline-section__figure {
    display: flex;
    justify-content: flex-end;
    padding-right: 27px;
    margin: 0;
}
.timeline-section__figure img {
    width: 100%;
    max-width: 527px;
    height: auto;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 27px;
    bottom: 27px;
    left: 26px;
    width: 1px;
    background-color: var(--corporate-primary);
}

.timeline__item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.timeline__marker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border: 4px solid var(--corporate-primary);
    border-radius: 50%;
    background-color: var(--lighter-bg);
}
.timeline__marker::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--corporate-primary);
}

.timeline__content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    padding-left: 20px;
}

.timeline__year {
    font-family: var(--font-family-display);
    font-size: clamp(26px, 1.875vw, 36px);
    font-weight: 700;
    line-height: normal;
    color: var(--corporate-secondary);
}

.timeline__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.timeline__title {
    font-size: clamp(19px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--color-black);
}

.timeline__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gray-text-dark);
}

.history-values {
    padding-block: 120px;
    background-color: var(--corporate-primary);
}

.history-values__lead {
    width: 1240px;
    max-width: 100%;
    margin: 64px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--color-white);
}

.history-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin-top: 64px;
}

.history-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    background-color: var(--lighter-bg);
}

.history-card__media {
    margin: 0;
}
.history-card__media img {
    width: 100%;
    aspect-ratio: 473/208;
    -o-object-fit: cover;
    object-fit: cover;
}

.history-card__title {
    font-size: clamp(19px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.history-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gray-text-dark);
}

@media (max-width: 1440px) {
    .timeline-section {
        padding-block: 48px 80px;
    }
    .timeline {
        gap: 28px;
    }
    .history-values {
        padding-block: 80px;
    }
    .history-values__lead,
    .history-values__grid {
        margin-top: 44px;
    }
    .history-values__grid {
        gap: 24px;
    }
}
@media (max-width: 1024px) {
    .founding {
        padding-block: 28px 40px;
    }
    .timeline-section__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
        margin-top: 28px;
    }
    .timeline-section__figure {
        justify-content: center;
        padding-right: 0;
    }
    .timeline-section {
        padding-block: 40px 56px;
    }
    .history-values {
        padding-block: 56px;
    }
    .history-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .history-card {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .timeline {
        gap: 24px;
    }
    .timeline__marker {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }
    .timeline__marker::before {
        width: 15px;
        height: 15px;
    }
    .timeline::before {
        top: 20px;
        bottom: 20px;
        left: 19px;
    }
    .timeline__content {
        padding-left: 16px;
    }
    .timeline__title {
        line-height: 26px;
    }
    .history-values__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}
.news-listing {
    padding-block: 69px 104px;
}

.news-listing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 56px 20px;
    margin-top: 46px;
}
.news-listing__grid > li {
    display: flex;
}

.news-listing .news-card__media {
    height: auto;
    aspect-ratio: 392/306;
}

.news-listing .news-card__title {
    min-height: 48px;
}

@media (max-width: 1440px) {
    .news-listing {
        padding-block: 56px 80px;
    }
    .news-listing__grid {
        gap: 44px 20px;
        margin-top: 40px;
    }
}
@media (max-width: 1200px) {
    .news-listing__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .news-listing {
        padding-block: 40px 56px;
    }
    .news-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 20px;
        margin-top: 32px;
    }
}
@media (max-width: 576px) {
    .news-listing__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .news-listing .news-card__title {
        min-height: 0;
    }
}
.article {
    padding-block: 65px 112px;
}

.article__head {
    --section-head-gap: 10px;
    margin-top: 35px;
}
.article__head .section-head__rule {
    width: 106px;
}

.article__byline {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 46px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    color: var(--gray-3);
}
.article__byline svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--gray-4);
    fill: currentcolor;
}

.article__lead {
    margin-top: 14px;
}

.article__body {
    margin-top: 54px;
}

@media (max-width: 1440px) {
    .article {
        padding-block: 48px 80px;
    }
}
@media (max-width: 1024px) {
    .article {
        padding-block: 32px 56px;
    }
    .article__byline {
        margin-top: 32px;
    }
}
@media (max-width: 768px) {
    .article__body {
        margin-top: 28px;
    }
}
.services-tabs {
    padding-block: 71px 40px;
}
.services-tabs .tab-nav {
    justify-content: center;
}

.service-intro {
    padding-block: 32px 86px;
}
.service-intro .media-block__inner {
    --media-w: 800px;
    --content-w: 736px;
    --media-gap: clamp(32px, 3.33vw, 64px);
    --media-ratio: 800 / 520;
    width: 1600px;
    max-width: 100%;
    margin-inline: auto;
}
.service-intro .media-block__content {
    gap: 24px;
}
.service-intro .section-head {
    --section-head-gap: 10px;
}
.service-intro .section-head__rule {
    width: 94px;
}
.service-intro .wysiwyg {
    --wysiwyg-font: var(--font-family-worksans);
    --wysiwyg-leading: 1.5;
    --wysiwyg-color: var(--color-text-dark);
}
.service-intro .media-block__body {
    gap: 24px;
    align-items: flex-start;
}

.services-band {
    position: relative;
    padding-block: 56px 153px;
    overflow: hidden;
    color: var(--color-white);
}

.services-band__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.services-band__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.services-band__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(23, 52, 83, 0.85);
}

.services-band__inner {
    position: relative;
    z-index: 1;
}

.services-band .section-head {
    --section-head-gap: 10px;
    width: 746px;
}

.services-band .section-head__rule {
    width: 60px;
}

.services-band__lead {
    width: 1191px;
    max-width: 100%;
    margin: 46px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--color-white);
}

.services-band__features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
    width: 1584px;
    max-width: 100%;
    margin: 80px auto 0;
}

.service-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.service-feature__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 96px;
    margin-bottom: 18px;
}
.service-feature__icon img {
    display: block;
}

.service-feature__title {
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-white);
}

.service-feature__text {
    width: 248px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #d7d7d7;
}

@media (max-width: 1440px) {
    .service-intro {
        padding-block: 24px 64px;
    }
    .services-band {
        padding-block: 48px 88px;
    }
    .services-band__features {
        gap: 24px;
        margin-top: 56px;
    }
}
@media (max-width: 1200px) {
    .services-band__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 24px;
    }
}
@media (max-width: 1024px) {
    .services-tabs {
        padding-block: 40px 28px;
    }
    .service-intro {
        padding-block: 16px 48px;
    }
    .services-band {
        padding-block: 40px 56px;
    }
    .services-band__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }
    .services-band .section-head {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .service-feature__icon {
        height: 72px;
    }
    .service-feature__icon img {
        max-height: 100%;
        width: auto;
    }
}
@media (max-width: 576px) {
    .services-band__features {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
}
.contact-head {
    padding-block: 55px 0;
}
.contact-head .section-head {
    --section-head-gap: 10px;
    width: 746px;
}
.contact-head .section-head__rule {
    width: 94px;
}

.contact-locations {
    padding-top: 96px;
    margin-top: 56px;
    background-color: var(--lighter-bg);
}

.contact-locations__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: -64px;
}

.location-card {
    display: flex;
    flex-direction: column;
    padding: 60px 44px 40px;
    background-color: var(--color-white);
}

.location-card__title {
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--corporate-primary);
}

.location-card__place {
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 700;
    line-height: normal;
    color: var(--corporate-primary);
}

.location-card__cols {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 31px;
}

.location-card__details {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.location-card__detail {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 400;
    line-height: normal;
    color: var(--color-black);
}
.location-card__detail svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--light-green);
    fill: currentcolor;
}

.location-card__detail a {
    color: inherit;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .location-card__detail a:hover {
        color: var(--corporate-secondary);
    }
}

.location-card__divider {
    flex-shrink: 0;
    align-self: stretch;
    width: 1px;
    background-color: var(--gray-5);
}

.location-card__services {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 22px;
    min-width: 151px;
}

.location-card__services-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--corporate-secondary);
}

.location-card__service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-card__service {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-black);
}
.location-card__service img {
    flex-shrink: 0;
}

.location-card__actions {
    margin-top: 38px;
}

.location-card__directions {
    border-width: 0.8px;
    border-color: var(--color-black);
    --btn-color: var(--color-text-dark);
}

.location-card__map {
    display: block;
    margin-top: auto;
    padding-top: 38px;
    overflow: hidden;
}
.location-card__map img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 687/315;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .location-card__map:hover img {
        transform: scale(1.03);
    }
}

.contact-form-band {
    position: relative;
    z-index: 0;
    padding-block: 159px 65px;
    background-color: var(--corporate-primary);
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    width: 746px;
    max-width: 100%;
    margin-inline: auto;
}

.contact-form__title {
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white);
}

.contact-form__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 726px;
    max-width: 100%;
}

.contact-form__row {
    display: flex;
    gap: 42px;
}

.contact-form__field {
    flex: 1 1 0;
    min-width: 0;
}

.contact-form__control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: var(--color-white);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-black);
    transition: border-color var(--transition);
}
.contact-form__control::-moz-placeholder {
    color: var(--gray-text-dark);
    opacity: 1;
}
.contact-form__control::placeholder {
    color: var(--gray-text-dark);
    opacity: 1;
}
.contact-form__control:focus-visible {
    outline: none;
    border-color: var(--light-green);
}
.contact-form__control.error {
    border-color: #d33;
}

select.contact-form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 51px;
    background-image: url('/img/icons/select-caret.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 8px;
    color: var(--gray-text-dark);
    cursor: pointer;
}

textarea.contact-form__control {
    height: 111px;
    resize: vertical;
}

.contact-form__file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 20px;
    background-color: var(--color-white);
}

.contact-form__file-name {
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gray-text-dark);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-form__browse {
    flex-shrink: 0;
    min-width: 137px;
    padding: 10px 15px;
    background-color: var(--gray-5);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #828282;
    cursor: pointer;
    transition:
        background-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .contact-form__browse:hover {
        background-color: var(--corporate-secondary);
        color: var(--color-white);
    }
}

.contact-form__submit {
    align-self: flex-start;
}

@media (max-width: 1440px) {
    .location-card {
        padding: 40px 32px 32px;
    }
    .location-card__map {
        padding-top: 32px;
    }
    .location-card__cols {
        gap: 24px;
    }
    .contact-form-band {
        padding-block: 128px 56px;
    }
}
@media (max-width: 1200px) {
    .location-card__cols {
        flex-direction: column;
        gap: 28px;
    }
    .location-card__divider {
        align-self: auto;
        width: 100%;
        height: 1px;
    }
    .location-card__detail {
        gap: 18px;
    }
}
@media (max-width: 1024px) {
    .contact-head {
        padding-top: 40px;
    }
    .contact-locations {
        padding-top: 56px;
        margin-top: 40px;
    }
    .contact-locations__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        margin-bottom: -48px;
    }
    .contact-form-band {
        padding-block: 96px 48px;
    }
    .contact-form {
        gap: 36px;
    }
}
@media (max-width: 768px) {
    .location-card {
        padding: 28px 20px 20px;
    }
    .location-card__map {
        padding-top: 24px;
    }
    .contact-form__row {
        flex-direction: column;
        gap: 16px;
    }
    .contact-form__field {
        flex: 0 0 auto;
        width: 100%;
    }
    .contact-form__fields {
        gap: 16px;
    }
    .contact-form__browse {
        min-width: 0;
        padding: 8px 12px;
        font-size: 14px;
    }
}
.wc-intro {
    padding-block: 40px 60px;
}

.wc-intro__lead {
    width: 1234px;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--color-black);
}

.wc-quote {
    display: flex;
    align-items: center;
    gap: clamp(40px, 5.1vw, 98px);
    padding-bottom: 100px;
}

.wc-quote__media {
    flex: 0 1 752px;
    min-width: 0;
    margin: 0;
}
.wc-quote__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 752/504;
    -o-object-fit: cover;
    object-fit: cover;
}

.wc-quote__body {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding-left: 100px;
}

.wc-quote__mark {
    position: absolute;
    top: 40px;
    left: 0;
    font-family: var(--font-family-display);
    font-size: 216px;
    font-weight: 400;
    line-height: 0.25;
    color: rgba(23, 52, 83, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wc-quote__text {
    padding-left: 40px;
    border-left: 2px solid var(--corporate-primary);
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 400;
    line-height: 30px;
    color: var(--color-black);
}
.wc-quote__text strong {
    font-weight: 700;
}

.wc-quote__attribution {
    display: block;
    margin-top: 30px;
    font-size: clamp(17px, 1.04vw, 20px);
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}
.wc-quote__attribution strong {
    font-weight: 800;
    color: var(--corporate-secondary);
}

.wc-band {
    padding-block: 61px;
    background-color: var(--corporate-primary);
    color: var(--color-white);
}

.wc-band__inner {
    display: flex;
    align-items: center;
    gap: clamp(40px, 8.44vw, 162px);
}

.wc-band__title {
    flex: 0 1 398px;
    min-width: 0;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.wc-band__details {
    display: flex;
    flex: 1 1 0;
    align-items: flex-start;
    gap: clamp(32px, 3.6vw, 69px);
    min-width: 0;
}

.wc-band__contact {
    display: flex;
    flex: 0 1 329px;
    flex-direction: column;
    gap: 45px;
    min-width: 0;
}

.wc-band__detail {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 400;
    line-height: normal;
}
.wc-band__detail svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--color-white);
    fill: currentcolor;
}
.wc-band__detail a {
    color: inherit;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .wc-band__detail a:hover {
        opacity: 0.8;
    }
}

.wc-band__cta {
    display: flex;
    flex: 0 1 621px;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(32px, 3.28vw, 63px);
    min-width: 0;
}

.wc-band__text {
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 400;
    line-height: normal;
}
.wc-band__text strong {
    font-weight: 700;
}
.wc-band__text a {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
    .wc-band__text a:hover {
        opacity: 0.8;
    }
}

@media (max-width: 1440px) {
    .wc-quote {
        padding-bottom: 72px;
    }
    .wc-quote__mark {
        font-size: 160px;
    }
    .wc-quote__body {
        padding-left: 72px;
    }
}
@media (max-width: 1024px) {
    .wc-intro {
        padding-block: 28px 40px;
    }
    .wc-intro__lead {
        margin-top: 24px;
    }
    .wc-quote {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        padding-bottom: 56px;
    }
    .wc-quote__media {
        flex: 0 0 auto;
    }
    .wc-band {
        padding-block: 48px;
    }
    .wc-band__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
    .wc-band__title,
    .wc-band__details {
        flex: 0 0 auto;
        width: 100%;
    }
    .wc-band__cta {
        flex: 1 1 0;
    }
}
@media (max-width: 768px) {
    .wc-quote__mark {
        font-size: 110px;
    }
    .wc-quote__body {
        padding-left: 48px;
    }
    .wc-quote__text {
        padding-left: 20px;
        line-height: 1.5;
    }
    .wc-band__details {
        flex-direction: column;
        gap: 32px;
    }
    .wc-band__contact,
    .wc-band__cta {
        flex: 0 0 auto;
        width: 100%;
    }
    .wc-band__contact {
        gap: 28px;
    }
    .wc-band__detail {
        gap: 18px;
    }
}
.quote-popup {
    position: relative;
    width: 1068px;
    max-width: 100%;
    padding: 79px 124px 87px;
    background-color: #eee;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.quote-popup__close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.091px;
    height: 13.091px;
    color: var(--gray-1, #333);
    transition: color var(--transition);
}
.quote-popup__close svg {
    width: 100%;
    height: 100%;
    fill: currentcolor;
}
@media (hover: hover) and (pointer: fine) {
    .quote-popup__close:hover {
        color: var(--corporate-secondary);
    }
}

.quote-popup__title {
    margin-bottom: 50px;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: var(--color-black);
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quote-form__row {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}

.quote-form__field {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    background-color: var(--color-white);
}
.quote-form__field input,
.quote-form__field textarea {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid transparent;
    background: none;
    font-family: var(--font-family-worksans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-black);
    transition: border-color var(--transition);
}
.quote-form__field input::-moz-placeholder,
.quote-form__field textarea::-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
}
.quote-form__field input::placeholder,
.quote-form__field textarea::placeholder {
    color: #4f4f4f;
    opacity: 1;
}
.quote-form__field input:focus,
.quote-form__field textarea:focus {
    border-color: var(--corporate-secondary);
    outline: none;
}
.quote-form__field input.error,
.quote-form__field textarea.error {
    border-color: #d33;
    background-color: #fdf3f3;
}
.quote-form__field textarea {
    height: 111px;
    resize: vertical;
}

.quote-form__field--textarea {
    flex: 0 0 auto;
}

.quote-form__file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 0 0 auto;
    padding: 15px 20px;
    border: 1px solid transparent;
}
.quote-form__file.error {
    border-color: #d33;
}

.quote-form__file-name {
    overflow: hidden;
    font-family: var(--font-family-worksans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-form__browse {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    padding: 10px 15px;
    background-color: var(--gray-5);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--gray-3);
    cursor: pointer;
    transition:
        background-color var(--transition),
        color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    .quote-form__browse:hover {
        background-color: var(--corporate-secondary);
        color: var(--color-white);
    }
}
.quote-form__browse input[type='file'] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.quote-form__submit {
    align-self: center;
    margin-top: 43px;
}

.btn--loading {
    position: relative;
    pointer-events: none;
    color: transparent;
}
.btn--loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: btn-spin 0.7s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}
.fancybox--quote .fancybox__content {
    padding: 0;
    background: none;
}
.fancybox--quote .f-carousel__toolbar,
.fancybox--quote .is-close-button,
.fancybox--quote .fancybox__slide.has-close-btn > .is-close-button {
    display: none;
}
.fancybox--quote .fancybox__slide {
    padding: 24px;
}

@media (max-width: 1024px) {
    .quote-popup {
        padding: 56px 40px 60px;
    }
    .quote-popup__title {
        margin-bottom: 32px;
        font-size: 34px;
        line-height: 40px;
    }
    .quote-form__row {
        gap: 20px;
    }
    .quote-form__submit {
        margin-top: 24px;
    }
}
@media (max-width: 768px) {
    .quote-popup {
        padding: 48px 20px 40px;
    }
    .quote-popup__close {
        top: 20px;
        right: 20px;
    }
    .quote-popup__title {
        margin-bottom: 24px;
        font-size: 26px;
        line-height: 32px;
    }
    .quote-form {
        gap: 14px;
    }
    .quote-form__row {
        flex-direction: column;
        gap: 14px;
    }
    .quote-form__field {
        flex: 0 0 auto;
    }
    .quote-form__field input,
    .quote-form__field textarea {
        padding: 13px 16px;
        font-size: 15px;
    }
    .quote-form__file {
        padding: 12px 16px;
    }
    .quote-form__browse {
        width: auto;
        padding: 9px 14px;
        font-size: 14px;
    }
}
body .tata[class] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 320px;
    max-width: 420px;
    padding: 16px 18px;
    border: 1px solid var(--gray-5);
    border-left: 4px solid var(--gray-3);
    border-radius: 0;
    background: var(--color-white);
    box-shadow: 0 12px 30px rgba(23, 52, 83, 0.18);
    color: var(--corporate-primary);
    font-family: var(--font-family-main);
    opacity: 1;
}

body .tata[class] .tata-icon {
    display: none;
}

body .tata[class] .tata-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 0;
    margin: 0;
}

body .tata[class] .tata-title {
    margin: 0;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

body .tata[class] .tata-text {
    margin: 0;
    font-family: var(--font-family-main);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    color: #333;
}

body .tata[class] .tata-close {
    flex-shrink: 0;
    align-self: flex-start;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: var(--gray-3);
    opacity: 1;
    cursor: pointer;
    transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
    body .tata[class] .tata-close:hover {
        color: var(--corporate-primary);
    }
}

body .tata[class] .tata-progress {
    background: currentcolor;
    opacity: 0.3;
}

body .tata[class].top-right {
    top: 100px;
    right: 16px;
}

body .tata[class].success {
    border-left-color: var(--corporate-secondary);
}

body .tata[class].error {
    border-left-color: #d33;
}

body .tata[class].warn {
    border-left-color: #e0a800;
}

body .tata[class].info,
body .tata[class].text,
body .tata[class].log,
body .tata[class].ask {
    border-left-color: var(--corporate-primary);
}

@media (max-width: 768px) {
    body .tata[class] {
        min-width: 0;
        max-width: calc(100vw - 32px);
        padding: 13px 16px;
    }
    body .tata[class].top-right {
        right: 16px;
        left: 16px;
        max-width: none;
    }
    body .tata[class] .tata-title {
        font-size: 15px;
    }
    body .tata[class] .tata-text {
        font-size: 14px;
    }
}
