@charset "UTF-8";
/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
@font-face {
  font-weight: 400;
  font-family: iconfont-propel;
  font-style: normal;
  src: url(../dist/fonts/iconfont-propel/iconfont-propel.eot?vj6lv8);
  src: url(../dist/fonts/iconfont-propel/iconfont-propel.eot?vj6lv8#iefix) format("eot"), url(../dist/fonts/iconfont-propel/iconfont-propel.woff2?vj6lv8) format("woff2"), url(../dist/fonts/iconfont-propel/iconfont-propel.woff?vj6lv8) format("woff"), url(../dist/fonts/iconfont-propel/iconfont-propel.ttf?vj6lv8) format("truetype"), url(../dist/fonts/iconfont-propel/iconfont-propel.svg?vj6lv8#iconfont-propel) format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 0;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-weight: 400;
  font-size: inherit;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale; /* stylelint-disable-line order/properties-alphabetical-order */
  -webkit-font-smoothing: antialiased; /* stylelint-disable-line order/properties-alphabetical-order */
}

:root {
  --icon-Artificial-Intelligence: "";
  --icon-Cloud: "";
  --icon-Contact-Center: "";
  --icon-Icon-Advancement: "";
  --icon-Icon-Advise: "";
  --icon-Icon-Advocacy: "";
  --icon-Icon-Assessment: "";
  --icon-Icon-Automation: "";
  --icon-Icon-Certifications: "";
  --icon-Icon-CertifiedExperts: "";
  --icon-Icon-Check: "";
  --icon-Icon-Collaborate: "";
  --icon-Icon-CommissionProcessing: "";
  --icon-Icon-CommissionSuccess: "";
  --icon-Icon-Connect: "";
  --icon-Icon-Coordination: "";
  --icon-Icon-Craft: "";
  --icon-Icon-Deployment: "";
  --icon-Icon-Direction: "";
  --icon-Icon-Discovery: "";
  --icon-Icon-ElevateExperience: "";
  --icon-Icon-Evolve: "";
  --icon-Icon-Expand: "";
  --icon-Icon-Flexibility: "";
  --icon-Icon-Foundations: "";
  --icon-Icon-Grow: "";
  --icon-Icon-Immediacy: "";
  --icon-Icon-Independence: "";
  --icon-Icon-Inform: "";
  --icon-Icon-Inquiry: "";
  --icon-Icon-Leaders: "";
  --icon-Icon-Listen: "";
  --icon-Icon-PartnersSuppliers: "";
  --icon-Icon-QuoteTracking: "";
  --icon-Icon-RealtimeStatus: "";
  --icon-Icon-Simplify: "";
  --icon-Icon-Solutions: "";
  --icon-Icon-StreamlinedOperations: "";
  --icon-Icon-Technologies: "";
  --icon-Icon-Tools: "";
  --icon-Icon-Transformation: "";
  --icon-Icon-Visibility: "";
  --icon-Icon-WirelessSolutions: "";
  --icon-Icon-Workflow: "";
  --icon-Icon_Business: "";
  --icon-Icon_Experience: "";
  --icon-Icon_Expertise: "";
  --icon-Icon_Potential: "";
  --icon-Icon_Selection: "";
  --icon-Icon_Tools: "";
  --icon-Iconography-IoT: "";
  --icon-Security: "";
  --icon-SolutionVue-Icon_Conversation: "";
  --icon-SolutionVue-Icon_Journey: "";
  --icon-SolutionVue-Icon_Success: "";
  --icon-Subtract: "";
  --icon-UCaaS: "";
  --icon-UI: "";
  --icon-Union: "";
  --icon-Vector: "";
  --icon-account: "";
  --icon-age: "";
  --icon-arrow-downward: "";
  --icon-arrow-external: "";
  --icon-arrow-left: "";
  --icon-arrow-right: "";
  --icon-arrow-upward: "";
  --icon-bathroom: "";
  --icon-bed: "";
  --icon-blog: "";
  --icon-calendar: "";
  --icon-cancel: "";
  --icon-cart: "";
  --icon-check-box-checked: "";
  --icon-check-box-unchecked: "";
  --icon-check-circle: "";
  --icon-check: "";
  --icon-chev-collapse: "";
  --icon-chev-expand: "";
  --icon-chev-left: "";
  --icon-chev-right: "";
  --icon-close: "";
  --icon-cursor: "";
  --icon-drop-down: "";
  --icon-drop-up: "";
  --icon-email: "";
  --icon-error: "";
  --icon-event: "";
  --icon-facebook: "";
  --icon-filter: "";
  --icon-grid-view: "";
  --icon-icon: "";
  --icon-illustration: "";
  --icon-image: "";
  --icon-infographic: "";
  --icon-instagram: "";
  --icon-lifestyle: "";
  --icon-link: "";
  --icon-linkedin: "";
  --icon-list-view: "";
  --icon-location: "";
  --icon-maximize: "";
  --icon-menu-left: "";
  --icon-menu-right: "";
  --icon-menu: "";
  --icon-minimize: "";
  --icon-nav-down: "";
  --icon-nav-up: "";
  --icon-news: "";
  --icon-office: "";
  --icon-phone: "";
  --icon-play: "";
  --icon-price: "";
  --icon-quote-aligned: "";
  --icon-quote: "";
  --icon-radio-button-checked: "";
  --icon-radio-button-unchecked: "";
  --icon-recurring: "";
  --icon-remove: "";
  --icon-reset: "";
  --icon-resource: "";
  --icon-room-service: "";
  --icon-search: "";
  --icon-sort: "";
  --icon-square-feet: "";
  --icon-star-full: "";
  --icon-tag: "";
  --icon-telarus: "";
  --icon-time: "";
  --icon-twitter: "";
  --icon-upload: "";
  --icon-virtual: "";
  --icon-water-view: "";
  --icon-wheelchair-accessible: "";
  --icon-wifi: "";
  --icon-youtube: "";
}

.icon-Artificial-Intelligence::before {
  content: "\ea01";
}

.icon-Cloud::before {
  content: "\ea02";
}

.icon-Contact-Center::before {
  content: "\ea03";
}

.icon-Icon-Advancement::before {
  content: "\ea04";
}

.icon-Icon-Advise::before {
  content: "\ea05";
}

.icon-Icon-Advocacy::before {
  content: "\ea06";
}

.icon-Icon-Assessment::before {
  content: "\ea07";
}

.icon-Icon-Automation::before {
  content: "\ea08";
}

.icon-Icon-Certifications::before {
  content: "\ea09";
}

.icon-Icon-CertifiedExperts::before {
  content: "\ea0a";
}

.icon-Icon-Check::before {
  content: "\ea0b";
}

.icon-Icon-Collaborate::before {
  content: "\ea0c";
}

.icon-Icon-CommissionProcessing::before {
  content: "\ea0d";
}

.icon-Icon-CommissionSuccess::before {
  content: "\ea0e";
}

.icon-Icon-Connect::before {
  content: "\ea0f";
}

.icon-Icon-Coordination::before {
  content: "\ea10";
}

.icon-Icon-Craft::before {
  content: "\ea11";
}

.icon-Icon-Deployment::before {
  content: "\ea12";
}

.icon-Icon-Direction::before {
  content: "\ea13";
}

.icon-Icon-Discovery::before {
  content: "\ea14";
}

.icon-Icon-ElevateExperience::before {
  content: "\ea15";
}

.icon-Icon-Evolve::before {
  content: "\ea16";
}

.icon-Icon-Expand::before {
  content: "\ea17";
}

.icon-Icon-Flexibility::before {
  content: "\ea18";
}

.icon-Icon-Foundations::before {
  content: "\ea19";
}

.icon-Icon-Grow::before {
  content: "\ea1a";
}

.icon-Icon-Immediacy::before {
  content: "\ea1b";
}

.icon-Icon-Independence::before {
  content: "\ea1c";
}

.icon-Icon-Inform::before {
  content: "\ea1d";
}

.icon-Icon-Inquiry::before {
  content: "\ea1e";
}

.icon-Icon-Leaders::before {
  content: "\ea1f";
}

.icon-Icon-Listen::before {
  content: "\ea20";
}

.icon-Icon-PartnersSuppliers::before {
  content: "\ea21";
}

.icon-Icon-QuoteTracking::before {
  content: "\ea22";
}

.icon-Icon-RealtimeStatus::before {
  content: "\ea23";
}

.icon-Icon-Simplify::before {
  content: "\ea24";
}

.icon-Icon-Solutions::before {
  content: "\ea25";
}

.icon-Icon-StreamlinedOperations::before {
  content: "\ea26";
}

.icon-Icon-Technologies::before {
  content: "\ea27";
}

.icon-Icon-Tools::before {
  content: "\ea28";
}

.icon-Icon-Transformation::before {
  content: "\ea29";
}

.icon-Icon-Visibility::before {
  content: "\ea2a";
}

.icon-Icon-WirelessSolutions::before {
  content: "\ea2b";
}

.icon-Icon-Workflow::before {
  content: "\ea2c";
}

.icon-Icon_Business::before {
  content: "\ea2d";
}

.icon-Icon_Experience::before {
  content: "\ea2e";
}

.icon-Icon_Expertise::before {
  content: "\ea2f";
}

.icon-Icon_Potential::before {
  content: "\ea30";
}

.icon-Icon_Selection::before {
  content: "\ea31";
}

.icon-Icon_Tools::before {
  content: "\ea32";
}

.icon-Iconography-IoT::before {
  content: "\ea33";
}

.icon-Security::before {
  content: "\ea34";
}

.icon-SolutionVue-Icon_Conversation::before {
  content: "\ea35";
}

.icon-SolutionVue-Icon_Journey::before {
  content: "\ea36";
}

.icon-SolutionVue-Icon_Success::before {
  content: "\ea37";
}

.icon-Subtract::before {
  content: "\ea38";
}

.icon-UCaaS::before {
  content: "\ea39";
}

.icon-UI::before {
  content: "\ea3a";
}

.icon-Union::before {
  content: "\ea3b";
}

.icon-Vector::before {
  content: "\ea3c";
}

.icon-account::before {
  content: "\ea3d";
}

.icon-age::before {
  content: "\ea3e";
}

.icon-arrow-downward::before {
  content: "\ea3f";
}

.icon-arrow-external::before {
  content: "\ea40";
}

.icon-arrow-left::before {
  content: "\ea41";
}

.icon-arrow-right::before {
  content: "\ea42";
}

.icon-arrow-upward::before {
  content: "\ea43";
}

.icon-bathroom::before {
  content: "\ea44";
}

.icon-bed::before {
  content: "\ea45";
}

.icon-blog::before {
  content: "\ea46";
}

.icon-calendar::before {
  content: "\ea47";
}

.icon-cancel::before {
  content: "\ea48";
}

.icon-cart::before {
  content: "\ea49";
}

.icon-check-box-checked::before {
  content: "\ea4a";
}

.icon-check-box-unchecked::before {
  content: "\ea4b";
}

.icon-check-circle::before {
  content: "\ea4c";
}

.icon-check::before {
  content: "\ea4d";
}

.icon-chev-collapse::before {
  content: "\ea4e";
}

.icon-chev-expand::before {
  content: "\ea4f";
}

.icon-chev-left::before {
  content: "\ea50";
}

.icon-chev-right::before {
  content: "\ea51";
}

.icon-close::before {
  content: "\ea52";
}

.icon-cursor::before {
  content: "\ea53";
}

.icon-drop-down::before {
  content: "\ea54";
}

.icon-drop-up::before {
  content: "\ea55";
}

.icon-email::before {
  content: "\ea56";
}

.icon-error::before {
  content: "\ea57";
}

.icon-event::before {
  content: "\ea58";
}

.icon-facebook::before {
  content: "\ea59";
}

.icon-filter::before {
  content: "\ea5a";
}

.icon-grid-view::before {
  content: "\ea5b";
}

.icon-icon::before {
  content: "\ea5c";
}

.icon-illustration::before {
  content: "\ea5d";
}

.icon-image::before {
  content: "\ea5e";
}

.icon-infographic::before {
  content: "\ea5f";
}

.icon-instagram::before {
  content: "\ea60";
}

.icon-lifestyle::before {
  content: "\ea61";
}

.icon-link::before {
  content: "\ea62";
}

.icon-linkedin::before {
  content: "\ea63";
}

.icon-list-view::before {
  content: "\ea64";
}

.icon-location::before {
  content: "\ea65";
}

.icon-maximize::before {
  content: "\ea66";
}

.icon-menu-left::before {
  content: "\ea67";
}

.icon-menu-right::before {
  content: "\ea68";
}

.icon-menu::before {
  content: "\ea69";
}

.icon-minimize::before {
  content: "\ea6a";
}

.icon-nav-down::before {
  content: "\ea6b";
}

.icon-nav-up::before {
  content: "\ea6c";
}

.icon-news::before {
  content: "\ea6d";
}

.icon-office::before {
  content: "\ea6e";
}

.icon-phone::before {
  content: "\ea6f";
}

.icon-play::before {
  content: "\ea70";
}

.icon-price::before {
  content: "\ea71";
}

.icon-quote-aligned::before {
  content: "\ea72";
}

.icon-quote::before {
  content: "\ea73";
}

.icon-radio-button-checked::before {
  content: "\ea74";
}

.icon-radio-button-unchecked::before {
  content: "\ea75";
}

.icon-recurring::before {
  content: "\ea76";
}

.icon-remove::before {
  content: "\ea77";
}

.icon-reset::before {
  content: "\ea78";
}

.icon-resource::before {
  content: "\ea79";
}

.icon-room-service::before {
  content: "\ea7a";
}

.icon-search::before {
  content: "\ea7b";
}

.icon-sort::before {
  content: "\ea7c";
}

.icon-square-feet::before {
  content: "\ea7d";
}

.icon-star-full::before {
  content: "\ea7e";
}

.icon-tag::before {
  content: "\ea7f";
}

.icon-telarus::before {
  content: "\ea80";
}

.icon-time::before {
  content: "\ea81";
}

.icon-twitter::before {
  content: "\ea82";
}

.icon-upload::before {
  content: "\ea83";
}

.icon-virtual::before {
  content: "\ea84";
}

.icon-water-view::before {
  content: "\ea85";
}

.icon-wheelchair-accessible::before {
  content: "\ea86";
}

.icon-wifi::before {
  content: "\ea87";
}

.icon-youtube::before {
  content: "\ea88";
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: 'peridot-pe-variable', sans-serif;
}

body {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  font-variation-settings: var(--body-1-font-variation-settings);
  min-width: 20rem;
  margin: 0;
  color: var(--blockColor, #020d2a);
  font-family: 'peridot-pe-variable', sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 47.98rem) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.lock-scroll {
  overflow: hidden;
}
body.overlayed #page, body.overlayed-mobile #page {
  position: relative;
}
body.overlayed #page::before, body.overlayed-mobile #page::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 9;
  display: block;
  background: rgba(50, 69, 112, 0.75);
}
@media (max-width: 61.98rem) {
  body.overlayed #page .main-header::before, body.overlayed-mobile #page .main-header::before {
    background-color: #fffaf0;
  }
}
body.overlayed #page .main-header::before, body.overlayed-mobile #page .main-header::before {
  background-color: #fff;
}
body.overlayed-mobile #page::before {
  background: #2157d6 !important;
}
body.overlayed-mobile {
  overflow: hidden;
}

/* Setting sizes is much more predictable with border-box */
*, *::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

.pill {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-3-font-variation-settings);
  display: inline-flex;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  border-radius: 6.25rem;
  background: #f6f1e7;
}
.pill:hover {
  color: #0f3eac;
}
.pill a {
  transform: translateY(1px);
}

.desktop-svg {
  display: block;
}
@media (max-width: 47.98rem) {
  .desktop-svg {
    display: none;
  }
}

.mobile-svg {
  display: none;
}
@media (max-width: 47.98rem) {
  .mobile-svg {
    display: block;
  }
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin: 3rem 0;
  border-top: 1px solid #7d879f;
}
@media (min-width: 48rem) {
  hr {
    margin: 5rem 0;
  }
}

/* Normalize links across browsers */
a {
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a:not([class]) {
  color: #2157d6;
  text-decoration: underline;
  word-wrap: break-word;
}
.bg-dark a:not([class]), .bg-cobalt a:not([class]) {
  color: #fff;
}
.bg-dark a:not([class]):hover, .bg-dark a:not([class]):focus, .bg-cobalt a:not([class]):hover, .bg-cobalt a:not([class]):focus {
  color: #ede8dd;
}
a:not([class]):hover, a:not([class]):focus {
  color: #0f3eac;
  text-decoration: underline;
}
a:not([class]) img {
  border: 0;
}

a:focus,
a:hover {
  color: #0f3eac;
  text-decoration: none;
}

.tablet-checker {
  display: none;
}
@media (max-width: 61.98rem) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 47.98rem) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 61.98rem) {
  .row {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 35.98rem) {
  .row {
    margin: 0 -0.46875rem;
  }
}

@media (max-width: 61.98rem) {
  *[class*=" col-"],
  *[class^=col-] {
    padding: 0 0.625rem;
  }
}
@media (max-width: 35.98rem) {
  *[class*=" col-"],
  *[class^=col-] {
    padding: 0 0.46875rem;
  }
}

#page {
  position: relative;
  background-color: #fffaf0;
}

/* Set custom outline styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html.user-tab-nav a:focus,
html.user-tab-nav button:focus,
html.user-tab-nav input:focus,
html.user-tab-nav select:focus,
html.user-tab-nav textarea:focus {
  outline: 0.125rem solid #7aacfe;
  outline-offset: 0;
}

html body .cky-consent-container .cky-consent-bar {
  padding: 1.5rem 1.25rem 2rem 1.25rem;
  border-radius: 2rem;
  box-shadow: none !important;
}
html body .cky-consent-container .cky-consent-bar .cky-title {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  font-variation-settings: var(--title-1-font-variation-settings);
  margin-bottom: 0.75rem;
}
html body .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
  margin-top: 1.5rem;
}
html body .cky-consent-container .cky-consent-bar p:not(.cky-title),
html body .cky-consent-container .cky-consent-bar a {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-1-font-variation-settings);
  color: #fff;
}
html body .cky-consent-container .cky-consent-bar a {
  text-decoration: underline;
}
html body .cky-consent-container .cky-consent-bar .cky-btn {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 2.6875rem 0.875rem 1.8125rem;
  text-align: center;
  border-radius: 0.75rem 5.625rem 0 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: relative;
  padding: 0 !important;
  color: #2157d6;
  border: none;
  border-radius: 0;
  background-color: transparent;
  flex: initial !important;
  color: #fffaf0 !important;
  background: transparent !important;
}
.bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn, .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn {
  color: #fff;
}
.bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn.hover, a:hover .bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn, a:focus .bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn, .bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn:hover, .bg-dark html body .cky-consent-container .cky-consent-bar .cky-btn:focus, .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn.hover, a:hover .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn, a:focus .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn, .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn:hover, .bg-cobalt html body .cky-consent-container .cky-consent-bar .cky-btn:focus {
  color: #e4dfd4;
}
html body .cky-consent-container .cky-consent-bar .cky-btn::before {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: currentcolor;
}
html body .cky-consent-container .cky-consent-bar .cky-btn.hover, a:hover html body .cky-consent-container .cky-consent-bar .cky-btn, a:focus html body .cky-consent-container .cky-consent-bar .cky-btn, html body .cky-consent-container .cky-consent-bar .cky-btn:hover, html body .cky-consent-container .cky-consent-bar .cky-btn:focus {
  color: #0f3eac;
}
.bg-white html body .cky-consent-container .cky-consent-bar .cky-btn {
  color: #2157d6;
}
.bg-white html body .cky-consent-container .cky-consent-bar .cky-btn:hover, .bg-white html body .cky-consent-container .cky-consent-bar .cky-btn:focus {
  color: #0f3eac;
}
html body .cky-consent-container .cky-consent-bar .cky-btn:hover {
  color: #d3ccc1 !important;
}

main.content-wrapper {
  overflow: hidden;
}

.tribe-events-pg-template {
  padding-top: var(--header-bar-height) !important;
}

.tribe-events-page-template * {
  font-family: peridot-pe-variable !important;
}
.tribe-events-page-template .tribe-events-c-search__input {
  padding-left: 2.5rem !important;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button {
  display: flex !important;
  justify-content: space-between !important;
  text-align: left !important;
  border: 0.0625rem solid #c1baae !important;
  border-radius: 0.5rem !important;
  background-color: #fffaf0 !important;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button::after {
  content: "\ea54";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button:hover {
  color: #203465 !important;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text {
  color: #203465 !important;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-1-font-variation-settings);
  color: #203465 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  outline: none !important;
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__button svg {
  display: none !important;
}
.tribe-events-page-template #page p:not(.post-card-featured__excerpt):not(.post-card-featured__date),
.tribe-events-page-template #page strong {
  color: #020d2a !important;
}
.tribe-events-page-template h1 {
  font-size: clamp(2.25rem, 0.8214285714rem + 2.9761904762vw, 3.5rem) !important;
  line-height: clamp(2.75rem, 1.4642857143rem + 2.6785714286vw, 3.875rem) !important;
}
.tribe-events-page-template h2 {
  font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem) !important;
  line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem) !important;
}
.tribe-events-page-template h3 {
  font-size: clamp(0.85rem, 0.9642857143rem + 0.5952380952vw, 1rem) !important;
  line-height: clamp(1rem, 1.4642857143rem + 0.5952380952vw, 1.2rem) !important;
}
.tribe-events-page-template h4 {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem) !important;
  line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem) !important;
}
.tribe-events-page-template h5 {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem) !important;
  line-height: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem) !important;
}
.tribe-events-page-template h6 {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tribe-events-page-template p {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem) !important;
  line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem) !important;
}
.tribe-events-page-template h1,
.tribe-events-page-template h2 {
  color: #0d2459 !important;
}
.tribe-events-page-template h3,
.tribe-events-page-template h4,
.tribe-events-page-template h5,
.tribe-events-page-template h6 {
  color: #020d2a !important;
}
@media (max-width: 61.98rem) {
  .tribe-events-page-template .tribe-common-form-control-text__input {
    padding-left: 2.5rem;
  }
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next::after {
  content: "\ea42";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous::before {
  content: "\ea41";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous {
  display: flex;
  align-items: center;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next::before, .tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next::after,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous::before,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous::after {
  width: initial;
  color: #2157d6;
  background: none !important;
  transform: translateY(-2px);
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next::before,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous::before {
  padding-right: 0.25rem;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next::after,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous::after {
  padding-left: 0.25rem;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next:hover,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous:hover {
  color: #0f3eac !important;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next:hover::before, .tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next:hover::after,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous:hover::before,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous:hover::after {
  color: #0f3eac !important;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous a {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  position: relative;
  display: -webkit-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 30ch;
  color: #2157d6 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next a::before, .tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-next a::after,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous a::before,
.tribe-events-page-template .tribe-events-sub-nav .tribe-events-nav-previous a::after {
  display: none;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
  left: 16px !important;
  right: auto !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: clamp(5.5rem, 1.5rem + 8.3333333333vw, 9rem) !important;
}

.tribe-events-calendar-month__multiday-event-bar h3 {
  font-size: 1.0625rem !important;
}

.tribe-events-calendar-list .wp-block-buttons {
  margin-top: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem) !important;
}
.tribe-events-calendar-list .wp-block-buttons .wp-block-button.is-style-primary span {
  color: #fff !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  max-width: 36rem;
}
@media (min-width: 36rem) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 90rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
  margin-left: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=" col-"],
.no-gutters > [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* stylelint-disable-line order/order */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

@media (min-width: 36rem) {
  /* stylelint-disable-line order/order */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 48rem) {
  /* stylelint-disable-line order/order */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 62rem) {
  /* stylelint-disable-line order/order */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 75rem) {
  /* stylelint-disable-line order/order */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 90rem) {
  /* stylelint-disable-line order/order */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 105rem) {
  /* stylelint-disable-line order/order */
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  padding-left: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  color: var(--blockColor, #020d2a);
  text-decoration: none;
}
nav a:hover {
  color: var(--blockColor, #020d2a);
  text-decoration: none;
}
nav li {
  display: inline-block;
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul ul li::before {
  content: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.acf-block:not(.bg-white):not(.bg-transparent) + h1, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-1-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h2, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-2-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h3, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-3-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h4, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-4-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h5, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-5-font-size, .acf-block:not(.bg-white):not(.bg-transparent) + h6, .acf-block:not(.bg-white):not(.bg-transparent) + .has-t-6-font-size {
  margin-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem);
}
h1 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-1-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h2 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-2-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h3 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-3-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h4 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-4-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h5 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-5-font-size + .acf-block:not(.bg-white):not(.bg-transparent), h6 + .acf-block:not(.bg-white):not(.bg-transparent), .has-t-6-font-size + .acf-block:not(.bg-white):not(.bg-transparent) {
  margin-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}

.has-display-font-size {
  font-weight: var(--display-font-weight);
  font-size: var(--display-font-size);
  font-family: var(--display-font-family);
  line-height: var(--display-line-height);
  font-variation-settings: var(--display-font-variation-settings);
  margin-bottom: var(--display-margin-bottom);
  font-variation-settings: "wght" 800, "wdth" 100;
  color: #0d2459;
}
.has-display-font-size:first-child {
  margin-top: 0;
}
.has-display-font-size:last-child {
  margin-bottom: 0;
}
.bg-dark .has-display-font-size, .bg-cobalt .has-display-font-size {
  color: #fff;
}

h1,
.has-t-1-font-size {
  font-weight: var(--t1-font-weight);
  font-size: var(--t1-font-size);
  font-family: var(--t1-font-family);
  line-height: var(--t1-line-height);
  font-variation-settings: var(--t1-font-variation-settings);
  margin-top: calc(var(--t1-margin-bottom) * 2);
  margin-bottom: var(--t1-margin-bottom);
  font-variation-settings: "wght" 800, "wdth" 100;
  color: #0d2459;
}
h1:first-child,
.has-t-1-font-size:first-child {
  margin-top: 0;
}
h1:last-child,
.has-t-1-font-size:last-child {
  margin-bottom: 0;
}
.bg-dark h1, .bg-cobalt h1,
.bg-dark .has-t-1-font-size,
.bg-cobalt .has-t-1-font-size {
  color: #fff;
}

h2,
.has-t-2-font-size {
  font-weight: var(--t2-font-weight);
  font-size: var(--t2-font-size);
  font-family: var(--t2-font-family);
  line-height: var(--t2-line-height);
  font-variation-settings: var(--t2-font-variation-settings);
  margin-top: calc(var(--t2-margin-bottom) * 2);
  margin-bottom: var(--t2-margin-bottom);
  color: #0d2459;
}
h2:first-child,
.has-t-2-font-size:first-child {
  margin-top: 0;
}
h2:last-child,
.has-t-2-font-size:last-child {
  margin-bottom: 0;
}
.bg-dark h2, .bg-cobalt h2,
.bg-dark .has-t-2-font-size,
.bg-cobalt .has-t-2-font-size {
  color: #fff;
}

h3,
.has-t-3-font-size {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  font-variation-settings: var(--t3-font-variation-settings);
  margin-top: calc(var(--t3-margin-bottom) * 2);
  margin-bottom: var(--t3-margin-bottom);
}
h3:first-child,
.has-t-3-font-size:first-child {
  margin-top: 0;
}
h3:last-child,
.has-t-3-font-size:last-child {
  margin-bottom: 0;
}

h4,
.has-t-4-font-size {
  font-weight: var(--t4-font-weight);
  font-size: var(--t4-font-size);
  font-family: var(--t4-font-family);
  line-height: var(--t4-line-height);
  font-variation-settings: var(--t4-font-variation-settings);
  margin-top: calc(var(--t4-margin-bottom) * 2);
  margin-bottom: var(--t4-margin-bottom);
}
h4:first-child,
.has-t-4-font-size:first-child {
  margin-top: 0;
}
h4:last-child,
.has-t-4-font-size:last-child {
  margin-bottom: 0;
}

h5,
.has-t-5-font-size {
  font-weight: var(--t5-font-weight);
  font-size: var(--t5-font-size);
  font-family: var(--t5-font-family);
  line-height: var(--t5-line-height);
  font-variation-settings: var(--t5-font-variation-settings);
  margin-top: calc(var(--t5-margin-bottom) * 2);
  margin-bottom: var(--t5-margin-bottom);
}
h5:first-child,
.has-t-5-font-size:first-child {
  margin-top: 0;
}
h5:last-child,
.has-t-5-font-size:last-child {
  margin-bottom: 0;
}

h6,
.has-t-6-font-size {
  font-weight: var(--t6-font-weight);
  font-size: var(--t6-font-size);
  font-family: var(--t6-font-family);
  line-height: var(--t6-line-height);
  font-variation-settings: var(--t6-font-variation-settings);
  margin-top: calc(var(--t6-margin-bottom) * 2);
  margin-bottom: var(--t6-margin-bottom);
}
h6:first-child,
.has-t-6-font-size:first-child {
  margin-top: 0;
}
h6:last-child,
.has-t-6-font-size:last-child {
  margin-bottom: 0;
}
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
.has-t-6-font-size + h1,
.has-t-6-font-size + h2,
.has-t-6-font-size + h3,
.has-t-6-font-size + h4,
.has-t-6-font-size + h5,
.has-t-6-font-size + h6 {
  margin-top: 0 !important;
}

p {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  font-variation-settings: var(--body-1-font-variation-settings);
  margin-bottom: var(--body-1-margin-bottom);
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p + .acf-block.bg-transparent {
  margin-top: var(--body-1-margin-bottom);
}
.acf-block:not(.bg-white):not(.bg-transparent) + p {
  margin-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem);
}
p + .acf-block:not(.bg-white):not(.bg-transparent) {
  margin-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}

strong {
  font-weight: 600;
}

.has-body-1-font-size {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  font-variation-settings: var(--body-1-font-variation-settings);
  margin-bottom: var(--body-1-margin-bottom);
}
.has-body-1-font-size:first-child {
  margin-top: 0;
}
.has-body-1-font-size:last-child {
  margin-bottom: 0;
}

.has-body-2-font-size {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  font-variation-settings: var(--body-2-font-variation-settings);
  margin-bottom: var(--body-2-margin-bottom);
}
.has-body-2-font-size:first-child {
  margin-top: 0;
}
.has-body-2-font-size:last-child {
  margin-bottom: 0;
}

.has-lead-font-size {
  font-weight: var(--lead-font-weight);
  font-size: var(--lead-font-size);
  font-family: var(--lead-font-family);
  line-height: var(--lead-line-height);
  font-variation-settings: var(--lead-font-variation-settings);
  margin-top: calc(var(--lead-margin-bottom) * 1);
  margin-bottom: var(--lead-margin-bottom);
}
.has-lead-font-size:first-child {
  margin-top: 0;
}
.has-lead-font-size:last-child {
  margin-bottom: 0;
}

.has-quote-1-font-size {
  font-weight: var(--quote-1-font-weight);
  font-size: var(--quote-1-font-size);
  font-family: var(--quote-1-font-family);
  font-style: var(--quote-1-font-style);
  line-height: var(--quote-1-line-height);
  font-variation-settings: var(--quote-1-font-variation-settings);
  margin-top: calc(var(--quote-1-margin-bottom) * 2);
  margin-bottom: var(--quote-1-margin-bottom);
}
.has-quote-1-font-size:first-child {
  margin-top: 0;
}
.has-quote-1-font-size:last-child {
  margin-bottom: 0;
}

.has-quote-2-font-size {
  font-weight: var(--quote-2-font-weight);
  font-size: var(--quote-2-font-size);
  font-family: var(--quote-2-font-family);
  font-style: var(--quote-2-font-style);
  line-height: var(--quote-2-line-height);
  font-variation-settings: var(--quote-2-font-variation-settings);
  margin-top: calc(var(--quote-2-margin-bottom) * 2);
  margin-bottom: var(--quote-2-margin-bottom);
}
.has-quote-2-font-size:first-child {
  margin-top: 0;
}
.has-quote-2-font-size:last-child {
  margin-bottom: 0;
}

.has-stat-font-size {
  font-weight: var(--stat-font-weight);
  font-size: var(--stat-font-size);
  font-family: var(--stat-font-family);
  line-height: var(--stat-line-height);
  text-transform: var(--stat-text-transform);
  font-variation-settings: var(--stat-font-variation-settings);
  margin-bottom: var(--stat-margin-bottom);
  font-variation-settings: "wght" 800, "wdth" 100;
}
.has-stat-font-size:first-child {
  margin-top: 0;
}
.has-stat-font-size:last-child {
  margin-bottom: 0;
}

.has-subtitle-1-font-size {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-1-font-variation-settings);
  margin-bottom: var(--subtitle-1-margin-bottom);
}
.has-subtitle-1-font-size:first-child {
  margin-top: 0;
}
.has-subtitle-1-font-size:last-child {
  margin-bottom: 0;
}

.has-subtitle-2-font-size {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-2-font-variation-settings);
  margin-bottom: var(--subtitle-2-margin-bottom);
}
.has-subtitle-2-font-size:first-child {
  margin-top: 0;
}
.has-subtitle-2-font-size:last-child {
  margin-bottom: 0;
}

.has-subtitle-3-font-size {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-3-font-variation-settings);
  margin-bottom: var(--subtitle-3-margin-bottom);
}
.has-subtitle-3-font-size:first-child {
  margin-top: 0;
}
.has-subtitle-3-font-size:last-child {
  margin-bottom: 0;
}

.has-overline-font-size {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  font-variation-settings: var(--overline-font-variation-settings);
  margin-bottom: var(--overline-margin-bottom);
}
.has-overline-font-size:first-child {
  margin-top: 0;
}
.has-overline-font-size:last-child {
  margin-bottom: 0;
}
.has-overline-font-size + h1, .has-overline-font-size + h2, .has-overline-font-size + h3, .has-overline-font-size + h4, .has-overline-font-size + h5, .has-overline-font-size + h6 {
  margin-top: 0 !important;
}

.has-title-1-font-size {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  font-variation-settings: var(--title-1-font-variation-settings);
  margin-bottom: var(--title-1-margin-bottom);
}
.has-title-1-font-size:first-child {
  margin-top: 0;
}
.has-title-1-font-size:last-child {
  margin-bottom: 0;
}

.container {
  padding-right: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
  padding-left: clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem);
}

.content-wrapper > .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content-wrapper > .container h2:first-child,
.content-wrapper > .container h3:first-child,
.content-wrapper > .container h4:first-child,
.content-wrapper > .container h5:first-child,
.content-wrapper > .container h6:first-child {
  margin-top: 0;
}
.content-wrapper > .container h2:last-child,
.content-wrapper > .container h3:last-child,
.content-wrapper > .container h4:last-child,
.content-wrapper > .container h5:last-child,
.content-wrapper > .container h6:last-child {
  margin-bottom: -1.25rem;
}
@media (min-width: 48rem) {
  .content-wrapper > .container h2:last-child,
  .content-wrapper > .container h3:last-child,
  .content-wrapper > .container h4:last-child,
  .content-wrapper > .container h5:last-child,
  .content-wrapper > .container h6:last-child {
    margin-bottom: -2.5rem;
  }
}
.content-wrapper > .container .block-hook:first-child + h2,
.content-wrapper > .container .block-hook:first-child + h3,
.content-wrapper > .container .block-hook:first-child + h4,
.content-wrapper > .container .block-hook:first-child + h5,
.content-wrapper > .container .block-hook:first-child + h6 {
  margin-top: 0;
}

/* stylelint-disable order/order */
:root {
  --button-default: #2157d6;
  --cobalt: #2157d6;
  --button-hover: #0f3eac;
  --cobalt-secondary: #0f3eac;
  --jade: #59bd8a;
  --ivory: #fffaf0;
  --white: #fff;
  --dark-navy: #020d2a;
  --yellow: #fbc057;
  --navy: #0d2459;
  --hunter: #036b69;
  --maroon: #8a0041;
  --sky-blue: #73caf4;
  --fuschia: #e833f7;
  --neutral-1: #203465;
  --neutral-2: #324570;
  --neutral-3: #45557c;
  --neutral-4: #576687;
  --neutral-5: #6a7693;
  --neutral-6: #7d879f;
  --neutral-60: #c1baae;
  --neutral-7: #d3ccc1;
  --neutral-8: #e4dfd4;
  --neutral-9: #ede8dd;
  --neutral-10: #f6f1e7;
  --dots: #8f97aa;
  --error: #ad0322;
  --warning: #faa614;
  --success: #008738;
  --information: #006bb2;
  --autofill: #e3eef5;
  --display-font-family: peridot-pe-variable;
  --display-font-size: clamp(2.5rem, 0.3571428571rem + 4.4642857143vw, 4.375rem);
  --display-line-height: clamp(2.75rem, 0.3214285714rem + 5.0595238095vw, 4.875rem);
  --display-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --display-font-weight: normal;
  --display-font-variation-settings: "wght" 800, "wdth" 100;
  --t1-font-family: peridot-pe-variable;
  --t1-font-size: clamp(2.25rem, 0.8214285714rem + 2.9761904762vw, 3.5rem);
  --t1-line-height: clamp(2.75rem, 1.4642857143rem + 2.6785714286vw, 3.875rem);
  --t1-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t1-font-weight: normal;
  --t1-font-variation-settings: "wght" 800, "wdth" 100;
  --t1-underline-font-family: peridot-pe-variable;
  --t1-underline-font-size: clamp(2.25rem, 0.8214285714rem + 2.9761904762vw, 3.5rem);
  --t1-underline-line-height: clamp(2.75rem, 1.4642857143rem + 2.6785714286vw, 3.875rem);
  --t1-underline-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t1-underline-font-weight: normal;
  --t1-underline-font-variation-settings: "wght" 800, "wdth" 100;
  --t1-underline-text-decoration: underline;
  --t2-font-family: peridot-pe-variable;
  --t2-font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  --t2-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --t2-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t2-font-weight: normal;
  --t2-font-variation-settings: "wght" 600, "wdth" 100;
  --t2-underline-font-family: peridot-pe-variable;
  --t2-underline-font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  --t2-underline-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --t2-underline-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --t2-underline-font-weight: normal;
  --t2-underline-font-variation-settings: "wght" 600, "wdth" 100;
  --t2-underline-text-decoration: underline;
  --t3-font-family: peridot-pe-variable;
  --t3-font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t3-line-height: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  --t3-margin-bottom: 1rem;
  --t3-font-weight: normal;
  --t3-font-variation-settings: "wght" 600, "wdth" 100;
  --t3-underline-font-family: peridot-pe-variable;
  --t3-underline-font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t3-underline-line-height: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  --t3-underline-margin-bottom: 1rem;
  --t3-underline-font-weight: normal;
  --t3-underline-font-variation-settings: "wght" 600, "wdth" 100;
  --t3-underline-text-decoration: underline;
  --t4-font-family: peridot-pe-variable;
  --t4-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --t4-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --t4-margin-bottom: 0.5rem;
  --t4-font-weight: normal;
  --t4-font-variation-settings: "wght" 600, "wdth" 100;
  --t5-font-family: peridot-pe-variable;
  --t5-font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  --t5-line-height: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --t5-margin-bottom: 0.5rem;
  --t5-font-weight: normal;
  --t5-font-variation-settings: "wght" 600, "wdth" 100;
  --t6-font-family: peridot-pe-variable;
  --t6-font-size: 0.75rem;
  --t6-line-height: 1rem;
  --t6-margin-bottom: 0.5rem;
  --t6-font-weight: normal;
  --t6-font-variation-settings: "wght" 600, "wdth" 100;
  --body-1-font-family: peridot-pe-variable;
  --body-1-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-margin-bottom: 1.5rem;
  --body-1-font-weight: normal;
  --body-1-font-variation-settings: "wght" 300, "wdth" 100;
  --body-1-underline-font-family: peridot-pe-variable;
  --body-1-underline-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-underline-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-underline-margin-bottom: 1.5rem;
  --body-1-underline-font-weight: normal;
  --body-1-underline-font-variation-settings: "wght" 300, "wdth" 100;
  --body-1-underline-text-decoration: underline;
  --body-1-italic-font-family: peridot-pe-variable;
  --body-1-italic-font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  --body-1-italic-line-height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  --body-1-italic-margin-bottom: 1.5rem;
  --body-1-italic-font-weight: normal;
  --body-1-italic-font-variation-settings: "wght" 300, "wdth" 100;
  --body-1-italic-font-style: italic;
  --body-2-font-family: peridot-pe-variable;
  --body-2-font-size: 1rem;
  --body-2-line-height: 1.5rem;
  --body-2-margin-bottom: 1.5rem;
  --body-2-font-weight: normal;
  --body-2-font-variation-settings: "wght" 300, "wdth" 100;
  --body-2-underline-font-family: peridot-pe-variable;
  --body-2-underline-font-size: 1rem;
  --body-2-underline-line-height: 1.5rem;
  --body-2-underline-margin-bottom: 1.5rem;
  --body-2-underline-font-weight: normal;
  --body-2-underline-font-variation-settings: "wght" 300, "wdth" 100;
  --body-2-underline-text-decoration: underline;
  --body-2-italic-font-family: peridot-pe-variable;
  --body-2-italic-font-size: 1rem;
  --body-2-italic-line-height: 1.5rem;
  --body-2-italic-margin-bottom: 1.5rem;
  --body-2-italic-font-weight: normal;
  --body-2-italic-font-variation-settings: "wght" 300, "wdth" 100;
  --body-2-italic-font-style: italic;
  --lead-font-family: peridot-pe-variable;
  --lead-font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  --lead-line-height: clamp(2.25rem, 1.6785714286rem + 1.1904761905vw, 2.75rem);
  --lead-margin-bottom: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  --lead-font-weight: normal;
  --lead-font-variation-settings: "wght" 600, "wdth" 100;
  --quote-1-font-family: peridot-pe-variable;
  --quote-1-font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  --quote-1-line-height: clamp(2rem, 0.2857142857rem + 3.5714285714vw, 3.5rem);
  --quote-1-margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  --quote-1-font-weight: normal;
  --quote-1-font-variation-settings: "wght" 600, "wdth" 100;
  --quote-1-font-style: italic;
  --quote-2-font-family: peridot-pe-variable;
  --quote-2-font-size: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
  --quote-2-line-height: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  --quote-2-margin-bottom: 1.5rem;
  --quote-2-font-weight: normal;
  --quote-2-font-variation-settings: "wght" 600, "wdth" 100;
  --quote-2-font-style: italic;
  --quote-3-font-family: peridot-pe-variable;
  --quote-3-font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  --quote-3-line-height: clamp(1.75rem, 1.3214285714rem + 0.8928571429vw, 2.125rem);
  --quote-3-margin-bottom: 1.5rem;
  --quote-3-font-weight: normal;
  --quote-3-font-variation-settings: "wght" 600, "wdth" 100;
  --quote-3-font-style: italic;
  --stat-font-family: peridot-pe-variable;
  --stat-font-size: clamp(2.5rem, 0.2142857143rem + 4.7619047619vw, 4.5rem);
  --stat-line-height: clamp(3rem, 0.8571428571rem + 4.4642857143vw, 4.875rem);
  --stat-margin-bottom: 0.25rem;
  --stat-font-weight: normal;
  --stat-font-variation-settings: "wght" 800, "wdth" 100;
  --stat-text-transform: uppercase;
  --nav-1-font-family: peridot-pe-variable;
  --nav-1-font-size: clamp(1rem, 1.2678571429rem + -0.2976190476vw, 1.125rem);
  --nav-1-line-height: clamp(1.25rem, 1.7857142857rem + -0.5952380952vw, 1.5rem);
  --nav-1-font-weight: normal;
  --nav-1-font-variation-settings: "wght" 600, "wdth" 100;
  --nav-2-font-family: peridot-pe-variable;
  --nav-2-font-size: clamp(0.875rem, 1.1428571429rem + -0.2976190476vw, 1rem);
  --nav-2-line-height: 1.25rem;
  --nav-2-font-weight: normal;
  --nav-2-font-variation-settings: "wght" 600, "wdth" 100;
  --nav-3-font-family: peridot-pe-variable;
  --nav-3-font-size: clamp(0.75rem, 1.0178571429rem + -0.2976190476vw, 0.875rem);
  --nav-3-line-height: clamp(1rem, 1.5357142857rem + -0.5952380952vw, 1.25rem);
  --nav-3-font-weight: normal;
  --nav-3-font-variation-settings: "wght" 600, "wdth" 100;
  --title-1-font-family: peridot-pe-variable;
  --title-1-font-size: 1.125rem;
  --title-1-line-height: 1.5rem;
  --title-1-margin-bottom: 1rem;
  --title-1-font-weight: normal;
  --title-1-font-variation-settings: "wght" 600, "wdth" 100;
  --title-1-underline-font-family: peridot-pe-variable;
  --title-1-underline-font-size: 1.125rem;
  --title-1-underline-line-height: 1.5rem;
  --title-1-underline-margin-bottom: 1rem;
  --title-1-underline-font-weight: normal;
  --title-1-underline-font-variation-settings: "wght" 600, "wdth" 100;
  --title-1-underline-text-decoration: underline;
  --title-2-font-family: peridot-pe-variable;
  --title-2-font-size: 1rem;
  --title-2-line-height: 1.5rem;
  --title-2-margin-bottom: 0.5rem;
  --title-2-font-weight: normal;
  --title-2-font-variation-settings: "wght" 600, "wdth" 100;
  --title-2-underline-font-family: peridot-pe-variable;
  --title-2-underline-font-size: 1rem;
  --title-2-underline-line-height: 1.5rem;
  --title-2-underline-margin-bottom: 0.5rem;
  --title-2-underline-font-weight: normal;
  --title-2-underline-font-variation-settings: "wght" 600, "wdth" 100;
  --title-2-underline-text-decoration: underline;
  --title-3-font-family: peridot-pe-variable;
  --title-3-font-size: 0.875rem;
  --title-3-line-height: 1rem;
  --title-3-margin-bottom: 0.5rem;
  --title-3-font-weight: normal;
  --title-3-font-variation-settings: "wght" 600, "wdth" 100;
  --title-3-underline-font-family: peridot-pe-variable;
  --title-3-underline-font-size: 0.875rem;
  --title-3-underline-line-height: 1rem;
  --title-3-underline-margin-bottom: 0.5rem;
  --title-3-underline-font-weight: normal;
  --title-3-underline-font-variation-settings: "wght" 600, "wdth" 100;
  --title-3-underline-text-decoration: underline;
  --subtitle-1-font-family: peridot-pe-variable;
  --subtitle-1-font-size: 1rem;
  --subtitle-1-line-height: 1.5rem;
  --subtitle-1-margin-bottom: 1rem;
  --subtitle-1-font-weight: normal;
  --subtitle-1-font-variation-settings: "wght" 300, "wdth" 100;
  --subtitle-1-text-decoration: underline;
  --subtitle-2-font-family: peridot-pe-variable;
  --subtitle-2-font-size: 0.875rem;
  --subtitle-2-line-height: 1.25rem;
  --subtitle-2-margin-bottom: 0.5rem;
  --subtitle-2-font-weight: normal;
  --subtitle-2-font-variation-settings: "wght" 300, "wdth" 100;
  --subtitle-2-text-decoration: underline;
  --subtitle-3-font-family: peridot-pe-variable;
  --subtitle-3-font-size: 0.75rem;
  --subtitle-3-line-height: 1rem;
  --subtitle-3-margin-bottom: 1rem;
  --subtitle-3-font-weight: normal;
  --subtitle-3-font-variation-settings: "wght" 300, "wdth" 100;
  --subtitle-3-text-decoration: underline;
  --link-1-font-family: peridot-pe-variable;
  --link-1-font-size: 0.9375rem;
  --link-1-line-height: 1.25rem;
  --link-1-margin-bottom: 1rem;
  --link-1-font-weight: normal;
  --link-1-font-variation-settings: "wght" 800, "wdth" 100;
  --link-1-letter-spacing: 0.05rem;
  --link-1-text-transform: uppercase;
  --link-1-underline-font-family: peridot-pe-variable;
  --link-1-underline-font-size: 0.9375rem;
  --link-1-underline-line-height: 1.25rem;
  --link-1-underline-margin-bottom: 1rem;
  --link-1-underline-font-weight: normal;
  --link-1-underline-font-variation-settings: "wght" 800, "wdth" 100;
  --link-1-underline-letter-spacing: 0.05rem;
  --link-1-underline-text-decoration: underline;
  --link-1-underline-text-transform: uppercase;
  --link-2-font-family: peridot-pe-variable;
  --link-2-font-size: 0.8125rem;
  --link-2-line-height: 1.25rem;
  --link-2-margin-bottom: 0.5rem;
  --link-2-font-weight: normal;
  --link-2-font-variation-settings: "wght" 800, "wdth" 100;
  --link-2-letter-spacing: 0.05rem;
  --link-2-text-transform: uppercase;
  --link-2-underline-font-family: peridot-pe-variable;
  --link-2-underline-font-size: 0.8125rem;
  --link-2-underline-line-height: 1.25rem;
  --link-2-underline-margin-bottom: 0.5rem;
  --link-2-underline-font-weight: normal;
  --link-2-underline-font-variation-settings: "wght" 800, "wdth" 100;
  --link-2-underline-letter-spacing: 0.05rem;
  --link-2-underline-text-decoration: underline;
  --link-2-underline-text-transform: uppercase;
  --link-3-font-family: peridot-pe-variable;
  --link-3-font-size: 0.6875rem;
  --link-3-line-height: 1rem;
  --link-3-font-weight: normal;
  --link-3-font-variation-settings: "wght" 800, "wdth" 100;
  --link-3-letter-spacing: 0.05rem;
  --link-3-text-transform: uppercase;
  --link-3-underline-font-family: peridot-pe-variable;
  --link-3-underline-font-size: 0.6875rem;
  --link-3-underline-line-height: 1rem;
  --link-3-underline-font-weight: normal;
  --link-3-underline-font-variation-settings: "wght" 800, "wdth" 100;
  --link-3-underline-letter-spacing: 0.05rem;
  --link-3-underline-text-decoration: underline;
  --link-3-underline-text-transform: uppercase;
  --overline-font-family: peridot-pe-variable;
  --overline-font-size: 0.75rem;
  --overline-line-height: 1rem;
  --overline-margin-bottom: 0.5rem;
  --overline-font-weight: normal;
  --overline-font-variation-settings: "wght" 800, "wdth" 100;
  --overline-letter-spacing: 0.05rem;
  --overline-text-transform: uppercase;
  --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
  --containerMaxWidth: calc(36rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
  --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 36rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
  --columnWidth: calc((36rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
}
@media (min-width: 36rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(48rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 48rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((48rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 48rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(62rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 62rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((62rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 62rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(75rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 75rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((75rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}
@media (min-width: 75rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --containerMaxWidth: calc(90rem - clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem));
    --gutterWidth: clamp(clamp(1.25rem, -1.8928571429rem + 6.5476190476vw, 4rem), 100%, calc((var(--vw, 1vw) * 100 - 90rem + clamp(2.5rem, -3.7857142857rem + 13.0952380952vw, 8rem)) / 2));
    --columnWidth: calc((90rem - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
    --columnMaxWidth: calc((100% - clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem)) / 12);
  }
}

/* stylelint-enable order/order */
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
  --blockBackgroundColor: #fff;
}

.bg-neutral-8 {
  background-color: #e4dfd4;
  --blockBackgroundColor: #e4dfd4;
}

.bg-neutral-9 {
  background-color: #ede8dd;
  --blockBackgroundColor: #ede8dd;
}

.bg-neutral-10 {
  background-color: #f6f1e7;
  --blockBackgroundColor: #f6f1e7;
}

.bg-dark {
  background-color: #324570;
  --blockBackgroundColor: #324570;
  --blockColor: #fff;
  color: #fff;
  --blockHoverColor: #e4dfd4;
}

.bg-ivory {
  background-color: #fffaf0;
  --blockBackgroundColor: #fffaf0;
}

.bg-cobalt {
  background-color: #2157d6;
  --blockBackgroundColor: #2157d6;
  --blockColor: #fff;
  color: #fff;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mw-100 {
  max-width: 100%;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.visually-hidden,
.sr-only {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
}

.acf-block {
  padding: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) 0;
}
.acf-block > h1:first-child, .acf-block > h2:first-child, .acf-block > h3:first-child, .acf-block > h4:first-child, .acf-block > h5:first-child, .acf-block > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block.bg-transparent + .acf-block.bg-transparent {
  padding-top: 0;
}
.acf-block.bg-white + .acf-block.bg-white {
  padding-top: 0;
}
.acf-block.bg-neutral-8 + .acf-block.bg-neutral-8 {
  padding-top: 0;
}
.acf-block.bg-neutral-9 + .acf-block.bg-neutral-9 {
  padding-top: 0;
}
.acf-block.bg-neutral-10 + .acf-block.bg-neutral-10 {
  padding-top: 0;
}
.acf-block.bg-dark + .acf-block.bg-dark {
  padding-top: 0;
}
.acf-block.bg-ivory + .acf-block.bg-ivory {
  padding-top: 0;
}
.acf-block.bg-cobalt + .acf-block.bg-cobalt {
  padding-top: 0;
}
.acf-block > .content-wrapper:first-of-type > h1:first-child, .acf-block > .content-wrapper:first-of-type > h2:first-child, .acf-block > .content-wrapper:first-of-type > h3:first-child, .acf-block > .content-wrapper:first-of-type > h4:first-child, .acf-block > .content-wrapper:first-of-type > h5:first-child, .acf-block > .content-wrapper:first-of-type > h6:first-child,
.acf-block > .container:first-of-type > h1:first-child,
.acf-block > .container:first-of-type > h2:first-child,
.acf-block > .container:first-of-type > h3:first-child,
.acf-block > .container:first-of-type > h4:first-child,
.acf-block > .container:first-of-type > h5:first-child,
.acf-block > .container:first-of-type > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block > .content-wrapper:first-of-type > p:first-child,
.acf-block > .content-wrapper:first-of-type > .wp-block-columns-wrapper:first-child,
.acf-block > .container:first-of-type > p:first-child,
.acf-block > .container:first-of-type > .wp-block-columns-wrapper:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}

.acf-innerblocks-container {
  display: contents;
}

body:not(.post-type-archive-library_block):not(.wp-admin) .block-inactive {
  display: none;
}

/* stylelint-disable no-descending-specificity */
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h1:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h2:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h3:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h4:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h5:first-child, .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block) > h6:first-child {
  padding-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem) !important;
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block):first-child {
  padding-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block):last-child {
  padding-bottom: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 9 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 9 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 7 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 7 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-narrow {
    width: calc(var(--columnWidth) * 6 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 6 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-full {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
}
@media (min-width: 36rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .content-wrapper > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce):not(.block-editor-inner-blocks):not(.wp-block[data-type*=acf]):not(.wp-block-image):not(.wp-block-separator):not(.wp-block-columns):not(label):not(.acf-inline-block).is-style-wide {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.acf-block .content-wrapper > h1:first-child, .acf-block .content-wrapper > h2:first-child, .acf-block .content-wrapper > h3:first-child, .acf-block .content-wrapper > h4:first-child, .acf-block .content-wrapper > h5:first-child, .acf-block .content-wrapper > h6:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.acf-block .content-wrapper > :first-child {
  padding-top: 0 !important;
}
.acf-block .content-wrapper > :last-child {
  padding-bottom: 0 !important;
}
.acf-block .content-wrapper > p:first-child {
  margin-top: clamp(-1rem, 0.0714285714rem + -1.1904761905vw, -0.5rem);
}
.content-wrapper p + .wp-block-image {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.default-content {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 36rem) {
  .default-content {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .default-content {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 62rem) {
  .default-content {
    width: calc(var(--columnWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 10 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 75rem) {
  .default-content {
    width: calc(var(--columnWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 8 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
.default-content .alignleft {
  float: left;
}
.default-content .alignright {
  float: right;
}
.default-content img.alignleft {
  margin: 0.375rem 1.5rem 1.5rem 0rem;
}
.default-content img.alignright {
  margin: 0.375rem 0rem 1.5rem 1.5rem;
}

/* stylelint-enable no-descending-specificity */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.c-btn:hover .icon:first-child, .c-btn:focus .icon:first-child {
  transform: translateX(-0.1875rem);
}
.c-btn:hover .icon:last-child, .c-btn:focus .icon:last-child {
  transform: translateX(0.1875rem);
}
.c-btn .icon {
  font-size: 1.25em;
  transition: transform 0.2s linear;
}
.c-btn .icon:first-child {
  margin-right: 0.25rem;
}
.c-btn .icon:last-child {
  margin-left: 0.25rem;
}

.c-btn--primary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 2.6875rem 0.875rem 1.8125rem;
  text-align: center;
  border-radius: 0.75rem 5.625rem 0 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  padding: 0 2.6875rem 0 1.75rem;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 0 2.6875rem 0 1.75rem;
}
@media (max-width: 35.98rem) {
  .c-btn--primary {
    width: 100%;
  }
}
.bg-dark .c-btn--primary, .bg-cobalt .c-btn--primary {
  color: #2157d6;
}
.bg-dark .c-btn--primary.hover, a:hover .bg-dark .c-btn--primary, a:focus .bg-dark .c-btn--primary, .bg-dark .c-btn--primary:hover, .bg-dark .c-btn--primary:focus, .bg-cobalt .c-btn--primary.hover, a:hover .bg-cobalt .c-btn--primary, a:focus .bg-cobalt .c-btn--primary, .bg-cobalt .c-btn--primary:hover, .bg-cobalt .c-btn--primary:focus {
  color: #0f3eac;
}
.c-btn--primary.hover, a:hover .c-btn--primary, a:focus .c-btn--primary, .c-btn--primary:hover, .c-btn--primary:focus {
  color: #fff;
}
.bg-white .c-btn--primary {
  color: #fff;
}
.bg-white .c-btn--primary.hover, a:hover .bg-white .c-btn--primary, a:focus .bg-white .c-btn--primary, .bg-white .c-btn--primary:hover, .bg-white .c-btn--primary:focus {
  color: #fff;
}
.c-btn--primary span {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 14px 0 12px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid transparent;
  background-color: #2157d6;
}
.bg-dark .c-btn--primary span, .bg-cobalt .c-btn--primary span {
  border-top: none;
  border-bottom: none;
  background-color: #fffaf0;
}
.bg-dark .c-btn--primary span::before, .bg-cobalt .c-btn--primary span::before {
  background-image: url(../../images/btn-primary-left-alt-hover.svg);
  background-image: url(../../images/btn-primary-left-alt.svg);
}
.bg-dark .c-btn--primary span::after, .bg-cobalt .c-btn--primary span::after {
  background-image: url(../../images/btn-primary-right-alt-hover.svg);
  background-image: url(../../images/btn-primary-right-alt.svg);
}
.bg-dark .c-btn--primary span.hover, a:hover .bg-dark .c-btn--primary span, a:focus .bg-dark .c-btn--primary span, .bg-dark .c-btn--primary span:hover, .bg-dark .c-btn--primary span:focus, .bg-cobalt .c-btn--primary span.hover, a:hover .bg-cobalt .c-btn--primary span, a:focus .bg-cobalt .c-btn--primary span, .bg-cobalt .c-btn--primary span:hover, .bg-cobalt .c-btn--primary span:focus {
  background-color: #f6f1e7;
}
.bg-dark .c-btn--primary span.hover::before, a:hover .bg-dark .c-btn--primary span::before, a:focus .bg-dark .c-btn--primary span::before, .bg-dark .c-btn--primary span:hover::before, .bg-dark .c-btn--primary span:focus::before, .bg-cobalt .c-btn--primary span.hover::before, a:hover .bg-cobalt .c-btn--primary span::before, a:focus .bg-cobalt .c-btn--primary span::before, .bg-cobalt .c-btn--primary span:hover::before, .bg-cobalt .c-btn--primary span:focus::before {
  background-image: url(../../images/btn-primary-left-alt-hover.svg);
}
.bg-dark .c-btn--primary span.hover::after, a:hover .bg-dark .c-btn--primary span::after, a:focus .bg-dark .c-btn--primary span::after, .bg-dark .c-btn--primary span:hover::after, .bg-dark .c-btn--primary span:focus::after, .bg-cobalt .c-btn--primary span.hover::after, a:hover .bg-cobalt .c-btn--primary span::after, a:focus .bg-cobalt .c-btn--primary span::after, .bg-cobalt .c-btn--primary span:hover::after, .bg-cobalt .c-btn--primary span:focus::after {
  background-image: url(../../images/btn-primary-right-alt-hover.svg);
}
.bg-white .bg-dark .c-btn--primary span, .bg-white .bg-cobalt .c-btn--primary span {
  border: 2px solid #2157d6;
}
.bg-white .bg-dark .c-btn--primary span::before, .bg-white .bg-cobalt .c-btn--primary span::before {
  background-image: url(../../images/btn-primary-left-alt.svg);
}
.bg-white .bg-dark .c-btn--primary span::after, .bg-white .bg-cobalt .c-btn--primary span::after {
  background-image: url(../../images/btn-primary-right-alt.svg);
}
.bg-white .bg-dark .c-btn--primary span.hover, a:hover .bg-white .bg-dark .c-btn--primary span, a:focus .bg-white .bg-dark .c-btn--primary span, .bg-white .bg-dark .c-btn--primary span:hover, .bg-white .bg-dark .c-btn--primary span:focus, .bg-white .bg-cobalt .c-btn--primary span.hover, a:hover .bg-white .bg-cobalt .c-btn--primary span, a:focus .bg-white .bg-cobalt .c-btn--primary span, .bg-white .bg-cobalt .c-btn--primary span:hover, .bg-white .bg-cobalt .c-btn--primary span:focus {
  border-color: #0f3eac;
}
.bg-white .bg-dark .c-btn--primary span.hover::before, a:hover .bg-white .bg-dark .c-btn--primary span::before, a:focus .bg-white .bg-dark .c-btn--primary span::before, .bg-white .bg-dark .c-btn--primary span:hover::before, .bg-white .bg-dark .c-btn--primary span:focus::before, .bg-white .bg-cobalt .c-btn--primary span.hover::before, a:hover .bg-white .bg-cobalt .c-btn--primary span::before, a:focus .bg-white .bg-cobalt .c-btn--primary span::before, .bg-white .bg-cobalt .c-btn--primary span:hover::before, .bg-white .bg-cobalt .c-btn--primary span:focus::before {
  background-image: url(../../images/btn-primary-left-alt-hover.svg);
}
.bg-white .bg-dark .c-btn--primary span.hover::after, a:hover .bg-white .bg-dark .c-btn--primary span::after, a:focus .bg-white .bg-dark .c-btn--primary span::after, .bg-white .bg-dark .c-btn--primary span:hover::after, .bg-white .bg-dark .c-btn--primary span:focus::after, .bg-white .bg-cobalt .c-btn--primary span.hover::after, a:hover .bg-white .bg-cobalt .c-btn--primary span::after, a:focus .bg-white .bg-cobalt .c-btn--primary span::after, .bg-white .bg-cobalt .c-btn--primary span:hover::after, .bg-white .bg-cobalt .c-btn--primary span:focus::after {
  background-image: url(../../images/btn-primary-right-alt-hover.svg);
}
.c-btn--primary span::before, .c-btn--primary span::after {
  top: 0;
  display: block;
  background-repeat: no-repeat;
}
.c-btn--primary span::before {
  position: absolute;
  left: -1.8125rem;
  content: "";
  width: 1.875rem;
  height: 48px;
  background-image: url(../../images/btn-primary-hover-left.svg);
  background-image: url(../../images/btn-primary-left.svg);
}
.c-btn--primary span::after {
  position: absolute;
  right: -2.625rem;
  content: "";
  width: 2.6875rem;
  height: 48px;
  background-image: url(../../images/btn-primary-hover-right.svg);
  background-image: url(../../images/btn-primary-right.svg);
}
.c-btn--primary span.hover, a:hover .c-btn--primary span, a:focus .c-btn--primary span, .c-btn--primary span:hover, .c-btn--primary span:focus {
  border-color: #0f3eac;
  border-left: 1px solid #0f3eac;
  background-color: #0f3eac;
}
.c-btn--primary span.hover::before, a:hover .c-btn--primary span::before, a:focus .c-btn--primary span::before, .c-btn--primary span:hover::before, .c-btn--primary span:focus::before {
  background-image: url(../../images/btn-primary-hover-left.svg);
}
.c-btn--primary span.hover::after, a:hover .c-btn--primary span::after, a:focus .c-btn--primary span::after, .c-btn--primary span:hover::after, .c-btn--primary span:focus::after {
  background-image: url(../../images/btn-primary-hover-right.svg);
}
.c-btn--primary span::before {
  background-image: url(../images/btn-primary-left.svg);
}
.c-btn--primary span::after {
  background-image: url(../images/btn-primary-right.svg);
}
.c-btn--primary span.hover::before, a:hover .c-btn--primary span::before, a:focus .c-btn--primary span::before, .c-btn--primary span:hover::before, .c-btn--primary span:focus::before {
  background-image: url(../images/btn-primary-hover-left.svg);
}
.c-btn--primary span.hover::after, a:hover .c-btn--primary span::after, a:focus .c-btn--primary span::after, .c-btn--primary span:hover::after, .c-btn--primary span:focus::after {
  background-image: url(../images/btn-primary-hover-right.svg);
}

.c-btn--secondary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 2.6875rem 0.875rem 1.8125rem;
  text-align: center;
  border-radius: 0.75rem 5.625rem 0 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  padding: 0 2.6875rem 0 1.75rem;
  color: #2157d6;
  border: none;
  background-color: transparent;
  overflow: hidden;
  padding: 0 2.6875rem 0 1.75rem;
}
@media (max-width: 35.98rem) {
  .c-btn--secondary {
    width: 100%;
  }
}
.bg-dark .c-btn--secondary, .bg-cobalt .c-btn--secondary {
  color: #fff;
}
.bg-dark .c-btn--secondary.hover, a:hover .bg-dark .c-btn--secondary, a:focus .bg-dark .c-btn--secondary, .bg-dark .c-btn--secondary:hover, .bg-dark .c-btn--secondary:focus, .bg-cobalt .c-btn--secondary.hover, a:hover .bg-cobalt .c-btn--secondary, a:focus .bg-cobalt .c-btn--secondary, .bg-cobalt .c-btn--secondary:hover, .bg-cobalt .c-btn--secondary:focus {
  color: #0f3eac;
}
.c-btn--secondary.hover, a:hover .c-btn--secondary, a:focus .c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:focus {
  color: #fff;
}
.bg-white .c-btn--secondary {
  color: #2157d6;
}
.bg-white .c-btn--secondary.hover, a:hover .bg-white .c-btn--secondary, a:focus .bg-white .c-btn--secondary, .bg-white .c-btn--secondary:hover, .bg-white .c-btn--secondary:focus {
  color: #fff;
}
.c-btn--secondary span {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0.75rem 0;
  border-top: 2px solid #2157d6;
  border-bottom: 2px solid #2157d6;
  color: #2157d6;
}
.bg-dark .c-btn--secondary span, .bg-cobalt .c-btn--secondary span {
  border-top: 2px solid #fffaf0;
  border-bottom: 2px solid #fffaf0;
}
.bg-dark .c-btn--secondary span::before, .bg-cobalt .c-btn--secondary span::before {
  background-image: url(../../images/btn-primary-left-alt-hover.svg);
  background-image: url(../../images/btn-secondary-left-alt.svg);
}
.bg-dark .c-btn--secondary span::after, .bg-cobalt .c-btn--secondary span::after {
  background-image: url(../../images/btn-primary-right-alt-hover.svg);
  background-image: url(../../images/btn-secondary-right-alt.svg);
}
.bg-dark .c-btn--secondary span.hover, a:hover .bg-dark .c-btn--secondary span, a:focus .bg-dark .c-btn--secondary span, .bg-dark .c-btn--secondary span:hover, .bg-dark .c-btn--secondary span:focus, .bg-cobalt .c-btn--secondary span.hover, a:hover .bg-cobalt .c-btn--secondary span, a:focus .bg-cobalt .c-btn--secondary span, .bg-cobalt .c-btn--secondary span:hover, .bg-cobalt .c-btn--secondary span:focus {
  border-top: 2px solid #f6f1e7;
  border-bottom: 2px solid #f6f1e7;
  background-color: #f6f1e7;
}
.bg-dark .c-btn--secondary span.hover::before, a:hover .bg-dark .c-btn--secondary span::before, a:focus .bg-dark .c-btn--secondary span::before, .bg-dark .c-btn--secondary span:hover::before, .bg-dark .c-btn--secondary span:focus::before, .bg-cobalt .c-btn--secondary span.hover::before, a:hover .bg-cobalt .c-btn--secondary span::before, a:focus .bg-cobalt .c-btn--secondary span::before, .bg-cobalt .c-btn--secondary span:hover::before, .bg-cobalt .c-btn--secondary span:focus::before {
  background-image: url(../../images/btn-primary-left-alt-hover.svg);
}
.bg-dark .c-btn--secondary span.hover::after, a:hover .bg-dark .c-btn--secondary span::after, a:focus .bg-dark .c-btn--secondary span::after, .bg-dark .c-btn--secondary span:hover::after, .bg-dark .c-btn--secondary span:focus::after, .bg-cobalt .c-btn--secondary span.hover::after, a:hover .bg-cobalt .c-btn--secondary span::after, a:focus .bg-cobalt .c-btn--secondary span::after, .bg-cobalt .c-btn--secondary span:hover::after, .bg-cobalt .c-btn--secondary span:focus::after {
  background-image: url(../../images/btn-primary-right-alt-hover.svg);
}
.bg-white .bg-dark .c-btn--secondary span, .bg-white .bg-cobalt .c-btn--secondary span {
  border: 2px solid #2157d6;
}
.bg-white .bg-dark .c-btn--secondary span::before, .bg-white .bg-cobalt .c-btn--secondary span::before {
  background-image: url(../../images/btn-secondary-left-alt-hover.svg);
  background-image: url(../../images/btn-secondary-left-alt.svg);
}
.bg-white .bg-dark .c-btn--secondary span::after, .bg-white .bg-cobalt .c-btn--secondary span::after {
  background-image: url(../../images/btn-secondary-right-alt-hover.svg);
  background-image: url(../../images/btn-secondary-right-alt.svg);
}
.bg-white .bg-dark .c-btn--secondary span.hover, a:hover .bg-white .bg-dark .c-btn--secondary span, a:focus .bg-white .bg-dark .c-btn--secondary span, .bg-white .bg-dark .c-btn--secondary span:hover, .bg-white .bg-dark .c-btn--secondary span:focus, .bg-white .bg-cobalt .c-btn--secondary span.hover, a:hover .bg-white .bg-cobalt .c-btn--secondary span, a:focus .bg-white .bg-cobalt .c-btn--secondary span, .bg-white .bg-cobalt .c-btn--secondary span:hover, .bg-white .bg-cobalt .c-btn--secondary span:focus {
  border-color: #0f3eac;
}
.bg-white .bg-dark .c-btn--secondary span.hover::before, a:hover .bg-white .bg-dark .c-btn--secondary span::before, a:focus .bg-white .bg-dark .c-btn--secondary span::before, .bg-white .bg-dark .c-btn--secondary span:hover::before, .bg-white .bg-dark .c-btn--secondary span:focus::before, .bg-white .bg-cobalt .c-btn--secondary span.hover::before, a:hover .bg-white .bg-cobalt .c-btn--secondary span::before, a:focus .bg-white .bg-cobalt .c-btn--secondary span::before, .bg-white .bg-cobalt .c-btn--secondary span:hover::before, .bg-white .bg-cobalt .c-btn--secondary span:focus::before {
  background-image: url(../../images/btn-secondary-left-alt-hover.svg);
}
.bg-white .bg-dark .c-btn--secondary span.hover::after, a:hover .bg-white .bg-dark .c-btn--secondary span::after, a:focus .bg-white .bg-dark .c-btn--secondary span::after, .bg-white .bg-dark .c-btn--secondary span:hover::after, .bg-white .bg-dark .c-btn--secondary span:focus::after, .bg-white .bg-cobalt .c-btn--secondary span.hover::after, a:hover .bg-white .bg-cobalt .c-btn--secondary span::after, a:focus .bg-white .bg-cobalt .c-btn--secondary span::after, .bg-white .bg-cobalt .c-btn--secondary span:hover::after, .bg-white .bg-cobalt .c-btn--secondary span:focus::after {
  background-image: url(../../images/btn-secondary-right-alt-hover.svg);
}
.c-btn--secondary span::before, .c-btn--secondary span::after {
  top: -0.125rem;
  display: block;
  background-repeat: no-repeat;
}
.c-btn--secondary span::before {
  position: absolute;
  left: -1.75rem;
  content: "";
  width: 1.875rem;
  height: 48px;
  background-image: url(../../images/btn-primary-hover-left.svg);
  background-image: url(../../images/btn-secondary-left.svg);
}
.c-btn--secondary span::after {
  position: absolute;
  right: -2.625rem;
  content: "";
  width: 2.6875rem;
  height: 48px;
  background-image: url(../../images/btn-primary-hover-right.svg);
  background-image: url(../../images/btn-secondary-right.svg);
}
.c-btn--secondary span.hover, a:hover .c-btn--secondary span, a:focus .c-btn--secondary span, .c-btn--secondary span:hover, .c-btn--secondary span:focus {
  border-color: #0f3eac;
  background-color: #0f3eac;
}
.c-btn--secondary span.hover::before, a:hover .c-btn--secondary span::before, a:focus .c-btn--secondary span::before, .c-btn--secondary span:hover::before, .c-btn--secondary span:focus::before {
  background-image: url(../../images/btn-primary-hover-left.svg);
}
.c-btn--secondary span.hover::after, a:hover .c-btn--secondary span::after, a:focus .c-btn--secondary span::after, .c-btn--secondary span:hover::after, .c-btn--secondary span:focus::after {
  background-image: url(../../images/btn-primary-hover-right.svg);
}
.c-btn--secondary span::before {
  position: absolute;
  left: -1.75rem;
  content: "";
  width: 1.875rem;
  height: 3rem;
  background-image: url(../images/btn-secondary-left.svg);
}
.c-btn--secondary span::after {
  position: absolute;
  right: -2.625rem;
  content: "";
  width: 2.6875rem;
  height: 3rem;
  background-image: url(../images/btn-secondary-right.svg);
}
.c-btn--secondary span.hover, a:hover .c-btn--secondary span, a:focus .c-btn--secondary span, .c-btn--secondary span:hover, .c-btn--secondary span:focus {
  color: #fff;
  background-color: #0f3eac;
}
.c-btn--secondary span.hover::before, a:hover .c-btn--secondary span::before, a:focus .c-btn--secondary span::before, .c-btn--secondary span:hover::before, .c-btn--secondary span:focus::before {
  background-image: url(../images/btn-primary-hover-left.svg);
}
.c-btn--secondary span.hover::after, a:hover .c-btn--secondary span::after, a:focus .c-btn--secondary span::after, .c-btn--secondary span:hover::after, .c-btn--secondary span:focus::after {
  background-image: url(../images/btn-primary-hover-right.svg);
}

.c-btn--tertiary {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 2.6875rem 0.875rem 1.8125rem;
  text-align: center;
  border-radius: 0.75rem 5.625rem 0 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: relative;
  padding: 0 !important;
  color: #2157d6;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.bg-dark .c-btn--tertiary, .bg-cobalt .c-btn--tertiary {
  color: #fff;
}
.bg-dark .c-btn--tertiary.hover, a:hover .bg-dark .c-btn--tertiary, a:focus .bg-dark .c-btn--tertiary, .bg-dark .c-btn--tertiary:hover, .bg-dark .c-btn--tertiary:focus, .bg-cobalt .c-btn--tertiary.hover, a:hover .bg-cobalt .c-btn--tertiary, a:focus .bg-cobalt .c-btn--tertiary, .bg-cobalt .c-btn--tertiary:hover, .bg-cobalt .c-btn--tertiary:focus {
  color: #e4dfd4;
}
.c-btn--tertiary::before {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: currentcolor;
}
.c-btn--tertiary.hover, a:hover .c-btn--tertiary, a:focus .c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:focus {
  color: #0f3eac;
}
.bg-white .c-btn--tertiary {
  color: #2157d6;
}
.bg-white .c-btn--tertiary:hover, .bg-white .c-btn--tertiary:focus {
  color: #0f3eac;
}
.c-btn--tertiary.c-btn--icon::before {
  display: none;
}

.c-btn--small {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  font-variation-settings: var(--link-2-font-variation-settings);
  padding: 0.25rem 0.875rem;
}

.c-btn--play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  color: #fff;
  border: 2px solid #2157d6;
  border-radius: 50%;
  background-color: #2157d6;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.bg-dark .c-btn--play, .bg-cobalt .c-btn--play {
  color: #2157d6;
  border-color: transparent;
  background-color: rgba(255, 250, 240, 0.5);
}
.bg-dark .c-btn--play.hover, a:hover .bg-dark .c-btn--play, a:focus .bg-dark .c-btn--play, .bg-dark .c-btn--play:hover, .bg-dark .c-btn--play:focus, .bg-cobalt .c-btn--play.hover, a:hover .bg-cobalt .c-btn--play, a:focus .bg-cobalt .c-btn--play, .bg-cobalt .c-btn--play:hover, .bg-cobalt .c-btn--play:focus {
  color: #0f3eac;
  border-color: transparent;
  background-color: #e4dfd4;
}
.bg-dark .c-btn--play.c-btn--secondary, .bg-cobalt .c-btn--play.c-btn--secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.bg-dark .c-btn--play.c-btn--secondary.hover, a:hover .bg-dark .c-btn--play.c-btn--secondary, a:focus .bg-dark .c-btn--play.c-btn--secondary, .bg-dark .c-btn--play.c-btn--secondary:hover, .bg-dark .c-btn--play.c-btn--secondary:focus, .bg-cobalt .c-btn--play.c-btn--secondary.hover, a:hover .bg-cobalt .c-btn--play.c-btn--secondary, a:focus .bg-cobalt .c-btn--play.c-btn--secondary, .bg-cobalt .c-btn--play.c-btn--secondary:hover, .bg-cobalt .c-btn--play.c-btn--secondary:focus {
  color: #203465;
  border-color: #fff;
  background-color: #fffaf0;
}
.c-btn--play::before {
  content: "\ea70";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.c-btn--play.hover, a:hover .c-btn--play, a:focus .c-btn--play, .c-btn--play:hover, .c-btn--play:focus {
  color: #fff;
  border-color: #0f3eac;
  background-color: #0f3eac;
}
.c-btn--play.c-btn--secondary {
  color: #2157d6;
  border-color: #2157d6;
  background-color: transparent;
}
.c-btn--play.c-btn--secondary.hover, a:hover .c-btn--play.c-btn--secondary, a:focus .c-btn--play.c-btn--secondary, .c-btn--play.c-btn--secondary:hover, .c-btn--play.c-btn--secondary:focus {
  color: #fff;
  border-color: #0f3eac;
  background-color: #0f3eac;
}

.c-btn--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #2157d6;
  border: 1px solid #e4dfd4;
  border-radius: 50%;
  background-color: #e4dfd4;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.bg-dark .c-btn--close, .bg-cobalt .c-btn--close, .c-btn--close.c-btn--color-alt {
  color: #2157d6;
  border-color: #fffaf0;
  background-color: #fffaf0;
}
.bg-dark .c-btn--close.hover, a:hover .bg-dark .c-btn--close, a:focus .bg-dark .c-btn--close, .bg-dark .c-btn--close:hover, .bg-dark .c-btn--close:focus, .bg-cobalt .c-btn--close.hover, a:hover .bg-cobalt .c-btn--close, a:focus .bg-cobalt .c-btn--close, .bg-cobalt .c-btn--close:hover, .bg-cobalt .c-btn--close:focus, .c-btn--close.c-btn--color-alt.hover, a:hover .c-btn--close.c-btn--color-alt, a:focus .c-btn--close.c-btn--color-alt, .c-btn--close.c-btn--color-alt:hover, .c-btn--close.c-btn--color-alt:focus {
  color: #0f3eac;
  border-color: #f6f1e7;
  background-color: #f6f1e7;
}
.c-btn--close::before {
  content: "\ea52";
  font-weight: 400;
  font-size: 1rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.c-btn--close.hover, a:hover .c-btn--close, a:focus .c-btn--close, .c-btn--close:hover, .c-btn--close:focus {
  color: #0f3eac;
  border-color: #e4dfd4;
  background-color: #e4dfd4;
}

.c-btn--back {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  font-variation-settings: var(--link-2-font-variation-settings);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2157d6;
  transition: color 0.2s linear;
}
.bg-dark .c-btn--back, .bg-cobalt .c-btn--back {
  color: #fff;
}
.bg-dark .c-btn--back:hover, .bg-dark .c-btn--back:focus, .bg-cobalt .c-btn--back:hover, .bg-cobalt .c-btn--back:focus {
  color: #e4dfd4;
}
.c-btn--back::before {
  content: "\ea50";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  transform: translateY(-2px);
}
.c-btn--back:hover, .c-btn--back:focus {
  color: #0f3eac;
}
.c-btn--back__wrapper {
  display: flex;
  margin: clamp(-5rem, -0.7142857143rem + -4.7619047619vw, -3rem) auto clamp(3rem, 0.7142857143rem + 4.7619047619vw, 5rem) var(--gutterWidth, 1.25rem);
}
.block-editor-block-list__block .c-btn--back__wrapper {
  margin-left: 3.75rem;
}

/* Embed Video Styles */
.iframe-wrapper {
  position: relative;
  height: 0;
  max-width: 100%;
  margin: 3.25rem auto 3.25rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper__overlay {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  z-index: 1;
  background-color: var(--blockColor, #020d2a);
  background-position: center;
  background-size: cover;
}
.iframe-wrapper__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.single-resources article.content-wrapper iframe {
  width: 100%;
  height: clamp(12.5rem, -8.9285714286rem + 44.6428571429vw, 31.25rem);
}

body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
body:not(.wp-admin) textarea,
body:not(.wp-admin) select,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button),
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-1-font-variation-settings);
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  color: #203465;
  border: 1px solid #7d879f;
  border-radius: 0.5rem;
  background-color: transparent;
  outline: none;
  transition: color 0.2s linear, border 0.2s linear, background-color 0.2s linear;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
body:not(.wp-admin) textarea:focus,
body:not(.wp-admin) select:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea:focus,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select:focus {
  border: 1px solid #2157d6;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
body:not(.wp-admin) textarea.error,
body:not(.wp-admin) select.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button).error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea.error,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select.error {
  border-color: #ad0322;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
body:not(.wp-admin) textarea::-webkit-input-placeholder,
body:not(.wp-admin) select::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-webkit-input-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-webkit-input-placeholder {
  color: #7d879f;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
body:not(.wp-admin) textarea::-moz-placeholder,
body:not(.wp-admin) select::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-moz-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-moz-placeholder {
  color: #7d879f;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
body:not(.wp-admin) textarea::-ms-placeholder,
body:not(.wp-admin) select::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::-ms-placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::-ms-placeholder {
  color: #7d879f;
}
body:not(.wp-admin) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
body:not(.wp-admin) textarea::placeholder,
body:not(.wp-admin) select::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) input:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea::placeholder,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) select::placeholder {
  color: #7d879f;
}
body:not(.wp-admin) textarea,
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) textarea {
  min-height: 9rem;
}

select {
  -webkit-appearance: none;
}
select:not([multiple]) {
  padding-right: 2.625rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2302040C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
}

/* stylelint-disable scss/at-extend-no-missing-placeholder */
.checkbox-label, .gform_wrapper .gfield_checkbox label,
.checkbox-wrapper label, .hs-form-checkbox-display > span,
.hs-form-booleancheckbox-display > span,
.radio-label,
.gform_wrapper .gfield_radio label,
.radio-wrapper label,
.hs-form-radio-display > span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  cursor: pointer;
}
@media (min-width: 36rem) {
  .checkbox-label, .gform_wrapper .gfield_checkbox label,
  .checkbox-wrapper label, .hs-form-checkbox-display > span,
  .hs-form-booleancheckbox-display > span,
  .radio-label,
  .gform_wrapper .gfield_radio label,
  .radio-wrapper label,
  .hs-form-radio-display > span {
    margin-bottom: 1.5rem;
  }
}
.checkbox-label::before, .gform_wrapper .gfield_checkbox label::before,
.checkbox-wrapper label::before, .hs-form-checkbox-display > span::before,
.hs-form-booleancheckbox-display > span::before,
.radio-label::before,
.gform_wrapper .gfield_radio label::before,
.radio-wrapper label::before,
.hs-form-radio-display > span::before {
  content: "\ea4b";
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: -0.3125rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background-color: transparent;
  transition: color 0.2s linear;
}

input:checked + .checkbox-label::before, .gform_wrapper .gfield_checkbox input:checked + label::before,
.checkbox-wrapper input:checked + label::before, .hs-form-checkbox-display > input:checked + span::before,
.hs-form-booleancheckbox-display > input:checked + span::before {
  content: "\ea4a";
}

.radio-label::before, .gform_wrapper .gfield_radio label::before,
.radio-wrapper label::before, .hs-form-radio-display > span::before {
  content: "\ea75";
}
input:checked + .radio-label::before, .gform_wrapper .gfield_radio input:checked + label::before,
.radio-wrapper input:checked + label::before, .hs-form-radio-display > input:checked + span::before {
  content: "\ea74";
}

.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  display: block;
  margin-bottom: 1rem;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.hbspt-form ul[role=checkbox],
.hbspt-form ul[role=radio],
.hs_single_checkbox ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.hbspt-form ul[role=checkbox] input[type=radio],
.hbspt-form ul[role=checkbox] input[type=checkbox],
.hbspt-form ul[role=radio] input[type=radio],
.hbspt-form ul[role=radio] input[type=checkbox],
.hs_single_checkbox ul input[type=radio],
.hs_single_checkbox ul input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gform_wrapper .gfield_checkbox input[type=radio]:focus ~ label::before,
.gform_wrapper .gfield_checkbox input[type=checkbox]:focus ~ label::before,
.gform_wrapper .gfield_radio input[type=radio]:focus ~ label::before,
.gform_wrapper .gfield_radio input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  color: #2157d6;
}
.bg-dark .gform_wrapper .gfield_checkbox input[type=radio]:focus ~ label::before, .bg-cobalt .gform_wrapper .gfield_checkbox input[type=radio]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_checkbox input[type=checkbox]:focus ~ label::before,
.bg-cobalt .gform_wrapper .gfield_checkbox input[type=checkbox]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_radio input[type=radio]:focus ~ label::before,
.bg-cobalt .gform_wrapper .gfield_radio input[type=radio]:focus ~ label::before,
.bg-dark .gform_wrapper .gfield_radio input[type=checkbox]:focus ~ label::before,
.bg-cobalt .gform_wrapper .gfield_radio input[type=checkbox]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.bg-cobalt .hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.bg-cobalt .hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.bg-cobalt .hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.bg-dark .hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.bg-cobalt .hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.bg-dark .hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.bg-cobalt .hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.bg-dark .hs_single_checkbox ul input[type=checkbox]:focus ~ label::before,
.bg-cobalt .hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  color: #e4dfd4;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.hbspt-form ul[role=checkbox] li,
.hbspt-form ul[role=radio] li,
.hs_single_checkbox ul li {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox br,
.gform_wrapper .gfield_radio br,
.hbspt-form ul[role=checkbox] br,
.hbspt-form ul[role=radio] br,
.hs_single_checkbox ul br {
  display: none;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span,
.hs-form-booleancheckbox-display > span {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-1-font-variation-settings);
  margin-bottom: var(--subtitle-1-margin-bottom);
  margin-bottom: 1rem !important;
  cursor: pointer;
}
.hs-form-checkbox-display > span:first-child,
.hs-form-radio-display > span:first-child,
.hs-form-booleancheckbox-display > span:first-child {
  margin-top: 0;
}
.hs-form-checkbox-display > span:last-child,
.hs-form-radio-display > span:last-child,
.hs-form-booleancheckbox-display > span:last-child {
  margin-bottom: 0;
}
.hs-form-checkbox-display > span:hover::before, .hs-form-checkbox-display > span:focus::before,
.hs-form-radio-display > span:hover::before,
.hs-form-radio-display > span:focus::before,
.hs-form-booleancheckbox-display > span:hover::before,
.hs-form-booleancheckbox-display > span:focus::before {
  color: #2157d6;
}
.bg-dark .hs-form-checkbox-display > span:hover::before, .bg-cobalt .hs-form-checkbox-display > span:hover::before, .bg-dark .hs-form-checkbox-display > span:focus::before, .bg-cobalt .hs-form-checkbox-display > span:focus::before,
.bg-dark .hs-form-radio-display > span:hover::before,
.bg-cobalt .hs-form-radio-display > span:hover::before,
.bg-dark .hs-form-radio-display > span:focus::before,
.bg-cobalt .hs-form-radio-display > span:focus::before,
.bg-dark .hs-form-booleancheckbox-display > span:hover::before,
.bg-cobalt .hs-form-booleancheckbox-display > span:hover::before,
.bg-dark .hs-form-booleancheckbox-display > span:focus::before,
.bg-cobalt .hs-form-booleancheckbox-display > span:focus::before {
  color: #e4dfd4;
}

.hs-form-checkbox-display input:checked ~ span::before,
.hs-form-booleancheckbox-display input:checked ~ span::before {
  content: "\ea4a";
}

.hs-form-radio-display input:checked ~ span::before {
  content: "\ea74";
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.checkbox-wrapper label,
.radio-wrapper label {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-2-font-variation-settings);
  margin-bottom: 1rem;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox label:hover::before, .gform_wrapper .gfield_checkbox label:focus::before,
.gform_wrapper .gfield_radio label:hover::before,
.gform_wrapper .gfield_radio label:focus::before,
.checkbox-wrapper label:hover::before,
.checkbox-wrapper label:focus::before,
.radio-wrapper label:hover::before,
.radio-wrapper label:focus::before {
  color: #0f3eac;
}
.bg-dark .gform_wrapper .gfield_checkbox label:hover::before, .bg-cobalt .gform_wrapper .gfield_checkbox label:hover::before, .bg-dark .gform_wrapper .gfield_checkbox label:focus::before, .bg-cobalt .gform_wrapper .gfield_checkbox label:focus::before,
.bg-dark .gform_wrapper .gfield_radio label:hover::before,
.bg-cobalt .gform_wrapper .gfield_radio label:hover::before,
.bg-dark .gform_wrapper .gfield_radio label:focus::before,
.bg-cobalt .gform_wrapper .gfield_radio label:focus::before,
.bg-dark .checkbox-wrapper label:hover::before,
.bg-cobalt .checkbox-wrapper label:hover::before,
.bg-dark .checkbox-wrapper label:focus::before,
.bg-cobalt .checkbox-wrapper label:focus::before,
.bg-dark .radio-wrapper label:hover::before,
.bg-cobalt .radio-wrapper label:hover::before,
.bg-dark .radio-wrapper label:focus::before,
.bg-cobalt .radio-wrapper label:focus::before {
  color: #e4dfd4;
}

.radio-buttons label {
  display: inline-block !important;
  margin: 0rem 0.5rem 0.75rem 0rem !important;
  padding: 0.4375rem 0.9375rem !important;
  border: 1px solid #e4dfd4;
  border-radius: 100rem;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
}
.radio-buttons label::before {
  display: none !important;
}
.radio-buttons label:hover, .radio-buttons label:focus {
  color: #fff;
  border-color: #0f3eac;
  background-color: #0f3eac;
}
.radio-buttons .gchoice {
  display: inline-block;
}
.radio-buttons .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -0.75rem !important;
}

/* stylelint-enable scss/at-extend-no-missing-placeholder */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.pagination__item {
  margin: 0 0.15625rem;
}
.pagination__item--ellipses {
  min-width: 2rem;
}
.pagination__link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #2157d6;
  border-radius: 50%;
}
.pagination__link:hover {
  color: #fff;
  background: #2157d6;
}

.pagination__item--current .pagination__link {
  color: #2157d6;
  border: 0.0625rem solid #d3ccc1;
  background: transparent;
}
.pagination__item--current .pagination__link:hover {
  color: #fff;
  background: #2157d6;
}

.image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.leadparagraph {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .leadparagraph {
    margin-bottom: 5rem;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

.highlight-text {
  padding: 0.1875rem 0;
  background: rgba(33, 87, 214, 0.1);
}

/* Main Header */
.main-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.main-header::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 250, 240, 0.8);
  -webkit-backdrop-filter: blur(0.75rem);
  backdrop-filter: blur(0.75rem);
  pointer-events: none;
}
.main-header.active .main-header__logo img {
  max-width: 9.9375rem;
}
.main-header a:hover {
  color: #0f3eac !important;
}
.main-header__top {
  width: 100%;
  padding: 0.625rem 0;
  background-color: #2157d6;
}
@media (max-width: 74.98rem) {
  .main-header__top {
    display: none;
  }
}
.main-header__top ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.main-header__top ul.menu a {
  display: inline-flex;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item,
.main-header__top ul.menu li.menu-item-has-children {
  position: relative;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item::before,
.main-header__top ul.menu li.menu-item-has-children::before {
  content: "\ea3d";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item.active > a::after,
.main-header__top ul.menu li.menu-item-has-children.active > a::after {
  padding-right: 0.25rem;
  transform: rotate(180deg);
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item > a::after,
.main-header__top ul.menu li.menu-item-has-children > a::after {
  content: "\ea4f";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  font-size: 1rem;
  transition: transform 300ms ease;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper {
  top: calc(100% + 0.75rem);
  left: auto;
  right: 0;
  width: 16.25rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fffaf0;
  -webkit-backdrop-filter: blur(0.75rem);
  backdrop-filter: blur(0.75rem);
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper li,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper li {
  margin-bottom: 1rem;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper li:last-child,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper li:last-child {
  margin-bottom: 0;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper li,
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper a,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper li,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper a {
  font-weight: var(--nav-2-font-weight);
  font-size: var(--nav-2-font-size);
  font-family: var(--nav-2-font-family);
  line-height: var(--nav-2-line-height);
  font-variation-settings: var(--nav-2-font-variation-settings);
  color: #020d2a;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper .menu,
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper .menu {
  flex-direction: column;
}
.main-header__top ul.menu li.menu-item-object-ccs_custom_menu_item .mega-menu-wrapper *:not(a),
.main-header__top ul.menu li.menu-item-has-children .mega-menu-wrapper *:not(a) {
  width: 100%;
  margin-right: 0;
  padding: 0;
}
.main-header__top ul.menu,
.main-header__top li {
  list-style: none;
}
.main-header__top li {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 0.0625rem solid #fffaf0;
}
.main-header__top li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.main-header__top a,
.main-header__top li {
  font-weight: var(--nav-3-font-weight);
  font-size: var(--nav-3-font-size);
  font-family: var(--nav-3-font-family);
  line-height: var(--nav-3-line-height);
  font-variation-settings: var(--nav-3-font-variation-settings);
  color: #fffaf0;
  text-decoration: none;
}
.main-header__top a:hover, .main-header__top a:focus, .main-header__top a:active,
.main-header__top li:hover,
.main-header__top li:focus,
.main-header__top li:active {
  color: #d3ccc1 !important;
  text-decoration: none;
}
.main-header a[target=_blank] {
  position: relative;
  padding-right: 1.375rem !important;
}
.main-header a[target=_blank]::before {
  content: "\ea40";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.125rem;
  transform: translateY(calc(-50% - 2px));
}
.main-header__left {
  display: flex;
  align-items: center;
}
.main-header__logo {
  display: block;
  margin-right: 1.875rem;
}
.main-header__logo img {
  max-width: 11.875rem;
  max-height: 3.75rem;
  object-fit: contain;
  transition: all 300ms ease;
}
.main-header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem;
  margin: 0 auto;
}
@media (max-width: 74.98rem) {
  .main-header__middle > .main-header__nav {
    display: none;
  }
}
.main-header__nav {
  position: static;
  display: none;
  display: block;
}
.main-header__nav .mega-menu-wrapper {
  pointer-events: none;
}
.main-header__nav .mega-menu-wrapper.active .mmc_wp_menu,
.main-header__nav .mega-menu-wrapper.active .mmc_wp_content,
.main-header__nav .mega-menu-wrapper.active .featured_events,
.main-header__nav .mega-menu-wrapper.active .posts-slider__slide-item,
.main-header__nav .mega-menu-wrapper.active .featured_links {
  opacity: 1;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_menu,
.main-header__nav .mega-menu-wrapper .mmc_wp_content,
.main-header__nav .mega-menu-wrapper .featured_events,
.main-header__nav .mega-menu-wrapper .posts-slider__slide-item,
.main-header__nav .mega-menu-wrapper .featured_links {
  opacity: 0;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_menu,
.main-header__nav .mega-menu-wrapper .mmc_wp_content,
.main-header__nav .mega-menu-wrapper .featured_events,
.main-header__nav .mega-menu-wrapper .featured_links {
  pointer-events: all;
}
.main-header__nav .mega-menu-wrapper > .container {
  pointer-events: none;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_menu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  background-color: rgba(255, 250, 240, 0.9);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.main-header__nav .mega-menu-wrapper .mmc_wp_menu .wp-block-button__link {
  font-variation-settings: "wght" 800, "wdth" 100;
}
@media (max-width: 74.98rem) {
  .main-header__nav .mega-menu-wrapper .mmc_wp_menu .show-only-desktop {
    display: none;
  }
}
@media (min-width: 62rem) {
  .main-header__nav .mega-menu-wrapper .mmc_wp_menu .show-only-mobile {
    display: none;
  }
}
.main-header__nav .mega-menu-wrapper .wp-block-button.is-style-tertiary {
  margin-top: 1rem;
}
.main-header__nav .mega-menu-wrapper .featured_events {
  max-width: 30rem;
  padding: 2rem;
  background-color: rgba(237, 232, 221, 0.9);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.main-header__nav .mega-menu-wrapper .featured_events .has-overline-font-size {
  margin-bottom: 1.5rem;
}
.main-header__nav .mega-menu-wrapper .featured_events .pill {
  text-transform: capitalize;
}
.main-header__nav .mega-menu-wrapper .featured_events .posts-slider__slide-item {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.75rem;
  margin-left: 0;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  border: 0.0625rem solid #e4dfd4;
  background-color: #fffaf0;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.main-header__nav .mega-menu-wrapper .featured_events .posts-slider__slide-item:last-child {
  margin-bottom: 0;
}
.main-header__nav .mega-menu-wrapper .featured_events .posts-slider__slide-item:hover {
  border-color: #0f3eac;
}
.main-header__nav .mega-menu-wrapper .featured_links {
  max-width: 29.3125rem;
  padding: 2rem;
  background-color: rgba(237, 232, 221, 0.9);
  backdrop-filter: blur(1rem);
}
.main-header__nav .mega-menu-wrapper .featured_links .wp-block-button {
  text-align: left;
  background-color: #fffaf0;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_content {
  padding: 2rem;
  background-color: rgba(237, 232, 221, 0.9);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.main-header__nav .mega-menu-wrapper .mmc_wp_content p {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
  font-variation-settings: var(--title-2-font-variation-settings);
  margin-bottom: 0.5rem;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_content a {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  font-variation-settings: var(--link-2-font-variation-settings);
  position: relative;
  display: inline-block;
  color: #2157d6;
  font-variation-settings: "wght" 800, "wdth" 100;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_content a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #2157d6;
}
.main-header__nav .mega-menu-wrapper .mmc_wp_menu + .mmc_wp_menu {
  padding-left: 0;
}
.main-header__nav .mega-menu-wrapper .row {
  display: flex;
  justify-content: center;
  border-radius: 2rem;
}
.main-header__nav .mega-menu-wrapper .row > div:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.main-header__nav .mega-menu-wrapper .row > div:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.main-header__nav a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.main-header__nav .highlight-text {
  padding: 0;
}
.main-header__nav > .menu > li {
  margin-right: 2.5rem;
  padding: 1.375rem 0 1.25rem;
  border-bottom: 0.125rem solid transparent;
}
.main-header__nav > .menu > li:last-child {
  margin-right: 0;
}
.main-header__nav > .menu > li.active {
  border-bottom: 0.125rem solid #2157d6;
}
.main-header__nav > .menu > li > a {
  font-weight: var(--nav-1-font-weight);
  font-size: var(--nav-1-font-size);
  font-family: var(--nav-1-font-family);
  line-height: var(--nav-1-line-height);
  font-variation-settings: var(--nav-1-font-variation-settings);
  display: flex;
  color: #020d2a;
  text-decoration: none;
}
.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item.active > a::after, .main-header__nav > .menu > li.menu-item-has-children.active > a::after {
  padding-right: 0.25rem;
  transform: rotate(180deg);
}
.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a::after, .main-header__nav > .menu > li.menu-item-has-children > a::after {
  content: "\ea4f";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  font-size: 1rem;
  transition: transform 300ms ease;
}
.main-header__nav .sub-menu {
  display: none;
}
.main-header__right {
  display: none;
  text-align: right;
  display: flex;
  align-items: center;
}
@media (max-width: 74.98rem) {
  .main-header__right {
    padding-right: 2.5rem;
  }
}
.main-header__right .open-search {
  cursor: pointer;
}
.main-header__right .open-search.is-active::before {
  content: "\ea52";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-header__right .c-btn + .c-btn {
  margin-left: 0.71875rem;
}

.page-has-hero .main-header {
  position: fixed;
  top: var(--alert-bar-height);
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.header-search-form {
  display: none;
  padding-top: calc(var(--header-bar-height) + 0.5625rem);
}
.header-search-form.active {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 22;
  display: block;
  width: 100%;
}
.header-search-form__clear {
  position: absolute;
  top: 50%;
  right: 0;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 100%;
  padding-right: 1rem;
  padding-left: 0.5rem;
  color: #2157d6;
  border: none;
  background: none;
  transform: translateY(-50%);
  -webkit-appearance: none;
  transition: color 0.2s linear;
}
.header-search-form__clear::before {
  content: "\ea48";
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-search-form__clear:hover, .header-search-form__clear:focus {
  color: #0f3eac;
}
.header-search-form input[type=search] {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  font-variation-settings: var(--t3-font-variation-settings);
  padding-left: 2.5rem !important;
  color: #020d2a !important;
  font-weight: 900;
  border: 0.0625rem solid #d3ccc1 !important;
  border-radius: 1rem !important;
  background: url(../images/icons/search.svg) no-repeat 12px center;
  background-color: #fffaf0 !important;
  background-position-y: 0.75rem;
  background-size: 20px 20px;
}
.header-search-form input[type=search]:focus, .header-search-form input[type=search]:active {
  border-color: #2157d6 !important;
}
.header-search-form input[type=search]::-webkit-search-decoration, .header-search-form input[type=search]::-webkit-search-cancel-button, .header-search-form input[type=search]::-webkit-search-results-button, .header-search-form input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header-search-form input[type=search]::placeholder {
  color: #7d879f !important;
  font-weight: 300;
}
.header-search-form input[type=search]:placeholder-shown ~ .header-search-form__clear {
  display: none;
}
.header-search-form__form {
  position: relative;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fffaf0;
}
.header-search-form input[type=submit] {
  display: none !important;
}

:root {
  --alert-start: 0;
}

.admin-bar {
  --alert-start: 46px;
}
@media (min-width: 48rem) {
  .admin-bar {
    --alert-start: 32px;
  }
}

.alert-bar {
  position: fixed;
  top: var(--alert-start);
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
.alert-bar__item {
  --alert-bg-color: #070b3a;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--alert-bg-color);
}
.alert-bar__item + .alert-bar__item {
  border-top: 1px solid #fff;
}
.alert-bar__item.viewed {
  display: none;
}
.alert-bar__content {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.alert-bar__content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: normal;
}
.alert-bar__content a {
  color: inherit;
  text-decoration: underline;
}
.alert-bar__message {
  flex: 1;
}
@media (min-width: 48rem) {
  .alert-bar__message {
    text-align: center;
  }
}
.alert-bar__close {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.alert-bar__close::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  padding: 1px;
  background: #fff;
  -webkit-mask-image: url(../../images/icons/close.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/icons/close.svg);
  mask-size: cover;
}

/* Mega Menu */
.main-header__top-con .menu-item-type-post_type a.active::after {
  padding-right: 0.25rem;
  padding-left: 0 !important;
  transform: rotate(180deg);
}
.main-header__top-con .menu-item-type-post_type a.active ~ .mega-menu-wrapper {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.main-header__top-con .menu-item-type-post_type a.active ~ .mega-menu-wrapper a {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.main-header__top-con .menu-item-type-post_type a.active ~ .mega-menu-wrapper a:hover {
  color: #0f3eac !important;
}

.mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -999;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.9375rem;
  background: transparent;
  visibility: hidden;
}
@media (max-width: 74.98rem) {
  .mega-menu-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mega-menu-wrapper .featured-link .wp-block-button__link {
  font-weight: 800;
}
.mega-menu-wrapper .row {
  margin: 0;
}
.mega-menu-wrapper li {
  display: block;
  padding: 0 0 0.9375rem 0;
}
.mega-menu-wrapper li.current-menu-item > a {
  color: #2157d6;
}
.mega-menu-wrapper a {
  padding: 0;
  color: var(--blockColor, #020d2a);
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition: none;
}
.mega-menu-wrapper a:hover {
  color: var(--blockColor, #020d2a);
  transition: color 0.1s;
}
.mega-menu-wrapper a.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition: none;
}
.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}
.mega-menu-wrapper.active a {
  transform: none;
}
.mega-menu-wrapper .sub-menu {
  margin: 1.25rem 0 0.9375rem;
}
.mega-menu-wrapper .sub-menu li {
  padding-bottom: 0.9375rem;
  padding-left: 0;
}
.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}
.mega-menu-wrapper .sub-menu a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714286;
}

.mega-menu-background {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 998;
  width: 100%;
  background-color: #020d2a;
  opacity: 0.3;
}
@media (max-width: 74.98rem) {
  .mega-menu-background {
    z-index: -1;
    display: none;
    pointer-events: none;
  }
}

/* Main Header Mobile */
.btn-hamburger {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  z-index: 9999;
  display: block;
  width: 1.5625rem;
  height: 1.125rem;
  margin: -0.125rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transform: translate(0, -50%);
  display: none;
}
@media (max-width: 74.98rem) {
  .btn-hamburger {
    display: block;
    width: 1.25rem;
    height: 0.9375rem;
    margin: 0;
  }
}
.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}
.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 9px;
  background: var(--blockColor, #020d2a);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
@media (max-width: 74.98rem) {
  .btn-hamburger span {
    width: 1.25rem;
  }
}
.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.btn-hamburger span:nth-child(2) {
  top: 0.5rem;
  transform-origin: left center;
}
@media (max-width: 74.98rem) {
  .btn-hamburger span:nth-child(2) {
    top: 0.375rem;
  }
}
.btn-hamburger span:nth-child(3) {
  top: 1rem;
  transform-origin: left center;
}
@media (max-width: 74.98rem) {
  .btn-hamburger span:nth-child(3) {
    top: 0.75rem;
  }
}
.btn-hamburger.open span:nth-child(1) {
  top: -0.0625rem;
  left: 0.125rem;
  transform: rotate(45deg);
}
.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.btn-hamburger.open span:nth-child(3) {
  top: 1rem;
  left: 0.125rem;
  transform: rotate(-45deg);
}
@media (max-width: 74.98rem) {
  .btn-hamburger.open span:nth-child(3) {
    top: 0.8125rem;
  }
}

.main-header__nav-mobile {
  font-size: 1.125rem;
  line-height: 2rem;
}
.main-header__nav-mobile--wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  max-height: calc(100vh - 4rem);
  background: #fff;
  overflow: scroll;
}
.main-header__nav-mobile--wrapper.active {
  display: block;
  display: none;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile--wrapper.active {
    display: block;
  }
}
.main-header__nav-mobile--wrapper nav li {
  display: block;
}
.main-header__nav-mobile--wrapper .c-btn {
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.main-header__nav-mobile .top-mobile {
  background-color: #2157d6;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .top-mobile {
    padding-bottom: 15.625rem;
  }
}
.main-header__nav-mobile .top-mobile .mmc_wp_menu {
  background-color: #2157d6;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile .top-mobile .mmc_wp_menu {
    padding: 0.375rem 0 0.5rem;
    background-color: #0f3eac;
  }
}
.main-header__nav-mobile .top-mobile a {
  font-weight: var(--nav-2-font-weight);
  font-size: var(--nav-2-font-size);
  font-family: var(--nav-2-font-family);
  line-height: var(--nav-2-line-height);
  font-variation-settings: var(--nav-2-font-variation-settings);
  color: #fffaf0 !important;
  font-size: 1rem !important;
  text-decoration: none;
}
.main-header__nav-mobile .top-mobile li.menu-item-object-ccs_custom_menu_item,
.main-header__nav-mobile .top-mobile li.menu-item-has-children {
  color: #fffaf0 !important;
  background-color: #2157d6;
}
.main-header__nav-mobile .top-mobile li.menu-item-object-ccs_custom_menu_item > a,
.main-header__nav-mobile .top-mobile li.menu-item-has-children > a {
  justify-content: flex-start;
  align-items: center;
}
.main-header__nav-mobile .top-mobile li.menu-item-object-ccs_custom_menu_item > a::before,
.main-header__nav-mobile .top-mobile li.menu-item-has-children > a::before {
  content: "\ea3d";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.main-header__nav-mobile .top-mobile li.menu-item-object-ccs_custom_menu_item > a::after,
.main-header__nav-mobile .top-mobile li.menu-item-has-children > a::after {
  margin-left: auto;
}
.main-header__nav-mobile .top-mobile li.menu-item-object-ccs_custom_menu_item a,
.main-header__nav-mobile .top-mobile li.menu-item-has-children a {
  color: #fffaf0 !important;
}
.main-header__nav-mobile > ul.menu > li.menu-item-object-page,
.main-header__nav-mobile > ul.menu > li.menu-item-object-custom {
  background-color: #fffaf0;
}
.main-header__nav-mobile > ul.menu > li.menu-item-object-page > a,
.main-header__nav-mobile > ul.menu > li.menu-item-object-custom > a {
  font-weight: var(--nav-1-font-weight);
  font-size: var(--nav-1-font-size);
  font-family: var(--nav-1-font-family);
  line-height: var(--nav-1-line-height);
  font-variation-settings: var(--nav-1-font-variation-settings);
  display: flex;
  justify-content: space-between;
  color: #020d2a;
  font-weight: 600 !important;
  text-decoration: none;
}
.main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item,
.main-header__nav-mobile li.menu-item-has-children {
  background-color: #fffaf0;
}
.main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item.active > a::after,
.main-header__nav-mobile li.menu-item-has-children.active > a::after {
  padding-right: 0.25rem;
  transform: rotate(180deg);
}
.main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item > a::after,
.main-header__nav-mobile li.menu-item-has-children > a::after {
  content: "\ea4f";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  font-size: 1.5rem;
  transition: transform 300ms ease;
}
.main-header__nav-mobile li.menu-item-object-ccs_custom_menu_item > a,
.main-header__nav-mobile li.menu-item-has-children > a {
  font-weight: var(--nav-1-font-weight);
  font-size: var(--nav-1-font-size);
  font-family: var(--nav-1-font-family);
  line-height: var(--nav-1-line-height);
  font-variation-settings: var(--nav-1-font-variation-settings);
  display: flex;
  justify-content: space-between;
  color: #020d2a;
  text-decoration: none;
}
.main-header__nav-mobile a[target=_blank] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.main-header__nav-mobile a[target=_blank]::before {
  position: relative;
  top: auto;
  transform: none;
}
.main-header__nav-mobile .mega-menu-wrapper {
  display: none;
}
.main-header__nav-mobile .mega-menu-wrapper.active {
  position: relative;
  display: flex;
}
.main-header__nav-mobile .mega-menu-wrapper > .container {
  padding: 0;
}
.main-header__nav-mobile .mega-menu-wrapper li {
  padding-bottom: 0;
}
.main-header__nav-mobile .mega-menu-wrapper .menu > li > a {
  font-weight: var(--nav-2-font-weight);
  font-size: var(--nav-2-font-size);
  font-family: var(--nav-2-font-family);
  line-height: var(--nav-2-line-height);
  font-variation-settings: var(--nav-2-font-variation-settings);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
.main-header__nav-mobile .mmc_wp_menu,
.main-header__nav-mobile .mmc_wp_content,
.main-header__nav-mobile .featured_links,
.main-header__nav-mobile .featured_events {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 100%;
}
.main-header__nav-mobile .featured_events {
  padding: 2rem 1.25rem;
  background-color: #ede8dd;
}
.main-header__nav-mobile .featured_events .has-overline-font-size {
  margin-bottom: 1rem;
}
.main-header__nav-mobile .featured_events .pill {
  text-transform: capitalize;
}
.main-header__nav-mobile .featured_events .posts-slider__slide-item {
  display: block;
  margin-bottom: 0.75rem;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  border: 0.0625rem solid #e4dfd4;
  background-color: #fffaf0;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.main-header__nav-mobile .featured_events .posts-slider__slide-item:last-child {
  margin-bottom: 0;
}
.main-header__nav-mobile .featured_events .posts-slider__slide-item:hover {
  border-color: #0f3eac;
}
.main-header__nav-mobile .featured_links {
  width: 100%;
  padding: 2rem 1.25rem;
  background-color: #ede8dd;
}
.main-header__nav-mobile .featured_links p.has-subtitle-2-font-size {
  margin-bottom: 1.25rem;
  transform: none;
}
.main-header__nav-mobile .featured_links .wp-block-button {
  margin-bottom: 0.75rem !important;
  text-align: left;
  background-color: #fffaf0 !important;
}
.main-header__nav-mobile .mmc_wp_menu {
  padding: 0.25rem 0 0.75rem;
  background-color: #f6f1e7;
}
@media (max-width: 61.98rem) {
  .main-header__nav-mobile .mmc_wp_menu {
    padding-top: 0.75rem;
  }
}
.main-header__nav-mobile .mmc_wp_menu:not(:first-child) {
  padding-top: 0;
}
.main-header__nav-mobile .mmc_wp_menu + .mmc_wp_menu {
  margin-top: -0.75rem;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .mmc_wp_menu .show-only-desktop {
    display: none;
  }
}
.main-header__nav-mobile .mmc_wp_menu .show-only-mobile {
  display: none;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .mmc_wp_menu .show-only-mobile {
    display: block;
  }
}
.main-header__nav-mobile .mmc_wp_menu .wp-block-button {
  margin: 0;
  padding: 0.625rem 1.25rem;
}
.main-header__nav-mobile .mmc_wp_content {
  padding: 2rem 1.25rem;
  background-color: #ede8dd;
}
.main-header__nav-mobile .mmc_wp_content p {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
  font-variation-settings: var(--title-2-font-variation-settings);
  margin-bottom: 0.5rem;
}
.main-header__nav-mobile .mmc_wp_content a {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  font-variation-settings: var(--link-2-font-variation-settings);
  color: #2157d6;
  text-decoration: underline;
}
.main-header__nav-mobile .mmc_wp_content img {
  width: 100%;
  margin-bottom: 0.75rem;
}
.main-header__nav-mobile .menu > li > a {
  position: relative;
  padding: 1.125rem 2.5rem 0.875rem;
  font-weight: 500;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .menu > li > a {
    padding: 1.25rem;
    font-weight: 600;
  }
}
.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  display: block;
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 2.8125rem;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.375rem;
  border: 2px solid var(--blockColor, #020d2a);
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  transition: margin-top 0.2s linear, transform 0.2s linear;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .menu > li.menu-item-has-children > a::after {
    right: 1.625rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a.open::after {
  margin-top: 0;
  transform: rotate(-45deg);
}
.main-header__nav-mobile .sub-menu {
  display: none;
  padding: 1.0625rem 0 0.8125rem;
}
.main-header__nav-mobile .sub-menu li {
  margin: 0 0 0.9375rem;
}
.main-header__nav-mobile .sub-menu li:last-child {
  margin: 0;
}
.main-header__nav-mobile .sub-menu a {
  padding: 0 3.75rem;
}
@media (max-width: 74.98rem) {
  .main-header__nav-mobile .sub-menu a {
    padding: 0 2.5rem;
  }
}
.main-header__nav-mobile a {
  display: block;
  font-weight: 400;
}
.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus {
  color: var(--blockColor, #020d2a);
}
@media (max-width: 61.98rem) {
  .main-header__subnav {
    text-align: left;
  }
  .main-header__subnav a {
    display: block;
    padding: 0.5625rem 2.5rem;
  }
  .main-header__subnav li {
    margin: 0 0 1rem;
  }
  .main-header__subnav li:last-child {
    margin: 0;
  }
}
@media (max-width: 74.98rem) {
  .main-header__subnav {
    padding: 0.375rem 0;
  }
  .main-header__subnav a {
    padding: 0.5625rem 1.25rem;
  }
  .main-header__subnav li {
    margin: 0;
  }
}
.main-header__cta-wrapper--mobile {
  padding: 11.5625rem 0 0;
}
@media (max-width: 74.98rem) {
  .main-header__cta-wrapper--mobile {
    padding: 0;
  }
}

.main-footer {
  position: relative;
  padding-top: 4rem;
  color: #fff;
  background: #0d2459;
}
@media (min-width: 62rem) {
  .main-footer {
    padding-top: 5rem;
  }
}
.main-footer__wrapper {
  justify-content: space-between;
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover, .main-footer a:focus {
  color: #c1baae;
  text-decoration: none;
}
.main-footer .overline {
  margin: 0 0 1.5rem;
  color: #d3ccc1 !important;
}
.main-footer__logo {
  margin: 0 0 1.5rem;
  line-height: 1.25rem;
}
@media (min-width: 62rem) {
  .main-footer__logo {
    margin: -0.1875rem 0 2.5rem;
  }
}
.main-footer__social {
  display: flex;
  margin: 1.75rem 0 clamp(3rem, 2.7142857143rem + 0.5952380952vw, 3.25rem);
}
.main-footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1rem 0 0;
  border-radius: 50%;
}
.main-footer__social-link i::before {
  font-size: 1.5rem;
}
@media (max-width: 47.98rem) {
  .main-footer__menu {
    margin: 0 0 3rem 0;
    column-gap: 0.9375rem;
  }
}
.main-footer__menu .col-6 {
  padding: 0;
}
@media (max-width: 47.98rem) {
  .main-footer__menu .col-6 {
    flex: 0 0 calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
}
.main-footer__menu ul {
  display: flex;
  flex-direction: column;
  grid-gap: 1.5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 62rem) {
  .main-footer__menu ul {
    grid-template-columns: 1fr 1fr;
  }
}
.main-footer__menu ul li,
.main-footer__menu ul a {
  font-weight: var(--nav-1-font-weight);
  font-size: var(--nav-1-font-size);
  font-family: var(--nav-1-font-family);
  line-height: var(--nav-1-line-height);
  font-variation-settings: var(--nav-1-font-variation-settings);
  text-decoration: none;
}
.main-footer__contact-info p {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-2-font-variation-settings);
  margin-bottom: 1.5rem;
  color: #fffaf0 !important;
}
.main-footer__contact-info a:not([href^=tel]) {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  font-variation-settings: var(--link-1-font-variation-settings);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 2.6875rem 0.875rem 1.8125rem;
  text-align: center;
  border-radius: 0.75rem 5.625rem 0 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: relative;
  padding: 0 !important;
  color: #2157d6;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0rem;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
}
.bg-dark .main-footer__contact-info a:not([href^=tel]), .bg-cobalt .main-footer__contact-info a:not([href^=tel]) {
  color: #fff;
}
.bg-dark .main-footer__contact-info a:not([href^=tel]).hover, a:hover .bg-dark .main-footer__contact-info a:not([href^=tel]), a:focus .bg-dark .main-footer__contact-info a:not([href^=tel]), .bg-dark .main-footer__contact-info a:not([href^=tel]):hover, .bg-dark .main-footer__contact-info a:not([href^=tel]):focus, .bg-cobalt .main-footer__contact-info a:not([href^=tel]).hover, a:hover .bg-cobalt .main-footer__contact-info a:not([href^=tel]), a:focus .bg-cobalt .main-footer__contact-info a:not([href^=tel]), .bg-cobalt .main-footer__contact-info a:not([href^=tel]):hover, .bg-cobalt .main-footer__contact-info a:not([href^=tel]):focus {
  color: #e4dfd4;
}
.main-footer__contact-info a:not([href^=tel])::before {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: currentcolor;
}
.main-footer__contact-info a:not([href^=tel]).hover, a:hover .main-footer__contact-info a:not([href^=tel]), a:focus .main-footer__contact-info a:not([href^=tel]), .main-footer__contact-info a:not([href^=tel]):hover, .main-footer__contact-info a:not([href^=tel]):focus {
  color: #0f3eac;
}
.bg-white .main-footer__contact-info a:not([href^=tel]) {
  color: #2157d6;
}
.bg-white .main-footer__contact-info a:not([href^=tel]):hover, .bg-white .main-footer__contact-info a:not([href^=tel]):focus {
  color: #0f3eac;
}
.main-footer__contact-info a:not([href^=tel]):hover {
  color: #d3ccc1;
}
.main-footer__contact a {
  font-weight: var(--t6-font-weight);
  font-size: var(--t6-font-size);
  font-family: var(--t6-font-family);
  line-height: var(--t6-line-height);
  font-variation-settings: var(--t6-font-variation-settings);
  display: block;
  margin-bottom: 1.5rem;
}
.main-footer__contact a[href^=tel]::before {
  content: "\ea6f";
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.125rem;
  vertical-align: middle;
}
.main-footer__form {
  margin: 0 0 1.5rem;
}
@media (min-width: 62rem) {
  .main-footer__form {
    margin: 0 0 4rem;
  }
}
.main-footer__copyright ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 62rem) {
  .main-footer__copyright ul {
    margin-bottom: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
    padding: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem) 0 0;
    border-top: 1px solid #203465;
  }
}
.main-footer__copyright li {
  margin-right: 0.9375rem;
  color: #d3ccc1;
}
@media (max-width: 47.98rem) {
  .main-footer__copyright li {
    line-height: 1.5rem;
  }
}
@media (max-width: 47.98rem) {
  .main-footer__copyright li:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.main-footer__copyright li,
.main-footer__copyright p,
.main-footer__copyright a {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  text-decoration: none;
  font-variation-settings: var(--subtitle-3-font-variation-settings);
}
.main-footer__copyright a {
  color: #d3ccc1;
  text-decoration: none;
}
.main-footer__copyright a::before {
  display: none;
}
.main-footer__copyright a:hover {
  text-decoration: underline;
}
.main-footer a[target=_blank]:not(.main-footer__social-link) {
  position: relative;
  display: inline;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 1.375rem !important;
}
.main-footer a[target=_blank]:not(.main-footer__social-link)::before {
  content: "\ea40";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.125rem;
}

.tribe-events-page-template #page .main-footer__contact-info p,
.tribe-events-page-template #page .main-footer__contact-info p:not(.post-card-featured__excerpt):not(.post-card-featured__date) {
  color: #fffaf0 !important;
}