@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@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: #161718;
    -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(22, 23, 24, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #161718;
    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: #161718;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

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

.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: #161718;
    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: #161718;
    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 #161718;
    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: #161718;
}

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

.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: #161718;
}
.button.success:hover, .button.success:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #161718;
}
.button.warning {
    background-color: #ffae00;
    color: #161718;
}
.button.warning:hover, .button.warning:focus {
    background-color: rgb(204, 139.2, 0);
    color: #161718;
}
.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: #161718;
}
.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: #161718;
}
.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: #161718;
}
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #161718;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #161718;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: rgb(204, 139.2, 0);
    color: #161718;
}
.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: #161718;
}

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

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: #161718;
}
: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: #161718;
    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(22, 23, 24, 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(22, 23, 24, 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(22, 23, 24, 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(22, 23, 24, 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(22, 23, 24, 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(22, 23, 24, 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(22, 23, 24, 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: #161718;
    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: "Red Hat Display", sans-serif !important;
}

.subheading, .feature-card-carousel .heading .copy p, .subheading p {
    color: #CDDC29;
    font-size: clamp(18px, 1.806vw, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 2.361vw, 34px); /* 130.769% */
    letter-spacing: clamp(-0.18px, -0.018vw, -0.26px);
    margin-bottom: 24px;
}
.subheading.dark-grey, .feature-card-carousel .heading .copy p.dark-grey, .subheading.dark-grey p, .feature-card-carousel .heading .copy p.dark-grey p, .subheading p.dark-grey, .subheading p.dark-grey p {
    color: #4D4D4F;
}

h1, .h1 {
    font-size: clamp(32px, 5.833vw, 60px);
    font-style: normal;
    font-weight: 900;
    line-height: clamp(32px, 5.833vw, 65px);
    letter-spacing: clamp(0.16px, 0.029vw, 0.42px);
    margin-bottom: 24px;
}

h2, .h2 {
    font-size: clamp(32px, 5.833vw, 54px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(32px, 5.833vw, 58px); /* 107.407% */
    color: #004A69;
}

.copy.medium p, .copy.medium ul, .copy.medium ol {
    font-size: clamp(18px, 1.806vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 2.361vw, 28px);
    letter-spacing: clamp(-0.18px, -0.018vw, -0.26px);
}
.copy.large p, .copy.large ul, .copy.large ol {
    font-size: clamp(18px, 1.806vw, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 2.361vw, 34px); /* 130.769% */
    letter-spacing: clamp(-0.18px, -0.018vw, -0.26px);
}

footer {
    background: rgba(0, 74, 105, 0.05);
    padding: 30px 0;
}
@media print, screen and (min-width: 64em) {
    footer {
        padding: 96px 0 48px 0;
    }
}
footer .logos {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(60, 60, 60, 0.5);
    margin-bottom: 39px;
}
@media screen and (max-width: 39.9375em) {
    footer .logos {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
                justify-content: center;
        gap: 15px;
    }
}
@media screen and (max-width: 63.9375em) {
    footer .content {
        margin-bottom: 28px;
    }
}
footer .industries h2, footer .links h2 {
    color: #004A69;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 29px;
}
footer .links .links-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    footer .links .links-inner {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    footer .links .links-inner {
        -ms-grid-columns: 1.25fr 50px 1.25fr 50px 0.75fr 50px 0.75fr;
        grid-template-columns: 1.25fr 1.25fr 0.75fr 0.75fr;
        gap: 50px;
    }
}
footer .links .link-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 14px;
}
footer .links .link-column ul li {
    width: 100%;
}
footer .links .link-column ul li a {
    padding: 0;
    color: #161718;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
footer .links .industries .accordion {
    margin-bottom: 13px;
    background-color: transparent;
}
footer .links .industries .accordion .accordion-item.is-active .accordion-title {
    color: #3CA0A7;
}
footer .links .industries .accordion .accordion-item.is-active .accordion-title:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
footer .links .industries .accordion .accordion-item .accordion-title {
    border: none;
    color: #161718;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    background-color: transparent !important;
}
footer .links .industries .accordion .accordion-item .accordion-title:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    right: auto;
    left: 0px;
    top: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8 10L12 14L16 10' stroke='%233CA0A7' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    margin-top: 0;
    vertical-align: middle;
}
footer .links .industries .accordion .accordion-item .accordion-title::before {
    display: none;
}
footer .links .industries .accordion .accordion-item .accordion-content {
    padding: 12px 0 12px 0;
    border: none;
    background-color: transparent;
}
footer .links .industries .accordion .accordion-item .accordion-content ul {
    margin: 0;
    padding: 0;
    padding-left: 21px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
    position: relative;
}
footer .links .industries .accordion .accordion-item .accordion-content ul:before {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00BACD;
    border-radius: 9999px;
}
footer .links .industries .accordion .accordion-item .accordion-content ul li {
    width: 100%;
}
footer .links .industries .accordion .accordion-item .accordion-content ul li a {
    color: #161718;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent !important;
    position: relative;
    padding-right: 32px;
}
footer .copyright {
    border-top: 1px solid rgba(60, 60, 60, 0.5);
    text-align: center;
    padding-top: 12px;
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    footer .copyright {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-items: center;
                align-items: center;
        padding-top: 22px;
        margin-top: 100px;
    }
}
footer .copyright p {
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    footer .copyright p.candybox {
        margin-top: 5px;
    }
}

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: 0;
    width: 100%;
    z-index: 5;
}

.top-bar {
    background-color: transparent;
    padding: 0 !important;
    position: relative;
    z-index: 99999;
}
.top-bar > .row {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media print, screen and (min-width: 64em) {
    .top-bar > .row {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.top-bar > .row > .column, .top-bar > .row > .columns {
    padding: 12px 15px;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 8px 20px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.top-bar > .row > .column .top-bar-title, .top-bar > .row > .columns .top-bar-title {
    margin: 0;
}
.top-bar > .row > .column .top-bar-title a, .top-bar > .row > .columns .top-bar-title a {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
.top-bar > .row > .column .top-nav > .mega-menu, .top-bar > .row > .columns .top-nav > .mega-menu {
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    gap: 34px;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item a, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item a {
    color: #004A69;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    text-decoration: none;
    padding: 0;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item a:hover, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item a:hover, .top-bar > .row > .column .top-nav > .mega-menu .menu-item a:focus-visible, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item a:focus-visible {
    cursor: pointer;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a::after, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a::after {
    display: none !important;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background: 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.666504 0.666748L4.6665 4.66675L8.6665 0.666748" stroke="%233CA0A7" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    position: absolute;
    left: 100%;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:hover, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:hover, .top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:focus-visible, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:focus-visible {
    color: rgb(0, 38.0571428571, 54);
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:hover::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:hover::before, .top-bar > .row > .column .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:focus-visible::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item.is-dropdown-submenu-parent > a:focus-visible::before {
    -webkit-transform: translateY(2px) scale(1.1);
            transform: translateY(2px) scale(1.1);
    -webkit-filter: drop-shadow(0 2px 2px rgba(60, 160, 167, 0.2));
            filter: drop-shadow(0 2px 2px rgba(60, 160, 167, 0.2));
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu {
    width: 300px;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #004A69;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item {
    margin-bottom: 6px;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item:last-of-type, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item:last-of-type {
    margin-bottom: 0;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a {
    color: #004A69;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    transition: all 0.1s;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a:hover, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a:hover, .top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a:focus-visible, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item a:focus-visible {
    color: #3CA0A7;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a::after, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a::after {
    display: none !important;
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-left: 8px;
    background: 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.666504 0.666748L4.6665 4.66675L8.6665 0.666748" stroke="%233CA0A7" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-filter 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:hover, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:hover, .top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:focus-visible, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:focus-visible {
    color: rgb(0, 38.0571428571, 54);
}
.top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:hover::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:hover::before, .top-bar > .row > .column .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:focus-visible::before, .top-bar > .row > .columns .top-nav > .mega-menu .menu-item .is-dropdown-submenu > .menu-item.is-dropdown-submenu-parent > a:focus-visible::before {
    -webkit-transform: rotate(-90deg) translateX(2px) scale(1.1);
            transform: rotate(-90deg) translateX(2px) scale(1.1);
    -webkit-filter: drop-shadow(0 2px 2px rgba(60, 160, 167, 0.2));
            filter: drop-shadow(0 2px 2px rgba(60, 160, 167, 0.2));
}
.top-bar > .row > .column .top-bar-right, .top-bar > .row > .columns .top-bar-right {
    -webkit-flex: unset !important;
            flex: unset !important;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 25px;
}
.top-bar > .row > .column .top-bar-right .login, .top-bar > .row > .columns .top-bar-right .login {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    color: #004A69;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top-bar > .row > .column .top-bar-right .login:hover, .top-bar > .row > .columns .top-bar-right .login:hover, .top-bar > .row > .column .top-bar-right .login:focus-visible, .top-bar > .row > .columns .top-bar-right .login:focus-visible {
    color: #3CA0A7;
}
.top-bar > .row > .column .top-bar-right .contact, .top-bar > .row > .columns .top-bar-right .contact {
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 9999px;
    background-color: #CDDC29;
    word-wrap: nowrap;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 87.5% */
    letter-spacing: 0.5px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top-bar > .row > .column .top-bar-right .contact:hover, .top-bar > .row > .columns .top-bar-right .contact:hover, .top-bar > .row > .column .top-bar-right .contact:focus-visible, .top-bar > .row > .columns .top-bar-right .contact:focus-visible {
    background-color: rgb(147.4518072289, 158.5662650602, 25.9337349398);
    color: #ffffff;
}
.top-bar > .row > .column .top-bar-right .hamburger, .top-bar > .row > .columns .top-bar-right .hamburger {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    position: relative;
    z-index: 10000;
    -webkit-tap-highlight-color: transparent;
}
@media print, screen and (min-width: 64em) {
    .top-bar > .row > .column .top-bar-right .hamburger, .top-bar > .row > .columns .top-bar-right .hamburger {
        display: none;
    }
}
.top-bar > .row > .column .top-bar-right .hamburger:focus, .top-bar > .row > .columns .top-bar-right .hamburger:focus {
    outline: 2px solid #3CA0A7;
    outline-offset: 2px;
    border-radius: 4px;
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-box, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-box {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner, .top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::before, .top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::after {
    width: 24px;
    height: 3px;
    background-color: #004A69;
    border-radius: 2px;
    position: absolute;
    transition: background-color 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);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), background-color 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);
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::before, .top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::after {
    content: "";
    display: block;
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::before {
    top: -7px;
}
.top-bar > .row > .column .top-bar-right .hamburger .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger .hamburger-inner::after {
    bottom: -7px;
}
.top-bar > .row > .column .top-bar-right .hamburger.is-active .hamburger-inner, .top-bar > .row > .columns .top-bar-right .hamburger.is-active .hamburger-inner {
    background-color: transparent !important;
}
.top-bar > .row > .column .top-bar-right .hamburger.is-active .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger.is-active .hamburger-inner::before {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #004A69;
}
.top-bar > .row > .column .top-bar-right .hamburger.is-active .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger.is-active .hamburger-inner::after {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #004A69;
}
.top-bar > .row > .column .top-bar-right .hamburger:hover .hamburger-inner, .top-bar > .row > .columns .top-bar-right .hamburger:hover .hamburger-inner, .top-bar > .row > .column .top-bar-right .hamburger:hover .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger:hover .hamburger-inner::before, .top-bar > .row > .column .top-bar-right .hamburger:hover .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger:hover .hamburger-inner::after, .top-bar > .row > .column .top-bar-right .hamburger:focus-visible .hamburger-inner, .top-bar > .row > .columns .top-bar-right .hamburger:focus-visible .hamburger-inner, .top-bar > .row > .column .top-bar-right .hamburger:focus-visible .hamburger-inner::before, .top-bar > .row > .columns .top-bar-right .hamburger:focus-visible .hamburger-inner::before, .top-bar > .row > .column .top-bar-right .hamburger:focus-visible .hamburger-inner::after, .top-bar > .row > .columns .top-bar-right .hamburger:focus-visible .hamburger-inner::after {
    background-color: #3CA0A7;
}

.off-canvas {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: calc(100% - 125px);
    padding: 36px 48px;
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 48px 48px 0 0;
    background-color: #00BACD;
}
.off-canvas.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.off-canvas .accordion-menu {
    margin-bottom: 24px;
}
.off-canvas .accordion-menu .is-accordion-submenu-parent > a::after {
    display: none !important;
}
.off-canvas .accordion-menu > .menu-item.is-active a {
    color: #161718;
}
.off-canvas .accordion-menu > .menu-item > a {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    background-color: transparent !important;
}
.off-canvas .accordion-menu > .menu-item.is-accordion-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14L16 10" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
.off-canvas .accordion-menu > .menu-item.is-accordion-submenu-parent > a[aria-expanded=true]::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu {
    margin-left: 20px;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item.is-active a {
    color: #161718;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > a {
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    background-color: transparent !important;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14L16 10" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a[aria-expanded=true]::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu {
    margin-left: 20px;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item.is-active a {
    color: #161718;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > a {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    background-color: transparent !important;
    color: #ffffff;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14L16 10" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a[aria-expanded=true]::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu {
    margin-left: 20px;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14L16 10" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: contain;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
.off-canvas .accordion-menu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item > .is-accordion-submenu > .menu-item.is-accordion-submenu-parent > a[aria-expanded=true]::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.off-canvas .button {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-align: center;
    -webkit-justify-content: center;
            justify-content: center;
}

body.off-canvas-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.gform_required_legend {
    display: none;
}

.form-wrapper {
    border-radius: 12px;
    background: rgba(0, 74, 105, 0.05);
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    .form-wrapper {
        padding: 48px;
        border-radius: 24px;
    }
}

.gform_wrapper .gform_body .gform_fields {
    gap: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
    background-color: #3CA0A7 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #004A69;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=checkbox]):not([type=radio]),
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    border-radius: 10px;
    border: 0.75px solid #E6E7E8;
    background: #ffffff;
    padding: 28px 20px !important;
    color: #656565;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    border-radius: 10px !important;
    border: 0.75px solid #E6E7E8 !important;
    height: 57px !important;
    color: #656565 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center !important;
            align-items: center !important;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon {
    margin-bottom: 32px;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .gfield_label {
    color: #004A69;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
}
@media print, screen and (min-width: 40em) {
    .gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media print, screen and (min-width: 64em) {
    .gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice {
    position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
    border-color: #3CA0A7;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice label {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #E6E7E8;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    text-align: center;
    margin: 0;
    color: #4D4D4F;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice label img {
    width: auto;
    height: auto;
    display: block;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice label br {
    display: block;
    margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.radio-icon .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
    border-color: #3CA0A7;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox {
    margin-bottom: 32px;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_label {
    color: #004A69;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_checkbox {
    gap: 20px;
    overflow: visible;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_checkbox .gchoice {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_checkbox .gchoice input {
    height: 22px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid rgba(0, 74, 105, 0.4);
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_checkbox .gchoice input:before {
    color: #3CA0A7 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield.large-checkbox .gfield_checkbox .gchoice label {
    color: #004A69;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
}
.gform_wrapper .gform_body .gform-page-footer .button {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    background-color: #3CA0A7 !important;
    padding: 15px 30px !important;
    border: none !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.gform_wrapper .gform_body .gform-page-footer .button:hover, .gform_wrapper .gform_body .gform-page-footer .button:focus-visible {
    background-color: rgb(46.5198237885, 124.0528634361, 129.4801762115) !important;
}
.gform_wrapper .gform-footer .button {
    color: #161718 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    background-color: #3CA0A7 !important;
    padding: 15px 40px !important;
    border: none !important;
    background-color: #CDDC29 !important;
    border-radius: 9999px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.gform_wrapper .gform-footer .button:hover, .gform_wrapper .gform-footer .button:focus-visible {
    background-color: rgb(167.8313253012, 180.4819277108, 29.5180722892) !important;
}

.form.wide h2 {
    color: #004A69;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}
.form.wide .gform-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

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: 1400px;
    }
}

#main-content {
    background: #ffffff;
}
#main-content section:first-of-type {
    margin-top: -133px;
}

.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: #E6E7E8;
    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: #161718;
    background: #CDDC29;
}

::-moz-selection {
    /* Code for Firefox */
    color: #161718;
    background: #CDDC29;
}

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

@-webkit-keyframes slow-rotate {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
                transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes slow-rotate {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
                transform: translateY(-50%) rotate(360deg);
    }
}
@-webkit-keyframes slow-rotate-2 {
    from {
        -webkit-transform: translateX(-50%) rotate(0deg);
                transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(360deg);
                transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes slow-rotate-2 {
    from {
        -webkit-transform: translateX(-50%) rotate(0deg);
                transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(360deg);
                transform: translateX(-50%) rotate(360deg);
    }
}
.cta-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}

.rounded-corners, .hero-overlay + .split-carousel-block, .hero-blog + .case-study-hero-slider, body.single-post .blog-content,
body.single-case-study .blog-content {
    background-color: #ffffff;
}
@media print, screen and (min-width: 64em) {
    .rounded-corners, .hero-overlay + .split-carousel-block, .hero-blog + .case-study-hero-slider, body.single-post .blog-content,
    body.single-case-study .blog-content {
        border-radius: 48px 48px 0 0;
        margin-top: -48px;
        position: relative;
        z-index: 2;
    }
}

.swiper-arrows {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    gap: 20px;
}
.swiper-arrows button {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #CDDC29;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: none;
    padding: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.swiper-arrows button:hover, .swiper-arrows button:focus-visible {
    cursor: pointer;
    background-color: rgb(188.2108433735, 202.3975903614, 33.1024096386);
}
.swiper-arrows button:hover svg, .swiper-arrows button:focus-visible svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.swiper-arrows button svg {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.swiper-arrows button.swiper-button-lock {
    display: none;
}
.swiper-arrows button.swiper-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.swiper-arrows button.swiper-button-disabled {
    background: rgba(205, 220, 41, 0.2);
}
.swiper-arrows button.swiper-button-disabled:hover, .swiper-arrows button.swiper-button-disabled:focus-visible {
    cursor: not-allowed;
}

#breadcrumbs a {
    color: rgba(230, 231, 232, 0.7);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.2px;
}
#breadcrumbs .separator {
    color: rgba(230, 231, 232, 0.7);
}

.page-id-372 #main-content > section {
    background-color: #F2F6F7;
}

@media print, screen and (min-width: 64em) {
    .page-id-5352 .bordered-icon-columns .columns-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[3] !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.page-id-332 .mission-statement-block {
    background: none !important;
}
.page-id-332 .awards-banner {
    padding-top: 64px !important;
}
@media print, screen and (min-width: 64em) {
    .page-id-332 .awards-banner {
        padding-top: 96px !important;
    }
}

.page-id-5668 .feature-card-carousel.wide .image {
    background-size: cover !important;
}

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.single-post .hero-blog,
body.single-case-study .hero-blog {
    text-align: center;
}
@media print, screen and (min-width: 64em) {
    body.single-post .hero-blog,
    body.single-case-study .hero-blog {
        padding-top: 248px;
    }
}
body.single-post .hero-blog .subheading, body.single-post .hero-blog .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy body.single-post .hero-blog p,
body.single-case-study .hero-blog .subheading,
body.single-case-study .hero-blog .feature-card-carousel .heading .copy p,
.feature-card-carousel .heading .copy body.single-case-study .hero-blog p {
    margin-bottom: 24px;
}
body.single-post .blog-content,
body.single-case-study .blog-content {
    padding-top: 32px;
}
@media print, screen and (min-width: 64em) {
    body.single-post .blog-content,
    body.single-case-study .blog-content {
        padding-top: 128px;
    }
}
body.single-post .blog-content .featured-image,
body.single-case-study .blog-content .featured-image {
    margin-bottom: 96px;
}
body.single-post .blog-content .featured-image img,
body.single-case-study .blog-content .featured-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    aspect-ratio: 21/9;
}
body.single-post .blog-content .blog-wrapper *,
body.single-case-study .blog-content .blog-wrapper * {
    color: #161718;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: clamp(24px, 2.5vw, 28px);
    letter-spacing: clamp(-0.18px, -0.025vw, -0.2px);
}
body.single-post .blog-content .blog-wrapper h2,
body.single-post .blog-content .blog-wrapper h3,
body.single-post .blog-content .blog-wrapper h4,
body.single-post .blog-content .blog-wrapper h5,
body.single-case-study .blog-content .blog-wrapper h2,
body.single-case-study .blog-content .blog-wrapper h3,
body.single-case-study .blog-content .blog-wrapper h4,
body.single-case-study .blog-content .blog-wrapper h5 {
    color: #3CA0A7;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1.5rem, 2.2vw, 1.75rem);
    line-height: clamp(1.5rem, 2.2vw, 1.75rem);
    margin-bottom: 22px;
}
body.single-post .blog-content .blog-wrapper img,
body.single-case-study .blog-content .blog-wrapper img {
    border-radius: 24px;
    margin-top: 24px;
    margin-bottom: 11px;
}
@media print, screen and (min-width: 64em) {
    body.single-post .blog-content .blog-wrapper img,
    body.single-case-study .blog-content .blog-wrapper img {
        margin-top: 48px;
        margin-bottom: 36px;
    }
}
body.single-post .post-sharing,
body.single-case-study .post-sharing {
    margin: 64px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-top: 1px solid rgba(60, 60, 60, 0.3);
    padding-top: 16px;
}
body.single-post .post-sharing .wrapper,
body.single-case-study .post-sharing .wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
body.single-post .post-sharing .wrapper button, body.single-post .post-sharing .wrapper a,
body.single-case-study .post-sharing .wrapper button,
body.single-case-study .post-sharing .wrapper a {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    background-color: #00BACD;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
body.single-post .post-sharing .wrapper button:hover, body.single-post .post-sharing .wrapper button:focus-visible, body.single-post .post-sharing .wrapper a:hover, body.single-post .post-sharing .wrapper a:focus-visible,
body.single-case-study .post-sharing .wrapper button:hover,
body.single-case-study .post-sharing .wrapper button:focus-visible,
body.single-case-study .post-sharing .wrapper a:hover,
body.single-case-study .post-sharing .wrapper a:focus-visible {
    background-color: #3CA0A7;
    cursor: pointer;
}
body.single-post .post-sharing .next-post a,
body.single-case-study .post-sharing .next-post a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    color: #3CA0A7;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    line-height: clamp(24px, 2.5vw, 28px);
    letter-spacing: clamp(-0.18px, -0.025vw, -0.2px);
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
body.single-post .post-sharing .next-post a:hover, body.single-post .post-sharing .next-post a:focus-visible,
body.single-case-study .post-sharing .next-post a:hover,
body.single-case-study .post-sharing .next-post a:focus-visible {
    color: #00BACD;
}
body.single-post .blog-cta,
body.single-case-study .blog-cta {
    border-radius: 24px;
    background: rgba(0, 74, 105, 0.05);
    padding: 32px 16px;
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
body.single-post .blog-cta .image-wrapper,
body.single-case-study .blog-cta .image-wrapper {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
body.single-post .blog-cta .image-wrapper img,
body.single-case-study .blog-cta .image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}
body.single-post .blog-cta .content-wrapper,
body.single-case-study .blog-cta .content-wrapper {
    width: 100%;
}
body.single-post .blog-cta .content-wrapper h3,
body.single-case-study .blog-cta .content-wrapper h3 {
    color: #161718;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
}
body.single-post .blog-cta .content-wrapper .copy,
body.single-case-study .blog-cta .content-wrapper .copy {
    color: #4D4D4F;
}
body.single-post .blog-cta .content-wrapper .cta-text,
body.single-case-study .blog-cta .content-wrapper .cta-text {
    margin-top: 10px;
    color: #161718;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
}
body.single-post .blog-cta .content-wrapper .button,
body.single-case-study .blog-cta .content-wrapper .button {
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
    body.single-post .blog-cta .content-wrapper .button,
    body.single-case-study .blog-cta .content-wrapper .button {
        width: 100%;
        max-width: 100%;
    }
}
body.single-post .blog-cta,
body.single-case-study .blog-cta {
    margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
    body.single-post .blog-cta,
    body.single-case-study .blog-cta {
        padding: 48px;
        margin-top: 64px;
        -webkit-flex-direction: row;
                flex-direction: row;
        gap: 32px;
        margin-bottom: 64px;
    }
    body.single-post .blog-cta .image-wrapper,
    body.single-case-study .blog-cta .image-wrapper {
        -webkit-align-items: center;
                align-items: center;
        margin-bottom: 0;
    }
    body.single-post .blog-cta .image-wrapper img,
    body.single-case-study .blog-cta .image-wrapper img {
        max-width: 220px;
    }
    body.single-post .blog-cta .content-wrapper h3,
    body.single-case-study .blog-cta .content-wrapper h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    body.single-post .blog-cta .content-wrapper .cta-text,
    body.single-case-study .blog-cta .content-wrapper .cta-text {
        margin-top: 12px;
        font-size: 20px;
        line-height: 28px;
    }
}
body.single-post .related-posts,
body.single-case-study .related-posts {
    margin-top: 32px;
    position: relative;
    z-index: 0;
}
@media print, screen and (min-width: 64em) {
    body.single-post .related-posts,
    body.single-case-study .related-posts {
        margin-top: 128px;
    }
}
@media screen and (max-width: 63.9375em) {
    body.single-post .related-posts,
    body.single-case-study .related-posts {
        margin-top: 48px;
    }
}

.single-case-study .featured-image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 32px;
}
.single-case-study .featured-image .image-wrapper {
    height: 140px;
    width: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 12px;
}
.single-case-study .featured-image .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.single-case-study .solutions-implemented {
    margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
    .single-case-study .solutions-implemented {
        margin-bottom: 70px;
    }
}
.single-case-study .solutions-implemented .wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px;
    border-radius: 24px;
}
.single-case-study .solutions-implemented .wrapper h2 {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 32px;
}
.single-case-study .solutions-implemented .wrapper .solution-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 32px;
    text-align: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
    .single-case-study .solutions-implemented .wrapper .solution-wrapper {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
}
.single-case-study .solutions-implemented .wrapper .solution-wrapper .solution {
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .single-case-study .solutions-implemented .wrapper .solution-wrapper .solution {
        -webkit-flex: 1 1 0;
                flex: 1 1 0;
        max-width: 33.333%;
    }
}
.single-case-study .solutions-implemented .wrapper .solution-wrapper .solution h3 {
    color: #E6E7E8;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-top: 12px;
}
.single-case-study .solutions-implemented .wrapper .solution-wrapper .solution img {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}
.single-case-study .challenge {
    text-align: center;
    padding-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .single-case-study .challenge {
        padding-bottom: 70px;
    }
}
.single-case-study .challenge .subheading, .single-case-study .challenge .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .single-case-study .challenge p, .single-case-study .challenge h2 {
    margin-bottom: 30px;
}
.single-case-study .related-posts .image-wrapper {
    border-radius: 14px;
    background: rgba(60, 160, 167, 0.1);
    padding: 48px;
    aspect-ratio: 500/345;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.single-case-study .related-posts .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.socials-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    -webkit-align-items: center;
            align-items: center;
}
.socials-wrapper a {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background: #00BACD;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.socials-wrapper a svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.socials-wrapper a:hover svg path, .socials-wrapper a:focus-visible svg path {
    fill: #004A69;
}

.button {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 87.5% */
    letter-spacing: 0.5px;
    padding: 15px 40px;
    border-radius: 9999px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.button.white {
    background-color: #ffffff;
    color: #161718;
    border: 1px solid #161718;
}
.button.white:hover, .button.white:focus-visible {
    background-color: rgb(170.85, 170.85, 170.85);
    color: #ffffff;
}
.button.green {
    background-color: #CDDC29;
    color: #161718;
}
.button.green:hover, .button.green:focus-visible {
    background-color: rgb(147.4518072289, 158.5662650602, 25.9337349398);
    color: #ffffff;
}

/* 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: #161718;
}

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

.wpgb-card .wpgb-card-media .wpgb-card-media-thumbnail div {
    border-radius: 14px !important;
}

.wpgb-facet-3 button {
    background-color: #CDDC29 !important;
    border: none !important;
    color: #161718 !important;
    padding: 15px 40px !important;
    border-radius: 9999px !important;
    line-height: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.wpgb-facet-3 button:hover, .wpgb-facet-3 button:focus-visible {
    background-color: rgb(188.2108433735, 202.3975903614, 33.1024096386) !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;
}

.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 section.post-hero {
    padding-top: 48px;
}
@media print, screen and (min-width: 64em) {
    .single-post section.post-hero {
        padding-top: 88px;
    }
}
@media print, screen and (min-width: 40em) {
    .single-post section.post-hero .column, .single-post section.post-hero .columns {
        text-align: center;
    }
}
.single-post section.post-hero .category {
    font-weight: 400;
    font-size: 16px;
    font-weight: 24px;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
    .single-post section.post-hero .category {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 39.9375em) {
    .single-post section.post-hero h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
.single-post section.post-hero h1 {
    margin-bottom: 30px;
}
.single-post section.post-hero .author,
.single-post section.post-hero .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.single-post section.post-hero .author .grey,
.single-post section.post-hero .date .grey {
    color: #8a8a8a;
}
.single-post section.post-hero .author:hover, .single-post section.post-hero .author:focus-visible {
    text-decoration: underline;
}
.single-post section.post-hero img {
    margin-top: 64px;
    aspect-ratio: 1040/464;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
@media print, screen and (min-width: 40em) {
    .single-post section.post-hero img {
        margin-top: 58px;
    }
}
.single-post .post-social-wrapper {
    margin-top: 24px;
}
.single-post .post-social-wrapper .social-links {
    display: -webkit-flex;
    display: flex;
    gap: 18px;
    -webkit-align-items: center;
            align-items: center;
}
.single-post .post-social-wrapper .social-links a {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
}
@media print, screen and (min-width: 40em) {
    .single-post .post-social-wrapper .social-links {
        -webkit-justify-content: center;
                justify-content: center;
    }
}
@media print, screen and (min-width: 40em) {
    .single-post .post-social-wrapper.vertical {
        margin-top: 0;
    }
    .single-post .post-social-wrapper.vertical .social-links {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
}
.single-post article {
    margin-top: 64px;
}
@media print, screen and (min-width: 64em) {
    .single-post article {
        margin-top: 90px;
    }
}
.single-post article .inner-article {
    display: -ms-grid;
    display: grid;
    gap: 20px 12px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
@media print, screen and (min-width: 40em) {
    .single-post article .inner-article {
        -ms-grid-columns: 12.5% minmax(0, 1fr) 12.5%;
        grid-template-columns: 12.5% minmax(0, 1fr) 12.5%;
    }
}
.single-post article .inner-article > *:first-child {
    margin-top: 0;
}
.single-post article .inner-article > * {
    grid-column: 2/-2;
}
.single-post article .inner-article .callout {
    background: #F8F8F8;
    padding: 10px;
    border-left: 2px solid #FF445E;
    color: #161718;
}
.single-post article .inner-article.copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #161718 !important;
}
.single-post article .inner-article.copy p {
    margin-bottom: 0;
    color: #161718 !important;
}
@media print, screen and (min-width: 40em) {
    .single-post article .inner-article.copy {
        font-size: 18px;
        line-height: 28px;
    }
}
.single-post article .inner-article p:has(> img),
.single-post article .inner-article .video-wrapper,
.single-post article .inner-article > figure {
    grid-column: 1/-1;
}
.single-post article .inner-article .video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 32px;
}
.single-post article .inner-article .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.single-post article .inner-article figure figcaption {
    font-size: 18px;
    line-height: 1.2;
}
.single-post article .inner-article img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    margin: 0;
    margin-top: 12px;
}
.single-post article .inner-article p + ol,
.single-post article .inner-article p + ul {
    margin-top: 24px;
}
.single-post article .inner-article ol,
.single-post article .inner-article ul {
    margin-left: 2.5rem;
}
.single-post article .inner-article ol li,
.single-post article .inner-article ul li {
    margin-bottom: 24px;
}
.single-post article .inner-article li > ul,
.single-post article .inner-article li > ol {
    margin-left: 1.25rem;
    margin-top: 20px;
}
.single-post article .inner-article li > ul,
.single-post article .inner-article li > ol {
    margin-top: 20px;
}
.single-post article .inner-article iframe {
    border-radius: 8px;
}
.single-post article .inner-article blockquote {
    border-left: none;
    padding: 0;
    margin-top: 32px;
    position: relative;
}
.single-post article .inner-article blockquote:before {
    content: "";
    display: block;
    height: 100%;
    width: 7px;
    background: #FF445E;
    position: absolute;
    top: 0;
    left: -32px;
}
.single-post article .inner-article blockquote p {
    color: #161718 !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.single-post section.related-articles {
    margin-top: 120px;
}
@media print, screen and (min-width: 64em) {
    .single-post section.related-articles {
        margin-top: 220px;
    }
}
.single-post section.related-articles h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 15px;
}
.single-post section.related-articles .articles-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 64px;
}
@media print, screen and (min-width: 40em) {
    .single-post section.related-articles .articles-wrapper {
        gap: 32px;
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.single-post section.related-articles .card.article {
    color: #161718;
    text-decoration: none;
}
.single-post section.related-articles .card.article img {
    margin-bottom: 14px;
    border-radius: 8px;
    aspect-ratio: 504/327;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-post section.related-articles .card.article .category {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.single-post section.related-articles .card.article h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
}
.single-post section.related-articles .card.article .author,
.single-post section.related-articles .card.article .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.single-post section.related-articles .card.article .author .grey,
.single-post section.related-articles .card.article .date .grey {
    color: #8a8a8a;
}
.single-post section.related-articles .card.article:hover, .single-post section.related-articles .card.article:focus-visible {
    text-decoration: none;
}
.single-post section.related-articles .card.article:hover h3, .single-post section.related-articles .card.article:focus-visible h3 {
    text-decoration: underline;
}

section.pure-wysiwyg {
    margin-top: 120px;
}
@media print, screen and (min-width: 40em) {
    section.pure-wysiwyg {
        margin-top: 220px;
    }
}
section.pure-wysiwyg h2,
section.pure-wysiwyg h3,
section.pure-wysiwyg h4,
section.pure-wysiwyg h5,
section.pure-wysiwyg h6 {
    margin-top: 32px;
    margin-bottom: 24px;
}
section.pure-wysiwyg img {
    margin-top: 24px;
    margin-bottom: 24px;
}
section.pure-wysiwyg p + ol,
section.pure-wysiwyg p + ul {
    margin-top: 24px;
}
section.pure-wysiwyg ol,
section.pure-wysiwyg ul {
    margin-left: 2.5rem;
}
section.pure-wysiwyg ol li,
section.pure-wysiwyg ul li {
    margin-bottom: 24px;
}
section.pure-wysiwyg li > ul,
section.pure-wysiwyg li > ol {
    margin-left: 1.25rem;
    margin-top: 20px;
}
section.pure-wysiwyg iframe {
    border-radius: 8px;
}

section.hero-homepage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #004A69;
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage {
        padding-top: 260px;
        padding-bottom: 234px;
        height: 100vh;
        max-height: 979px;
    }
}
section.hero-homepage .image-full {
    position: absolute;
    top: -15%;
    left: 55%;
}
@media screen and (max-width: 63.9375em) {
    section.hero-homepage .image-full {
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage .image-full {
        height: calc(100% + 250px);
    }
}
section.hero-homepage h1, section.hero-homepage .copy * {
    color: #ffffff;
}
section.hero-homepage .subheading span, section.hero-homepage .feature-card-carousel .heading .copy p span, .feature-card-carousel .heading .copy section.hero-homepage p span {
    color: rgba(230, 231, 232, 0.7);
}
section.hero-homepage .copy {
    margin-bottom: 36px;
}
@media print, screen and (min-width: 40em) {
    section.hero-homepage .image-column {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}
@media screen and (max-width: 39.9375em) {
    section.hero-homepage .image-column {
        margin-top: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    section.hero-homepage .image-column {
        display: none;
    }
}

section.hero-location {
    background: rgba(0, 74, 105, 0.05);
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    section.hero-location {
        padding-top: 260px;
        padding-bottom: 234px;
        height: 100vh;
        max-height: 979px;
    }
}
section.hero-location .image-full {
    position: absolute;
    top: -15%;
    left: 55%;
}
@media screen and (max-width: 63.9375em) {
    section.hero-location .image-full {
        display: none;
    }
}
section.hero-location h1, section.hero-location .copy * {
    color: #161718;
}
section.hero-location .subheading, section.hero-location .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy section.hero-location p {
    color: #CDDC29;
}
section.hero-location .subheading span, section.hero-location .feature-card-carousel .heading .copy p span, .feature-card-carousel .heading .copy section.hero-location p span {
    color: #4D4D4F;
}
section.hero-location .copy {
    margin-bottom: 36px;
}
@media screen and (max-width: 63.9375em) {
    section.hero-location .image-column {
        display: none;
    }
}
@media screen and (max-width: 39.9375em) {
    section.hero-location .image-column {
        margin-top: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    section.hero-location .image-column {
        display: none;
    }
}

.logo-showcase {
    padding-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .logo-showcase {
        padding-top: 128px;
    }
}
.logo-showcase .heading h2 {
    color: #004A69;
    margin-bottom: 20px;
}
.logo-showcase .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 39px;
}
@media screen and (max-width: 39.9375em) {
    .logo-showcase .wrapper {
        gap: 20px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        text-align: center;
    }
}
.logo-showcase .wrapper .logos {
    width: 100%;
    overflow: hidden;
}
@media print, screen and (min-width: 64em) {
    .logo-showcase .wrapper .logos {
        overflow: visible;
        -webkit-clip-path: inset(0 -30vw 0 0);
                clip-path: inset(0 -30vw 0 0);
    }
}
.logo-showcase .wrapper .logos .swiper-wrapper {
    -webkit-align-items: center;
            align-items: center;
    transition-timing-function: linear;
}
.logo-showcase .wrapper .logos .swiper-slide {
    height: auto;
}
.logo-showcase .wrapper .logos .logo-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
.logo-showcase .wrapper .logos .logo-item img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.blog-grid + .logo-showcase {
    padding-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .blog-grid + .logo-showcase {
        padding-bottom: 128px;
    }
}

.intro-banner {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .intro-banner {
        padding-top: 203px;
        padding-bottom: 128px;
    }
}
.intro-banner h2 {
    color: #004A69;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
    .intro-banner h2 {
        margin-bottom: 32px;
    }
}
.intro-banner > .row {
    position: relative;
}
.intro-banner > .row .icon {
    position: absolute;
    top: 50%;
    right: calc(100% - 170px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: slow-rotate 60s linear infinite;
            animation: slow-rotate 60s linear infinite;
}
@media screen and (max-width: 63.9375em) {
    .intro-banner > .row .icon {
        opacity: 0.15;
    }
}

.tabbed-feature-grid {
    padding-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid {
        padding-top: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid {
        padding-top: 96px;
    }
}
.tabbed-feature-grid > .row {
    border-radius: 16px;
    background: #004A69;
    padding: 48px 24px;
    color: #ffffff;
    position: relative;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row {
        border-radius: 20px;
        padding: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row {
        border-radius: 24px;
        padding: 69px 96px;
    }
}
.tabbed-feature-grid > .row .bg-swirl {
    position: absolute;
    top: 46px;
    right: -153px;
}
@media screen and (max-width: 63.9375em) {
    .tabbed-feature-grid > .row .bg-swirl {
        display: none;
    }
}
.tabbed-feature-grid > .row .heading-wrapper {
    text-align: center;
}
.tabbed-feature-grid > .row .heading-wrapper h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .heading-wrapper h2 {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .heading-wrapper h2 {
        margin-bottom: 30px;
    }
}
.tabbed-feature-grid > .row .heading-wrapper .content {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .heading-wrapper .content {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .heading-wrapper .content {
        margin-bottom: 30px;
    }
}
.tabbed-feature-grid > .row .heading-wrapper .content P {
    margin-bottom: 0;
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper {
    -webkit-justify-content: center;
            justify-content: center;
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link {
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link {
        font-size: 15px;
        line-height: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link {
        font-size: 16px;
        line-height: 16px;
    }
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link svg {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:hover, .tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:focus-visible {
    color: #CDDC29;
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:hover svg, .tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:focus-visible svg {
    -webkit-transform: translateX(5px) scale(1.1);
            transform: translateX(5px) scale(1.1);
}
.tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:hover svg path, .tabbed-feature-grid > .row .heading-wrapper .cta-wrapper .text-link:focus-visible svg path {
    stroke: #CDDC29;
}
.tabbed-feature-grid > .row .tabs-heading {
    margin: 32px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-heading {
        margin: 40px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-heading {
        margin: 57px 0;
    }
}
.tabbed-feature-grid > .row .tabs-heading .tabs {
    padding: 6px;
    padding-right: 0;
    background-color: transparent;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    border: none;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-heading .tabs {
        border-radius: 9999px;
        border: 1px solid #ffffff;
        padding: 7px;
        gap: 6px;
        width: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-heading .tabs {
        padding: 8px;
        gap: 8px;
    }
}
.tabbed-feature-grid > .row .tabs-heading .tabs:after {
    display: none;
}
.tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title {
        width: auto;
    }
}
.tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a {
    padding: 12px 16px;
    border-radius: 9999px;
    background: #185B78;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a {
        padding: 13px 28px;
        font-size: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a {
        padding: 15px 40px;
        font-size: 16px;
    }
}
.tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a:hover, .tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title a:focus-visible {
    background-color: #CDDC29;
    color: #161718;
}
.tabbed-feature-grid > .row .tabs-heading .tabs .tabs-title.is-active a {
    background-color: #CDDC29;
    color: #161718;
}
.tabbed-feature-grid > .row .tabs-content-wrapper {
    padding: 0;
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content {
    background-color: transparent;
    border: none;
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel {
    padding: 0;
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper {
        row-gap: 30px;
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper {
        gap: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper {
        gap: 16px;
    }
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .number {
    color: #CDDC29;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .number {
        font-size: 22px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .number {
        font-size: 24px;
        line-height: 28px;
    }
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    -webkit-align-items: center;
            align-items: center;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title {
        font-size: 20px;
        line-height: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title {
        font-size: 24px;
        line-height: 28px;
    }
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title:hover, .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .title:focus-visible {
    color: #00BACD;
}
.tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .copy {
    color: #E6E7E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}
@media print, screen and (min-width: 40em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .copy {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.15px;
    }
}
@media print, screen and (min-width: 64em) {
    .tabbed-feature-grid > .row .tabs-content-wrapper .tabs-content .tabs-panel .grid-wrapper .wrapper .copy {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.16px;
    }
}

.calculator {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .calculator {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}
.calculator h2 {
    color: #004A69;
    font-size: clamp(28px, 5vw, 48px);
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .calculator h2 {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator h2 {
        margin-bottom: 0;
    }
}
.calculator .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .calculator .heading {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .heading {
        margin-bottom: 64px;
    }
}
.calculator .calculator-form {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-form {
        margin-bottom: 0;
        padding-right: 50px;
    }
}
.calculator .calculator-form .gf-hidden {
    opacity: 0 !important;
    height: 0 !important;
}
.calculator .calculator-form .gform_fields {
    row-gap: 20px !important;
}
.calculator .calculator-form .gform_fields input, .calculator .calculator-form .gform_fields select {
    padding: 9px 16px;
    height: 65px;
    border-radius: 10px;
    border: 0.75px solid #AFAFAF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #767676;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 150% !important;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form .gform_fields input, .calculator .calculator-form .gform_fields select {
        font-size: 18px;
    }
}
.calculator .calculator-form .gform_fields .gfield_label {
    color: #4D4D4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form .gform_fields .gfield_label {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 39.9375em) {
    .calculator .calculator-form .gform_fields #field_22_14 {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.calculator .calculator-form .gform_fields #field_22_14 p {
    margin-bottom: 0;
}
.calculator .calculator-form .gform_fields #field_22_14 p.disclaimer {
    color: #4D4D4F;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.12px;
}
.calculator .calculator-form .gform_fields #field_22_15 .button-heading {
    color: #161718;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-form .gform_fields #field_22_3 {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-form .gform_fields #field_22_3 .ginput_container {
        max-width: 140px;
    }
}
.calculator .calculator-form .gform_fields #field_22_3 .gfield_description {
    display: none;
}
.calculator .calculator-form .calculator-slider-wrapper {
    margin-top: 16px;
}
.calculator .calculator-form .calculator-slider-wrapper .slider-container {
    position: relative;
    padding-bottom: 24px;
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px !important;
    padding: 0 !important;
    border-radius: 4px;
    background: #f4f4f4;
    outline: none;
    position: relative;
    border: none;
    cursor: pointer;
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-webkit-slider-thumb {
        width: 24px;
        height: 24px;
    }
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #E6E7E8;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-moz-range-thumb {
        width: 24px;
        height: 24px;
    }
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-moz-range-thumb:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: #F5E6E8;
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider:focus {
    outline: none;
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider:focus::-webkit-slider-thumb {
    border-color: #004A69;
}
.calculator .calculator-form .calculator-slider-wrapper .calculator-range-slider:focus::-moz-range-thumb {
    border-color: #004A69;
}
.calculator .calculator-form .calculator-slider-wrapper .slider-labels {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: #4D4D4F;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-form .calculator-slider-wrapper .slider-labels {
        font-size: 14px;
    }
}
.calculator .calculator-form .calculator-slider-wrapper .slider-labels .slider-min,
.calculator .calculator-form .calculator-slider-wrapper .slider-labels .slider-max {
    font-weight: 400;
}
.calculator .calculator-form .gform_button {
    background-color: #CDDC29 !important;
    border-radius: 9999px !important;
    padding: 15px 40px !important;
    color: #161718 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.calculator .calculator-form .gform_button:hover, .calculator .calculator-form .gform_button:focus-visible {
    background-color: rgb(167.8313253012, 180.4819277108, 29.5180722892) !important;
    cursor: pointer;
    color: #ffffff !important;
}
.calculator .calculator-savings {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-savings {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-savings {
        margin-bottom: 0;
    }
}
.calculator .calculator-savings .savings-reveal {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    padding: 40px 20px;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-savings .savings-reveal {
        min-height: 250px;
        padding: 60px 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-savings .savings-reveal {
        min-height: 300px;
        padding: 0;
    }
}
.calculator .calculator-savings .savings-reveal img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 200px;
    height: auto;
    opacity: 0;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-savings .savings-reveal img {
        opacity: 1;
        -webkit-animation: slow-rotate 30s linear infinite;
                animation: slow-rotate 30s linear infinite;
        max-width: 250px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .calculator-savings .savings-reveal img {
        max-width: 100%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.calculator .calculator-savings .savings-reveal .wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.calculator .calculator-savings .savings-reveal .wrapper .heading {
    color: #004A69;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-savings .savings-reveal .wrapper .heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
}
.calculator .calculator-savings .savings-reveal .wrapper .amount {
    color: #000;
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    word-break: break-word;
}
@media print, screen and (min-width: 40em) {
    .calculator .calculator-savings .savings-reveal .wrapper .amount {
        line-height: 52px;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .content-accordion {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}
@media print, screen and (min-width: 64em) {
    .calculator .content-accordion .wrapper {
        width: 100%;
    }
}
.calculator .content-accordion h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .calculator .content-accordion h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}
.calculator .content-accordion .accordion-wrapper {
    margin-top: 0;
}
@media print, screen and (min-width: 40em) {
    .calculator .content-accordion .accordion-wrapper {
        margin-top: 0;
    }
}
.calculator .content-accordion .accordion-wrapper .accordion {
    border: none;
    background-color: transparent;
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item {
    border-top: 1px solid #E6E6E6;
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item:first-child {
    border-top: none;
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-title {
    border: none;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
    line-height: clamp(22px, 4.5vw, 28px);
    position: relative;
    padding: 16px 0;
    padding-right: 50px;
    background-color: transparent !important;
    color: #4D4D4F;
}
@media print, screen and (min-width: 40em) {
    .calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-title {
        padding: 19px 0;
        padding-right: 60px;
    }
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-title::before {
    display: none;
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15.9565 19.9458L23.9349 27.9241L31.9132 19.9458' stroke='%234D4D4F' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    transition: background-image 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-title::after {
        width: 48px;
        height: 48px;
        background-size: 48px 48px;
    }
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    color: #3CA0A7;
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item.is-active .accordion-title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M31.9134 27.9243L23.9351 19.946L15.9568 27.9243' stroke='%233CA0A7' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-content {
    border: none;
    background-color: transparent;
    color: #4D4D4F;
    font-size: clamp(14px, 3.5vw, 18px);
    font-weight: 400;
    line-height: clamp(20px, 5vw, 28px);
    letter-spacing: -0.16px;
    padding: 0;
    padding-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .calculator .content-accordion .accordion-wrapper .accordion .accordion-item .accordion-content {
        padding-bottom: 0;
    }
}

.feature-card-carousel {
    padding: 32px 0;
    background: rgba(0, 74, 105, 0.05);
}
@media print, screen and (min-width: 64em) {
    .feature-card-carousel {
        padding: 128px 0;
    }
}
.feature-card-carousel > .row > .column:last-child, .feature-card-carousel > .row > .columns:last-child {
    overflow: visible;
}
.feature-card-carousel .heading h2 {
    margin-bottom: 32px;
    color: #004A69;
}
.feature-card-carousel .heading .copy p {
    color: #161718;
    margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
    .feature-card-carousel .cta {
        margin-top: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-card-carousel .cta {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.feature-card-carousel .cta A {
    margin-bottom: 0;
}
.feature-card-carousel .feature-card-carousel-swiper {
    margin-top: 64px;
    position: relative;
    overflow: visible;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    transition-timing-function: cubic-bezier(0.4, 0.01, 0.165, 0.99);
    will-change: transform;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide {
    height: auto;
    display: -webkit-flex;
    display: flex;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide:nth-child(even) .card .card-inner {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card {
    aspect-ratio: 389/534;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 14px 21.6px -12px rgba(0, 0, 0, 0.15);
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card:hover, .feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card:focus-visible {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 0 24px 40px -12px rgba(0, 0, 0, 0.22);
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card .card-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card .card-inner .content {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card .card-inner .content h3 {
    color: #4D4D4F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    margin-bottom: 12px;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card .card-inner .content .copy p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.16px;
    margin-bottom: 0;
}
.feature-card-carousel .feature-card-carousel-swiper .swiper-wrapper .swiper-slide .card .card-inner .image {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-list {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .icon-list {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .icon-list {
        padding: 128px 0;
    }
}
.icon-list .heading {
    margin-bottom: 40px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .icon-list .heading {
        margin-bottom: 56px;
    }
}
@media print, screen and (min-width: 64em) {
    .icon-list .heading {
        margin-bottom: 77px;
        text-align: left;
    }
}
.icon-list .heading h2 {
    color: #004A69;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .icon-list .heading h2 {
        margin-bottom: 24px;
    }
}
.icon-list .heading .subheading, .icon-list .feature-card-carousel .heading .copy p, .feature-card-carousel .icon-list .heading .copy p {
    color: #4D4D4F;
}
.icon-list .image {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .icon-list .image {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .icon-list .image {
        margin-bottom: 0;
    }
}
.icon-list .image .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.icon-list .image .image-wrapper:before {
    content: "";
    background-color: #00BACD;
    height: 85%;
    width: 85%;
    position: absolute;
    bottom: -8px;
    right: -7px;
    border-radius: 0 0 20px 0;
    z-index: 0;
}
@media print, screen and (min-width: 40em) {
    .icon-list .image .image-wrapper:before {
        height: 88%;
        width: 88%;
        bottom: -9px;
        right: -8px;
        border-radius: 0 0 24px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .icon-list .image .image-wrapper:before {
        height: 90%;
        width: 90%;
        bottom: -11px;
        right: -9px;
        border-radius: 0 0 28px 0;
    }
}
.icon-list .image .image-wrapper img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .icon-list .image .image-wrapper img {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .icon-list .image .image-wrapper img {
        border-radius: 24px;
    }
}
.icon-list .icon-list-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.icon-list .icon-list-column .icon-list-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    gap: 48px;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item {
    text-decoration: none;
    color: inherit;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item img {
    margin-bottom: 14px;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item h3 {
    margin-bottom: 14px;
    color: #4D4D4F;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item .copy {
    margin-bottom: 14px;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item .copy p {
    color: #161718;
    margin-bottom: 0;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item .learnmore {
    color: #3CA0A7;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 0;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item .learnmore svg {
    width: 6px;
    height: 10px;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item .learnmore svg path {
    transition: stroke 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item:hover h3, .icon-list .icon-list-column .icon-list-wrapper .icon-item:focus-visible h3 {
    color: #3CA0A7;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item:hover .copy p, .icon-list .icon-list-column .icon-list-wrapper .icon-item:focus-visible .copy p {
    color: #3CA0A7;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item:hover .learnmore, .icon-list .icon-list-column .icon-list-wrapper .icon-item:focus-visible .learnmore {
    color: #CDDC29;
}
.icon-list .icon-list-column .icon-list-wrapper .icon-item:hover .learnmore svg path, .icon-list .icon-list-column .icon-list-wrapper .icon-item:focus-visible .learnmore svg path {
    stroke: #CDDC29;
}

.social-proof-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #004A69;
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}
.social-proof-banner .heading h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .heading h2 {
        margin-bottom: 56px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .heading h2 {
        margin-bottom: 96px;
    }
}
.social-proof-banner .stats {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .stats {
        -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;
    }
}
.social-proof-banner .stats .stat {
    text-align: center;
}
.social-proof-banner .stats .stat img {
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .stats .stat img {
        margin-bottom: 20px;
        width: 44px;
        height: 44px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .stats .stat img {
        margin-bottom: 26px;
        width: auto;
        height: auto;
    }
}
.social-proof-banner .stats .stat .number {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .stats .stat .number {
        font-size: 64px;
        line-height: 60px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .stats .stat .number {
        font-size: 82px;
        line-height: 64px;
    }
}
.social-proof-banner .stats .stat .text {
    color: #E6E7E8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .stats .stat .text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.16px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .stats .stat .text {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.2px;
    }
}
.social-proof-banner .cta {
    margin-top: 40px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .cta {
        margin-top: 56px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .cta {
        margin-top: 96px;
    }
}
.social-proof-banner .cta .banner-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}
@media print, screen and (min-width: 40em) {
    .social-proof-banner .cta .banner-text {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.16px;
    }
}
@media print, screen and (min-width: 64em) {
    .social-proof-banner .cta .banner-text {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.2px;
    }
}

.testimonial {
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .testimonial {
        padding: 128px 0;
    }
}
.testimonial {
    position: relative;
}
.testimonial .testimonial-icon {
    position: absolute;
    top: -66px;
    left: 50%;
    -webkit-animation: slow-rotate-2 60s linear infinite;
            animation: slow-rotate-2 60s linear infinite;
}
.testimonial .testimonial-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.testimonial .testimonial-swiper .swiper-wrapper {
    margin-bottom: 40px;
}
.testimonial .testimonial-swiper .swiper-slide {
    width: 100%;
    opacity: 0 !important;
    transition: opacity 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.testimonial .testimonial-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.testimonial .testimonial-swiper .testimonial-item {
    text-align: center;
}
.testimonial .testimonial-swiper .testimonial-item h2 {
    color: #004A69;
    text-align: center;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    line-height: clamp(36px, 6vw, 52px);
    margin-bottom: 31px;
}
.testimonial .testimonial-swiper .testimonial-item h2 span {
    color: #00BACD;
}
.testimonial .testimonial-swiper .testimonial-item .name, .testimonial .testimonial-swiper .testimonial-item .title {
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}
.testimonial .testimonial-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 10px;
    margin-top: 32px;
}
.testimonial .testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    border-radius: 99px;
    background-color: #E6E7E8;
    opacity: 1;
    margin: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), width 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.testimonial .testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3CA0A7;
    width: 40px;
}

.content-card-feed + .testimonial {
    border-radius: 0;
    margin-top: 0;
}

.image-content-block + .testimonial .testimonial-icon {
    display: none;
}

.text-overlay-banner {
    padding: 32px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .text-overlay-banner {
        padding: 136px 0;
    }
}
.text-overlay-banner h2 {
    color: #ffffff;
    margin-bottom: 42px;
}
.text-overlay-banner h2 span {
    color: #CDDC29;
}
.text-overlay-banner .subheading, .text-overlay-banner .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .text-overlay-banner p {
    color: #ffffff;
    margin-bottom: 42px;
}
.text-overlay-banner .subheading p, .text-overlay-banner .feature-card-carousel .heading .copy p p, .feature-card-carousel .heading .copy .text-overlay-banner p p {
    margin-bottom: 0;
    color: #ffffff;
}

.multi-link-feature-cards {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards {
        padding: 128px 0;
    }
}
.multi-link-feature-cards {
    overflow: hidden;
    position: relative;
}
.multi-link-feature-cards .corner-svg {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
}
.multi-link-feature-cards .heading h2 {
    color: #004A69;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .heading h2 {
        margin-bottom: 20px;
    }
}
.multi-link-feature-cards .heading .subheading, .multi-link-feature-cards .feature-card-carousel .heading .copy p, .feature-card-carousel .multi-link-feature-cards .heading .copy p {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .heading .subheading, .multi-link-feature-cards .feature-card-carousel .heading .copy p, .feature-card-carousel .multi-link-feature-cards .heading .copy p {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .heading .subheading, .multi-link-feature-cards .feature-card-carousel .heading .copy p, .feature-card-carousel .multi-link-feature-cards .heading .copy p {
        margin-bottom: 42px;
    }
}
.multi-link-feature-cards .heading .subheading p, .multi-link-feature-cards .feature-card-carousel .heading .copy p p, .feature-card-carousel .multi-link-feature-cards .heading .copy p p {
    margin-bottom: 0;
    color: #4D4D4F;
}
.multi-link-feature-cards .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards {
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards {
        -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));
        gap: 20px;
    }
}
.multi-link-feature-cards .cards .card {
    padding: 12px;
    padding-bottom: 24px;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card {
        border-radius: 24px;
    }
}
.multi-link-feature-cards .cards .card {
    border: 1px solid #E6E7E8;
    background: #ffffff;
}
.multi-link-feature-cards .cards .card img {
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card img {
        border-radius: 13px;
        margin-bottom: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card img {
        border-radius: 14px;
        margin-bottom: 24px;
    }
}
.multi-link-feature-cards .cards .card .content {
    padding: 0 4px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card .content {
        padding: 0 5px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card .content {
        padding: 0 6px;
    }
}
.multi-link-feature-cards .cards .card .content h3 {
    color: #4D4D4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card .content h3 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 11px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card .content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
.multi-link-feature-cards .cards .card .content h3 .copy {
    color: #4D4D4F;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.13px;
    margin-bottom: 14px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card .content h3 .copy {
        font-size: 13.5px;
        line-height: 23px;
        letter-spacing: -0.135px;
        margin-bottom: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card .content h3 .copy {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.14px;
        margin-bottom: 16px;
    }
}
.multi-link-feature-cards .cards .card .content h3 .copy p {
    margin-bottom: 0;
}
.multi-link-feature-cards .cards .card .content .links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card .content .links {
        gap: 11px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card .content .links {
        gap: 12px;
    }
}
.multi-link-feature-cards .cards .card .content .links li {
    width: 100%;
}
.multi-link-feature-cards .cards .card .content .links li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #3CA0A7;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cards .card .content .links li a {
        font-size: 15px;
        line-height: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cards .card .content .links li a {
        font-size: 16px;
        line-height: 16px;
    }
}
.multi-link-feature-cards .cards .card .content .links li a svg {
    margin-left: 0px;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.multi-link-feature-cards .cards .card .content .links li a:hover {
    color: #00BACD;
}
.multi-link-feature-cards .cards .card .content .links li a:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.multi-link-feature-cards .cta {
    margin-top: 40px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .multi-link-feature-cards .cta {
        margin-top: 52px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards .cta {
        margin-top: 64px;
    }
}
.multi-link-feature-cards.location-on .heading, .multi-link-feature-cards.location-on .subheading p, .multi-link-feature-cards.location-on .feature-card-carousel .heading .copy p p, .feature-card-carousel .heading .copy .multi-link-feature-cards.location-on p p {
    text-align: center;
    margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
    .multi-link-feature-cards.location-on .cards {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.form + .multi-link-feature-cards,
.multi-link-feature-cards + .content-card-feed {
    padding-top: 0;
}

@media print, screen and (min-width: 64em) {
    .page-id-5312 .multi-link-feature-cards .heading {
        text-align: center;
        margin: 0 auto;
    }
    .page-id-5312 .multi-link-feature-cards .cards {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.hero-overlay {
    padding-top: 150px;
    padding-bottom: 38px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .hero-overlay {
        padding: 186px 0;
    }
}
.hero-overlay {
    position: relative;
}
.hero-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #004A69 0%, #004A69 5%, rgba(0, 74, 105, 0.8) 40%, rgba(0, 74, 105, 0.4) 70%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
    .hero-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #004A69;
        opacity: 0.75;
        z-index: 1;
    }
}
.hero-overlay > .row {
    position: relative;
    z-index: 1;
}
.hero-overlay .subheading, .hero-overlay .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .hero-overlay p {
    color: #CDDC29;
    margin-bottom: 24px;
}
.hero-overlay #breadcrumbs {
    color: #CDDC29;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    letter-spacing: -0.2px;
    margin-bottom: 24px;
}
.hero-overlay h1 {
    color: #ffffff;
    margin-bottom: 24px;
}
.hero-overlay .copy {
    color: #ffffff;
    margin-bottom: 24px;
}
.hero-overlay .copy p:last-of-type {
    margin-bottom: 0;
}

.hero-blog {
    padding-top: 150px;
    padding-bottom: 38px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .hero-blog {
        padding: 186px 0;
    }
}
.hero-blog {
    position: relative;
}
@media screen and (max-width: 63.9375em) {
    .hero-blog:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #004A69;
        opacity: 0.75;
        z-index: 1;
    }
}
.hero-blog > .row {
    position: relative;
    z-index: 1;
}
.hero-blog .subheading, .hero-blog .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .hero-blog p {
    color: #CDDC29;
    margin-bottom: 24px;
}
.hero-blog .subheading span, .hero-blog .feature-card-carousel .heading .copy p span, .feature-card-carousel .heading .copy .hero-blog p span {
    color: rgba(230, 231, 232, 0.7);
}
.hero-blog #breadcrumbs {
    color: #CDDC29;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    letter-spacing: -0.2px;
    margin-bottom: 24px;
}
.hero-blog h1 {
    color: #ffffff;
    margin-bottom: 24px;
}
.hero-blog .copy {
    color: #ffffff;
    margin-bottom: 24px;
}
.hero-blog .copy p:last-of-type {
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .hero-blog .content-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
    }
}

.milestone-carousel {
    border-radius: 24px 24px 0 0;
    background: linear-gradient(180deg, #FFF 0%, #F2F6F7 100%);
    padding-top: 32px;
    padding-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel {
        border-radius: 36px 36px 0 0;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel {
        border-radius: 48px 48px 0 0;
        padding-top: 128px;
        padding-bottom: 168px;
    }
}
.milestone-carousel .heading {
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel .heading {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .heading {
        margin-bottom: 0;
    }
}
.milestone-carousel .heading h2 {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel .heading h2 {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .heading h2 {
        margin-bottom: 30px;
    }
}
.milestone-carousel .heading .copy {
    color: #4D4D4F;
    margin-bottom: 0;
}
.milestone-carousel .heading .copy p {
    color: #4D4D4F;
}
.milestone-carousel .heading .copy p:last-of-type {
    margin-bottom: 0;
}
.milestone-carousel .arrow-wrapper {
    margin-bottom: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel .arrow-wrapper {
        margin-bottom: 32px;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .arrow-wrapper {
        margin-bottom: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.milestone-carousel .arrow-wrapper .swiper-arrows {
    margin-top: 0;
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .arrow-wrapper .swiper-arrows {
        margin-top: 0;
    }
}
.milestone-carousel .milestone-carousel-swiper {
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel .milestone-carousel-swiper {
        margin-top: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .milestone-carousel-swiper {
        margin-top: 64px;
    }
}
.milestone-carousel .milestone-carousel-swiper .swiper-wrapper .milestone-item {
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 14px 21.6px -12px rgba(0, 0, 0, 0.15);
    aspect-ratio: 8/4;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
    .milestone-carousel .milestone-carousel-swiper .swiper-wrapper .milestone-item {
        padding: 26px;
        border-radius: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .milestone-carousel .milestone-carousel-swiper .swiper-wrapper .milestone-item {
        padding: 32px;
        border-radius: 24px;
    }
}
.milestone-carousel .milestone-carousel-swiper .swiper-wrapper .milestone-item h3 {
    color: #3CA0A7;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.milestone-carousel .milestone-carousel-swiper .swiper-wrapper .milestone-item .text {
    color: #4D4D4F;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.mission-statement-block {
    padding-top: 64px;
    background-size: 1600px 900px;
    background-position: 50% -5%;
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
    .mission-statement-block {
        padding-top: 128px;
    }
}
.mission-statement-block {
    position: relative;
}
.mission-statement-block .mission-statement-block-icon {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}
@media print, screen and (min-width: 40em) {
    .mission-statement-block .mission-statement-block-icon {
        position: absolute;
        top: -64px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation: slow-rotate-2 60s linear infinite;
                animation: slow-rotate-2 60s linear infinite;
    }
}
.mission-statement-block {
    text-align: center;
}
.mission-statement-block .subtext {
    color: #3CA0A7;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.26px;
    margin-bottom: 30px;
}
.mission-statement-block .text {
    color: #004A69;
    margin-bottom: 0;
    font-size: clamp(2.25rem, 5vw, 3.375rem);
    font-weight: 700;
    line-height: clamp(2.5rem, 5vw, 3.625rem);
    text-wrap: balance;
}
.mission-statement-block .copy {
    margin-top: 30px;
}
.mission-statement-block .cta-wrapper {
    margin-top: 30px;
    -webkit-justify-content: center;
            justify-content: center;
}

section.hero-overlay + .mission-statement-block .mission-statement-block-icon {
    display: none;
}
section.hero-overlay + .mission-statement-block {
    padding-bottom: 64px;
}
@media print, screen and (min-width: 64em) {
    section.hero-overlay + .mission-statement-block {
        padding-bottom: 128px;
    }
}

.mission-statement-block + .image-content-block {
    padding-bottom: 0;
}

.bordered-icon-columns {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .bordered-icon-columns {
        padding: 128px 0;
    }
}
.bordered-icon-columns .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .heading {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .bordered-icon-columns .heading {
        margin-bottom: 0;
    }
}
.bordered-icon-columns .heading h2 {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .heading h2 {
        margin-bottom: 20px;
    }
}
.bordered-icon-columns .heading .copy {
    margin-bottom: 0;
}
.bordered-icon-columns .heading .copy p {
    margin-bottom: 0;
}
.bordered-icon-columns .heading .copy p:last-of-type {
    margin-bottom: 0;
}
.bordered-icon-columns .columns-wrapper {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .columns-wrapper {
        margin-top: 48px;
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .bordered-icon-columns .columns-wrapper {
        margin-top: 64px;
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
    }
}
.bordered-icon-columns .columns-wrapper .column-item {
    padding: 0 12px 0 20px;
    border-left: 3px solid #00BACD;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .columns-wrapper .column-item {
        padding: 0 12px 0 28px;
    }
}
@media print, screen and (min-width: 64em) {
    .bordered-icon-columns .columns-wrapper .column-item {
        padding: 0 12px 0 32px;
    }
}
.bordered-icon-columns .columns-wrapper .column-item img {
    margin-bottom: 10px;
    width: auto;
    height: auto;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .columns-wrapper .column-item img {
        margin-bottom: 12px;
    }
}
.bordered-icon-columns .columns-wrapper .column-item h3 {
    margin-bottom: 10px;
    color: #004A69;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    .bordered-icon-columns .columns-wrapper .column-item h3 {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}
@media print, screen and (min-width: 64em) {
    .bordered-icon-columns .columns-wrapper .column-item h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
.bordered-icon-columns .columns-wrapper .column-item .subheading, .bordered-icon-columns .columns-wrapper .column-item .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .bordered-icon-columns .columns-wrapper .column-item p {
    margin-bottom: 0;
}
.bordered-icon-columns .columns-wrapper .column-item .subheading p, .bordered-icon-columns .columns-wrapper .column-item .feature-card-carousel .heading .copy p p, .feature-card-carousel .heading .copy .bordered-icon-columns .columns-wrapper .column-item p p {
    color: #4D4D4F;
}
.bordered-icon-columns .columns-wrapper .column-item .subheading p:last-of-type, .bordered-icon-columns .columns-wrapper .column-item .feature-card-carousel .heading .copy p p:last-of-type, .feature-card-carousel .heading .copy .bordered-icon-columns .columns-wrapper .column-item p p:last-of-type {
    margin-bottom: 0;
}

.mission-statement-block + .bordered-icon-columns {
    padding: 0;
}

.awards-banner {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .awards-banner {
        padding: 48px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .awards-banner {
        padding: 128px 0;
    }
}
.awards-banner > .row {
    border-radius: 16px;
    background: rgba(0, 74, 105, 0.05);
    text-align: center;
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 40em) {
    .awards-banner > .row {
        border-radius: 20px;
        padding: 40px 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .awards-banner > .row {
        border-radius: 24px;
        padding: 64px 0;
    }
}
.awards-banner > .row .bg-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    mix-blend-mode: multiply;
    opacity: 0.7;
    -webkit-animation: slow-rotate-3 60s linear infinite;
            animation: slow-rotate-3 60s linear infinite;
    z-index: 1;
}
@-webkit-keyframes slow-rotate-3 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes slow-rotate-3 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}
.awards-banner > .row .column, .awards-banner > .row .columns {
    position: relative;
    z-index: 2;
}
.awards-banner .heading {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .awards-banner .heading {
        margin-bottom: 20px;
    }
}
.awards-banner .heading h2 {
    color: #004A69;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
@media print, screen and (min-width: 40em) {
    .awards-banner .heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .awards-banner .heading h2 {
        font-size: 40px;
        line-height: 44px;
    }
}
.awards-banner .awards {
    margin-bottom: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    .awards-banner .awards {
        margin-bottom: 32px;
        gap: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .awards-banner .awards {
        margin-bottom: 40px;
        gap: 20px;
    }
}
.awards-banner .awards .award-item img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.awards-banner .cta {
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .awards-banner .cta {
        margin-top: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .awards-banner .cta {
        margin-top: 0;
    }
}

.bordered-icon-columns + .awards-banner {
    padding-top: 0;
}

.founder-spotlight {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight {
        padding: 0;
    }
}
.founder-spotlight > .row.expanded {
    padding: 16px;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight > .row.expanded {
        padding: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight > .row.expanded {
        padding: 32px;
    }
}
.founder-spotlight .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .image-wrapper img {
        aspect-ratio: 21/9;
    }
}
.founder-spotlight .founder {
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder {
        margin-top: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder {
        margin-top: -132px;
    }
}
.founder-spotlight .founder .column .inner, .founder-spotlight .founder .columns .inner {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 182px 181px 72px 0 rgba(6, 14, 55, 0), 116px 116px 66px 0 rgba(6, 14, 55, 0.01), 65px 65px 55px 0 rgba(6, 14, 55, 0.05), 29px 29px 41px 0 rgba(6, 14, 55, 0.09), 7px 7px 23px 0 rgba(6, 14, 55, 0.1);
    backdrop-filter: blur(10px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder .column .inner, .founder-spotlight .founder .columns .inner {
        padding: 36px;
        border-radius: 20px;
        gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner, .founder-spotlight .founder .columns .inner {
        padding: 48px;
        border-radius: 24px;
        -webkit-flex-direction: row;
                flex-direction: row;
        gap: 48px;
    }
}
.founder-spotlight .founder .column .inner .image, .founder-spotlight .founder .columns .inner .image {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder .column .inner .image, .founder-spotlight .founder .columns .inner .image {
        max-width: 240px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .image, .founder-spotlight .founder .columns .inner .image {
        max-width: none;
        width: auto;
        margin: 0;
    }
}
.founder-spotlight .founder .column .inner .image img, .founder-spotlight .founder .columns .inner .image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .image img, .founder-spotlight .founder .columns .inner .image img {
        border-radius: 16px;
    }
}
.founder-spotlight .founder .column .inner .content, .founder-spotlight .founder .columns .inner .content {
    text-align: center;
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .content, .founder-spotlight .founder .columns .inner .content {
        text-align: left;
    }
}
.founder-spotlight .founder .column .inner .content p.quote, .founder-spotlight .founder .columns .inner .content p.quote {
    color: #4D4D4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder .column .inner .content p.quote, .founder-spotlight .founder .columns .inner .content p.quote {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .content p.quote, .founder-spotlight .founder .columns .inner .content p.quote {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}
.founder-spotlight .founder .column .inner .content p.name, .founder-spotlight .founder .columns .inner .content p.name {
    color: #3CA0A7;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder .column .inner .content p.name, .founder-spotlight .founder .columns .inner .content p.name {
        font-size: 21px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .content p.name, .founder-spotlight .founder .columns .inner .content p.name {
        font-size: 24px;
        line-height: 28px;
    }
}
.founder-spotlight .founder .column .inner .content p.position, .founder-spotlight .founder .columns .inner .content p.position {
    color: #161718;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .founder-spotlight .founder .column .inner .content p.position, .founder-spotlight .founder .columns .inner .content p.position {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.15px;
    }
}
@media print, screen and (min-width: 64em) {
    .founder-spotlight .founder .column .inner .content p.position, .founder-spotlight .founder .columns .inner .content p.position {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.16px;
    }
}

.team-carousel {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .team-carousel {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel {
        padding: 128px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel .heading {
        margin-bottom: 64px;
    }
}
.team-carousel .heading h2 {
    color: #004A69;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
    .team-carousel .heading h2 {
        margin-bottom: 24px;
    }
}
.team-carousel .heading .copy {
    color: #4D4D4F;
    margin-bottom: 0;
}
.team-carousel .heading .copy p {
    color: #4D4D4F;
    margin-bottom: 0;
}
.team-carousel .heading .copy p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
    .team-carousel .arrow-wrapper {
        margin-bottom: 15px;
    }
    .team-carousel .arrow-wrapper .swiper-arrows {
        margin-top: 5px;
    }
}
.team-carousel .team-carousel-wrapper {
    position: relative;
    margin-bottom: 48px;
}
@media print, screen and (min-width: 40em) {
    .team-carousel .team-carousel-wrapper {
        margin-bottom: 56px;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel .team-carousel-wrapper {
        margin-bottom: 64px;
    }
}
.team-carousel .team-carousel-swiper {
    overflow: visible;
}
.team-carousel .team-carousel-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}
.team-carousel .team-carousel-swiper .team-member {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .team-carousel .team-carousel-swiper .team-member {
        -webkit-flex-direction: row;
                flex-direction: row;
        gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel .team-carousel-swiper .team-member {
        gap: 48px;
    }
}
.team-carousel .team-carousel-swiper .team-member .image-wrapper {
    position: relative;
    z-index: 1;
}
@media print, screen and (min-width: 64em) {
    .team-carousel .team-carousel-swiper .team-member .image-wrapper {
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
    }
}
.team-carousel .team-carousel-swiper .team-member .image-wrapper:before {
    content: "";
    background-color: #00BACD;
    height: 85%;
    width: 85%;
    position: absolute;
    bottom: -8px;
    right: -7px;
    border-radius: 0 0 20px 0;
    z-index: -1;
}
@media print, screen and (min-width: 64em) {
    .team-carousel .team-carousel-swiper .team-member .image-wrapper:before {
        height: 90%;
        width: 90%;
        bottom: -11px;
        right: -9px;
        border-radius: 0 0 28px 0;
    }
}
.team-carousel .team-carousel-swiper .team-member .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 63.9375em) {
    .team-carousel .team-carousel-swiper .team-member .image-wrapper img {
        max-width: 300px;
    }
}
.team-carousel .team-carousel-swiper .team-member .content-wrapper {
    -webkit-flex: 1;
            flex: 1;
}
.team-carousel .team-carousel-swiper .team-member .content-wrapper h3 {
    color: #3CA0A7;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 12px;
}
.team-carousel .team-carousel-swiper .team-member .content-wrapper .position {
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
}
.team-carousel .team-carousel-swiper .team-member .content-wrapper .copy {
    color: #161718;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}
.team-carousel .cta {
    text-align: center;
    margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .team-carousel .cta {
        margin-top: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel .cta {
        margin-top: 48px;
    }
}
.team-carousel .cta .banner-text {
    color: #4D4D4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
    .team-carousel .cta .banner-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 18px;
    }
}
@media print, screen and (min-width: 64em) {
    .team-carousel .cta .banner-text {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }
}

.case-study-hero-slider {
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .case-study-hero-slider {
        padding: 128px 0;
    }
}
.case-study-hero-slider .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .case-study-hero-slider .heading {
        margin-bottom: 64px;
    }
}
.case-study-hero-slider .heading .subheading p, .case-study-hero-slider .feature-card-carousel .heading .copy p p, .feature-card-carousel .case-study-hero-slider .heading .copy p p {
    color: #4D4D4F;
}
@media print, screen and (min-width: 64em) {
    .case-study-hero-slider .cta {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
        -webkit-align-items: flex-end;
                align-items: flex-end;
    }
}
.case-study-hero-slider .case-study-hero-slider-wrapper {
    position: relative;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 24px;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item {
    height: 100%;
    display: -webkit-flex;
    display: flex;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item .content-wrapper {
    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) {
    .case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item .content-wrapper .inner {
        padding: 0 32px;
    }
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item .content-wrapper h3 {
    color: #FFF;
    font-size: clamp(2rem, 4vw, 54px);
    font-weight: 700;
    line-height: clamp(2.25rem, 4vw, 58px);
    margin-bottom: 21px;
}
@media print, screen and (min-width: 40em) {
    .case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item .content-wrapper h3 {
        margin-bottom: 42px;
    }
}
.case-study-hero-slider .case-study-hero-slider-wrapper .case-study-hero-slider-swiper .swiper-wrapper .swiper-slide .slide-item .image-wrapper img {
    border-radius: 24px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .swiper-pagination {
    position: relative;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 10px;
    margin-top: 32px;
}
.case-study-hero-slider .case-study-hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    border-radius: 99px;
    background-color: #E6E7E8;
    opacity: 1;
    margin: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), width 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.case-study-hero-slider .case-study-hero-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3CA0A7;
    width: 40px;
}

.hero-blog + .case-study-hero-slider {
    background-color: #F2F6F7;
}

.service-highlight-row {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row {
        padding: 128px 0;
    }
}
.service-highlight-row .heading {
    margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .heading {
        margin-bottom: 56px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .heading {
        margin-bottom: 77px;
    }
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .heading h2 {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .heading h2 {
        margin-bottom: 24px;
    }
}
.service-highlight-row .heading .subheading, .service-highlight-row .feature-card-carousel .heading .copy p, .feature-card-carousel .service-highlight-row .heading .copy p, .service-highlight-row .heading .subheading p {
    margin-bottom: 0;
}
.service-highlight-row .image {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .image {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .image {
        margin-bottom: 0;
        padding: 0;
    }
}
.service-highlight-row .image .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.service-highlight-row .image .image-wrapper:before {
    content: "";
    background-color: #00BACD;
    height: 85%;
    width: 85%;
    position: absolute;
    bottom: -8px;
    right: -7px;
    border-radius: 0 0 20px 0;
    z-index: 0;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .image .image-wrapper:before {
        height: 88%;
        width: 88%;
        bottom: -9px;
        right: -8px;
        border-radius: 0 0 24px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .image .image-wrapper:before {
        height: 90%;
        width: 90%;
        bottom: -11px;
        right: -9px;
        border-radius: 0 0 28px 0;
    }
}
.service-highlight-row .image .image-wrapper img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .image .image-wrapper img {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .image .image-wrapper img {
        border-radius: 24px;
    }
}
.service-highlight-row .links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .links {
        -webkit-align-items: center;
                align-items: center;
    }
}
.service-highlight-row .links .links-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .links .links-wrapper {
        gap: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .links .links-wrapper {
        gap: 56px;
    }
}
.service-highlight-row .links .links-wrapper .link-item a {
    color: #4D4D4F;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .links .links-wrapper .link-item a {
        font-size: 25px;
        line-height: 33px;
        gap: 18px;
        margin-bottom: 13px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .links .links-wrapper .link-item a {
        font-size: 28px;
        line-height: 36px;
        gap: 20px;
        margin-bottom: 14px;
    }
}
.service-highlight-row .links .links-wrapper .link-item a svg {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.service-highlight-row .links .links-wrapper .link-item a svg path {
    transition: stroke 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.service-highlight-row .links .links-wrapper .link-item a:hover {
    color: #3CA0A7;
}
.service-highlight-row .links .links-wrapper .link-item a:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.service-highlight-row .links .links-wrapper .link-item a:hover svg path {
    stroke: #3CA0A7;
}
.service-highlight-row .links .links-wrapper .link-item p {
    margin-bottom: 0;
    color: #161718;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}
@media print, screen and (min-width: 40em) {
    .service-highlight-row .links .links-wrapper .link-item p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.18px;
    }
}
@media print, screen and (min-width: 64em) {
    .service-highlight-row .links .links-wrapper .link-item p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.2px;
    }
}

.content-card-feed {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .content-card-feed {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed {
        padding: 128px 0;
    }
}
.content-card-feed .heading-column h2 {
    color: #004A69;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .heading-column h2 {
        margin-bottom: 20px;
    }
}
.content-card-feed .heading-column .subheading, .content-card-feed .heading-column .feature-card-carousel .heading .copy p, .feature-card-carousel .heading .copy .content-card-feed .heading-column p {
    margin-bottom: 0;
}
.content-card-feed .heading-column .subheading p, .content-card-feed .heading-column .feature-card-carousel .heading .copy p p, .feature-card-carousel .heading .copy .content-card-feed .heading-column p p {
    margin-bottom: 0;
    color: #4D4D4F;
}
.content-card-feed .cta {
    margin-top: 15px;
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cta {
        margin-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.content-card-feed .cards {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards {
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        margin-top: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}
.content-card-feed .cards .card {
    display: block;
    padding: 12px;
    padding-bottom: 40px;
    border-radius: 24px;
    border: 1px solid #E6E7E8;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 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);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 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);
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card {
        padding-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card {
        padding-bottom: 40px;
    }
}
.content-card-feed .cards .card .image-wrapper {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .image-wrapper {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .image-wrapper {
        margin-bottom: 24px;
    }
}
.content-card-feed .cards .card .image-wrapper img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .image-wrapper img {
        border-radius: 13px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .image-wrapper img {
        border-radius: 14px;
    }
}
.content-card-feed .cards .card .content {
    padding: 0 16px;
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .content {
        padding: 0 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .content {
        padding: 0 32px;
    }
}
.content-card-feed .cards .card .content .sub {
    color: #3CA0A7;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .content .sub {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .content .sub {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}
.content-card-feed .cards .card .content h3 {
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .content h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
.content-card-feed .cards .card .content .read-more {
    color: #3CA0A7;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 4px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .content-card-feed .cards .card .content .read-more {
        font-size: 15px;
        line-height: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .content-card-feed .cards .card .content .read-more {
        font-size: 16px;
        line-height: 16px;
    }
}
.content-card-feed .cards .card .content .read-more svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.content-card-feed .cards .card .content .read-more svg path {
    transition: stroke 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.content-card-feed .cards .card:hover .image-wrapper img, .content-card-feed .cards .card:focus-visible .image-wrapper img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
}
.content-card-feed .cards .card:hover .content .sub, .content-card-feed .cards .card:focus-visible .content .sub {
    color: #3CA0A7;
}
.content-card-feed .cards .card:hover .content h3, .content-card-feed .cards .card:focus-visible .content h3 {
    color: #3CA0A7;
}
.content-card-feed .cards .card:hover .content .read-more, .content-card-feed .cards .card:focus-visible .content .read-more {
    color: #CDDC29;
}
.content-card-feed .cards .card:hover .content .read-more svg, .content-card-feed .cards .card:focus-visible .content .read-more svg {
    -webkit-transform: scale(0.6) translateX(4px);
            transform: scale(0.6) translateX(4px);
}
.content-card-feed .cards .card:hover .content .read-more svg path, .content-card-feed .cards .card:focus-visible .content .read-more svg path {
    stroke: #CDDC29;
}

.split-carousel-block + .content-card-feed,
.bordered-icon-columns + .content-card-feed,
.image-content-block + .content-card-feed {
    background: rgba(0, 74, 105, 0.05);
}

.form {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .form {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .form {
        padding: 128px 0;
    }
}
.form .heading {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .form .heading {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading {
        margin-bottom: 0;
    }
}
.form .heading h2 {
    margin-bottom: 16px;
    text-wrap: balance;
}
@media print, screen and (min-width: 40em) {
    .form .heading h2 {
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading h2 {
        margin-bottom: 32px;
    }
}
.form .heading .subheading, .form .feature-card-carousel .heading .copy p, .feature-card-carousel .form .heading .copy p {
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .subheading, .form .feature-card-carousel .heading .copy p, .feature-card-carousel .form .heading .copy p {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .subheading, .form .feature-card-carousel .heading .copy p, .feature-card-carousel .form .heading .copy p {
        margin-bottom: 64px;
    }
}
.form .heading .additional-content {
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .additional-content {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .additional-content {
        margin-bottom: 0;
    }
}
.form .heading .additional-content p {
    color: #3CA0A7;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .additional-content p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .additional-content p {
        font-size: 24px;
        line-height: 28px;
    }
}
.form .heading .additional-content ul li {
    color: #4D4D4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .additional-content ul li {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.18px;
        margin-bottom: 11px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .additional-content ul li {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.2px;
        margin-bottom: 12px;
    }
}
.form .heading .cta {
    margin-top: 32px;
    border-radius: 16px;
    background: #004A69;
    box-shadow: 182px 181px 72px 0 rgba(6, 14, 55, 0), 116px 116px 66px 0 rgba(6, 14, 55, 0.01), 65px 65px 55px 0 rgba(6, 14, 55, 0.05), 29px 29px 41px 0 rgba(6, 14, 55, 0.09), 7px 7px 23px 0 rgba(6, 14, 55, 0.1);
    backdrop-filter: blur(10px);
    display: inline-block;
    padding: 24px 20px;
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .form .heading .cta {
        margin-top: 40px;
        border-radius: 20px;
        padding: 32px 28px;
        width: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .cta {
        margin-top: 64px;
        border-radius: 24px;
        padding: 48px;
    }
}
.form .heading .cta p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .cta p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .cta p {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
.form .heading .cta span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 4px;
    color: #00BACD;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .cta span {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0.7px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .cta span {
        font-size: 28.8px;
        line-height: 28.8px;
        letter-spacing: 0.9px;
    }
}
.form .heading .cta span svg {
    width: 24px;
    height: 24px;
}
@media print, screen and (min-width: 40em) {
    .form .heading .cta span svg {
        width: 30px;
        height: 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .form .heading .cta span svg {
        width: 36px;
        height: 36px;
    }
}
.form > .row > .column:last-child, .form > .row > .columns:last-child {
    margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .form > .row > .column:last-child, .form > .row > .columns:last-child {
        margin-top: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .form > .row > .column:last-child, .form > .row > .columns:last-child {
        margin-top: 0;
    }
}

.workflow-card-row {
    margin-top: 0;
    background: linear-gradient(0deg, rgba(0, 74, 105, 0.05) 0%, rgba(0, 74, 105, 0.05) 100%), #FFF;
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row {
        padding: 128px 0;
    }
}
.workflow-card-row .heading {
    text-align: center;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .heading {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .heading {
        margin-bottom: 48px;
    }
}
.workflow-card-row .heading h2 {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .heading h2 {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .heading h2 {
        margin-bottom: 24px;
    }
}
.workflow-card-row .heading .copy {
    font-size: 16px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .heading .copy {
        font-size: 18px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .heading .copy {
        font-size: 20px;
    }
}
.workflow-card-row .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .cards {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards {
        -ms-grid-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px;
    }
}
.workflow-card-row .cards .card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 21.6px -12px rgba(0, 0, 0, 0.15);
    padding: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .cards .card {
        border-radius: 20px;
        padding: 28px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards .card {
        border-radius: 24px;
        padding: 32px;
        aspect-ratio: 525/350;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards .card:nth-child(2) {
        margin-top: 96px;
    }
}
.workflow-card-row .cards .card .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.workflow-card-row .cards .card .content .sub {
    color: #3CA0A7;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .cards .card .content .sub {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards .card .content .sub {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
.workflow-card-row .cards .card .content h3 {
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .cards .card .content h3 {
        font-size: 22px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards .card .content h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.workflow-card-row .cards .card .content .copy ul, .workflow-card-row .cards .card .content .copy ol {
    margin-bottom: 0;
}
.workflow-card-row .cards .card .content .copy ul li, .workflow-card-row .cards .card .content .copy ol li {
    color: #4D4D4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
    .workflow-card-row .cards .card .content .copy ul li, .workflow-card-row .cards .card .content .copy ol li {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 11px;
    }
}
@media print, screen and (min-width: 64em) {
    .workflow-card-row .cards .card .content .copy ul li, .workflow-card-row .cards .card .content .copy ol li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}
.workflow-card-row .cards .card .content .copy ul li:last-of-type, .workflow-card-row .cards .card .content .copy ol li:last-of-type {
    margin-bottom: 0;
}

.logo-showcase + .workflow-card-row {
    margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .logo-showcase + .workflow-card-row {
        margin-top: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .logo-showcase + .workflow-card-row {
        margin-top: 128px;
    }
}

.split-carousel-block {
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block {
        padding: 128px 0;
    }
}
.split-carousel-block.white-bg {
    background-color: #ffffff;
}
.split-carousel-block.grey-bg {
    background: #F2F5F7;
}
.split-carousel-block.grey-bg .content-column {
    background: #F2F5F7;
}
.split-carousel-block .content-column {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}
.split-carousel-block .content-column .sub {
    color: #3CA0A7;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}
.split-carousel-block .content-column h2 {
    color: #004A69;
    font-size: clamp(32px, 5.833vw, 54px);
    font-weight: 700;
    line-height: clamp(32px, 5.833vw, 58px);
    margin-bottom: 20px;
}
.split-carousel-block .content-column .copy {
    margin-bottom: 40px;
}
.split-carousel-block .content-column .copy p {
    color: #4D4D4F;
}
@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: 12px;
    padding-bottom: 24px;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card {
        border-radius: 24px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card {
    border: 1px solid #E6E7E8;
    background: #ffffff;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card img {
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 344px;
}
@media print, screen and (min-width: 40em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card img {
        border-radius: 13px;
        margin-bottom: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card img {
        border-radius: 14px;
        margin-bottom: 24px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content {
    padding: 0 4px;
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card .content {
        padding: 0 16px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 {
    color: #3CA0A7;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 11px;
    }
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy {
    color: #4D4D4F;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.13px;
    margin-bottom: 14px;
}
@media print, screen and (min-width: 40em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy {
        font-size: 13.5px;
        line-height: 23px;
        letter-spacing: -0.135px;
        margin-bottom: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.14px;
        margin-bottom: 16px;
    }
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy p {
    margin-bottom: 0;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy p, .split-carousel-block .carousel-column .split-carousel-swiper .card .content h3 .copy ul li {
    color: #4D4D4F;
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #3CA0A7;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text svg {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text:hover, .split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text:focus-visible {
    color: rgb(46.5198237885, 124.0528634361, 129.4801762115);
}
.split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text:hover svg path, .split-carousel-block .carousel-column .split-carousel-swiper .card .content .learn-more-text:focus-visible svg path {
    stroke: rgb(46.5198237885, 124.0528634361, 129.4801762115);
}

@media print, screen and (min-width: 64em) {
    .split-carousel-block.wide .carousel-column .split-carousel-swiper {
        width: 100%;
        max-width: 100%;
    }
}

.faq-accordion {
    padding: 32px 0;
    background: rgba(0, 74, 105, 0.05);
}
@media print, screen and (min-width: 64em) {
    .faq-accordion {
        padding: 128px 0;
    }
}
.faq-accordion .heading h2 {
    color: #004A69;
    text-align: center;
    font-size: clamp(32px, 5.833vw, 54px);
    font-weight: 700;
    line-height: clamp(32px, 5.833vw, 58px);
}
.faq-accordion .heading {
    margin-bottom: 48px;
}
@media print, screen and (min-width: 64em) {
    .faq-accordion .heading {
        margin-bottom: 64px;
    }
}
.faq-accordion .accordion-wrapper .accordion {
    border: none;
    background-color: transparent;
}
.faq-accordion .accordion-wrapper .accordion .accordion-item .accordion-title {
    border: none;
    color: #4D4D4F;
    font-size: clamp(24px, 4.444vw, 28px);
    font-weight: 700;
    line-height: clamp(24px, 4.444vw, 28px);
    position: relative;
    padding-right: 60px;
    background-color: transparent !important;
}
.faq-accordion .accordion-wrapper .accordion .accordion-item .accordion-title::before {
    display: none;
}
.faq-accordion .accordion-wrapper .accordion .accordion-item .accordion-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15.9565 19.9458L23.9349 27.9241L31.9132 19.9458' stroke='%234D4D4F' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: center;
    transition: background-image 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.faq-accordion .accordion-wrapper .accordion .accordion-item .accordion-title a {
    padding: 20px 0;
}
.faq-accordion .accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    color: #3CA0A7;
}
.faq-accordion .accordion-wrapper .accordion .accordion-item.is-active .accordion-title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M31.9134 27.9243L23.9351 19.946L15.9568 27.9243' stroke='%233CA0A7' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faq-accordion .accordion-wrapper .accordion .accordion-item .accordion-content {
    border: none;
    background-color: transparent;
    color: #4D4D4F;
    font-size: clamp(16px, 2.917vw, 18px);
    font-weight: 400;
    line-height: clamp(16px, 2.917vw, 28px);
    letter-spacing: -0.16px;
}

.value-proposition-slider {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider {
        padding: 128px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .heading {
        margin-bottom: 0;
    }
}
.value-proposition-slider .heading h2 {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .heading h2 {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .heading h2 {
        margin-bottom: 24px;
    }
}
.value-proposition-slider .content {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .content {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .content {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper {
        margin-top: 64px;
    }
}
.value-proposition-slider .cards-wrapper .value-proposition-swiper {
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .value-proposition-swiper .swiper-wrapper {
        -webkit-align-items: stretch;
                align-items: stretch;
    }
    .value-proposition-slider .cards-wrapper .value-proposition-swiper .swiper-slide {
        display: -webkit-flex;
        display: flex;
        height: auto;
    }
}
.value-proposition-slider .cards-wrapper .value-proposition-swiper .swiper-arrows {
    bottom: 0;
    right: 0;
    z-index: 10;
    margin-top: 24px;
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .value-proposition-swiper .swiper-arrows {
        margin-top: 48px;
    }
}
.value-proposition-slider .cards-wrapper .card {
    border-radius: 16px;
    background: rgba(0, 74, 105, 0.05);
    padding: 24px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card {
        border-radius: 20px;
        padding: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card {
        border-radius: 24px;
        padding: 48px;
        width: 100%;
    }
}
.value-proposition-slider .cards-wrapper .card .icon-wrapper {
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card .icon-wrapper {
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card .icon-wrapper {
        margin-bottom: 12px;
    }
}
.value-proposition-slider .cards-wrapper .card .icon-wrapper img {
    width: auto;
    height: auto;
    width: 60px;
    height: 60px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card .icon-wrapper img {
        width: 70px;
        height: 70px;
    }
}
.value-proposition-slider .cards-wrapper .card h3 {
    margin-bottom: 12px;
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card h3 {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: -0.23px;
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card h3 {
        font-size: clamp(26px, 4.629vw, 26px);
        line-height: clamp(34px, 6.111vw, 34px);
        letter-spacing: -0.26px;
        margin-bottom: 44px;
    }
}
.value-proposition-slider .cards-wrapper .card .copy p {
    color: #3CA0A7;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card .copy p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.18px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card .copy p {
        font-size: clamp(20px, 3.611vw, 20px);
        line-height: clamp(28px, 5.139vw, 28px);
        letter-spacing: -0.2px;
        margin-bottom: 12px;
    }
}
.value-proposition-slider .cards-wrapper .card .copy p:last-child {
    margin-bottom: 0;
    color: #161718;
    font-weight: 400;
}
.value-proposition-slider .cards-wrapper .card .copy ul, .value-proposition-slider .cards-wrapper .card .copy ol {
    margin: 0;
    padding-left: 20px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card .copy ul, .value-proposition-slider .cards-wrapper .card .copy ol {
        padding-left: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card .copy ul, .value-proposition-slider .cards-wrapper .card .copy ol {
        padding-left: 24px;
    }
}
.value-proposition-slider .cards-wrapper .card .copy ul li, .value-proposition-slider .cards-wrapper .card .copy ol li {
    color: #4D4D4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .value-proposition-slider .cards-wrapper .card .copy ul li, .value-proposition-slider .cards-wrapper .card .copy ol li {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 64em) {
    .value-proposition-slider .cards-wrapper .card .copy ul li, .value-proposition-slider .cards-wrapper .card .copy ol li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}
.value-proposition-slider .cards-wrapper .card .copy ul li:last-child, .value-proposition-slider .cards-wrapper .card .copy ol li:last-child {
    margin-bottom: 0;
}

.mission-statement-block + .value-proposition-slider {
    padding-top: 0;
}

.feature-service-grid {
    padding: 32px 0;
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid {
        padding: 128px 0;
    }
}
.feature-service-grid > .row {
    border-radius: 16px;
    background: #004A69;
    padding: 48px 24px;
    color: #ffffff;
    position: relative;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row {
        border-radius: 20px;
        padding: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row {
        border-radius: 24px;
        padding: 69px 96px;
    }
}
.feature-service-grid > .row .bg-swirl {
    position: absolute;
    top: 30px;
    right: -153px;
}
@media screen and (max-width: 63.9375em) {
    .feature-service-grid > .row .bg-swirl {
        display: none;
    }
}
.feature-service-grid > .row .heading-wrapper {
    text-align: center;
}
.feature-service-grid > .row .heading-wrapper h2 {
    color: #ffffff;
    margin-bottom: 30px;
}
.feature-service-grid > .row .heading-wrapper .subheading p, .feature-service-grid > .row .heading-wrapper .feature-card-carousel .heading .copy p p, .feature-card-carousel .heading .copy .feature-service-grid > .row .heading-wrapper p p {
    color: #ffffff;
}
.feature-service-grid > .row .heading-wrapper .text-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    display: -webkit-flex;
    display: flex;
    gap: 4px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.feature-service-grid > .row .features-wrapper {
    margin-top: 27px;
    padding: 0;
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper {
        margin-top: 57px;
    }
}
.feature-service-grid > .row .features-wrapper .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper {
        row-gap: 30px;
        -webkit-column-gap: 100px;
           -moz-column-gap: 100px;
                column-gap: 100px;
    }
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper {
        gap: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper {
        gap: 16px;
    }
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .number {
    color: #CDDC29;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .number {
        font-size: 22px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .number {
        font-size: 24px;
        line-height: 28px;
    }
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title {
        font-size: 20px;
        line-height: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title {
        font-size: 24px;
        line-height: 28px;
    }
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title svg path {
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title:hover, .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .title:focus-visible {
    color: #00BACD;
}
.feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .copy {
    color: #E6E7E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
}
@media print, screen and (min-width: 40em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .copy {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.15px;
    }
}
@media print, screen and (min-width: 64em) {
    .feature-service-grid > .row .features-wrapper .grid-wrapper .wrapper .inner .copy {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.16px;
    }
}

.value-proposition-slider + .feature-service-grid,
.feature-service-grid + .multi-link-feature-cards {
    padding-top: 0;
}

.media-accordion-split {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .media-accordion-split {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .media-accordion-split {
        padding: 128px 0;
    }
}
.media-accordion-split .image-column {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .media-accordion-split .image-column {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .media-accordion-split .image-column {
        margin-bottom: 0;
        padding-right: 32px;
    }
}
.media-accordion-split .image-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.media-accordion-split .image-column .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.media-accordion-split .image-column .image-wrapper img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .media-accordion-split .image-column .image-wrapper img {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .media-accordion-split .image-column .image-wrapper img {
        border-radius: 24px;
    }
}
.media-accordion-split .content-column .heading {
    color: #004A69;
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .media-accordion-split .content-column .heading {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .media-accordion-split .content-column .heading {
        margin-bottom: 24px;
    }
}
.media-accordion-split .content-column .copy p {
    margin-bottom: 0;
    color: #161718;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.media-accordion-split .content-column .accordion-wrapper {
    margin-top: 32px;
}
.media-accordion-split .content-column .accordion-wrapper .accordion {
    border: none;
    background-color: transparent;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item {
    border-top: 1px solid #E6E6E6;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item .accordion-title {
    border: none;
    color: #4D4D4F;
    font-size: clamp(24px, 4.444vw, 28px);
    font-weight: 700;
    line-height: clamp(24px, 4.444vw, 28px);
    position: relative;
    padding: 19px 0;
    padding-right: 60px;
    background-color: transparent !important;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item .accordion-title::before {
    display: none;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item .accordion-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15.9565 19.9458L23.9349 27.9241L31.9132 19.9458' stroke='%234D4D4F' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: center;
    transition: background-image 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item .accordion-title a {
    padding: 20px 0;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    color: #3CA0A7;
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item.is-active .accordion-title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M31.9134 27.9243L23.9351 19.946L15.9568 27.9243' stroke='%233CA0A7' stroke-width='2.49832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.media-accordion-split .content-column .accordion-wrapper .accordion .accordion-item .accordion-content {
    border: none;
    background-color: transparent;
    color: #4D4D4F;
    font-size: clamp(16px, 2.917vw, 18px);
    font-weight: 400;
    line-height: clamp(16px, 2.917vw, 28px);
    letter-spacing: -0.16px;
    padding: 0;
}
.media-accordion-split .content-column .text-wrapper {
    margin-top: 20px;
    margin-bottom: 12px;
    color: #161718;
    font-size: clamp(18px, 1.806vw, 20px);
    font-weight: 400;
    line-height: clamp(24px, 2.361vw, 32px);
    letter-spacing: -0.2px;
}
@media screen and (max-width: 39.9375em) {
    .media-accordion-split .content-column .text-wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 39.9375em) {
    .media-accordion-split .content-column .cta-wrapper {
        text-align: center;
    }
}

.value-proposition-slider + .media-accordion-split {
    padding-top: 0;
}

.multi-column-feature-list {
    background: rgba(0, 74, 105, 0.05);
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list {
        padding: 128px 0;
    }
}
.multi-column-feature-list .heading {
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .heading {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list .heading {
        margin-bottom: 0;
    }
}
.multi-column-feature-list .heading h2 {
    margin-bottom: 0;
}
.multi-column-feature-list .content {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .content {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list .content {
        margin-bottom: 0;
    }
}
.multi-column-feature-list .content .copy p {
    color: #4D4D4F;
    font-size: clamp(18px, 1.806vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 2.361vw, 34px); /* 140% */
    letter-spacing: -0.26px;
    margin-bottom: 0;
}
.multi-column-feature-list .content .button {
    margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .content .button {
        margin-top: 32px;
    }
}
.multi-column-feature-list .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .cards {
        -ms-grid-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        margin-top: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list .cards {
        -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;
    }
}
.multi-column-feature-list .cards .card .icon-wrapper {
    margin-bottom: 12px;
}
.multi-column-feature-list .cards .card .icon-wrapper img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .cards .card .icon-wrapper img {
        max-width: 70px;
        max-height: 70px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list .cards .card .icon-wrapper img {
        max-width: 80px;
        max-height: 80px;
    }
}
.multi-column-feature-list .cards .card h3 {
    margin-bottom: 12px;
    color: #4D4D4F;
    font-size: clamp(20px, 2.083vw, 26px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(30px, 3.125vw, 34px); /* 130.769% */
    letter-spacing: clamp(-0.26px, -0.026vw, -0.26px);
}
.multi-column-feature-list .cards .card .copy p {
    color: #4D4D4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .multi-column-feature-list .cards .card .copy p {
        font-size: 15px;
        line-height: 24px;
    }
}
@media print, screen and (min-width: 64em) {
    .multi-column-feature-list .cards .card .copy p {
        font-size: 16px;
        line-height: 26px;
    }
}

.full-image-service-cards {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards {
        padding: 128px 0;
    }
}
.full-image-service-cards .heading {
    text-align: center;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .heading {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .heading {
        margin-bottom: 0;
    }
}
.full-image-service-cards .heading h2 {
    margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .heading h2 {
        margin-bottom: 20px;
    }
}
.full-image-service-cards .heading .copy p {
    color: #4D4D4F;
    margin-bottom: 0;
}
.full-image-service-cards .heading .text-link {
    color: #3CA0A7;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    display: -webkit-inline-flex;
    display: inline-flex;
    gap: 4px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 16px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .heading .text-link {
        font-size: 15px;
        line-height: 15px;
        margin-top: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .heading .text-link {
        font-size: 16px;
        line-height: 16px;
        margin-top: 24px;
    }
}
.full-image-service-cards .heading .text-link svg {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
}
.full-image-service-cards .heading .text-link svg path {
    transition: stroke 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.full-image-service-cards .heading .text-link:hover, .full-image-service-cards .heading .text-link:focus-visible {
    color: #CDDC29;
}
.full-image-service-cards .heading .text-link:hover svg, .full-image-service-cards .heading .text-link:focus-visible svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.full-image-service-cards .heading .text-link:hover svg path, .full-image-service-cards .heading .text-link:focus-visible svg path {
    stroke: #CDDC29;
}
.full-image-service-cards .cards {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-top: 64px;
    }
}
.full-image-service-cards .cards .card {
    border-radius: 20px;
    border: 1px solid #E6E7E8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    aspect-ratio: 525/616;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 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);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), box-shadow 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);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards .card {
        border-radius: 22px;
        padding: 28px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards .card {
        border-radius: 24px;
        padding: 32px;
    }
}
.full-image-service-cards .cards .card:before {
    content: "";
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 74, 105, 0.3) 40%, rgba(0, 74, 105, 0.7) 75%, rgba(0, 74, 105, 0.9) 100%);
    z-index: 1;
    pointer-events: none;
    transition: background 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards .card:before {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards .card:before {
        border-radius: 24px;
    }
}
.full-image-service-cards .cards .card .content {
    position: relative;
    z-index: 2;
}
.full-image-service-cards .cards .card h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards .card h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards .card h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
.full-image-service-cards .cards .card .copy {
    color: #E6E7E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards .card .copy {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards .card .copy {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}
.full-image-service-cards .cards .card .copy p {
    margin-bottom: 0;
}
.full-image-service-cards .cards .card .learn-more {
    display: -webkit-flex;
    display: flex;
    gap: 4px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .full-image-service-cards .cards .card .learn-more {
        font-size: 15px;
        line-height: 15px;
    }
}
@media print, screen and (min-width: 64em) {
    .full-image-service-cards .cards .card .learn-more {
        font-size: 16px;
        line-height: 14px;
    }
}
.full-image-service-cards .cards .card .learn-more svg {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    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);
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.full-image-service-cards .cards .card .learn-more svg path {
    transition: stroke 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.full-image-service-cards .cards .card:hover, .full-image-service-cards .cards .card:focus-visible {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 0 24px 40px -12px rgba(0, 0, 0, 0.22);
}
.full-image-service-cards .cards .card:hover:before, .full-image-service-cards .cards .card:focus-visible:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 74, 105, 0.2) 40%, rgba(0, 74, 105, 0.6) 75%, rgba(0, 74, 105, 0.85) 100%);
}
.full-image-service-cards .cards .card:hover .learn-more, .full-image-service-cards .cards .card:focus-visible .learn-more {
    color: #CDDC29;
}
.full-image-service-cards .cards .card:hover .learn-more svg, .full-image-service-cards .cards .card:focus-visible .learn-more svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.full-image-service-cards .cards .card:hover .learn-more svg path, .full-image-service-cards .cards .card:focus-visible .learn-more svg path {
    stroke: #CDDC29;
}

.image-content-block {
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .image-content-block {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block {
        padding: 128px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block.reverse .row .content-column {
        -webkit-order: 1;
                order: 1;
    }
    .image-content-block.reverse .row .image-column {
        -webkit-order: 2;
                order: 2;
    }
}
.image-content-block .image-column {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .image-content-block .image-column {
        margin-bottom: 48px;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block .image-column {
        margin-bottom: 0;
        padding-right: 32px;
    }
}
.image-content-block .image-column .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.image-content-block .image-column .image-wrapper:before {
    content: "";
    background-color: #00BACD;
    height: 85%;
    width: 85%;
    position: absolute;
    bottom: -8px;
    right: -7px;
    border-radius: 0 0 20px 0;
    z-index: 0;
}
@media print, screen and (min-width: 40em) {
    .image-content-block .image-column .image-wrapper:before {
        height: 88%;
        width: 88%;
        bottom: -9px;
        right: -8px;
        border-radius: 0 0 24px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block .image-column .image-wrapper:before {
        height: 90%;
        width: 90%;
        bottom: -11px;
        right: -9px;
        border-radius: 0 0 28px 0;
    }
}
.image-content-block .image-column .image-wrapper img, .image-content-block .image-column .image-wrapper iframe {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
    .image-content-block .image-column .image-wrapper img, .image-content-block .image-column .image-wrapper iframe {
        border-radius: 22px;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block .image-column .image-wrapper img, .image-content-block .image-column .image-wrapper iframe {
        border-radius: 24px;
    }
}
.image-content-block .image-column .image-wrapper iframe {
    aspect-ratio: 811/455;
}
.image-content-block .content-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
}
.image-content-block .content-column .heading {
    color: #004A69;
    margin-bottom: 16px;
    font-size: clamp(32px, 5.833vw, 40px);
}
@media print, screen and (min-width: 40em) {
    .image-content-block .content-column .heading {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .image-content-block .content-column .heading {
        margin-bottom: 24px;
    }
}
.image-content-block .content-column .copy {
    color: #4D4D4F;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
    .image-content-block .content-column .copy {
        margin-bottom: 0;
    }
}
.image-content-block .content-column .copy p {
    margin-bottom: 0;
}
.image-content-block .content-column .cta-wrapper {
    margin-top: 20px;
}
.image-content-block .content-column .cta-wrapper .button {
    margin-bottom: 0;
}

.split-carousel-block + .image-content-block,
.image-content-block + .image-content-block.reverse,
.awards-banner + .image-content-block.video {
    padding-top: 0;
}

.testimonial-spotlight {
    margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight {
        margin-bottom: 64px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight {
        margin-bottom: 128px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block {
        border-radius: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block {
        border-radius: 24px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item {
    padding: 12px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item {
        padding: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item {
        padding: 20px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 20px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper {
        padding: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper {
        padding: 70px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.quote {
    color: #FFF;
    font-size: clamp(20px, 4.5vw, 30px);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.quote {
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.quote {
        line-height: 42px;
        margin-bottom: 42px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.name {
    color: #CDDC29;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.name {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.position {
    color: #E6E7E8;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.position {
        font-size: 21px;
        line-height: 26px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .content-wrapper p.position {
        font-size: 24px;
        line-height: 28px;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper {
    margin-top: 12px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper {
        margin-top: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper {
        margin-top: 0;
    }
}
.testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper img {
    aspect-ratio: 4/3;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}
@media print, screen and (min-width: 40em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper img {
        aspect-ratio: 16/10;
        border-radius: 16px;
    }
}
@media print, screen and (min-width: 64em) {
    .testimonial-spotlight .testimonial-spotlight-wrapper .testimonial-spotlight-block .slide-item .image-wrapper img {
        aspect-ratio: auto;
    }
}

.blog-grid {
    background-color: #F2F6F7;
    padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
    .blog-grid {
        padding: 64px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .blog-grid {
        padding: 128px 0;
    }
}
.blog-grid .facets .top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .top {
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        gap: 20px;
    }
}
.blog-grid .facets .top .wpgb-facet-1 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .top .wpgb-facet-1 {
        width: 50%;
    }
}
.blog-grid .facets .top .wpgb-facet-10 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .top .wpgb-facet-10 {
        width: 15%;
    }
}
.blog-grid .facets .top .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    width: 35%;
    gap: 20px;
}
@media screen and (max-width: 39.9375em) {
    .blog-grid .facets .top .inner {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
    }
}
.blog-grid .facets .top .inner .wpgb-facet-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .top .inner .wpgb-facet-12 {
        width: 50%;
    }
}
.blog-grid .facets .top .inner .wpgb-facet-10 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .top .inner .wpgb-facet-10 {
        width: 50%;
    }
}
.blog-grid .facets .wpgb-facet fieldset {
    margin-bottom: 12px !important;
}
@media print, screen and (min-width: 64em) {
    .blog-grid .facets .wpgb-facet fieldset {
        margin-bottom: 32px !important;
    }
}
.blog-grid .facets .wpgb-facet .wpgb-select-separator {
    display: none !important;
}
.blog-grid .facets .wpgb-facet input, .blog-grid .facets .wpgb-facet select {
    border-radius: 10px;
    border: 1px solid #AFAFAF;
    background: #FFF;
    padding: 12px 16px;
    color: #4D4D4F !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .wpgb-facet input, .blog-grid .facets .wpgb-facet select {
        padding: 15px 20px;
        font-size: 18px !important;
    }
}
.blog-grid .facets .wpgb-facet-11,
.blog-grid .facets .wpgb-facet-13 {
    margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .wpgb-facet-11,
    .blog-grid .facets .wpgb-facet-13 {
        margin-top: 0;
    }
}
.blog-grid .facets .wpgb-facet-11 .wpgb-button,
.blog-grid .facets .wpgb-facet-13 .wpgb-button {
    border-radius: 9999px !important;
    background: rgba(0, 74, 105, 0.07) !important;
    border: none !important;
    padding: 12px 16px !important;
    margin-bottom: 12px;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .wpgb-facet-11 .wpgb-button,
    .blog-grid .facets .wpgb-facet-13 .wpgb-button {
        padding: 15px 20px !important;
        margin-bottom: 12px;
    }
}
.blog-grid .facets .wpgb-facet-11 .wpgb-button[aria-pressed=true],
.blog-grid .facets .wpgb-facet-13 .wpgb-button[aria-pressed=true] {
    background: #3CA0A7 !important;
}
.blog-grid .facets .wpgb-facet-11 .wpgb-button[aria-pressed=true] span,
.blog-grid .facets .wpgb-facet-13 .wpgb-button[aria-pressed=true] span {
    color: #ffffff !important;
}
.blog-grid .facets .wpgb-facet-11 .wpgb-button span,
.blog-grid .facets .wpgb-facet-13 .wpgb-button span {
    color: #161718 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.5px !important;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
@media print, screen and (min-width: 40em) {
    .blog-grid .facets .wpgb-facet-11 .wpgb-button span,
    .blog-grid .facets .wpgb-facet-13 .wpgb-button span {
        font-size: 16px !important;
    }
}
.blog-grid .grid {
    margin-top: 0;
}

.case-study-hero-slider + .blog-grid {
    padding-top: 0;
}

.career-grid h2 {
    color: #004A69;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 64px;
}

section.icon-grid {
    background: #F2F6F7;
    padding: 64px 0;
}
@media print, screen and (min-width: 64em) {
    section.icon-grid {
        padding: 128px 0;
    }
}
section.icon-grid h2 {
    color: #004A69;
    text-align: center;
    margin-bottom: 48px;
}
section.icon-grid .cards {
    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) {
    section.icon-grid .cards {
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }
}
@media print, screen and (min-width: 64em) {
    section.icon-grid .cards {
        -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
section.icon-grid .cards .card {
    background-color: #ffffff;
    border-radius: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 12px;
    gap: 12px;
}
@media print, screen and (min-width: 40em) {
    section.icon-grid .cards .card {
        padding: 48px 12px;
    }
}
section.icon-grid .cards .card h3 {
    color: #4D4D4F;
    text-align: center;
    font-size: clamp(20px, 2.083vw, 26px);
    font-weight: 700;
    line-height: clamp(30px, 3.125vw, 34px);
    letter-spacing: -0.26px;
    width: 100%;
}

section.bin-selection {
    padding-bottom: 64px;
}
@media print, screen and (min-width: 40em) {
    section.bin-selection {
        padding-bottom: 128px;
    }
}
section.bin-selection H2 {
    text-align: center;
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    section.bin-selection H2 {
        margin-bottom: 64px;
    }
}
section.bin-selection .cards {
    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) {
    section.bin-selection .cards {
        -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}
section.bin-selection .cards .card {
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(0, 74, 105, 0.05) 0%, rgba(0, 74, 105, 0.05) 100%), #FFF;
    padding: 40px;
    text-align: center;
}
section.bin-selection .cards .card h3 {
    color: #3CA0A7;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: clamp(1.5rem, 3vw, 1.75rem);
    margin-bottom: 24px;
}
section.bin-selection .cards .card .copy {
    margin-bottom: 24px;
}
/*# sourceMappingURL=site.css.map */