@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@media print, screen and (min-width: 40em) {
    .reveal.large, .reveal.small, .reveal.tiny, .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
    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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
    /**
     * 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;
}
button,
[type=button],
[type=reset],
[type=submit] {
    /**
     * 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;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
     */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
    display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

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

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=90em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #181D27;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

[data-whatinput=mouse] button {
    outline: 0;
}
button {
    padding: 0;
    -webkit-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(24, 29, 39, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #181D27;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
    -webkit-appearance: none;
            appearance: none;
}

textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type=submit],
[type=button] {
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0;
}

input[type=search] {
    box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
    cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
    margin-right: 0.5rem;
}

[type=file] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #181D27;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #181D27;
}

.input-group {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.input-group > :first-child {
    border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #181D27;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-items: center;
            align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #181D27;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select {
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}
.form-error.is-visible {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    line-height: 0;
    color: #cacaca;
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
    }
    h3, .h3 {
        font-size: 1.9375rem;
    }
    h4, .h4 {
        font-size: 1.5625rem;
    }
    h5, .h5 {
        font-size: 1.25rem;
    }
    h6, .h6 {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: rgb(19.78, 104.06, 159.96);
}
a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: "— ";
}

abbr, abbr[title] {
    border-bottom: 1px dotted #181D27;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #181D27;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #181D27;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}

.column, .columns {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column, .columns {
    min-width: 0;
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.small-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.small-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.small-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.small-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.small-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.small-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.small-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.small-up-1 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-up-4 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-up-7 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.small-up-8 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        -webkit-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        -webkit-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-up-4 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        -webkit-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-up-7 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
                flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .medium-up-8 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        -webkit-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        -webkit-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-up-4 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
        -webkit-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-up-7 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
                flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .large-up-8 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.shrink {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}

[data-whatinput=mouse] .button {
    outline: 0;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #ffffff;
}
.button:hover, .button:focus {
    background-color: rgb(19.55, 102.85, 158.1);
    color: #ffffff;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.primary {
    background-color: #1779ba;
    color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
    background-color: rgb(18.4, 96.8, 148.8);
    color: #ffffff;
}
.button.secondary {
    background-color: #767676;
    color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: rgb(94.4, 94.4, 94.4);
    color: #ffffff;
}
.button.success {
    background-color: #3adb76;
    color: #181D27;
}
.button.success:hover, .button.success:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #181D27;
}
.button.warning {
    background-color: #ffae00;
    color: #181D27;
}
.button.warning:hover, .button.warning:focus {
    background-color: rgb(204, 139.2, 0);
    color: #181D27;
}
.button.alert {
    background-color: #cc4b37;
    color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
    background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
    color: #ffffff;
}
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #1779ba;
    color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #1779ba;
    color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #767676;
    color: #ffffff;
}
.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #3adb76;
    color: #181D27;
}
.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #181D27;
}
.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #ffffff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent;
}
.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: rgb(11.5, 60.5, 93);
    color: rgb(11.5, 60.5, 93);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: rgb(11.5, 60.5, 93);
    color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: rgb(127.5, 87, 0);
    color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    background-color: transparent;
}
.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
    border-color: rgb(11.5, 60.5, 93);
    color: rgb(11.5, 60.5, 93);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent;
}
.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
    border-color: rgb(11.5, 60.5, 93);
    color: rgb(11.5, 60.5, 93);
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border-color: transparent;
}
.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border-color: transparent;
}
.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
    border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border-color: transparent;
}
.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
    border-color: rgb(127.5, 87, 0);
    color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border-color: transparent;
}
.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
    border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border-color: transparent;
}
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.hollow::after {
    border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
    border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
    border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37;
}
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:hover, a.button:focus {
    text-decoration: none;
}

.button-group::before, .button-group::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.button-group::after {
    clear: both;
}
.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}
.button-group .button:last-child {
    margin-right: 0;
}
.button-group.tiny .button {
    font-size: 0.6rem;
}
.button-group.small .button {
    font-size: 0.75rem;
}
.button-group.large .button {
    font-size: 1.25rem;
}
.button-group.expanded .button {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}
.button-group.primary .button {
    background-color: #1779ba;
    color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: rgb(18.4, 96.8, 148.8);
    color: #ffffff;
}
.button-group.secondary .button {
    background-color: #767676;
    color: #ffffff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: rgb(94.4, 94.4, 94.4);
    color: #ffffff;
}
.button-group.success .button {
    background-color: #3adb76;
    color: #181D27;
}
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #181D27;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #181D27;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: rgb(204, 139.2, 0);
    color: #181D27;
}
.button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
    color: #ffffff;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
thead,
tbody,
tfoot {
    border: 1px solid rgb(242.25, 242.25, 242.25);
    background-color: #ffffff;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: rgb(248.625, 248.625, 248.625);
    color: #181D27;
}

tfoot {
    background: rgb(242.25, 242.25, 242.25);
    color: #181D27;
}

thead tr,
tfoot tr {
    background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
    background-color: #ffffff;
}
table.unstriped tbody {
    background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
    background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
    background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
    overflow-x: auto;
}
.table-scroll table {
    width: auto;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    visibility: visible;
    display: block;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.accordion {
    margin-left: 0;
    background: #ffffff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title::before {
    content: "–";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #ffffff;
    color: #181D27;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.media-object {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.media-object img {
    max-width: none;
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.tabs::before, .tabs::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.tabs::after {
    clear: both;
}
.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    list-style-type: none;
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #1779ba;
}
.tabs.primary > li > a {
    color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
.tabs-title > a:hover {
    background: #ffffff;
    color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #ffffff;
    color: #181D27;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}
.tabs-panel.is-active {
    display: block;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
    outline: 0;
}
.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
            flex-direction: row;
}
.menu.vertical {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.menu.expanded li {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}
.menu.simple {
    -webkit-align-items: center;
            align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .menu.large-simple li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons a {
    display: -webkit-flex;
    display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: flex;
}
.menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: #1779ba;
    color: #ffffff;
}
.menu .active > a {
    background: #1779ba;
    color: #ffffff;
}
.menu.align-left {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu.align-right li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.menu.align-right li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.menu.align-center li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    -webkit-justify-content: center;
            justify-content: center;
}
.menu-centered > .menu li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.menu-centered > .menu li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    transition: height 0.5s;
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #ffffff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #ffffff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu a {
    padding: 0.7rem 1rem;
}
.dropdown.menu .is-active > a {
    background: transparent;
    color: #1779ba;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

[data-whatinput=mouse] .off-canvas {
    outline: 0;
}
.off-canvas {
    position: fixed;
    z-index: 12;
}
.off-canvas.is-transition-push {
    z-index: 12;
}
.off-canvas {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6;
}
.off-canvas.is-closed {
    visibility: hidden;
}
.off-canvas.is-transition-overlap {
    z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(24, 29, 39, 0.7);
}
.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0;
}
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
}
.off-canvas-absolute.is-transition-push {
    z-index: 12;
}
.off-canvas-absolute {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6;
}
.off-canvas-absolute.is-closed {
    visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(24, 29, 39, 0.7);
}
.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(24, 29, 39, 0.25);
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(24, 29, 39, 0.25);
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(24, 29, 39, 0.25);
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(24, 29, 39, 0.25);
}

.off-canvas-content {
    -webkit-transform: none;
            transform: none;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit;
    }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit;
    }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}
body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(24, 29, 39, 0.45);
    overflow-y: scroll;
}

[data-whatinput=mouse] .reveal {
    outline: 0;
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column, .reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal {
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

.title-bar {
    padding: 0.5rem;
    background: #181D27;
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}

.title-bar-right {
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.top-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding: 0.5rem;
}
.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button {
    width: auto;
}
.top-bar {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.clearfix::after {
    clear: both;
}

.align-right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.align-center {
    -webkit-justify-content: center;
            justify-content: center;
}

.align-justify {
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.align-spaced {
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.align-right.vertical.menu > li > a {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    -webkit-justify-content: center;
            justify-content: center;
}

.align-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.align-self-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
}

.align-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.align-self-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
}

.align-middle {
    -webkit-align-items: center;
            align-items: center;
}

.align-self-middle {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.align-stretch {
    -webkit-align-items: stretch;
            align-items: stretch;
}

.align-self-stretch {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
}

.align-center-middle {
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
}

.small-order-1 {
    -webkit-order: 1;
            order: 1;
}

.small-order-2 {
    -webkit-order: 2;
            order: 2;
}

.small-order-3 {
    -webkit-order: 3;
            order: 3;
}

.small-order-4 {
    -webkit-order: 4;
            order: 4;
}

.small-order-5 {
    -webkit-order: 5;
            order: 5;
}

.small-order-6 {
    -webkit-order: 6;
            order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-order: 1;
                order: 1;
    }
    .medium-order-2 {
        -webkit-order: 2;
                order: 2;
    }
    .medium-order-3 {
        -webkit-order: 3;
                order: 3;
    }
    .medium-order-4 {
        -webkit-order: 4;
                order: 4;
    }
    .medium-order-5 {
        -webkit-order: 5;
                order: 5;
    }
    .medium-order-6 {
        -webkit-order: 6;
                order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-order: 1;
                order: 1;
    }
    .large-order-2 {
        -webkit-order: 2;
                order: 2;
    }
    .large-order-3 {
        -webkit-order: 3;
                order: 3;
    }
    .large-order-4 {
        -webkit-order: 4;
                order: 4;
    }
    .large-order-5 {
        -webkit-order: 5;
                order: 5;
    }
    .large-order-6 {
        -webkit-order: 6;
                order: 6;
    }
}
.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-flex-direction: row;
            flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-flex-direction: column;
            flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: flex;
    }
    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-flex;
        display: flex;
    }
    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .large-flex-dir-row {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 90em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
    display: none;
}

/*
Fun mixins
*/
/*
Collection of one-off helper classes
*/
.block-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.justify {
    text-align: justify;
}

.relative {
    position: relative;
}

[data-whatinput=mouse] img.slick-slide:focus {
    outline: 0px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #1779ba;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

* {
    font-family: "Krub", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
}

h1, .h1 {
    font-size: clamp(2rem, 4vw + 1.5rem, 60px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

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

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

.display-2xl {
    font-size: clamp(2.5rem, 5vw + 2rem, 72px);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.display-xl {
    font-size: clamp(2rem, 4vw + 1.5rem, 60px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.display-lg {
    font-size: clamp(1.75rem, 3.5vw + 1.25rem, 48px);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.display-md,
.display-md p {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 36px);
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.display-sm {
    font-size: clamp(1.25rem, 2vw + 0.875rem, 30px);
    line-height: 1.27;
    letter-spacing: -0.02em;
}

.display-xs, .feature-section .content-column .copy * {
    font-size: clamp(1rem, 1.5vw + 0.75rem, 24px);
    line-height: 1.33;
    letter-spacing: -0.02em;
}

.text-xl, .copy.large p, .copy.large ul, .copy.large ol {
    font-size: clamp(1rem, 1.25vw + 0.625rem, 20px);
    line-height: 1.5;
}

.text-lg, .feature-section .content-column .copy blockquote p {
    font-size: clamp(0.9375rem, 1vw + 0.5rem, 18px);
    line-height: 1.56;
}

.text-md, .ordering-information .table-wrapper .order table *, .technical-specifications .content-column .spec .copy *, .copy p, .copy ul, .copy ol {
    font-size: clamp(0.875rem, 0.5vw + 0.75rem, 16px);
    line-height: 1.5;
}

.text-sm {
    font-size: clamp(0.8125rem, 0.25vw + 0.75rem, 14px);
    line-height: 1.43;
}

.text-xs, footer .copyright-column .copyright p {
    font-size: clamp(0.75rem, 0.25vw + 0.6875rem, 12px);
    line-height: 1.5;
}

.copy ul li::marker {
    color: #E0A800;
}

footer {
    background-color: #0D2B45;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    footer {
        padding: 98px 0;
    }
}
footer .logo-column {
    color: #ffffff;
}
footer .logo-column .logo-text {
    margin-top: 12px;
    margin-bottom: 32px;
}
footer .logo-column .contact-details div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
footer .logo-column .contact-details div p, footer .logo-column .contact-details div a {
    margin-bottom: 0;
}
footer .links-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    footer .links-column {
        margin-top: 0;
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
footer .links-column h2, footer .links-column a {
    color: #ffffff;
}
footer .links-column H2 {
    margin-bottom: 20px;
}
footer .links-column ul {
    margin: 0;
    list-style-type: none;
}
footer .links-column ul li {
    margin-bottom: 8px;
}
footer .links-column ul li a {
    padding: 0;
    text-decoration: none;
    line-height: 150%;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
footer .links-column ul li a:hover, footer .links-column ul li a:focus-visible {
    color: #E0A800;
}
footer .copyright-column {
    margin-top: 64px;
    border-top: 1px solid rgba(233, 234, 235, 0.3);
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width: 63.9375em) {
    footer .copyright-column {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    footer .copyright-column .copyright {
        -webkit-order: 2;
                order: 2;
        margin-top: 32px;
    }
    footer .copyright-column .copyright-links {
        -webkit-order: 1;
                order: 1;
    }
}
footer .copyright-column .copyright {
    color: #ffffff;
}
footer .copyright-column .copyright-links {
    display: -webkit-flex;
    display: flex;
    gap: 32px;
}
footer .copyright-column .copyright-links a {
    color: #ffffff;
}
footer .copyright-column .copyright-links a:hover, footer .copyright-column .copyright-links a:focus-visible {
    color: #E0A800;
}

header.hero-header {
    position: relative;
    z-index: 999;
}
header.hero-header .sticky {
    position: relative;
    z-index: 99999999;
}
@media screen and (max-width: 39.9375em) {
    header.hero-header .sticky {
        top: 0 !important;
    }
}
header.hero-header .sticky .top-bar {
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}
@media print, screen and (min-width: 40em) {
    header.hero-header .sticky .top-bar {
        -webkit-filter: none;
                filter: none;
    }
}
header.hero-header .sticky.is-stuck {
    position: fixed;
}
header.hero-header .sticky.is-stuck .top-bar {
    -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}

.menu-overlay {
    visibility: hidden;
    height: calc(100% - 80px);
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 5;
}

.meta {
    width: 100%;
    padding: 7px 32px;
    background-color: #6CAEDF;
}
.meta .row {
    width: 100%;
}
.meta .row .column, .meta .row .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    gap: 18px;
}
.meta .row .column a, .meta .row .columns a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
}
.meta .row .column a span, .meta .row .columns a span {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    color: #181D27;
}
.meta .row .column a:hover span, .meta .row .columns a:hover span, .meta .row .column a:focus-visible span, .meta .row .columns a:focus-visible span {
    color: #E0A800;
}
.meta .row .column .dropdown-pane, .meta .row .columns .dropdown-pane {
    background-color: #6CAEDF;
    border: none;
    width: 175px;
}
.meta .row .column .dropdown-pane a, .meta .row .columns .dropdown-pane a {
    color: #181D27;
    margin-bottom: 6px;
}
.meta .row .column .dropdown-pane a:last-of-type, .meta .row .columns .dropdown-pane a:last-of-type {
    margin-bottom: 0;
}
.meta .row .column .dropdown-pane a, .meta .row .columns .dropdown-pane a {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.meta .row .column .dropdown-pane a:hover, .meta .row .columns .dropdown-pane a:hover, .meta .row .column .dropdown-pane a:focus-visible, .meta .row .columns .dropdown-pane a:focus-visible {
    color: #E0A800;
}

.top-bar {
    padding: 16px 0;
    background: #0D2B45;
    position: relative;
    z-index: 10000;
}
@media print, screen and (min-width: 64em) {
    .top-bar {
        background: transparent;
        position: static;
        z-index: auto;
    }
}
.top-bar .row {
    width: 100%;
}
.top-bar .row .column, .top-bar .row .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.top-bar .row .column .top-bar-title a img, .top-bar .row .columns .top-bar-title a img {
    height: 63px;
    -o-object-fit: contain;
       object-fit: contain;
}
.top-bar .row .column .top-nav, .top-bar .row .columns .top-nav {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width: 39.9375em) {
    .top-bar .row .column .top-nav, .top-bar .row .columns .top-nav {
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.top-bar .row .column .top-nav .show-for-large, .top-bar .row .columns .top-nav .show-for-large {
    padding-left: 200px;
}
@media print, screen and (min-width: 64em) {
    .top-bar .row .column .show-for-large, .top-bar .row .columns .show-for-large {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}
.top-bar .row .column .cta-wrapper .gold, .top-bar .row .columns .cta-wrapper .gold {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 4px;
}
.top-bar .row .column .cta-wrapper .gold svg path, .top-bar .row .columns .cta-wrapper .gold svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top-bar .row .column .cta-wrapper .gold:hover svg path, .top-bar .row .columns .cta-wrapper .gold:hover svg path, .top-bar .row .column .cta-wrapper .gold:focus-visible svg path, .top-bar .row .columns .cta-wrapper .gold:focus-visible svg path {
    stroke: #E0A800;
}

#menu-top-menu {
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(13, 43, 69, 0.7);
    backdrop-filter: blur(12px);
    padding: 6px 24px;
}
#menu-top-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu-top-menu li a:hover, #menu-top-menu li a:focus-visible {
    color: #E0A800;
}
#menu-top-menu li.is-dropdown-submenu-parent > a, #menu-top-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
}
#menu-top-menu li.is-dropdown-submenu-parent > a::after, #menu-top-menu li.menu-item-has-children > a::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M0.875 0.875L4.875 4.875L8.875 0.875" stroke="%23D6E8F5" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -2px;
}
#menu-top-menu li > .is-dropdown-submenu {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    padding: 20px;
    min-width: 335px;
}
#menu-top-menu li > .is-dropdown-submenu li {
    margin-bottom: 10px;
}
#menu-top-menu li > .is-dropdown-submenu li:last-of-type {
    margin-bottom: 0;
}
#menu-top-menu li > .is-dropdown-submenu li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu-top-menu li > .is-dropdown-submenu li a:hover, #menu-top-menu li > .is-dropdown-submenu li a:focus-visible {
    color: #E0A800;
}

@-webkit-keyframes cbm-dropdown-fade-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes cbm-dropdown-fade-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
#menu-top-menu .drilldown-pane {
    width: 360px;
    max-width: calc(100vw - 32px);
    max-height: min(500px, 100vh - 100px);
    overflow: hidden;
    padding: 16px;
    margin-top: 12px;
    border-radius: 24px;
    background: #D5D7DA;
    border-color: #D5D7DA;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
    -webkit-animation: cbm-dropdown-fade-in 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) both;
            animation: cbm-dropdown-fade-in 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) both;
    transition: padding-bottom 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu-top-menu .drilldown-pane .is-drilldown {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: calc(min(500px, 100vh - 100px) - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    transition: height 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu-top-menu .drilldown-pane .is-drilldown::-webkit-scrollbar {
    width: 6px;
}
#menu-top-menu .drilldown-pane .is-drilldown::-webkit-scrollbar-track {
    background: transparent;
}
#menu-top-menu .drilldown-pane .is-drilldown::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 3px;
}
#menu-top-menu .drilldown-pane .is-drilldown {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}
#menu-top-menu .drilldown-pane.has-overflow {
    padding-bottom: 40px;
}
#menu-top-menu .drilldown-pane.has-overflow::after {
    content: "Swipe up for more";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #181D27;
    background: linear-gradient(to top, #D5D7DA 65%, rgba(213, 215, 218, 0));
    border-radius: 0 0 24px 24px;
    pointer-events: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu {
    display: block;
    width: 100%;
    background: transparent !important;
}
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu.is-active, #menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu.is-closing {
    will-change: transform;
}
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu.is-active {
    z-index: 2;
    background: transparent;
}
#menu-top-menu .drilldown-pane .drilldown-menu.invisible {
    visibility: hidden;
}
#menu-top-menu .drilldown-pane .drilldown-menu.invisible .is-drilldown-submenu.is-active,
#menu-top-menu .drilldown-pane .drilldown-menu.invisible .is-drilldown-submenu.is-active li,
#menu-top-menu .drilldown-pane .drilldown-menu.invisible .is-drilldown-submenu.is-active a {
    visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
    #menu-top-menu .drilldown-pane {
        -webkit-animation: none;
                animation: none;
    }
    #menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu {
        transition: none !important;
    }
}
#menu-top-menu .drilldown-pane .drilldown-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}
#menu-top-menu .drilldown-pane .drilldown-menu {
    scrollbar-width: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu a {
    background: transparent;
    text-decoration: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li {
    margin: 0 0 8px 0;
    display: block;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li:last-of-type,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li:last-of-type {
    margin-bottom: 0;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li > a,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #181D27;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu-top-menu .drilldown-pane .drilldown-menu > li > a:hover, #menu-top-menu .drilldown-pane .drilldown-menu > li > a:focus-visible,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li > a:hover,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li > a:focus-visible {
    background: #E0E3E8;
    color: #181D27;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li > a::after,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li > a::after {
    content: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li.is-drilldown-submenu-parent > a::after,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li.is-drilldown-submenu-parent > a::after {
    content: "";
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 4l4 4-4 4' stroke='%23475467' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after {
    content: "";
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 11l6-6M11 11V5H5' stroke='%23475467' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li.disable > a,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li.disable > a {
    background: rgba(255, 255, 255, 0.45);
    color: rgba(0, 0, 0, 0.4);
    cursor: not-allowed;
    pointer-events: none;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li.disable > a::after,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li.disable > a::after {
    opacity: 0.4;
}
#menu-top-menu .drilldown-pane .drilldown-menu > li.disable > a:hover, #menu-top-menu .drilldown-pane .drilldown-menu > li.disable > a:focus-visible,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li.disable > a:hover,
#menu-top-menu .drilldown-pane .drilldown-menu .is-drilldown-submenu > li.disable > a:focus-visible {
    background: rgba(255, 255, 255, 0.45);
    color: rgba(0, 0, 0, 0.4);
}
#menu-top-menu .drilldown-pane .drilldown-menu .js-drilldown-back {
    margin-bottom: 12px;
}
#menu-top-menu .drilldown-pane .drilldown-menu .js-drilldown-back > a {
    background: transparent;
    color: #ffffff;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
#menu-top-menu .drilldown-pane .drilldown-menu .js-drilldown-back > a::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M11.25 4.5L6.75 9l4.5 4.5' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
#menu-top-menu .drilldown-pane .drilldown-menu .js-drilldown-back > a:hover, #menu-top-menu .drilldown-pane .drilldown-menu .js-drilldown-back > a:focus-visible {
    background: transparent;
    color: #E0A800;
}
#menu-top-menu .drilldown-pane .drilldown-menu .drilldown-overview > a {
    background: #2F3A45;
    color: #ffffff;
}
#menu-top-menu .drilldown-pane .drilldown-menu .drilldown-overview > a:hover, #menu-top-menu .drilldown-pane .drilldown-menu .drilldown-overview > a:focus-visible {
    background: rgb(57.3318965517, 70.75, 84.1681034483);
    color: #ffffff;
}
#menu-top-menu .drilldown-pane .drilldown-menu .drilldown-overview > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 11l6-6M11 11V5H5' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

#off-canvas.off-canvas {
    z-index: 9999 !important;
    width: 100%;
    top: 111px !important;
    height: 100%;
    padding: 0;
    background: #D5D7DA;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#off-canvas.off-canvas.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: none !important;
}
#off-canvas.off-canvas .offcanvas-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
}
#off-canvas.off-canvas .offcanvas-inner::-webkit-scrollbar {
    width: 6px;
}
#off-canvas.off-canvas .offcanvas-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 3px;
}
#off-canvas.off-canvas .offcanvas-inner {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}
#off-canvas.off-canvas .offcanvas-drilldown {
    position: relative;
    margin-bottom: 8px;
}
#off-canvas.off-canvas .offcanvas-meta {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs a, #off-canvas.off-canvas .offcanvas-meta > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #181D27;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs a:hover, #off-canvas.off-canvas .offcanvas-meta > li > a:hover, #off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs a:focus-visible, #off-canvas.off-canvas .offcanvas-meta > li > a:focus-visible {
    background: #E0E3E8;
    color: #181D27;
}
#off-canvas.off-canvas .offcanvas-meta > li {
    margin: 0;
    padding: 0;
}
#off-canvas.off-canvas .offcanvas-meta > li::before {
    content: none;
}
#off-canvas.off-canvas .offcanvas-meta > li + li {
    margin-top: 8px;
}
#off-canvas.off-canvas .offcanvas-meta > li > a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs li {
    margin: 0 0 8px 0;
    padding: 0;
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs li::before {
    content: none;
}
#off-canvas.off-canvas .offcanvas-meta .offcanvas-meta-subs li:last-child {
    margin-bottom: 0;
}
#off-canvas.off-canvas .is-drilldown {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
    position: relative;
    transition: height 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#off-canvas.off-canvas .drilldown-menu,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 100%;
    background: transparent !important;
}
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) !important;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu.is-active, #off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu.is-closing {
    will-change: transform;
}
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu.is-active, #off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu.is-closing {
    z-index: 2;
    background: #D5D7DA !important;
    min-height: 100%;
}
#off-canvas.off-canvas .drilldown-menu.invisible {
    visibility: hidden;
}
#off-canvas.off-canvas .drilldown-menu.invisible .is-drilldown-submenu.is-active,
#off-canvas.off-canvas .drilldown-menu.invisible .is-drilldown-submenu.is-active li,
#off-canvas.off-canvas .drilldown-menu.invisible .is-drilldown-submenu.is-active a {
    visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
    #off-canvas.off-canvas {
        transition: none;
    }
    #off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu {
        transition: none !important;
    }
}
#off-canvas.off-canvas .drilldown-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
#off-canvas.off-canvas .drilldown-menu a {
    background: transparent;
    text-decoration: none;
}
#off-canvas.off-canvas .drilldown-menu > li,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li {
    margin: 0;
    display: block;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
#off-canvas.off-canvas .drilldown-menu > li > a,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #ffffff;
    color: #181D27;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#off-canvas.off-canvas .drilldown-menu > li > a:hover, #off-canvas.off-canvas .drilldown-menu > li > a:focus-visible,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li > a:hover,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li > a:focus-visible {
    background: #E0E3E8;
    color: #181D27;
}
#off-canvas.off-canvas .drilldown-menu > li > a::after,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li > a::after {
    content: none;
}
#off-canvas.off-canvas .drilldown-menu > li.is-drilldown-submenu-parent > a::after,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.is-drilldown-submenu-parent > a::after {
    content: "";
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 4l4 4-4 4' stroke='%23475467' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#off-canvas.off-canvas .drilldown-menu > li:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after {
    content: "";
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 11l6-6M11 11V5H5' stroke='%23475467' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
#off-canvas.off-canvas .drilldown-menu > li.disable > a,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.disable > a {
    background: #ffffff;
    color: #6B7280;
    border-color: rgba(24, 29, 39, 0.1);
    cursor: not-allowed;
    pointer-events: none;
}
#off-canvas.off-canvas .drilldown-menu > li.disable > a:hover, #off-canvas.off-canvas .drilldown-menu > li.disable > a:focus-visible,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.disable > a:hover,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.disable > a:focus-visible {
    background: #ffffff;
    color: #6B7280;
}
#off-canvas.off-canvas .drilldown-menu > li.disable:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.disable:not(.is-drilldown-submenu-parent):not(.js-drilldown-back):not(.drilldown-overview) > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 11l6-6M11 11V5H5' stroke='%239CA3AF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    opacity: 1;
}
#off-canvas.off-canvas .drilldown-menu > li.disable.is-drilldown-submenu-parent > a::after,
#off-canvas.off-canvas .drilldown-menu .is-drilldown-submenu > li.disable.is-drilldown-submenu-parent > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 4l4 4-4 4' stroke='%239CA3AF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    opacity: 1;
}
#off-canvas.off-canvas .drilldown-menu .js-drilldown-back {
    margin-bottom: 12px;
}
#off-canvas.off-canvas .drilldown-menu .js-drilldown-back > a {
    background: transparent;
    color: #181D27;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
#off-canvas.off-canvas .drilldown-menu .js-drilldown-back > a::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M11.25 4.5L6.75 9l4.5 4.5' stroke='%23051B2E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
#off-canvas.off-canvas .drilldown-menu .js-drilldown-back > a:hover, #off-canvas.off-canvas .drilldown-menu .js-drilldown-back > a:focus-visible {
    background: transparent;
    color: #FF445E;
}
#off-canvas.off-canvas .drilldown-menu .drilldown-overview > a {
    background: #2F3A45;
    color: #ffffff;
}
#off-canvas.off-canvas .drilldown-menu .drilldown-overview > a:hover, #off-canvas.off-canvas .drilldown-menu .drilldown-overview > a:focus-visible {
    background: rgb(57.3318965517, 70.75, 84.1681034483);
    color: #ffffff;
}
#off-canvas.off-canvas .drilldown-menu .drilldown-overview > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 11l6-6M11 11V5H5' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.reveal-overlay {
    z-index: 9999;
}

#claimsModal {
    max-width: calc(100vw - 22px);
    min-height: unset;
    margin: 0 auto;
    height: auto;
    padding: 58px 42px 38px;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #FFFBFE;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    text-align: center;
}
#claimsModal > .close-button {
    margin-left: auto;
    display: block;
    margin-bottom: 18px;
}
#claimsModal h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
#claimsModal .copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}
#claimsModal a:not(.button) {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    display: inline-block;
}
#claimsModal .modal-button-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.is-reveal-open,
html.is-reveal-open body {
    width: 100%;
}

.off-canvas-content .off-canvas.off-canvas-footer {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    padding: 70px 0;
    bottom: 0;
    top: unset !important;
    height: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.off-canvas-content .off-canvas.off-canvas-footer.is-open {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
}
.off-canvas-content .off-canvas.off-canvas-footer .close-button {
    position: absolute;
    top: 21px;
    right: 21px;
}
@media print, screen and (min-width: 64em) {
    .off-canvas-content .off-canvas.off-canvas-footer .close-button {
        top: 11px;
        left: 11px;
        right: unset;
    }
}
.off-canvas-content .off-canvas.off-canvas-footer .close-button:hover, .off-canvas-content .off-canvas.off-canvas-footer .close-button:focus-visible {
    cursor: pointer;
}

#resources-footer .footer-menu-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
#resources-footer .copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 41, 38, 0.6);
}
#resources-footer .copy strong {
    color: #181D27;
}
#resources-footer .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
#resources-footer .menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0;
    margin-bottom: 14px;
}

#contact-footer h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#contact-footer .copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 41, 38, 0.6);
}
#contact-footer .gform_wrapper {
    margin-top: 36px;
}
#contact-footer .legal {
    margin-top: 9px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: rgba(45, 41, 38, 0.6);
}
#contact-footer .legal a {
    text-decoration: underline;
    color: rgba(45, 41, 38, 0.6);
}
#contact-footer .large-3,
#contact-footer .large-2 {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
}
#contact-footer .contact-info-wrapper .contact-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: black;
}
#contact-footer .contact-info-wrapper .contact-info a {
    color: black;
    text-decoration: underline;
}
#contact-footer .contact-info-wrapper .button {
    margin-top: 16px;
}

.gform_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper form .gform-body .gform_fields {
    gap: 20px;
}
.gform_wrapper form .gform-body .gform_fields .gfield label {
    color: #2F3A45;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.gform_wrapper form .gform-body .gform_fields .ginput_container input {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #cacaca;
    background: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
}
.gform_wrapper form .gform-body .gform_fields .ginput_container textarea {
    border-radius: 12px;
    border: 1px solid #cacaca;
    background: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
}
.gform_wrapper form .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 12px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.gform_wrapper form .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice {
    width: calc(50% - 12px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 12px;
}
.gform_wrapper form .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input {
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 6px;
}
.gform_wrapper form .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input:before {
    color: #E0A800;
}
.gform_wrapper form .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice label {
    color: #2F3A45;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.gform_wrapper form .gform-footer .gform_button {
    background-color: #E0A800 !important;
    color: #181D27 !important;
    border-color: #E0A800 !important;
    border-radius: 9999px !important;
    padding: 8px 20px !important;
    width: 100% !important;
    text-align: center !important;
    height: 48px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.gform_wrapper form .gform-footer .gform_button:hover, .gform_wrapper form .gform-footer .gform_button:focus-visible {
    background-color: transparent !important;
    color: #E0A800 !important;
}

a,
button,
.button,
.cta,
svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

a:not([class]) {
    color: black;
}
a:not([class]):hover, a:not([class]):focus-visible {
    color: black;
    text-decoration: underline;
}

:focus {
    outline: none !important;
    transition: none;
}

.row {
    max-width: calc(100vw - 22px);
}
@media print, screen and (min-width: 64em) {
    .row {
        max-width: 1620px;
    }
}

#main-content {
    background: #ffffff;
}

.bg-white {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-white {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-white + .bg-white {
    padding-top: 0;
}

.bg-black {
    padding-top: 60px;
    padding-bottom: 60px;
    background: black;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-black {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-black + .bg-black {
    padding-top: 0;
}

.bg-grey {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e6e6e6;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-grey {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-grey + .bg-grey {
    padding-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}
/* Unset for Safari 11+ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}
.slider-wrapper {
    opacity: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.slider-wrapper.slick-initialized {
    opacity: 1;
}

::selection {
    color: #ffffff;
    background: #FF445E;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #FF445E;
}

.js-off-canvas-overlay,
.reveal-overlay,
.menu-overlay,
.overlay {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1.5px);
}

#toast-container {
    z-index: 999999999;
}
#toast-container > div {
    opacity: 0.95;
}

.swiper-arrows {
    display: -webkit-flex;
    display: flex;
    gap: 18px;
}

.solution-carousel__arrow,
.swiper-prev,
.swiper-next {
    width: 61px;
    height: 61px;
    border-radius: 999px;
    border: 1px solid rgba(47, 58, 69, 0.25);
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-carousel__arrow svg,
.swiper-prev svg,
.swiper-next svg {
    display: block;
}
.solution-carousel__arrow:hover, .solution-carousel__arrow:focus-visible,
.swiper-prev:hover,
.swiper-prev:focus-visible,
.swiper-next:hover,
.swiper-next:focus-visible {
    background: #ffffff;
    border-color: rgba(47, 58, 69, 0.4);
}
.solution-carousel__arrow:disabled, .solution-carousel__arrow.is-disabled, .solution-carousel__arrow.swiper-button-disabled,
.swiper-prev:disabled,
.swiper-prev.is-disabled,
.swiper-prev.swiper-button-disabled,
.swiper-next:disabled,
.swiper-next.is-disabled,
.swiper-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.swiper-prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

a.skip-anchor {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9999999999;
    -webkit-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
    will-change: transform;
}
a.skip-anchor:focus {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
}

[tabindex="-1"]:focus {
    outline: none;
}

.accessible {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    border: 0 none !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
}

body.error404 .not-found__inner {
    padding: 48px 0 64px;
}
@media print, screen and (min-width: 64em) {
    body.error404 .not-found__inner {
        padding: 96px 0 120px;
    }
}
body.error404 .not-found__inner .copy {
    margin: 16px 0 24px;
}
body.error404 .not-found__inner .button {
    margin-top: 8px;
}

.social-icons-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
            justify-content: start;
    margin-top: 64px;
    gap: 19px;
}
@media print, screen and (min-width: 64em) {
    .social-icons-wrapper {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 19px;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        margin-top: 0;
    }
}
.social-icons-wrapper .social-icon {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
}
.social-icons-wrapper .social-icon svg path,
.social-icons-wrapper .social-icon svg rect {
    fill: #181D27;
}
.social-icons-wrapper .social-icon:hover svg path,
.social-icons-wrapper .social-icon:hover svg rect {
    fill: #FF445E;
}
.social-icons-wrapper .social-icon svg {
    width: 34px;
    height: 34px;
}
.social-icons-wrapper .social-icon.twitter svg path:last-of-type {
    fill: white;
}

.button {
    padding: 8px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 2px solid transparent;
    border-radius: 9999px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    margin-bottom: 0;
}
.button.gold {
    background-color: #E0A800;
    color: #181D27;
    border-color: #E0A800;
}
.button.gold:hover, .button.gold:focus-visible {
    background-color: transparent;
    color: #E0A800;
}
.button.transparent {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(13, 43, 69, 0.2);
    backdrop-filter: blur(20px);
}
.button.transparent:hover, .button.transparent:focus-visible {
    background-color: black;
    color: #ffffff;
}

.cta-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 12px;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    /* overlay color */
    opacity: 0;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}
/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #181D27;
}

/* set the iframe element to stretch to fit its parent element */
iframe#vimeo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.wp-grid-builder .wpgb-block-term, .wp-grid-builder .wpgb-block-2 {
    font-family: "Inter", sans-serif !important;
}
.wp-grid-builder .wpgb-load-more {
    background-color: #E0A800 !important;
    padding: 12px 20px !important;
    border-radius: 9999px !important;
    color: #181D27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}
.wp-grid-builder .wpgb-load-more:hover, .wp-grid-builder .wpgb-load-more:focus-visible {
    background-color: rgb(173, 129.75, 0) !important;
}
.wp-grid-builder .wpgb-facet-11 {
    margin-bottom: 32px;
}
.wp-grid-builder .wpgb-facet-11 fieldset {
    margin-bottom: 0 !important;
}
.wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet {
    padding: 5px;
}
@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet {
        border-radius: 9999px;
        background-color: #D6E8F5;
    }
}
@media screen and (max-width: 39.9375em) {
    .wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-inline-list {
        -webkit-justify-content: center;
                justify-content: center;
    }
}
@media screen and (max-width: 39.9375em) {
    .wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-inline-list li {
        width: 45%;
        text-align: center;
    }
}
.wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-button {
    border-radius: 9999px !important;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 10px 12px;
}
.wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-button[aria-pressed=true] {
    background-color: #0D2B45;
}
.wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-button[aria-pressed=true] .wpgb-button-label {
    color: #ffffff !important;
}
.wp-grid-builder .wpgb-facet-11 fieldset .wpgb-button-facet .wpgb-button-label {
    color: #181D27 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-area-top-2 .wpgb-facet-11 {
        -webkit-flex: 0 0 auto !important;
                flex: 0 0 auto !important;
        max-width: none !important;
    }
}

section.breadcrumbs {
    margin-top: 58px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
    text-transform: capitalize;
}
section.breadcrumbs a {
    color: #8a8a8a;
    text-decoration: underline;
}
section.breadcrumbs a:hover, section.breadcrumbs a:focus-visible {
    color: #F8485E;
}
section.breadcrumbs .separator {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 7px;
    height: 11px;
    background: url("../images/breadcrumb-seperator.svg") no-repeat center center;
    background-size: contain;
}

section.breadcrumbs + section[class^=hero] {
    margin-top: 27px;
}

.burger-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
}
.burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
}

html.is-off-canvas-open .burger-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
html.is-off-canvas-open .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}
html.is-off-canvas-open .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
}
html.is-off-canvas-open .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
}

.archive.author section.author-archive {
    margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
    .archive.author section.author-archive {
        margin-top: 100px;
    }
}
.archive.author section.author-archive h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 4px;
}

section.author-info {
    margin-top: 120px;
}
@media print, screen and (min-width: 40em) {
    section.author-info {
        margin-top: 220px;
    }
}
section.author-info .author-wrapper {
    padding: 36px;
    background: #f2f2f2;
    border-radius: 8px;
    display: -ms-grid;
    display: grid;
    gap: 35px;
}
@media print, screen and (min-width: 40em) {
    section.author-info .author-wrapper {
        padding: 84px 64px;
        -ms-grid-columns: 134px minmax(0, 1fr);
        grid-template-columns: 134px minmax(0, 1fr);
    }
    section.author-info .author-wrapper .headshot {
        -ms-grid-row-span: 3;
        grid-row: span 3;
    }
}
section.author-info h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
section.author-info .bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    section.author-info .bio {
        font-size: 18px;
        line-height: 28px;
    }
}
section.author-info .headshot img {
    width: 134px;
    height: 134px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}
section.author-info a.button.arrow {
    margin-top: 0;
    justify-self: flex-start;
}

.single-post article + section.author-info {
    margin-top: 76px;
}

section.search-results {
    margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
    section.search-results {
        margin-top: 100px;
    }
}
section.search-results h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
}

.single-post .resource-hero {
    color: #181D27;
    background: transparent;
    padding-top: 60px;
}
@media print, screen and (min-width: 64em) {
    .single-post .resource-hero {
        color: #ffffff;
        padding-top: 228px;
        margin-top: -111px;
    }
}
.single-post .resource-hero {
    position: relative;
}
.single-post .resource-hero:before {
    content: "";
    background: #0D2B45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height: 845px;
}
@media screen and (max-width: 63.9375em) {
    .single-post .resource-hero:before {
        display: none;
    }
}
.single-post .resource-hero .heading {
    text-align: center;
}
.single-post .resource-hero .heading .breadcrumbs {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 8px;
}
.single-post .resource-hero .heading .breadcrumbs * {
    text-transform: uppercase;
    color: #181D27;
}
@media print, screen and (min-width: 64em) {
    .single-post .resource-hero .heading .breadcrumbs * {
        color: #ffffff;
    }
}
.single-post .resource-hero .heading h1 {
    margin-bottom: 32px;
}
.single-post .resource-hero .image {
    margin-top: 46px;
}
@media print, screen and (min-width: 64em) {
    .single-post .resource-hero .image {
        margin-top: 92px;
    }
}
.single-post .resource-hero .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1536/808;
    border-radius: 24px;
}
.single-post .resource-hero .meta-wrapper {
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px;
    gap: 16px;
}
@media print, screen and (min-width: 64em) {
    .single-post .resource-hero .meta-wrapper {
        -webkit-justify-content: space-between;
                justify-content: space-between;
        margin-top: 64px;
        margin-bottom: 96px;
    }
}
.single-post .resource-hero .meta-wrapper * {
    color: #181D27;
}
.single-post .resource-hero .meta-wrapper .meta-inner {
    display: -webkit-flex;
    display: flex;
    gap: 48px;
}
.single-post .social-links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 12px;
}
.single-post .social-links .button,
.single-post .social-links a {
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    background: white;
    border: none;
}
.single-post .social-links button:hover svg path, .single-post .social-links button:focus-visible svg path {
    stroke: #E0A800;
}
.single-post .social-links a:hover:hover svg path, .single-post .social-links a:hover:focus-visible svg path, .single-post .social-links a:focus-visible:hover svg path, .single-post .social-links a:focus-visible:focus-visible svg path {
    fill: #E0A800;
}
.single-post .social-links #copyButton {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
    color: #98A2B3;
}
.single-post .social-links #copyButton:hover, .single-post .social-links #copyButton:focus-visible {
    color: #E0A800;
}
.single-post .social-links #copyButton {
    /* base: hidden off‐screen via opacity & translate */
}
.single-post .social-links #copyButton .copied-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    margin-left: 0;
    opacity: 0;
    transition: max-width 200ms cubic-bezier(0.4, 0, 0.2, 1), margin-left 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.single-post .social-links #copyButton {
    /* when trigger class is added, fade/slide into view */
}
.single-post .social-links #copyButton.is-copied .copied-text {
    max-width: 5em;
    margin-left: 0.5em;
    opacity: 1;
}
.single-post .banner-wrapper .banner {
    background-color: #2F3A45;
    padding: 32px;
    border-radius: 16px;
}
.single-post .banner-wrapper .banner *:not(.button) {
    color: #ffffff;
}
.single-post .banner-wrapper .banner img {
    margin-bottom: 32px;
}
.single-post .banner-wrapper .banner .button {
    margin-top: 12px;
}

section.pure-wysiwyg {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.pure-wysiwyg {
        padding: 96px 0;
    }
}
section.pure-wysiwyg iframe {
    border-radius: 32px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    aspect-ratio: 16/9;
}

.hero-main {
    background-color: #0D2B45;
}
@media print, screen and (min-width: 64em) {
    .hero-main {
        margin-top: -111px;
    }
}
.hero-main .image div img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 650px;
    height: 100%;
}
@media screen and (max-width: 39.9375em) {
    .hero-main .image div img {
        min-height: 300px;
    }
}
.hero-main .content {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .hero-main .content {
        padding: 96px 0;
    }
}
.hero-main .content .subtitle {
    color: #6CAEDF;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.hero-main .content h1 {
    color: #ffffff;
}
.hero-main .content .copy {
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 0;
    position: relative;
}
.hero-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(13, 43, 69, 0.2) 0%, #0D2B45 100%);
}
@media print, screen and (min-width: 64em) {
    .hero-overlay:before {
        background: linear-gradient(to bottom, rgba(13, 43, 69, 0.2) 30%, #0D2B45 100%);
    }
}
@media print, screen and (min-width: 64em) {
    .hero-overlay {
        padding: 96px 0;
        margin-top: -111px;
    }
    .hero-overlay > .row {
        margin-top: 245px;
    }
}
.hero-overlay .heading * {
    color: #ffffff;
}
@media print, screen and (min-width: 64em) {
    .hero-overlay .content {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.hero-overlay .content p {
    color: #ffffff;
}

.hero-homepage {
    position: relative;
    background-color: #0D2B45;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 48px 0;
}
.hero-homepage--has-bg {
    background-image: var(--hero-homepage-bg);
}
@media print, screen and (min-width: 64em) {
    .hero-homepage--has-video.hero-homepage--has-bg {
        background-image: none;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-homepage--has-video.hero-homepage--has-bg.is-video-failed {
        background-image: var(--hero-homepage-bg);
    }
}
@media print and (prefers-reduced-motion: reduce), screen and (prefers-reduced-motion: reduce) and (min-width: 64em) {
    .hero-homepage--has-video.hero-homepage--has-bg {
        background-image: var(--hero-homepage-bg);
    }
}
@media print, screen and (min-width: 64em) {
    .hero-homepage {
        margin-top: -111px;
        padding: 96px 0;
        height: 100vh;
        max-height: 1080px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
    }
    .hero-homepage .column, .hero-homepage .columns {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hero-homepage .column .cta-wrapper, .hero-homepage .columns .cta-wrapper {
        width: 100%;
    }
}
.hero-homepage__media {
    display: none;
}
@media print, screen and (min-width: 64em) {
    .hero-homepage__media {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        visibility: hidden;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-homepage--has-video.is-video-ready .hero-homepage__media {
        visibility: visible;
    }
}
@media print and (prefers-reduced-motion: reduce), screen and (prefers-reduced-motion: reduce) and (min-width: 64em) {
    .hero-homepage--has-video .hero-homepage__media {
        display: none;
    }
}
.hero-homepage__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 110%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
@media print, screen and (min-width: 64em) {
    .hero-homepage--has-video .hero-homepage__video {
        opacity: 0;
        transition: opacity 0.4s ease;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-homepage--has-video.is-video-ready .hero-homepage__video {
        opacity: 1;
    }
}
.hero-homepage__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 43, 69, 0) 0%, rgba(13, 43, 69, 0.5) 50%, rgba(13, 43, 69, 0.92) 100%);
    pointer-events: none;
}
.hero-homepage .row {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
}

.hero-product {
    padding-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .hero-product {
        padding-top: 145px;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-product .heading-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-content: flex-end;
                align-content: flex-end;
    }
    .hero-product .heading-wrapper * {
        width: 100%;
    }
    .hero-product .heading-wrapper h1 {
        margin-bottom: 0;
    }
}
.hero-product .heading-wrapper .subtitle {
    margin-bottom: 8PX;
    text-transform: uppercase;
}
.hero-product .image-wrapper {
    margin-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .hero-product .image-wrapper {
        margin-top: 96px;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-product .image-wrapper img {
        aspect-ratio: 1616/700;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 24px;
    }
}

.hero-resources {
    padding: 64px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .hero-resources {
        margin-top: -111px;
        padding: 192px 0;
    }
}
.hero-resources:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 43, 69, 0.75) 0%, rgba(13, 43, 69, 0.45) 55%, rgba(13, 43, 69, 0.1) 100%);
    z-index: 1;
}
.hero-resources > .row {
    position: relative;
    z-index: 2;
}
.hero-resources .content {
    text-align: center;
}
.hero-resources .content * {
    color: #ffffff;
}
.hero-resources .content .copy {
    margin-top: 12px;
}
.hero-resources .content .button {
    margin-top: 24px;
}

.hero-download {
    padding: 48px 0;
    position: relative;
    background-color: #0D2B45;
}
@media print, screen and (min-width: 64em) {
    .hero-download {
        padding: 96px 0;
        padding-top: 160px;
        margin-top: -91px;
    }
}
.hero-download .content * {
    color: #ffffff;
}
.hero-download .content .breadcrumbs {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
}
.hero-download .content .breadcrumbs * {
    text-transform: uppercase;
}
.hero-download .content .image-wrapper {
    background-color: #D6E8F5;
    border-radius: 19.394px;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 25px;
}
.hero-download .download-wrapper {
    margin-top: 24px;
}
@media print, screen and (min-width: 64em) {
    .hero-download .download-wrapper {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}
.hero-download .gpsa-form-container {
    border-radius: 24px;
    border: 1px solid #D5D7DA;
    background: linear-gradient(0deg, #F3F8FB 0%, #F3F8FB 100%), #FFF;
    padding: 24px;
}
@media print, screen and (min-width: 64em) {
    .hero-download .gpsa-form-container {
        padding: 48px;
    }
}
.hero-download .gpsa-form-container form {
    margin-top: 0;
}
.hero-download .gpsa-form-container form .gform-footer .gform_button {
    margin-top: 12px !important;
}

.hero-form {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .hero-form {
        padding: 96px 0;
    }
}
.hero-form .heading .subtitle {
    margin-bottom: 16px;
}
.hero-form .heading h1 {
    margin-bottom: 16px;
}
.hero-form .heading .copy {
    margin-top: 12px;
}
.hero-form .icon-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}
.hero-form .icon-list .icon-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}
.hero-form .icon-list .icon-item:last-of-type {
    margin-bottom: 0;
}
.hero-form .icon-list .icon-item img {
    width: 21px;
    height: 21px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    flex-shrink: 0;
}
.hero-form .icon-list .icon-item .copy {
    margin: 0;
    line-height: 1;
}
.hero-form .icon-list .icon-item .copy p {
    margin-bottom: 0;
}
.hero-form .contact-banner {
    background-color: #2F3A45;
    padding: 32px;
    border-radius: 24px;
    max-width: 389px;
    margin-top: 42px;
}
.hero-form .contact-banner div {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.hero-form .contact-banner div svg {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 26px;
    height: 26px;
}
.hero-form .contact-banner div p, .hero-form .contact-banner div a {
    margin-bottom: 0;
    color: #ffffff;
}
.hero-form .contact-banner div a {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hero-form .contact-banner div a:hover, .hero-form .contact-banner div a:focus-visible {
    color: #E0A800;
}
.hero-form .form-column {
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .hero-form .form-column {
        margin-top: 0;
    }
}
.hero-form .form-wrapper {
    border-radius: 24px;
    border: 1px solid #D5D7DA;
    background: linear-gradient(0deg, #F3F8FB 0%, #F3F8FB 100%), #FFF;
    padding: 24px;
}
@media print, screen and (min-width: 64em) {
    .hero-form .form-wrapper {
        padding: 48px;
    }
}

.value-props {
    padding-top: 24px;
}
@media print, screen and (min-width: 64em) {
    .value-props {
        padding-top: 48px;
    }
}
.value-props .values-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .value-props .values-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px;
    }
}
.value-props .values-wrapper .value {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
}
.value-props .values-wrapper .value .value-icon {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.category-grid {
    padding-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .category-grid {
        padding-top: 96px;
    }
}
.category-grid .categories-wrapper {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
@media print, screen and (min-width: 40em) {
    .category-grid .categories-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
        margin-top: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .category-grid .categories-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
.category-grid .categories-wrapper .category {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
}
.category-grid .categories-wrapper .category:hover h3, .category-grid .categories-wrapper .category:focus-visible h3 {
    color: #E0A800;
}
.category-grid .categories-wrapper .category:hover img, .category-grid .categories-wrapper .category:focus-visible img {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
.category-grid .categories-wrapper .category .category-image img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.category-grid .categories-wrapper .category h3 {
    width: 100%;
    text-align: center;
    color: #181D27;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.featured-products {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .featured-products {
        padding: 96px 0;
    }
}
.featured-products H2 {
    text-align: center;
}
@media print, screen and (min-width: 64em) {
    .featured-products H2 {
        margin-bottom: 24px;
    }
}
.featured-products .products-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.featured-products .products-wrapper li {
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.featured-products .products-wrapper li .product {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 24px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.featured-products .products-wrapper li .product:hover h3, .featured-products .products-wrapper li .product:focus-visible h3 {
    color: #E0A800;
}
.featured-products .products-wrapper li .product:hover .icon svg path, .featured-products .products-wrapper li .product:focus-visible .icon svg path {
    stroke: #E0A800;
}
@media print, screen and (min-width: 40em) {
    .featured-products .products-wrapper li .product {
        gap: 48px;
    }
}
.featured-products .products-wrapper li .product .image {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.featured-products .products-wrapper li .product .image img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    height: 170px;
    width: 170px;
    -o-object-fit: cover;
       object-fit: cover;
}
.featured-products .products-wrapper li .product .icon {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
    .featured-products .products-wrapper li .product .icon {
        display: none;
    }
}
.featured-products .products-wrapper li .product p {
    margin-bottom: 0;
    color: #181D27;
}
.featured-products .products-wrapper li .product p.subtitle {
    color: #2F3A45;
}
.featured-products .products-wrapper li .product h3 {
    color: #181D27;
    margin: 12px 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.featured-products .cta {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 40px;
}

.testimonial-banner {
    padding: 48px 0;
    background-color: #2F3A45;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .testimonial-banner {
        padding: 96px 0;
    }
}
.testimonial-banner__swiper {
    position: relative;
}
.testimonial-banner__nav {
    display: -webkit-flex;
    display: flex;
    gap: 18px;
    -webkit-justify-content: center;
            justify-content: center;
}
.testimonial-banner__arrow {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    margin-top: 32px;
}
.testimonial-banner__arrow svg {
    display: block;
}
.testimonial-banner__arrow:hover, .testimonial-banner__arrow:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}
.testimonial-banner__arrow:disabled, .testimonial-banner__arrow.is-disabled, .testimonial-banner__arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}
.testimonial-banner blockquote {
    border-left: none;
}
.testimonial-banner .swiper-wrapper .swiper-slide {
    text-align: center;
}
.testimonial-banner .swiper-wrapper .swiper-slide h2, .testimonial-banner .swiper-wrapper .swiper-slide p {
    color: #ffffff;
}
.testimonial-banner .swiper-wrapper .swiper-slide h2 {
    margin-bottom: 32px;
}
.testimonial-banner .swiper-wrapper .swiper-slide .testimonial {
    margin-bottom: 48px;
}
.testimonial-banner .swiper-wrapper .swiper-slide .name {
    margin-bottom: 8px;
}

.banner-overlay {
    padding: 48px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .banner-overlay {
        padding: 96px 0;
    }
}
.banner-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 43, 69, 0.6) 0%, rgba(13, 43, 69, 0.06) 100%);
    z-index: 2;
}
.banner-overlay > .row {
    position: relative;
    z-index: 3;
    color: #ffffff;
}
.banner-overlay .content h2 {
    margin-bottom: 20px;
}
.banner-overlay .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-overlay .content ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.banner-overlay .content ul li p {
    margin-bottom: 0;
}
.banner-overlay .content .button {
    margin-top: 20px;
}

.conversion-block {
    padding-top: 48px;
    background: linear-gradient(to bottom, #ffffff 0%, #6CAEDF 100%);
}
@media print, screen and (min-width: 64em) {
    .conversion-block {
        padding-top: 96px;
    }
}
.conversion-block .content {
    text-align: center;
}
.conversion-block img {
    margin-top: 70px;
    border-radius: 24px 24px 0 0;
}

.solution-carousel {
    background: #EBF3F9;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .solution-carousel {
        padding: 96px 0;
    }
}
.solution-carousel__swiper {
    margin-top: 32px;
    overflow: visible !important;
    width: 100%;
}
@media print, screen and (min-width: 64em) {
    .solution-carousel__swiper {
        margin-top: 64px;
    }
}
.solution-carousel__nav {
    display: -webkit-flex;
    display: flex;
    gap: 18px;
}
@media screen and (max-width: 39.9375em) {
    .solution-carousel__nav {
        -webkit-justify-content: center;
                justify-content: center;
        margin-top: 24px;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .solution-carousel__nav {
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
        margin-top: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .solution-carousel .arrow-container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.solution-carousel__card {
    display: block;
    text-align: left;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-carousel__card:hover img, .solution-carousel__card:focus-visible img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
.solution-carousel__card:hover h3,
.solution-carousel__card:hover .text-md,
.solution-carousel__card:hover .ordering-information .table-wrapper .order table *,
.ordering-information .table-wrapper .order table .solution-carousel__card:hover *,
.solution-carousel__card:hover .technical-specifications .content-column .spec .copy *,
.technical-specifications .content-column .spec .copy .solution-carousel__card:hover *,
.solution-carousel__card:hover .copy p,
.copy .solution-carousel__card:hover p,
.solution-carousel__card:hover .copy ul,
.copy .solution-carousel__card:hover ul,
.solution-carousel__card:hover .copy ol,
.copy .solution-carousel__card:hover ol, .solution-carousel__card:focus-visible h3,
.solution-carousel__card:focus-visible .text-md,
.solution-carousel__card:focus-visible .ordering-information .table-wrapper .order table *,
.ordering-information .table-wrapper .order table .solution-carousel__card:focus-visible *,
.solution-carousel__card:focus-visible .technical-specifications .content-column .spec .copy *,
.technical-specifications .content-column .spec .copy .solution-carousel__card:focus-visible *,
.solution-carousel__card:focus-visible .copy p,
.copy .solution-carousel__card:focus-visible p,
.solution-carousel__card:focus-visible .copy ul,
.copy .solution-carousel__card:focus-visible ul,
.solution-carousel__card:focus-visible .copy ol,
.copy .solution-carousel__card:focus-visible ol {
    color: #E0A800 !important;
}
.solution-carousel__card:hover .solution-carousel__arrow-icon path,
.solution-carousel__card:hover svg path, .solution-carousel__card:focus-visible .solution-carousel__arrow-icon path,
.solution-carousel__card:focus-visible svg path {
    stroke: #E0A800;
}
.solution-carousel__arrow-icon {
    display: block;
}
.solution-carousel .swiper-slide a img {
    aspect-ratio: 1/1;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 32px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-carousel .swiper-slide a h3 {
    margin-bottom: 12px;
    color: #0D2B45;
    font-family: "Krub", sans-serif;
    font-weight: 600;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-carousel .swiper-slide a .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    gap: 20px;
}
.solution-carousel .swiper-slide a .wrapper .text-md, .solution-carousel .swiper-slide a .wrapper .ordering-information .table-wrapper .order table *, .ordering-information .table-wrapper .order table .solution-carousel .swiper-slide a .wrapper *, .solution-carousel .swiper-slide a .wrapper .technical-specifications .content-column .spec .copy *, .technical-specifications .content-column .spec .copy .solution-carousel .swiper-slide a .wrapper *, .solution-carousel .swiper-slide a .wrapper .copy p, .copy .solution-carousel .swiper-slide a .wrapper p, .solution-carousel .swiper-slide a .wrapper .copy ul, .copy .solution-carousel .swiper-slide a .wrapper ul, .solution-carousel .swiper-slide a .wrapper .copy ol, .copy .solution-carousel .swiper-slide a .wrapper ol {
    color: #0D2B45;
    margin-bottom: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.solution-carousel .swiper-slide a .wrapper svg {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-bottom: 12px;
}

.resource-hub {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .resource-hub {
        padding: 96px 0;
    }
}
.resource-hub h2 {
    margin-bottom: 16px;
}
.resource-hub .copy {
    margin-bottom: 20px;
}
.resource-hub .button {
    margin-bottom: 0;
}
.resource-hub__cards {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-align-items: stretch;
            align-items: stretch;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__cards {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }
}
.resource-hub__card {
    margin: 0;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.18) 0px 8px 24px;
    position: relative;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__card {
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
}
.resource-hub__card-toggle {
    position: relative;
    height: 100%;
    cursor: pointer;
    outline: none;
}
.resource-hub__card-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(108, 174, 223, 0.55);
}
.resource-hub__card-link {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    text-decoration: none;
    background: transparent;
}
.resource-hub__card-media {
    position: relative;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__card-media {
        min-height: 220px;
    }
}
.resource-hub__card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
.resource-hub__card-plus {
    position: absolute;
    inset: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    pointer-events: none;
}
.resource-hub__card-plus svg {
    display: block;
    -webkit-filter: drop-shadow(0 10px 24px rgba(24, 29, 39, 0.35));
            filter: drop-shadow(0 10px 24px rgba(24, 29, 39, 0.35));
}
.resource-hub__card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(24, 29, 39, 0) 0%, rgba(24, 29, 39, 0.72) 100%);
    will-change: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__card-info {
        position: relative;
        background: #0D2B45;
        padding: 20px;
    }
}
.resource-hub__card-info-inner {
    position: relative;
    padding-right: 56px;
}
.resource-hub__card-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 700;
}
.resource-hub__card-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}
.resource-hub__card-info-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.resource-hub__card-info-link {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-decoration: none;
}
.resource-hub__card-info-link svg {
    display: block;
}
.resource-hub__card-text-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.resource-hub__card:not(.is-open) .resource-hub__card-info {
    opacity: 0;
    pointer-events: none;
}
.resource-hub__card:not(.is-open) .resource-hub__card-plus {
    opacity: 1;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__card:not(.is-open) .resource-hub__card-info {
        display: none;
    }
}
.resource-hub__card.is-open .resource-hub__card-plus {
    opacity: 0;
}
.resource-hub__card.is-open .resource-hub__card-info {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (max-width: 39.9375em) {
    .resource-hub__card.is-open .resource-hub__card-info {
        display: block;
    }
}

@media (max-width: 1023px) {
    .resource-hub__cards {
        -webkit-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }
    .resource-hub__card {
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .resource-hub__card-link {
        display: block;
    }
    .resource-hub__card-media {
        min-height: 220px;
    }
    .resource-hub__card-plus {
        opacity: 0;
        display: none;
    }
    .resource-hub__card-info {
        position: relative;
        background: #0D2B45;
        padding: 20px;
        opacity: 1 !important;
        pointer-events: auto !important;
        display: block !important;
    }
    .resource-hub__card:not(.is-open) .resource-hub__card-info {
        opacity: 1 !important;
        display: block !important;
        pointer-events: auto !important;
    }
}
.accordion-feature-grid {
    padding: 48px 0;
    padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .accordion-feature-grid {
        padding: 96px 0;
    }
}
.accordion-feature-grid .heading {
    text-align: center;
    margin-bottom: 48px;
}
@media print, screen and (min-width: 64em) {
    .accordion-feature-grid .heading {
        margin-bottom: 96px;
    }
}
@media print, screen and (min-width: 64em) {
    .accordion-feature-grid .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
}
.accordion-feature-grid .wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 39.9375em) {
    .accordion-feature-grid .wrapper img {
        width: 100%;
    }
}
.accordion-feature-grid .wrapper .content {
    padding: 24px 0;
}
@media print, screen and (min-width: 40em) {
    .accordion-feature-grid .wrapper .content {
        padding: 12px 32px;
    }
}
.accordion-feature-grid .accordion .accordion-item {
    border: none;
}
.accordion-feature-grid .accordion .accordion-item .accordion-title {
    border: none;
    padding: 0;
    color: #0D2B45;
    margin-top: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    background-color: transparent !important;
}
.accordion-feature-grid .accordion .accordion-item .accordion-content {
    border: none;
    padding: 0;
    padding-top: 12px;
}
.accordion-feature-grid__accordion-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 12px;
    width: 100%;
    text-align: left;
}
.accordion-feature-grid__accordion-title::before {
    display: none !important;
    content: none !important;
}
.accordion-feature-grid__accordion-title-text {
    -webkit-flex: 1;
            flex: 1;
    min-width: 0;
}
.accordion-feature-grid__chevron {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.accordion-feature-grid__chevron svg {
    display: block;
}
.accordion-feature-grid .accordion-item.is-active .accordion-feature-grid__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.media-accordion {
    background-color: #2F3A45;
}
.media-accordion .content-wrapper {
    padding: 48px 12px;
}
@media print, screen and (min-width: 64em) {
    .media-accordion .content-wrapper {
        padding: 96px 0;
        padding-left: 10%;
        padding-right: 64px;
    }
}
.media-accordion .content-wrapper * {
    color: #ffffff;
}
.media-accordion .content-wrapper .accordion {
    background-color: transparent;
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .media-accordion .content-wrapper .accordion {
        margin-top: 64px;
    }
}
.media-accordion .content-wrapper .accordion .accordion-item {
    background-color: transparent;
    margin-bottom: 44px;
}
.media-accordion .content-wrapper .accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-title,
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__accordion-title {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    gap: 27.5px;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    text-align: left;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-title::before, .media-accordion .content-wrapper .accordion .accordion-item .accordion-title::after,
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__accordion-title::before,
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__accordion-title::after {
    display: none !important;
    content: none !important;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-title .accordion-number,
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__accordion-title .accordion-number {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    height: 35px;
    width: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: #6CAEDF;
    border-radius: 50%;
}
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__accordion-title-text {
    -webkit-flex: 1;
            flex: 1;
    min-width: 0;
}
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__chevron {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: auto;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.media-accordion .content-wrapper .accordion .accordion-item .media-accordion__chevron svg {
    display: block;
}
.media-accordion .content-wrapper .accordion .accordion-item.is-active .media-accordion__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-content {
    background-color: transparent;
    border: none;
}
@media print, screen and (min-width: 64em) {
    .media-accordion .content-wrapper .accordion .accordion-item .accordion-content {
        padding-left: 64px;
    }
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-content .copy {
    margin: 8px 0;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-content .icon-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-content .icon-list .icon-item {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.media-accordion .content-wrapper .accordion .accordion-item .accordion-content .icon-list .icon-item:last-of-type {
    margin-bottom: 0;
}
.media-accordion .image-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.media-accordion .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media print, screen and (min-width: 64em) {
    .media-accordion .image-wrapper img {
        display: none;
    }
}

.media-icon-list {
    background-color: #EBF3F9;
}
.media-icon-list .content-wrapper {
    padding: 48px 12px;
}
@media print, screen and (min-width: 64em) {
    .media-icon-list .content-wrapper {
        padding: 96px 0;
        padding-left: 10%;
        padding-right: 64px;
    }
}
.media-icon-list .content-wrapper .icon-list-wrapper {
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .media-icon-list .content-wrapper .icon-list-wrapper {
        margin-top: 64px;
    }
}
.media-icon-list .content-wrapper .icon-list-wrapper .icon-item {
    display: -webkit-flex;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.media-icon-list .content-wrapper .icon-list-wrapper .icon-item:last-of-type {
    margin-bottom: 0;
}
.media-icon-list .content-wrapper .icon-list-wrapper .icon-item img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.media-icon-list .image-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.media-icon-list .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media print, screen and (min-width: 64em) {
    .media-icon-list .image-wrapper img {
        display: none;
    }
}

.split-carousel-block {
    background-color: #F7F9FA;
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block {
        padding: 128px 0;
    }
}
.split-carousel-block .content-column {
    position: relative;
    z-index: 5;
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .content-column {
        padding-right: 50px;
    }
}
@media screen and (max-width: 63.9375em) {
    .split-carousel-block .content-column .swiper-arrows {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column {
        overflow: visible;
        -webkit-clip-path: inset(0 -100vw 0 0);
        clip-path: inset(0 -100vw 0 0);
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card {
    padding: 24px;
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card {
        padding: 48px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card {
    background: #FBFDFE;
    border-radius: 24px;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 12px;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card h3 {
    margin-bottom: 20px;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .copy p:last-of-type {
    margin-bottom: 0;
}

.services-showcase {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .services-showcase {
        padding: 96px 0;
    }
}
.services-showcase .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .services-showcase .heading {
        margin-bottom: 64px;
    }
}
.services-showcase .accordion-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.services-showcase .accordion-wrapper .accordion {
    border: none;
    padding: 0;
    margin: 0;
}
.services-showcase .accordion-wrapper .accordion .accordion-item {
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
}
.services-showcase .accordion-wrapper .accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
.services-showcase .accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    color: #1071BC;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-title {
    border: none;
    padding: 0;
    margin: 0;
    padding-right: 40px;
    color: #181D27;
    background-color: transparent !important;
    position: relative;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-title:before {
    content: none;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 29px;
    height: 29px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M7.25 10.875L14.5 18.125L21.75 10.875' stroke='%23051B2E' stroke-width='2.175' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.services-showcase .accordion-wrapper .accordion .accordion-item.is-active .accordion-title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M21.75 18.125L14.5 10.875L7.25 18.125' stroke='%231071BC' stroke-width='2.175' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 32px;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content .copy {
    margin-bottom: 8px;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content .icon-list {
    margin-bottom: 32px;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content .icon-list .icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content .icon-list .icon:last-of-type {
    margin-bottom: 0;
}
.services-showcase .accordion-wrapper .accordion .accordion-item .accordion-content .icon-list .icon p {
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    .services-showcase .image-wrapper {
        margin-top: 32px;
    }
}
.services-showcase .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    aspect-ratio: 1/1;
}

.services-split {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .services-split {
        padding: 96px 0;
    }
}
.services-split .services-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media print, screen and (min-width: 64em) {
    .services-split .services-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.services-split .services-wrapper .service {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .services-split .services-wrapper .service {
        -webkit-flex-direction: row;
                flex-direction: row;
        gap: 32px;
    }
}
.services-split .services-wrapper .service .image {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.services-split .services-wrapper .service .image img {
    aspect-ratio: 250/400;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.services-split .services-wrapper .service .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.services-split .services-wrapper .service .content .copy p {
    font-size: 14px;
}
@media print, screen and (min-width: 64em) {
    .services-split .services-wrapper .service .content {
        padding: 12px 0;
    }
}
.services-split .services-wrapper .service .content .icon-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.services-split .services-wrapper .service .content .icon-list .icon-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.services-split .services-wrapper .service .content .icon-list .icon-item p {
    margin-bottom: 0;
}
.services-split .services-wrapper .service .content .icon-list .icon-item:last-of-type {
    margin-bottom: 0;
}
.services-split .services-wrapper .service .content .button {
    margin-top: auto;
    -webkit-align-self: flex-start;
            align-self: flex-start;
}
@media screen and (max-width: 39.9375em) {
    .services-split .services-wrapper .service .content .button {
        margin-top: 15px;
    }
}

.mission-and-vision {
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .mission-and-vision {
        padding: 96px 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .mission-and-vision .button {
        margin-bottom: 20px;
    }
}
.mission-and-vision .blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
    .mission-and-vision .blocks {
        margin-top: 0;
        -ms-grid-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px;
    }
}
.mission-and-vision .blocks img {
    margin-bottom: 12px;
}

.leadership-team {
    background: #2F3A45;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .leadership-team {
        padding: 96px 0;
    }
}
.leadership-team * {
    color: #ffffff;
}
.leadership-team .heading h2 {
    margin-bottom: 0;
}
.leadership-team .people-wrapper {
    margin-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .leadership-team .people-wrapper {
        margin-top: 96px;
    }
}
.leadership-team .people-wrapper .people {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    .leadership-team .people-wrapper .people {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media print, screen and (min-width: 64em) {
    .leadership-team .people-wrapper .people {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 64px;
    }
}
.leadership-team .people-wrapper .people img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 329/419;
    border-radius: 24px;
    margin-bottom: 32px;
}
.leadership-team .people-wrapper .people .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 12px;
}
.leadership-team .people-wrapper .people button {
    cursor: pointer;
}

.reveal-overlay .reveal {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 24px;
    padding: 32px;
}
.reveal-overlay .reveal .display-xs, .reveal-overlay .reveal .feature-section .content-column .copy *, .feature-section .content-column .copy .reveal-overlay .reveal * {
    margin-bottom: 0;
}
.reveal-overlay .reveal .bio p:last-of-type {
    margin-bottom: 0;
}

.image-gallery {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .image-gallery {
        padding: 96px 0;
    }
}
.image-gallery .image-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .image-gallery .image-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .image-gallery .image-wrapper > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .image-gallery .image-wrapper > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .image-gallery .image-wrapper > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .image-gallery .image-wrapper > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
}
.image-gallery .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}
@media print, screen and (min-width: 40em) {
    .image-gallery .image-wrapper img:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}
@media print, screen and (min-width: 40em) {
    .image-gallery .image-wrapper img:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
@media print, screen and (min-width: 40em) {
    .image-gallery .image-wrapper img:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}

.shortcode-block {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .shortcode-block {
        padding: 96px 0;
    }
}

.related-post {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .related-post {
        padding: 96px 0;
    }
}
.related-post .posts {
    margin-top: 64px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}
@media print, screen and (min-width: 64em) {
    .related-post .posts {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }
}
.related-post .posts .related-thumb {
    margin-bottom: 28px;
}
.related-post .posts .related-thumb a img {
    aspect-ratio: 517/344;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
}
.related-post .posts .related-category {
    color: #055694;
}
.related-post .posts .related-title a {
    color: #181D27;
}

.map .column img, .map .columns img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1921/800;
}

.faqs {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .faqs {
        padding: 96px 0;
    }
}
.faqs .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .faqs .heading {
        margin-bottom: 0;
    }
}
.faqs .heading .button {
    margin-top: 24px;
}
.faqs .accordion-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.faqs .accordion-wrapper .accordion {
    border: none;
    padding: 0;
    margin: 0;
}
.faqs .accordion-wrapper .accordion .accordion-item {
    padding: 0;
    padding: 16px 32px;
    margin: 0;
    margin-bottom: 32px;
    border-radius: 12px;
    border: 1px solid rgba(92, 124, 146, 0.2);
    background: #FFF;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.faqs .accordion-wrapper .accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
.faqs .accordion-wrapper .accordion .accordion-item.is-active {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 32px;
}
.faqs .accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    color: #1071BC;
}
.faqs .accordion-wrapper .accordion .accordion-item .accordion-title {
    border: none;
    padding: 0;
    margin: 0;
    padding-right: 40px;
    color: #181D27;
    background-color: transparent !important;
    position: relative;
}
.faqs .accordion-wrapper .accordion .accordion-item .accordion-title:before {
    content: none;
}
.faqs .accordion-wrapper .accordion .accordion-item .accordion-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 29px;
    height: 29px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M7.25 10.875L14.5 18.125L21.75 10.875' stroke='%23051B2E' stroke-width='2.175' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faqs .accordion-wrapper .accordion .accordion-item.is-active .accordion-title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M21.75 18.125L14.5 10.875L7.25 18.125' stroke='%231071BC' stroke-width='2.175' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faqs .accordion-wrapper .accordion .accordion-item .accordion-content {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 32px;
}
.faqs .accordion-wrapper .accordion .accordion-item .accordion-content .copy {
    margin-bottom: 0;
}

.card-grid {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .card-grid {
        padding: 96px 0;
    }
}
.card-grid.dark {
    background-color: #2F3A45;
}
.card-grid.dark .card h3 {
    color: #ffffff;
}
.card-grid .card-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    .card-grid .card-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 64px;
    }
}
.card-grid .card-wrapper .card:hover h3, .card-grid .card-wrapper .card:focus-visible h3 {
    color: #E0A800;
}
.card-grid .card-wrapper .card:hover .image-wrapper img, .card-grid .card-wrapper .card:focus-visible .image-wrapper img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 0 6px 32px 0 rgba(5, 86, 148, 0.16);
}
.card-grid .card-wrapper .card:hover .content-wrapper svg path, .card-grid .card-wrapper .card:focus-visible .content-wrapper svg path {
    stroke: #E0A800;
}
.card-grid .card-wrapper .card .image-wrapper {
    aspect-ratio: 1/1;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .card-grid .card-wrapper .card .image-wrapper {
        margin-bottom: 32px;
    }
}
.card-grid .card-wrapper .card .image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.card-grid .card-wrapper .card .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 16px;
}
.card-grid .card-wrapper .card .content-wrapper h3 {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.card-grid .card-wrapper .card .content-wrapper svg {
    height: 40px;
    width: 40px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.highlight-text {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .highlight-text {
        padding: 96px 0;
    }
}
.highlight-text .highlight {
    letter-spacing: -1.2px;
    color: rgba(113, 118, 128, 0.25);
    will-change: color;
}

.form {
    background: linear-gradient(to bottom, #ffffff 0%, #6CAEDF 100%);
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .form {
        padding: 96px 0;
    }
}
.form .heading-wrapper {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .form .heading-wrapper {
        margin-bottom: 64px;
    }
}
.form .form-wrapper {
    position: relative;
}
.form .form-wrapper .image-1 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(45%, -45%);
            transform: translate(45%, -45%);
    z-index: 1;
    pointer-events: none;
    aspect-ratio: 1/1;
    height: 346px;
    width: 346px;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 63.9375em) {
    .form .form-wrapper .image-1 {
        display: none;
    }
}
.form .form-wrapper .image-2 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-63%);
            transform: translateX(-63%);
    z-index: 1;
    pointer-events: none;
    aspect-ratio: 1/1;
    height: 276px;
    width: 276px;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 63.9375em) {
    .form .form-wrapper .image-2 {
        display: none;
    }
}
.form .form-wrapper .image-3 {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 3;
    pointer-events: none;
    aspect-ratio: 1/1;
    height: 147px;
    width: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
}
@media screen and (max-width: 63.9375em) {
    .form .form-wrapper .image-3 {
        display: none;
    }
}
.form .form-wrapper .wrapper {
    padding: 48px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(17.5px);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.form .contact-info {
    margin-top: 48px;
    text-align: center;
}
.form .contact-info p {
    margin-bottom: 8px;
}
.form .contact-info .details {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 32px;
}
.form .contact-info .details a {
    color: #181D27;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.form .contact-info .details a:hover, .form .contact-info .details a:focus-visible {
    text-decoration: none;
    color: #E0A800;
}
.form .contact-info .details a:hover svg path, .form .contact-info .details a:focus-visible svg path {
    stroke: #E0A800;
}
.form .contact-info a {
    color: #181D27;
}

.hero-category {
    padding: 24px 0;
}
@media print, screen and (min-width: 64em) {
    .hero-category {
        padding-top: 53px;
        padding-bottom: 96px;
    }
}
.hero-category .image-column {
    border-radius: 24px;
    border: 1px solid #D5D7DA;
    background: rgba(0, 64, 255, 0.05);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 25px;
}
.hero-category .image-column img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
@media print, screen and (min-width: 40em) {
    .hero-category .image-column {
        padding: 50px;
    }
}
@media print, screen and (min-width: 64em) {
    .hero-category .image-column {
        padding: 100px;
    }
}
.hero-category .heading-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
    .hero-category .heading-column {
        padding-left: 50px;
    }
}
.hero-category .heading-column .breadcrumbs {
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
    width: 100%;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
    .hero-category .heading-column .breadcrumbs {
        margin-top: 20px;
    }
}
.hero-category .heading-column .breadcrumbs * {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #717680;
}
.hero-category .heading-column .breadcrumbs a {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hero-category .heading-column .breadcrumbs a:hover, .hero-category .heading-column .breadcrumbs a:focus-visible {
    color: #6CAEDF;
}
.hero-category .heading-column .breadcrumbs p {
    color: #218CDE;
}
@media screen and (max-width: 39.9375em) {
    .hero-category .heading-column .breadcrumbs p {
        width: 100%;
    }
}
.hero-category .heading-column .logo {
    margin: 16px 0;
}
.hero-category .heading-column h1 {
    width: 100%;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
    .hero-category .heading-column h1 {
        margin-bottom: 48px;
    }
}
.hero-category .heading-column .copy {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 64em) {
    .hero-category .heading-column .copy {
        margin-bottom: 32px;
    }
}
.hero-category .value-props-wrapper {
    margin-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .hero-category .value-props-wrapper {
        margin-top: 96px;
    }
}
.hero-category .value-props-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (min-width: 64em) {
    .hero-category .value-props-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.hero-category .value-props-wrapper {
    gap: 48px;
}
.hero-category .value-props-wrapper .value {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
.hero-category .value-props-wrapper .value .value-icon {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.hero-category .value-props-wrapper .value .value-icon img {
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
}

.feature-grid {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .feature-grid {
        padding: 96px 0;
    }
}
.feature-grid .heading {
    margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
    .feature-grid .heading {
        margin-bottom: 64px;
        text-align: center;
    }
}
@media print, screen and (min-width: 40em) {
    .feature-grid .features-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-grid .features-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        row-gap: 64px;
    }
}
.feature-grid .features-wrapper .feature img {
    margin-bottom: 12px;
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}
.feature-grid .features-wrapper .feature h3 {
    margin-bottom: 20px;
}

.feature-section {
    background-color: #ebf3f9;
}
.feature-section .content-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 24px;
}
@media print, screen and (min-width: 64em) {
    .feature-section .content-column {
        padding: 0 64px;
    }
}
.feature-section .content-column .copy * {
    font-weight: 400;
}
.feature-section .content-column .copy blockquote {
    border-left: 3px solid #218CDE;
}
.feature-section .content-column .copy blockquote p {
    font-weight: 600;
    color: #2F3A45;
}
.feature-section .content-column .button {
    margin-top: 12px;
}
.feature-section .image-column img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    max-height: 550px;
}

.technical-specifications {
    background: #2F3A45;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .technical-specifications {
        padding: 96px 0;
    }
}
.technical-specifications .heading-column {
    color: #ffffff;
}
@media screen and (max-width: 63.9375em) {
    .technical-specifications .heading-column {
        margin-bottom: 24px;
    }
}
.technical-specifications .heading-column .button {
    margin-top: 24px;
}
.technical-specifications .content-column {
    color: #ffffff;
}
.technical-specifications .content-column .spec {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
    .technical-specifications .content-column .spec {
        -ms-grid-columns: minmax(180px, 260px) 48px 1fr;
        grid-template-columns: minmax(180px, 260px) 1fr;
        -webkit-column-gap: 48px;
           -moz-column-gap: 48px;
                column-gap: 48px;
        row-gap: 0;
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .technical-specifications .content-column .spec h3 {
        text-align: right;
    }
}
.technical-specifications .content-column .spec .copy {
    margin: 0;
}
.certifications {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .certifications {
        padding: 96px 0;
    }
}
@media screen and (max-width: 63.9375em) {
    .certifications > .row {
        display: -webkit-flex;
        display: flex;
    }
    .certifications > .row .image {
        -webkit-order: 2;
                order: 2;
    }
    .certifications > .row .content {
        -webkit-order: 1;
                order: 1;
    }
}
.certifications .image-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
    .certifications .image-wrapper {
        margin-top: 0;
        gap: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .certifications .content {
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
                align-content: center;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

.ordering-information {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .ordering-information {
        padding: 96px 0;
    }
}
.ordering-information .heading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .ordering-information .heading {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin-bottom: 64px;
    }
}
.ordering-information .heading h2 {
    margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
    .ordering-information .heading h2 {
        margin-bottom: 0;
    }
}
.ordering-information .table-wrapper {
    border-radius: 24px;
    background: #EBF3F9;
    padding: 32px;
}
.ordering-information .table-wrapper .order table {
    border: none;
    background-color: transparent;
}
.ordering-information .table-wrapper .order table * {
    border: none;
}
.ordering-information .table-wrapper .order table thead,
.ordering-information .table-wrapper .order table tbody,
.ordering-information .table-wrapper .order table tfoot {
    background-color: transparent;
}
.ordering-information .table-wrapper .order table thead th {
    font-weight: 600;
}
.ordering-information .table-wrapper .order table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}
.ordering-information .table-wrapper .order table tbody tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.05);
}

.clinical-material-download {
    background: #EBF3F9;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    .clinical-material-download {
        padding: 96px 0;
    }
}
.clinical-material-download .heading {
    text-align: center;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .clinical-material-download .heading {
        margin-bottom: 64px;
    }
}
.clinical-material-download .downloads-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .clinical-material-download .downloads-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media print, screen and (min-width: 64em) {
    .clinical-material-download .downloads-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 32px;
    }
}
.clinical-material-download .downloads-wrapper .download {
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    text-decoration: none;
}
.clinical-material-download .downloads-wrapper .download:hover .image-wrapper, .clinical-material-download .downloads-wrapper .download:focus-visible .image-wrapper {
    box-shadow: 0 6px 32px 0 rgba(5, 86, 148, 0.16);
    -webkit-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);
}
.clinical-material-download .downloads-wrapper .download:hover .heading-wrapper h3, .clinical-material-download .downloads-wrapper .download:focus-visible .heading-wrapper h3 {
    color: rgb(26.3362068966, 32.5, 38.6637931034);
}
.clinical-material-download .downloads-wrapper .download:hover .heading-wrapper svg, .clinical-material-download .downloads-wrapper .download:focus-visible .heading-wrapper svg {
    -webkit-filter: drop-shadow(0 1px 4px rgba(5, 86, 148, 0.08));
            filter: drop-shadow(0 1px 4px rgba(5, 86, 148, 0.08));
}
.clinical-material-download .downloads-wrapper .image-wrapper {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    margin-bottom: 20px;
    border-radius: 24px;
    background: #D6E8F5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 12px;
    aspect-ratio: 1/1;
}
@media print, screen and (min-width: 64em) {
    .clinical-material-download .downloads-wrapper .image-wrapper {
        margin-bottom: 28px;
        padding: 24px;
    }
}
.clinical-material-download .downloads-wrapper .image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.clinical-material-download .downloads-wrapper .category p {
    margin-bottom: 10px;
}
.clinical-material-download .downloads-wrapper .heading-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 20px;
}
@media print, screen and (min-width: 64em) {
    .clinical-material-download .downloads-wrapper .heading-wrapper {
        gap: 32px;
    }
}
.clinical-material-download .downloads-wrapper .heading-wrapper h3 {
    color: #2F3A45;
}
.clinical-material-download .downloads-wrapper .heading-wrapper svg {
    width: 23px;
    height: 23px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
/*# sourceMappingURL=site.css.map */