@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
:root {
  --nav-breakpoint: 1200;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**** convert px values to rem values and declare both simultaneously ******/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * remove margins and padding from UL and LI elements
 * `article` contexts in Chrome, Firefox, and Safari.
 */
ul,
li {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 3px;
  /* 1 */
  border-width: 0;
  background: white;
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
button {
  cursor: pointer;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html,
body {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #000;
  background: #FFF;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}
.c-body > *:first-child:not(.c-banner, .c-search__wrapper, .c-timelinenav) {
  margin-top: 5rem;
}
picture {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
figure {
  margin: 10rem 0;
}
figure:last-child {
  margin-bottom: 0;
}
figcaption {
  max-width: 40rem;
  margin-top: 0.3rem;
}
figcaption p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-banner__cont + * {
  margin-top: 5rem;
}
ul li::marker,
ol li::marker {
  color: #FBB946;
}
.grecaptcha-badge {
  visibility: hidden;
}
::-moz-selection {
  /* Code for Firefox */
  background: #FBB946;
  color: white;
}
::selection {
  background: #FBB946;
  color: white;
}
hr {
  width: 100%;
  height: 1px;
  margin: 4rem 0;
  background-color: black;
}
.u-darkhr {
  background: #FFF;
}
.u-darkhrx2 {
  background: #cccccc;
}
p {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  line-height: 1.7;
  font-weight: 500;
  margin: 3rem 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  p {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
p:last-child {
  margin-bottom: 0;
}
p:first-child,
p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 641px) {
  p {
    margin: 2rem 0;
  }
}
a:not([class]) {
  color: #FBB946;
  transition: all 0.25s ease;
}
a:not([class]):hover,
a:not([class]):focus {
  color: #faa614;
}
b,
strong {
  font-weight: 800;
}
.t-leadin {
  font-size: 2.6rem;
  line-height: 1.45;
}
@media screen and (min-width: 481px) {
  .t-leadin {
    font-size: calc(2.6rem  +  0.7  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    font-size: 3.3rem;
  }
}
ul,
ol {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  line-height: 1.7;
  font-weight: 500;
  margin: 30px 0px 0px 0px;
  margin: 3rem 0rem 0rem 0rem;
  padding-left: 1.9rem;
}
@media screen and (min-width: 641px) {
  ul,
  ol {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  ul,
  ol {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
ul li,
ol li {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  line-height: 1.7;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
@media screen and (min-width: 641px) {
  ul li,
  ol li {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  ul li,
  ol li {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ol ol {
  list-style-type: lower-alpha;
}
blockquote {
  position: relative;
  padding: 0;
  background: none;
  margin: 4rem 0 4rem 5rem;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: 3rem;
  margin-top: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #FBB946;
}
@media screen and (min-width: 641px) {
  blockquote {
    margin-top: calc(3rem  +  1  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  blockquote {
    margin-top: 4rem;
    margin-top: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
@media screen and (min-width: 641px) {
  blockquote {
    margin-bottom: calc(3rem  +  1  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  blockquote {
    margin-bottom: 4rem;
    margin-bottom: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
blockquote p {
  font-family: "Montserrat", sans-serif;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  1.26585708vw ), 2.4rem);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  blockquote p {
    font-size: calc(2rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.26585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  blockquote p {
    font-size: 2.4rem;
    font-size: clamp(2rem, calc( 1rem +  1.26585708vw ), 2.4rem);
  }
}
blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3rem;
  font-size: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  position: absolute;
  left: 0;
  top: -1rem;
  transform: translateX(-130%);
}
@media screen and (min-width: 641px) {
  blockquote:before {
    font-size: calc(3rem  +  1  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  blockquote:before {
    font-size: 4rem;
    font-size: clamp(3rem, calc( 1rem +  2.56585708vw ), 4rem);
  }
}
@media screen and (max-width: 641px) {
  blockquote {
    margin-left: 0;
  }
  blockquote:before {
    position: relative;
  }
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, calc( 1rem +  2.81585708vw ), 4.5rem);
}
@media screen and (min-width: 641px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: calc(3rem  +  1.5  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(3rem, calc( 1rem +  2.81585708vw ), 4.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 4.5rem;
    margin-bottom: clamp(3rem, calc( 1rem +  2.81585708vw ), 4.5rem);
  }
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3.2rem;
  font-size: clamp(3.2rem, calc( 1rem +  2.66585708vw ), 4rem);
  line-height: 1.1;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
}
@media screen and (min-width: 641px) {
  h1,
  .h1 {
    font-size: calc(3.2rem  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3.2rem, calc( 1rem +  2.66585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 4rem;
    font-size: clamp(3.2rem, calc( 1rem +  2.66585708vw ), 4rem);
  }
}
@media screen and (min-width: 641px) {
  h1,
  .h1 {
    margin-bottom: calc(2rem  +  0.5  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    margin-bottom: 2.5rem;
    margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
  }
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  color: #01224b;
  text-transform: uppercase;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.6rem;
  font-size: clamp(2.6rem, calc( 1rem +  2.11585708vw ), 3.5rem);
  line-height: 1.1;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
}
@media screen and (min-width: 641px) {
  h2,
  .h2 {
    font-size: calc(2.6rem  +  0.9  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.6rem, calc( 1rem +  2.11585708vw ), 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 3.5rem;
    font-size: clamp(2.6rem, calc( 1rem +  2.11585708vw ), 3.5rem);
  }
}
@media screen and (min-width: 641px) {
  h2,
  .h2 {
    margin-bottom: calc(2rem  +  0.5  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    margin-bottom: 2.5rem;
    margin-bottom: clamp(2rem, calc( 1rem +  1.31585708vw ), 2.5rem);
  }
}
h2 + h2,
h2 + h1,
h2 + h1:first-of-type {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: -2rem;
  margin-top: clamp(-2rem, calc( 1rem +  -3.18414292vw ), -2.5rem);
}
@media screen and (min-width: 641px) {
  h2 + h2,
  h2 + h1,
  h2 + h1:first-of-type {
    margin-top: calc(-2rem  +  -0.5  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(-2rem, calc( 1rem +  -3.18414292vw ), -2.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h2 + h2,
  h2 + h1,
  h2 + h1:first-of-type {
    margin-top: -2.5rem;
    margin-top: clamp(-2rem, calc( 1rem +  -3.18414292vw ), -2.5rem);
  }
}
h3,
.h3 {
  text-transform: uppercase;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.2rem;
  font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  line-height: 1.2;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem);
}
@media screen and (min-width: 641px) {
  h3,
  .h3 {
    font-size: calc(2.2rem  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 3rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
@media screen and (min-width: 641px) {
  h3,
  .h3 {
    margin-bottom: calc(2rem  +  1  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    margin-bottom: 3rem;
    margin-bottom: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem);
  }
}
h4,
.h4 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.1rem;
  font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2.1rem;
  margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  h4,
  .h4 {
    font-size: calc(2.1rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 2.4rem;
    font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 641px) {
  h4,
  .h4 {
    margin-bottom: calc(2.1rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    margin-bottom: 2.4rem;
    margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
h5,
.h5 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.7rem;
  font-size: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  line-height: 1.6;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 1.7rem;
  margin-bottom: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  line-height: 1.1;
}
@media screen and (min-width: 641px) {
  h5,
  .h5 {
    font-size: calc(1.7rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 1500px) {
  h5,
  .h5 {
    font-size: 2.1rem;
    font-size: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 641px) {
  h5,
  .h5 {
    margin-bottom: calc(1.7rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 1500px) {
  h5,
  .h5 {
    margin-bottom: 2.1rem;
    margin-bottom: clamp(1.7rem, calc( 1rem +  0.96585708vw ), 2.1rem);
  }
}
h6,
.h6 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  line-height: 1.7;
  font-weight: 500;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  h6,
  .h6 {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  h6,
  .h6 {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
table {
  width: 100%;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  border-spacing: 0;
  line-height: 3.4rem;
}
@media screen and (max-width: 641px) {
  table.responsive_table thead tr {
    display: none;
  }
  table.responsive_table tr td {
    position: relative;
    display: block;
    padding: 25px 10px 10px 10px;
    padding: 2.5rem 1rem 1rem 1rem;
    border-bottom: 1px solid #FFF;
  }
  table.responsive_table tr td:last-child {
    border-bottom: none;
    padding-top: 0;
    padding: 10px 10px 10px 10px;
    padding: 1rem 1rem 1rem 1rem;
  }
  table.responsive_table tr td:before {
    position: absolute;
    content: attr(data-rowtitle);
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    top: 8px;
    top: 0.8rem;
  }
  table.responsive_table tr {
    display: block;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    border: 1px solid #FFF;
  }
}
td,
th,
tr {
  vertical-align: middle;
  text-align: left;
}
th {
  font-weight: 600;
  border-bottom: 3px solid #e7e7e7;
  font-size: 14px;
  font-size: 1.4rem;
}
td,
th {
  padding: 1rem;
}
td {
  border-bottom: 1px solid #e7e7e7;
}
.img_left,
.img_right {
  margin-bottom: 6rem;
  margin-bottom: clamp(2rem, 4vw, 6rem);
}
.img_left {
  float: left;
  margin-left: 0;
  margin-right: 2rem;
  margin-right: clamp(2rem, 4vw, 6rem);
}
.img_right {
  float: right;
  margin-left: 2rem;
  margin-left: clamp(2rem, 4vw, 6rem);
  margin-right: 0;
}
@media screen and (max-width: 481px) {
  .img_left,
  .img_right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.img_centered {
  display: block;
  clear: both;
  margin: 0 auto 3rem auto;
}
.block {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: 5rem;
  margin-top: clamp(5rem, calc( 1rem +  9.06585708vw ), 15rem);
}
@media screen and (min-width: 641px) {
  .block {
    margin-top: calc(5rem  +  10  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(5rem, calc( 1rem +  9.06585708vw ), 15rem);
  }
}
@media screen and (min-width: 1500px) {
  .block {
    margin-top: 15rem;
    margin-top: clamp(5rem, calc( 1rem +  9.06585708vw ), 15rem);
  }
}
.block--fullwidth:last-child {
  margin-bottom: 0rem;
}
.l-section--banner + .block,
.block--fullwidth + .block--fullwidth,
.block--fullwidth + .l-content:not(.block) + .block--fullwidth {
  margin-top: 0;
}
@media screen and (max-width: 641px) {
  .l-section--banner + .block,
  .block--fullwidth + .block--fullwidth,
  .block--fullwidth + .l-content:not(.block) + .block--fullwidth {
    margin-top: 0;
  }
}
.block__header {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .block__header {
    margin-bottom: calc(3rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
@media screen and (min-width: 1500px) {
  .block__header {
    margin-bottom: 5rem;
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
.c-modal__content > .block {
  margin-top: 0;
}
@media screen and (max-width: 641px) {
  .c-modal__content > .block {
    margin-top: 0;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
  width: 100%;
  min-height: auto;
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 481px) {
  .l-wrapper {
    padding-top: 0;
  }
}
.l-row,
.l-column {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  max-width: 152rem;
}
@media screen and (max-width: 1151px ) {
  .l-row,
  .l-column {
    flex-direction: column;
  }
}
.l-row--wrap {
  flex-wrap: wrap;
}
.l-row--vcenter {
  margin: auto;
}
.l-row--alignmid {
  align-items: center;
}
.l-row--pagelinks {
  padding-left: 0;
  padding-right: 0;
}
.l-row--narrow {
  position: relative;
  max-width: 152rempx;
  max-width: 15.2remrem;
}
.l-row--reverse-mobile {
  position: relative;
}
@media screen and (max-width: 1151px ) {
  .l-row--reverse-mobile {
    flex-direction: column-reverse;
  }
}
.l-row--fluid {
  max-width: none;
}
.l-row--gap100 {
  column-gap: calc(100rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap100 {
    column-gap: 1rem;
  }
}
.l-row--gap99 {
  column-gap: calc(99rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap99 {
    column-gap: 1rem;
  }
}
.l-row--gap98 {
  column-gap: calc(98rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap98 {
    column-gap: 1rem;
  }
}
.l-row--gap97 {
  column-gap: calc(97rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap97 {
    column-gap: 1rem;
  }
}
.l-row--gap96 {
  column-gap: calc(96rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap96 {
    column-gap: 1rem;
  }
}
.l-row--gap95 {
  column-gap: calc(95rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap95 {
    column-gap: 1rem;
  }
}
.l-row--gap94 {
  column-gap: calc(94rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap94 {
    column-gap: 1rem;
  }
}
.l-row--gap93 {
  column-gap: calc(93rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap93 {
    column-gap: 1rem;
  }
}
.l-row--gap92 {
  column-gap: calc(92rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap92 {
    column-gap: 1rem;
  }
}
.l-row--gap91 {
  column-gap: calc(91rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap91 {
    column-gap: 1rem;
  }
}
.l-row--gap90 {
  column-gap: calc(90rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap90 {
    column-gap: 1rem;
  }
}
.l-row--gap89 {
  column-gap: calc(89rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap89 {
    column-gap: 1rem;
  }
}
.l-row--gap88 {
  column-gap: calc(88rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap88 {
    column-gap: 1rem;
  }
}
.l-row--gap87 {
  column-gap: calc(87rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap87 {
    column-gap: 1rem;
  }
}
.l-row--gap86 {
  column-gap: calc(86rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap86 {
    column-gap: 1rem;
  }
}
.l-row--gap85 {
  column-gap: calc(85rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap85 {
    column-gap: 1rem;
  }
}
.l-row--gap84 {
  column-gap: calc(84rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap84 {
    column-gap: 1rem;
  }
}
.l-row--gap83 {
  column-gap: calc(83rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap83 {
    column-gap: 1rem;
  }
}
.l-row--gap82 {
  column-gap: calc(82rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap82 {
    column-gap: 1rem;
  }
}
.l-row--gap81 {
  column-gap: calc(81rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap81 {
    column-gap: 1rem;
  }
}
.l-row--gap80 {
  column-gap: calc(80rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap80 {
    column-gap: 1rem;
  }
}
.l-row--gap79 {
  column-gap: calc(79rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap79 {
    column-gap: 1rem;
  }
}
.l-row--gap78 {
  column-gap: calc(78rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap78 {
    column-gap: 1rem;
  }
}
.l-row--gap77 {
  column-gap: calc(77rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap77 {
    column-gap: 1rem;
  }
}
.l-row--gap76 {
  column-gap: calc(76rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap76 {
    column-gap: 1rem;
  }
}
.l-row--gap75 {
  column-gap: calc(75rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap75 {
    column-gap: 1rem;
  }
}
.l-row--gap74 {
  column-gap: calc(74rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap74 {
    column-gap: 1rem;
  }
}
.l-row--gap73 {
  column-gap: calc(73rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap73 {
    column-gap: 1rem;
  }
}
.l-row--gap72 {
  column-gap: calc(72rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap72 {
    column-gap: 1rem;
  }
}
.l-row--gap71 {
  column-gap: calc(71rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap71 {
    column-gap: 1rem;
  }
}
.l-row--gap70 {
  column-gap: calc(70rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap70 {
    column-gap: 1rem;
  }
}
.l-row--gap69 {
  column-gap: calc(69rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap69 {
    column-gap: 1rem;
  }
}
.l-row--gap68 {
  column-gap: calc(68rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap68 {
    column-gap: 1rem;
  }
}
.l-row--gap67 {
  column-gap: calc(67rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap67 {
    column-gap: 1rem;
  }
}
.l-row--gap66 {
  column-gap: calc(66rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap66 {
    column-gap: 1rem;
  }
}
.l-row--gap65 {
  column-gap: calc(65rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap65 {
    column-gap: 1rem;
  }
}
.l-row--gap64 {
  column-gap: calc(64rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap64 {
    column-gap: 1rem;
  }
}
.l-row--gap63 {
  column-gap: calc(63rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap63 {
    column-gap: 1rem;
  }
}
.l-row--gap62 {
  column-gap: calc(62rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap62 {
    column-gap: 1rem;
  }
}
.l-row--gap61 {
  column-gap: calc(61rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap61 {
    column-gap: 1rem;
  }
}
.l-row--gap60 {
  column-gap: calc(60rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap60 {
    column-gap: 1rem;
  }
}
.l-row--gap59 {
  column-gap: calc(59rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap59 {
    column-gap: 1rem;
  }
}
.l-row--gap58 {
  column-gap: calc(58rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap58 {
    column-gap: 1rem;
  }
}
.l-row--gap57 {
  column-gap: calc(57rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap57 {
    column-gap: 1rem;
  }
}
.l-row--gap56 {
  column-gap: calc(56rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap56 {
    column-gap: 1rem;
  }
}
.l-row--gap55 {
  column-gap: calc(55rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap55 {
    column-gap: 1rem;
  }
}
.l-row--gap54 {
  column-gap: calc(54rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap54 {
    column-gap: 1rem;
  }
}
.l-row--gap53 {
  column-gap: calc(53rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap53 {
    column-gap: 1rem;
  }
}
.l-row--gap52 {
  column-gap: calc(52rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap52 {
    column-gap: 1rem;
  }
}
.l-row--gap51 {
  column-gap: calc(51rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap51 {
    column-gap: 1rem;
  }
}
.l-row--gap50 {
  column-gap: calc(50rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap50 {
    column-gap: 1rem;
  }
}
.l-row--gap49 {
  column-gap: calc(49rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap49 {
    column-gap: 1rem;
  }
}
.l-row--gap48 {
  column-gap: calc(48rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap48 {
    column-gap: 1rem;
  }
}
.l-row--gap47 {
  column-gap: calc(47rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap47 {
    column-gap: 1rem;
  }
}
.l-row--gap46 {
  column-gap: calc(46rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap46 {
    column-gap: 1rem;
  }
}
.l-row--gap45 {
  column-gap: calc(45rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap45 {
    column-gap: 1rem;
  }
}
.l-row--gap44 {
  column-gap: calc(44rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap44 {
    column-gap: 1rem;
  }
}
.l-row--gap43 {
  column-gap: calc(43rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap43 {
    column-gap: 1rem;
  }
}
.l-row--gap42 {
  column-gap: calc(42rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap42 {
    column-gap: 1rem;
  }
}
.l-row--gap41 {
  column-gap: calc(41rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap41 {
    column-gap: 1rem;
  }
}
.l-row--gap40 {
  column-gap: calc(40rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap40 {
    column-gap: 1rem;
  }
}
.l-row--gap39 {
  column-gap: calc(39rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap39 {
    column-gap: 1rem;
  }
}
.l-row--gap38 {
  column-gap: calc(38rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap38 {
    column-gap: 1rem;
  }
}
.l-row--gap37 {
  column-gap: calc(37rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap37 {
    column-gap: 1rem;
  }
}
.l-row--gap36 {
  column-gap: calc(36rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap36 {
    column-gap: 1rem;
  }
}
.l-row--gap35 {
  column-gap: calc(35rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap35 {
    column-gap: 1rem;
  }
}
.l-row--gap34 {
  column-gap: calc(34rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap34 {
    column-gap: 1rem;
  }
}
.l-row--gap33 {
  column-gap: calc(33rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap33 {
    column-gap: 1rem;
  }
}
.l-row--gap32 {
  column-gap: calc(32rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap32 {
    column-gap: 1rem;
  }
}
.l-row--gap31 {
  column-gap: calc(31rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap31 {
    column-gap: 1rem;
  }
}
.l-row--gap30 {
  column-gap: calc(30rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap30 {
    column-gap: 1rem;
  }
}
.l-row--gap29 {
  column-gap: calc(29rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap29 {
    column-gap: 1rem;
  }
}
.l-row--gap28 {
  column-gap: calc(28rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap28 {
    column-gap: 1rem;
  }
}
.l-row--gap27 {
  column-gap: calc(27rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap27 {
    column-gap: 1rem;
  }
}
.l-row--gap26 {
  column-gap: calc(26rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap26 {
    column-gap: 1rem;
  }
}
.l-row--gap25 {
  column-gap: calc(25rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap25 {
    column-gap: 1rem;
  }
}
.l-row--gap24 {
  column-gap: calc(24rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap24 {
    column-gap: 1rem;
  }
}
.l-row--gap23 {
  column-gap: calc(23rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap23 {
    column-gap: 1rem;
  }
}
.l-row--gap22 {
  column-gap: calc(22rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap22 {
    column-gap: 1rem;
  }
}
.l-row--gap21 {
  column-gap: calc(21rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap21 {
    column-gap: 1rem;
  }
}
.l-row--gap20 {
  column-gap: calc(20rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap20 {
    column-gap: 1rem;
  }
}
.l-row--gap19 {
  column-gap: calc(19rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap19 {
    column-gap: 1rem;
  }
}
.l-row--gap18 {
  column-gap: calc(18rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap18 {
    column-gap: 1rem;
  }
}
.l-row--gap17 {
  column-gap: calc(17rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap17 {
    column-gap: 1rem;
  }
}
.l-row--gap16 {
  column-gap: calc(16rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap16 {
    column-gap: 1rem;
  }
}
.l-row--gap15 {
  column-gap: calc(15rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap15 {
    column-gap: 1rem;
  }
}
.l-row--gap14 {
  column-gap: calc(14rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap14 {
    column-gap: 1rem;
  }
}
.l-row--gap13 {
  column-gap: calc(13rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap13 {
    column-gap: 1rem;
  }
}
.l-row--gap12 {
  column-gap: calc(12rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap12 {
    column-gap: 1rem;
  }
}
.l-row--gap11 {
  column-gap: calc(11rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap11 {
    column-gap: 1rem;
  }
}
.l-row--gap10 {
  column-gap: calc(10rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap10 {
    column-gap: 1rem;
  }
}
.l-row--gap9 {
  column-gap: calc(9rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap9 {
    column-gap: 1rem;
  }
}
.l-row--gap8 {
  column-gap: calc(8rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap8 {
    column-gap: 1rem;
  }
}
.l-row--gap7 {
  column-gap: calc(7rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap7 {
    column-gap: 1rem;
  }
}
.l-row--gap6 {
  column-gap: calc(6rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap6 {
    column-gap: 1rem;
  }
}
.l-row--gap5 {
  column-gap: calc(5rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap5 {
    column-gap: 1rem;
  }
}
.l-row--gap4 {
  column-gap: calc(4rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap4 {
    column-gap: 1rem;
  }
}
.l-row--gap3 {
  column-gap: calc(3rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap3 {
    column-gap: 1rem;
  }
}
.l-row--gap2 {
  column-gap: calc(2rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap2 {
    column-gap: 1rem;
  }
}
.l-row--gap1 {
  column-gap: calc(1rem);
}
@media screen and (max-width: 1151px ) {
  .l-row--gap1 {
    column-gap: 1rem;
  }
}
.l-column {
  flex-direction: column;
}
.l-grid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 641px) {
  .l-grid {
    grid-template-columns: 1fr;
  }
}
.l-grid--4col {
  grid-template-columns: repeat(4, 25%);
}
@media screen and (max-width: 1180px) {
  .l-grid--4col {
    grid-template-columns: repeat(3, 33%);
  }
}
@media screen and (max-width: 769px) {
  .l-grid--4col {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 641px) {
  .l-grid--4col {
    grid-template-columns: 1fr;
  }
}
.l-grid--2 {
  grid-template-columns: repeat(2, 50%);
}
@media screen and (max-width: 769px) {
  .l-grid--2 {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 641px) {
  .l-grid--2 {
    grid-template-columns: 1fr;
  }
}
.l-grid--3col {
  grid-template-columns: repeat(3, 33%);
}
@media screen and (max-width: 769px) {
  .l-grid--3col {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 641px) {
  .l-grid--3col {
    grid-template-columns: 1fr;
  }
}
.l-grid--productwrapper {
  height: 100%;
  margin-bottom: -20rem;
  padding-bottom: 5rem;
}
.l-grid--20-80 {
  grid-template-columns: 2fr 8fr;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .l-grid--20-80 {
    grid-template-columns: 1fr;
  }
}
.l-grid--news {
  row-gap: 10rem;
  column-gap: 4rem;
}
.l-grid--profiles {
  grid-template-columns: repeat(4, 25%);
  column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 1151px) {
  .l-grid--profiles {
    grid-template-columns: repeat(3, 33%);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .l-grid--profiles {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 641px) {
  .l-grid--profiles {
    grid-template-columns: 1fr;
  }
}
.l-grid--products {
  list-style-type: none;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
  margin-top: 10rem;
}
@media screen and (max-width: 1180px) {
  .l-grid--products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 641px) {
  .l-grid--products {
    grid-template-columns: 1fr;
  }
}
.l-grid--resources {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 2.8rem;
}
@media screen and (max-width: 481px) {
  .l-grid--resources {
    grid-template-columns: 1fr;
  }
}
.l-grid--pagelinks {
  gap: 2%;
  row-gap: 2%;
}
@media screen and (max-width: 1151px) {
}
@media screen and (max-width: 769px) {
}
.l-grid--landingindex {
  gap: 5rem;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
@media screen and (max-width: 1000px) {
  .l-grid--landingindex {
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  }
}
@media screen and (max-width: 641px) {
  .l-grid--landingindex {
    grid-template-columns: 1fr;
  }
}
.l-col-100 {
  width: calc(100%);
}
@media screen and (max-width: 1151px ) {
  .l-col-100 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-100:last-child {
    margin-bottom: 0;
  }
}
.l-col-99 {
  width: calc(99%);
}
@media screen and (max-width: 1151px ) {
  .l-col-99 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-99:last-child {
    margin-bottom: 0;
  }
}
.l-col-98 {
  width: calc(98%);
}
@media screen and (max-width: 1151px ) {
  .l-col-98 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-98:last-child {
    margin-bottom: 0;
  }
}
.l-col-97 {
  width: calc(97%);
}
@media screen and (max-width: 1151px ) {
  .l-col-97 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-97:last-child {
    margin-bottom: 0;
  }
}
.l-col-96 {
  width: calc(96%);
}
@media screen and (max-width: 1151px ) {
  .l-col-96 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-96:last-child {
    margin-bottom: 0;
  }
}
.l-col-95 {
  width: calc(95%);
}
@media screen and (max-width: 1151px ) {
  .l-col-95 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-95:last-child {
    margin-bottom: 0;
  }
}
.l-col-94 {
  width: calc(94%);
}
@media screen and (max-width: 1151px ) {
  .l-col-94 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-94:last-child {
    margin-bottom: 0;
  }
}
.l-col-93 {
  width: calc(93%);
}
@media screen and (max-width: 1151px ) {
  .l-col-93 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-93:last-child {
    margin-bottom: 0;
  }
}
.l-col-92 {
  width: calc(92%);
}
@media screen and (max-width: 1151px ) {
  .l-col-92 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-92:last-child {
    margin-bottom: 0;
  }
}
.l-col-91 {
  width: calc(91%);
}
@media screen and (max-width: 1151px ) {
  .l-col-91 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-91:last-child {
    margin-bottom: 0;
  }
}
.l-col-90 {
  width: calc(90%);
}
@media screen and (max-width: 1151px ) {
  .l-col-90 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-90:last-child {
    margin-bottom: 0;
  }
}
.l-col-89 {
  width: calc(89%);
}
@media screen and (max-width: 1151px ) {
  .l-col-89 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-89:last-child {
    margin-bottom: 0;
  }
}
.l-col-88 {
  width: calc(88%);
}
@media screen and (max-width: 1151px ) {
  .l-col-88 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-88:last-child {
    margin-bottom: 0;
  }
}
.l-col-87 {
  width: calc(87%);
}
@media screen and (max-width: 1151px ) {
  .l-col-87 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-87:last-child {
    margin-bottom: 0;
  }
}
.l-col-86 {
  width: calc(86%);
}
@media screen and (max-width: 1151px ) {
  .l-col-86 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-86:last-child {
    margin-bottom: 0;
  }
}
.l-col-85 {
  width: calc(85%);
}
@media screen and (max-width: 1151px ) {
  .l-col-85 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-85:last-child {
    margin-bottom: 0;
  }
}
.l-col-84 {
  width: calc(84%);
}
@media screen and (max-width: 1151px ) {
  .l-col-84 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-84:last-child {
    margin-bottom: 0;
  }
}
.l-col-83 {
  width: calc(83%);
}
@media screen and (max-width: 1151px ) {
  .l-col-83 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-83:last-child {
    margin-bottom: 0;
  }
}
.l-col-82 {
  width: calc(82%);
}
@media screen and (max-width: 1151px ) {
  .l-col-82 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-82:last-child {
    margin-bottom: 0;
  }
}
.l-col-81 {
  width: calc(81%);
}
@media screen and (max-width: 1151px ) {
  .l-col-81 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-81:last-child {
    margin-bottom: 0;
  }
}
.l-col-80 {
  width: calc(80%);
}
@media screen and (max-width: 1151px ) {
  .l-col-80 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-80:last-child {
    margin-bottom: 0;
  }
}
.l-col-79 {
  width: calc(79%);
}
@media screen and (max-width: 1151px ) {
  .l-col-79 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-79:last-child {
    margin-bottom: 0;
  }
}
.l-col-78 {
  width: calc(78%);
}
@media screen and (max-width: 1151px ) {
  .l-col-78 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-78:last-child {
    margin-bottom: 0;
  }
}
.l-col-77 {
  width: calc(77%);
}
@media screen and (max-width: 1151px ) {
  .l-col-77 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-77:last-child {
    margin-bottom: 0;
  }
}
.l-col-76 {
  width: calc(76%);
}
@media screen and (max-width: 1151px ) {
  .l-col-76 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-76:last-child {
    margin-bottom: 0;
  }
}
.l-col-75 {
  width: calc(75%);
}
@media screen and (max-width: 1151px ) {
  .l-col-75 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-75:last-child {
    margin-bottom: 0;
  }
}
.l-col-74 {
  width: calc(74%);
}
@media screen and (max-width: 1151px ) {
  .l-col-74 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-74:last-child {
    margin-bottom: 0;
  }
}
.l-col-73 {
  width: calc(73%);
}
@media screen and (max-width: 1151px ) {
  .l-col-73 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-73:last-child {
    margin-bottom: 0;
  }
}
.l-col-72 {
  width: calc(72%);
}
@media screen and (max-width: 1151px ) {
  .l-col-72 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-72:last-child {
    margin-bottom: 0;
  }
}
.l-col-71 {
  width: calc(71%);
}
@media screen and (max-width: 1151px ) {
  .l-col-71 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-71:last-child {
    margin-bottom: 0;
  }
}
.l-col-70 {
  width: calc(70%);
}
@media screen and (max-width: 1151px ) {
  .l-col-70 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-70:last-child {
    margin-bottom: 0;
  }
}
.l-col-69 {
  width: calc(69%);
}
@media screen and (max-width: 1151px ) {
  .l-col-69 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-69:last-child {
    margin-bottom: 0;
  }
}
.l-col-68 {
  width: calc(68%);
}
@media screen and (max-width: 1151px ) {
  .l-col-68 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-68:last-child {
    margin-bottom: 0;
  }
}
.l-col-67 {
  width: calc(67%);
}
@media screen and (max-width: 1151px ) {
  .l-col-67 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-67:last-child {
    margin-bottom: 0;
  }
}
.l-col-66 {
  width: calc(66%);
}
@media screen and (max-width: 1151px ) {
  .l-col-66 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-66:last-child {
    margin-bottom: 0;
  }
}
.l-col-65 {
  width: calc(65%);
}
@media screen and (max-width: 1151px ) {
  .l-col-65 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-65:last-child {
    margin-bottom: 0;
  }
}
.l-col-64 {
  width: calc(64%);
}
@media screen and (max-width: 1151px ) {
  .l-col-64 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-64:last-child {
    margin-bottom: 0;
  }
}
.l-col-63 {
  width: calc(63%);
}
@media screen and (max-width: 1151px ) {
  .l-col-63 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-63:last-child {
    margin-bottom: 0;
  }
}
.l-col-62 {
  width: calc(62%);
}
@media screen and (max-width: 1151px ) {
  .l-col-62 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-62:last-child {
    margin-bottom: 0;
  }
}
.l-col-61 {
  width: calc(61%);
}
@media screen and (max-width: 1151px ) {
  .l-col-61 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-61:last-child {
    margin-bottom: 0;
  }
}
.l-col-60 {
  width: calc(60%);
}
@media screen and (max-width: 1151px ) {
  .l-col-60 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-60:last-child {
    margin-bottom: 0;
  }
}
.l-col-59 {
  width: calc(59%);
}
@media screen and (max-width: 1151px ) {
  .l-col-59 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-59:last-child {
    margin-bottom: 0;
  }
}
.l-col-58 {
  width: calc(58%);
}
@media screen and (max-width: 1151px ) {
  .l-col-58 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-58:last-child {
    margin-bottom: 0;
  }
}
.l-col-57 {
  width: calc(57%);
}
@media screen and (max-width: 1151px ) {
  .l-col-57 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-57:last-child {
    margin-bottom: 0;
  }
}
.l-col-56 {
  width: calc(56%);
}
@media screen and (max-width: 1151px ) {
  .l-col-56 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-56:last-child {
    margin-bottom: 0;
  }
}
.l-col-55 {
  width: calc(55%);
}
@media screen and (max-width: 1151px ) {
  .l-col-55 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-55:last-child {
    margin-bottom: 0;
  }
}
.l-col-54 {
  width: calc(54%);
}
@media screen and (max-width: 1151px ) {
  .l-col-54 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-54:last-child {
    margin-bottom: 0;
  }
}
.l-col-53 {
  width: calc(53%);
}
@media screen and (max-width: 1151px ) {
  .l-col-53 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-53:last-child {
    margin-bottom: 0;
  }
}
.l-col-52 {
  width: calc(52%);
}
@media screen and (max-width: 1151px ) {
  .l-col-52 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-52:last-child {
    margin-bottom: 0;
  }
}
.l-col-51 {
  width: calc(51%);
}
@media screen and (max-width: 1151px ) {
  .l-col-51 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-51:last-child {
    margin-bottom: 0;
  }
}
.l-col-50 {
  width: calc(50%);
}
@media screen and (max-width: 1151px ) {
  .l-col-50 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-50:last-child {
    margin-bottom: 0;
  }
}
.l-col-49 {
  width: calc(49%);
}
@media screen and (max-width: 1151px ) {
  .l-col-49 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-49:last-child {
    margin-bottom: 0;
  }
}
.l-col-48 {
  width: calc(48%);
}
@media screen and (max-width: 1151px ) {
  .l-col-48 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-48:last-child {
    margin-bottom: 0;
  }
}
.l-col-47 {
  width: calc(47%);
}
@media screen and (max-width: 1151px ) {
  .l-col-47 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-47:last-child {
    margin-bottom: 0;
  }
}
.l-col-46 {
  width: calc(46%);
}
@media screen and (max-width: 1151px ) {
  .l-col-46 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-46:last-child {
    margin-bottom: 0;
  }
}
.l-col-45 {
  width: calc(45%);
}
@media screen and (max-width: 1151px ) {
  .l-col-45 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-45:last-child {
    margin-bottom: 0;
  }
}
.l-col-44 {
  width: calc(44%);
}
@media screen and (max-width: 1151px ) {
  .l-col-44 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-44:last-child {
    margin-bottom: 0;
  }
}
.l-col-43 {
  width: calc(43%);
}
@media screen and (max-width: 1151px ) {
  .l-col-43 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-43:last-child {
    margin-bottom: 0;
  }
}
.l-col-42 {
  width: calc(42%);
}
@media screen and (max-width: 1151px ) {
  .l-col-42 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-42:last-child {
    margin-bottom: 0;
  }
}
.l-col-41 {
  width: calc(41%);
}
@media screen and (max-width: 1151px ) {
  .l-col-41 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-41:last-child {
    margin-bottom: 0;
  }
}
.l-col-40 {
  width: calc(40%);
}
@media screen and (max-width: 1151px ) {
  .l-col-40 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-40:last-child {
    margin-bottom: 0;
  }
}
.l-col-39 {
  width: calc(39%);
}
@media screen and (max-width: 1151px ) {
  .l-col-39 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-39:last-child {
    margin-bottom: 0;
  }
}
.l-col-38 {
  width: calc(38%);
}
@media screen and (max-width: 1151px ) {
  .l-col-38 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-38:last-child {
    margin-bottom: 0;
  }
}
.l-col-37 {
  width: calc(37%);
}
@media screen and (max-width: 1151px ) {
  .l-col-37 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-37:last-child {
    margin-bottom: 0;
  }
}
.l-col-36 {
  width: calc(36%);
}
@media screen and (max-width: 1151px ) {
  .l-col-36 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-36:last-child {
    margin-bottom: 0;
  }
}
.l-col-35 {
  width: calc(35%);
}
@media screen and (max-width: 1151px ) {
  .l-col-35 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-35:last-child {
    margin-bottom: 0;
  }
}
.l-col-34 {
  width: calc(34%);
}
@media screen and (max-width: 1151px ) {
  .l-col-34 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-34:last-child {
    margin-bottom: 0;
  }
}
.l-col-33 {
  width: calc(33%);
}
@media screen and (max-width: 1151px ) {
  .l-col-33 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-33:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-33 {
    width: 100%;
  }
}
.l-col-32 {
  width: calc(32%);
}
@media screen and (max-width: 1151px ) {
  .l-col-32 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-32:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-32 {
    width: 100%;
  }
}
.l-col-31 {
  width: calc(31%);
}
@media screen and (max-width: 1151px ) {
  .l-col-31 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-31:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-31 {
    width: 100%;
  }
}
.l-col-30 {
  width: calc(30%);
}
@media screen and (max-width: 1151px ) {
  .l-col-30 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-30:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-30 {
    width: 100%;
  }
}
.l-col-29 {
  width: calc(29%);
}
@media screen and (max-width: 1151px ) {
  .l-col-29 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-29:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-29 {
    width: 100%;
  }
}
.l-col-28 {
  width: calc(28%);
}
@media screen and (max-width: 1151px ) {
  .l-col-28 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-28:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-28 {
    width: 100%;
  }
}
.l-col-27 {
  width: calc(27%);
}
@media screen and (max-width: 1151px ) {
  .l-col-27 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-27:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-27 {
    width: 100%;
  }
}
.l-col-26 {
  width: calc(26%);
}
@media screen and (max-width: 1151px ) {
  .l-col-26 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-26:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-26 {
    width: 100%;
  }
}
.l-col-25 {
  width: calc(25%);
}
@media screen and (max-width: 1151px ) {
  .l-col-25 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-25:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-25 {
    width: 100%;
  }
}
.l-col-24 {
  width: calc(24%);
}
@media screen and (max-width: 1151px ) {
  .l-col-24 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-24:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-24 {
    width: 100%;
  }
}
.l-col-23 {
  width: calc(23%);
}
@media screen and (max-width: 1151px ) {
  .l-col-23 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-23:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-23 {
    width: 100%;
  }
}
.l-col-22 {
  width: calc(22%);
}
@media screen and (max-width: 1151px ) {
  .l-col-22 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-22:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-22 {
    width: 100%;
  }
}
.l-col-21 {
  width: calc(21%);
}
@media screen and (max-width: 1151px ) {
  .l-col-21 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-21:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-21 {
    width: 100%;
  }
}
.l-col-20 {
  width: calc(20%);
}
@media screen and (max-width: 1151px ) {
  .l-col-20 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-20:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-20 {
    width: 100%;
  }
}
.l-col-19 {
  width: calc(19%);
}
@media screen and (max-width: 1151px ) {
  .l-col-19 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-19:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-19 {
    width: 100%;
  }
}
.l-col-18 {
  width: calc(18%);
}
@media screen and (max-width: 1151px ) {
  .l-col-18 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-18:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-18 {
    width: 100%;
  }
}
.l-col-17 {
  width: calc(17%);
}
@media screen and (max-width: 1151px ) {
  .l-col-17 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-17:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-17 {
    width: 100%;
  }
}
.l-col-16 {
  width: calc(16%);
}
@media screen and (max-width: 1151px ) {
  .l-col-16 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-16:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-16 {
    width: 100%;
  }
}
.l-col-15 {
  width: calc(15%);
}
@media screen and (max-width: 1151px ) {
  .l-col-15 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-15:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-15 {
    width: 100%;
  }
}
.l-col-14 {
  width: calc(14%);
}
@media screen and (max-width: 1151px ) {
  .l-col-14 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-14:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-14 {
    width: 100%;
  }
}
.l-col-13 {
  width: calc(13%);
}
@media screen and (max-width: 1151px ) {
  .l-col-13 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-13:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-13 {
    width: 100%;
  }
}
.l-col-12 {
  width: calc(12%);
}
@media screen and (max-width: 1151px ) {
  .l-col-12 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-12:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-12 {
    width: 100%;
  }
}
.l-col-11 {
  width: calc(11%);
}
@media screen and (max-width: 1151px ) {
  .l-col-11 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-11:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-11 {
    width: 100%;
  }
}
.l-col-10 {
  width: calc(10%);
}
@media screen and (max-width: 1151px ) {
  .l-col-10 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-10:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-10 {
    width: 100%;
  }
}
.l-col-9 {
  width: calc(9%);
}
@media screen and (max-width: 1151px ) {
  .l-col-9 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-9:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-9 {
    width: 100%;
  }
}
.l-col-8 {
  width: calc(8%);
}
@media screen and (max-width: 1151px ) {
  .l-col-8 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-8:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-8 {
    width: 100%;
  }
}
.l-col-7 {
  width: calc(7%);
}
@media screen and (max-width: 1151px ) {
  .l-col-7 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-7:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-7 {
    width: 100%;
  }
}
.l-col-6 {
  width: calc(6%);
}
@media screen and (max-width: 1151px ) {
  .l-col-6 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-6:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-6 {
    width: 100%;
  }
}
.l-col-5 {
  width: calc(5%);
}
@media screen and (max-width: 1151px ) {
  .l-col-5 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-5:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-5 {
    width: 100%;
  }
}
.l-col-4 {
  width: calc(4%);
}
@media screen and (max-width: 1151px ) {
  .l-col-4 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-4:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-4 {
    width: 100%;
  }
}
.l-col-3 {
  width: calc(3%);
}
@media screen and (max-width: 1151px ) {
  .l-col-3 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-3:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-3 {
    width: 100%;
  }
}
.l-col-2 {
  width: calc(2%);
}
@media screen and (max-width: 1151px ) {
  .l-col-2 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-2 {
    width: 100%;
  }
}
.l-col-1 {
  width: calc(1%);
}
@media screen and (max-width: 1151px ) {
  .l-col-1 {
    width: 100%;
    padding-bottom: 7rem;
  }
  .l-col-1:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-1 {
    width: 100%;
  }
}
.l-content {
  position: relative;
  width: 100%;
  max-width: 152rem;
}
.l-content--wide {
  max-width: 164.8rem;
}
.l-content--medium {
  max-width: 138.6rem;
}
.l-content--narrow {
  max-width: 152rem;
}
.l-content--product {
  max-width: none;
}
.l-content--exnarrow {
  max-width: 136.4rem;
}
.l-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 14rem 4rem 14rem;
}
@media screen and (max-width: 992px) {
  .l-section {
    padding-left: 6.2rem;
    padding-right: 6.2rem;
  }
}
@media screen and (max-width: 641px) {
  .l-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.l-section--nopadding {
  padding: 0;
}
.l-section--event {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-right: 4rem;
  padding-right: clamp(4rem, calc( 1rem +  1.56585708vw ), 1rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-left: 10rem;
  padding-left: clamp(10rem, calc( 1rem +  14.06585708vw ), 20rem);
  margin-top: 0 !important;
}
@media screen and (min-width: 641px) {
  .l-section--event {
    padding-right: calc(4rem  +  -3  * ((100vw -  48.1rem ) / 101.9 ));
    padding-right: clamp(4rem, calc( 1rem +  1.56585708vw ), 1rem);
  }
}
@media screen and (min-width: 1500px) {
  .l-section--event {
    padding-right: 1rem;
    padding-right: clamp(4rem, calc( 1rem +  1.56585708vw ), 1rem);
  }
}
@media screen and (min-width: 641px) {
  .l-section--event {
    padding-left: calc(10rem  +  10  * ((100vw -  48.1rem ) / 101.9 ));
    padding-left: clamp(10rem, calc( 1rem +  14.06585708vw ), 20rem);
  }
}
@media screen and (min-width: 1500px) {
  .l-section--event {
    padding-left: 20rem;
    padding-left: clamp(10rem, calc( 1rem +  14.06585708vw ), 20rem);
  }
}
.l-section--event::before {
  content: "";
  position: absolute;
  top: 0;
  height: 150%;
  width: 0.75rem;
  left: 0;
  background: #01224b;
  z-index: 1;
  margin-left: 4rem;
}
.l-section--event::after {
  content: "";
  position: absolute;
  top: 0;
  height: 150%;
  width: 50%;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  left: -45%;
  left: clamp(-45%, calc( 1rem +  -43.43414292vw ), -40%);
  background: #ECF5FE;
  margin-left: 4rem;
}
@media screen and (min-width: 641px) {
  .l-section--event::after {
    left: calc(-45%  +  5  * ((100vw -  48.1rem ) / 101.9 ));
    left: clamp(-45%, calc( 1rem +  -43.43414292vw ), -40%);
  }
}
@media screen and (min-width: 1500px) {
  .l-section--event::after {
    left: -40%;
    left: clamp(-45%, calc( 1rem +  -43.43414292vw ), -40%);
  }
}
.c-body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 0 0rem;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 641px) {
  .c-body {
    margin-bottom: 0rem;
  }
}
.c-body--product .block {
  margin-top: 0;
  margin-bottom: 3.5rem;
}
.c-body--product .block:last-of-type {
  margin-bottom: 0rem;
}
.c-body--product .c-gallery {
  padding: 6.5rem 0;
}
.c-skipmain {
  position: fixed;
  background: white;
  color: #FBB946;
  padding: 1rem;
  z-index: 20;
  left: 2rem;
  top: 2rem;
  text-decoration: none;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.12), 0 0.2rem 0.2rem rgba(0, 0, 0, 0.12), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.12), 0 0.8rem 0.8rem rgba(0, 0, 0, 0.12), 0 1.6rem 1.6rem rgba(0, 0, 0, 0.12);
  border-radius: 5rem;
  transform: translateX(-200%);
}
.c-skipmain:focus {
  transform: translateX(0);
}
.c-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.c-form p {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  .c-form p {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-form p {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-form__label {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
.c-form__label--radio,
.c-form__label--checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  margin: 0 0 1rem 0;
}
h6.c-form__label {
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.c-form__label__pseudo,
.c-form__option,
.c-form__radio__pseudo,
.c-form__checkbox__pseudo {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.c-form__radio__pseudo,
.c-form__checkbox__pseudo {
  margin-bottom: 0;
  cursor: pointer;
}
.c-form__label--checkbox input[type=checkbox],
.c-form__label--radio input[type=checkbox],
.c-form__label--checkbox input[type=radio],
.c-form__label--radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-form__checkbox__marker:before {
  content: '\f0c8';
  cursor: pointer;
  margin: 0 1rem 0 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2rem;
  font-weight: 400;
  color: #FBB946;
}
input[type=checkbox]:checked + .c-form__checkbox__marker:before {
  content: '\f14a';
  font-weight: 700;
}
.c-form__radio__marker:before {
  content: '\f111';
  cursor: pointer;
  margin: 0 1rem 0 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2rem;
  font-weight: 400;
  color: #FBB946;
}
input[type=radio]:checked + .c-form__radio__marker:before {
  content: '\f192';
}
.c-form__option {
  font-weight: normal;
}
.c-form__label__pseudo {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  right: 200vw;
}
/* Default form element styling */
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
textarea,
select {
  appearance: none;
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  outline: none;
  transition: border-color 0.25s;
}
@media screen and (min-width: 641px) {
  input[type=text],
  input[type=number],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    font-size: calc(1.8rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  input[type=text],
  input[type=number],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    font-size: 2rem;
    font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  outline: 2px solid #01224b;
}
textarea {
  resize: none;
  border-radius: 2.5rem;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #000;
}
select {
  background-image: url(../../images/caret-down.png);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.25rem;
  width: 100%;
  padding-right: 3.5rem;
  cursor: pointer;
}
.c-form__selectwrap {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.c-form__selectwrap::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.6rem;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
input[type=radio],
input[type=checkbox] {
  background-color: none;
  border: 0.1rem solid #e7e7e7;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  border-radius: 0rem;
}
input[type=range] {
  margin: 1rem 0 2rem;
}
label {
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 2rem 0 1rem 0;
  display: block;
}
fieldset {
  margin: 4rem 0 0;
  padding: 0 2rem 2rem;
  border: none;
  border-bottom: 5px solid #EFF0F0;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
fieldset:last-of-type {
  border-bottom: none;
}
p.c-form__error {
  color: #B92430;
  font-weight: 600;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.2rem;
  font-size: clamp(1.2rem, calc( 1rem +  0.46585708vw ), 1.6rem);
  margin-top: 0;
  margin-left: 2rem;
  margin-bottom: 0;
  margin-top: 0.3rem;
}
@media screen and (min-width: 641px) {
  p.c-form__error {
    font-size: calc(1.2rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.2rem, calc( 1rem +  0.46585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  p.c-form__error {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, calc( 1rem +  0.46585708vw ), 1.6rem);
  }
}
.c-form--signup {
  display: flex;
  flex-direction: column;
  padding: 0 15%;
}
@media screen and (max-width: 769px) {
  .c-form--signup {
    padding: 0;
  }
}
.c-form--signup label {
  font-size: 3.3rem;
  font-weight: bold;
}
.c-form--signup input[type=text] {
  margin-left: -2rem;
}
.c-form--formbuilder > p {
  margin-bottom: 2.5rem;
}
.c-form--formbuilder > .c-form__label {
  margin-bottom: 2.5rem;
}
.c-form__success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 4rem;
  border: 1px solid #FBB946;
  text-align: center;
}
.c-form__success h2 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.8rem;
  font-size: clamp(2.8rem, calc( 1rem +  2.46585708vw ), 4rem);
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .c-form__success h2 {
    font-size: calc(2.8rem  +  1.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.8rem, calc( 1rem +  2.46585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-form__success h2 {
    font-size: 4rem;
    font-size: clamp(2.8rem, calc( 1rem +  2.46585708vw ), 4rem);
  }
}
@media screen and (max-width: 1151px ) {
  .c-form__success {
    margin-top: 3rem;
  }
}
.c-connect .c-form__success h2 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3.2rem;
  font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
}
@media screen and (min-width: 641px) {
  .c-connect .c-form__success h2 {
    font-size: calc(3.2rem  +  2.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-connect .c-form__success h2 {
    font-size: 6rem;
    font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
  }
}
.c-banner--form input[type=text],
.c-banner--form input[type=email],
.c-banner--form textarea {
  border: none;
}
input.c-form__subscribeinput {
  font-size: 1.6rem;
}
input.c-form__subscribeinput::placeholder,
input.c-form__subscribeinput::-webkit-input-placeholder,
input.c-form__subscribeinput::-moz-placeholder,
input.c-form__subscribeinput:-moz-placeholder {
  color: #b0b0b0;
}
.c-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 6rem;
  background: #000;
  transition: height 0.25s;
}
@media screen and (max-width: 1151px) {
  .c-header {
    padding-right: 3.5rem;
  }
}
.c-header--alt {
  height: 3rem;
}
.c-header--alt .c-header__logo {
  width: 12rem;
}
.c-header__content {
  max-width: none;
  width: 100% ;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1151px ) {
  .c-header__content {
    flex-direction: row;
    align-self: stretch;
    transform: none;
    column-gap: 2rem;
  }
}
.c-header__logo {
  display: flex;
  position: relative;
  margin: 0 0 0 7.5rem;
  padding: 0;
  flex-shrink: 0;
  width: 18.5rem;
  overflow: hidden;
  z-index: 21;
  transition: all 0.25s;
}
.c-header__logo img {
  max-width: none;
  width: 100%;
  transition: width 0.25s ease;
}
@media screen and (max-width: 1151px) {
  .c-header__logo {
    line-height: 0;
  }
}
@media screen and (max-width: 641px) {
  .c-header__logo {
    width: 15rem;
  }
}
@media screen and (max-width: 340px) {
}
.c-header__nav-cont {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  margin: 0 7.5rem 0;
}
@media screen and (max-width: 1151px) {
  .c-header__nav-cont {
    margin: 0;
  }
}
/* 
NAV STRUCTURE
 
nav.c-nav
	ul.c-nav__list
		li.c-nav__item
			a.c-nav__btn > div.c-dropdown
							ul.c-nav__list--dropdown
								li.c-nav__item.c-nav__item--dropdown
								    a.c-nav__btn.c-nav__btn--dropdown

*/
.c-nav {
  position: relative;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1151px) {
  .c-nav {
    position: fixed;
    right: -50vw;
    top: 0;
    width: auto;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    min-width: 50vw;
    max-width: 100%;
    overflow: auto;
    padding: 10rem 0;
    transition: right 0.3s;
    z-index: 21;
    pointer-events: none;
    transform: none;
    z-index: 100;
  }
  .c-nav.is-visible {
    right: 0;
    pointer-events: auto;
  }
}
@media screen and (max-width: 641px) {
  .c-nav {
    right: -100vw;
    width: calc(100% - 9.5rem);
    min-width: 22rem;
  }
}
.c-nav__list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: visible;
  transform-style: unset;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1151px) {
  .c-nav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 4rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 481px) {
  .c-nav__list {
    padding: 0 2rem 0 3rem;
  }
}
.c-nav__list__category {
  position: relative;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.875;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1151px ) {
  .c-nav__list__category a {
    color: white;
  }
  .c-nav__list__category a:hover {
    color: white;
  }
}
.c-nav__dropdown__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.c-nav__dropdown__listgroup {
  display: flex;
  width: 60vw;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  justify-self: center;
  padding: 3rem 5vw;
}
@media screen and (max-width: 1151px ) {
  .c-nav__dropdown__listgroup {
    padding: 1rem 0;
    width: auto;
  }
}
.c-nav__list--dropdown {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1151px) {
  .c-nav__list--dropdown {
    box-shadow: none;
    padding: 0;
  }
}
.c-nav__dropdown {
  position: absolute;
  top: 7rem ;
  left: -10rem;
  text-align: center;
  height: auto;
  width: 32rem;
  display: flex;
  background: #01224b;
  z-index: 11;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.c-nav__dropdown--megamenu {
  position: fixed;
  top: 5.875rem;
  left: 0;
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
@media screen and (max-width: 1151px) {
  .c-nav__dropdown {
    display: none;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    margin: 1rem 0;
  }
}
.c-nav__dropdown ul,
.c-nav__dropdown li,
.c-nav__dropdown a {
  margin-left: 0;
  text-decoration: none;
}
.c-header--alt .c-nav__dropdown {
  top: 3rem;
}
.has-dropdown > .c-nav__btn:after {
  transform: scaleX(1);
}
.has-dropdown.is-active .c-nav__dropdown,
.has-dropdown .c-nav__dropdown:hover {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
@media screen and (max-width: 1151px) {
  .has-dropdown.is-active .c-nav__dropdown,
  .has-dropdown .c-nav__dropdown:hover {
    top: auto;
  }
}
.has-dropdown .c-nav__dropdown--megamenu {
  transition-delay: 0s;
}
@media screen and (max-width: 1151px) {
  .has-dropdown:focus .c-nav__dropdown {
    display: flex;
  }
}
.c-nav__item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 0 2.5rem 2.5rem;
}
@media screen and (max-width: 992px) {
  .c-nav__item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1151px) {
  .c-nav__item {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 1rem 0;
    padding: 0;
  }
}
.c-nav__item--lang {
  height: 100%;
  padding-top: 2.9rem;
}
.c-nav__item--lang .c-nav__btn {
  margin: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-nav__item--lang .c-nav__btn img {
  max-width: 2.5rem;
}
@media screen and (max-width: 1151px) {
  .c-nav__item--lang {
    margin: 0;
    width: 100%;
    margin: 1rem 0;
    border: none;
    border-top: 0;
    padding: 2rem 0 0 0;
    height: auto;
  }
}
.c-nav__item--lang:before {
  display: none;
}
.c-nav__item--dropdown {
  width: 100%;
  margin: 0;
  padding: 1rem;
  position: relative;
  text-align: center;
  transition: all 0.35s ease;
  will-change: transform;
  display: block;
}
@media screen and (max-width: 1151px) {
  .c-nav__item--dropdown {
    border-bottom: 0.1rem solid #01224b;
  }
}
.c-nav__item--dropdown:nth-child(even) {
  background-color: #01224b;
}
@media screen and (max-width: 1151px) {
  .c-nav__item--dropdown:nth-child(even) {
    background-color: #000;
  }
}
.c-nav__item--dropdown:nth-child(odd) {
  background-color: #000b19;
}
@media screen and (max-width: 1151px) {
  .c-nav__item--dropdown:nth-child(odd) {
    background-color: #000;
  }
}
.c-nav__item.has-dropdown > .c-nav__btn:after {
  content: '\f0dd';
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.7rem;
  position: absolute;
  bottom: -0.7rem;
  right: -1.8rem;
}
@media screen and (max-width: 1151px ) {
  .c-nav__item.has-dropdown > .c-nav__btn:after {
    bottom: -1rem;
    right: -2.5rem;
    left: auto;
  }
}
.c-nav__item.has-dropdown .c-nav__btn:focus::after {
  content: '\f0de';
  bottom: -1.5rem;
}
.c-nav__item.has-dropdown .c-nav__btn:hover + .c-nav__item--dropdown,
.c-nav__item.has-dropdown .c-nav__btn:focus + .c-nav__item--dropdown,
.c-nav__item.has-dropdown .c-nav__btn:focus-within + .c-nav__item--dropdown {
  pointer-events: auto;
}
@media screen and (max-width: 1151px) {
  .c-nav__item.has-dropdown .c-nav__btn:hover,
  .c-nav__item.has-dropdown .c-nav__btn:focus,
  .c-nav__item.has-dropdown .c-nav__btn:focus-within {
    background: none;
    color: #FBB946;
  }
}
.c-nav__item--secure.has-dropdown::after {
  color: black;
  top: -0.4rem;
}
button.c-nav__btn {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
button.c-nav__btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-nav__btn {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  text-decoration: none;
  line-height: 1.875;
  height: 2rem;
  margin: 0 1.5rem;
  transition: all 0.25s;
}
.c-nav__btn:hover,
.c-nav__btn:focus {
  color: #FBB946;
}
.c-nav__btn:hover .c-nav__showdropdown,
.c-nav__btn:focus .c-nav__showdropdown {
  color: #FBB946;
}
@media screen and (max-width: 1151px ) {
  .c-nav__btn:hover .c-nav__showdropdown,
  .c-nav__btn:focus .c-nav__showdropdown {
    color: white;
  }
}
@media screen and (max-width: 1151px ) {
  .c-nav__btn:hover,
  .c-nav__btn:focus {
    color: white;
  }
}
@media screen and (max-width: 992px) {
  .c-nav__btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1151px) {
  .c-nav__btn {
    margin-left: 0;
    color: white;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
  }
  .c-nav__btn:hover,
  .c-nav__btn:focus,
  .c-nav__btn.is-active {
    color: white;
  }
  .c-nav__btn:hover .c-nav__showdropdown,
  .c-nav__btn:focus .c-nav__showdropdown,
  .c-nav__btn.is-active .c-nav__showdropdown {
    color: white;
  }
}
.c-header--alt .c-nav__btn {
  font-size: 1.4rem;
}
.c-nav__showdropdown {
  background: transparent;
  border: none;
  pointer-events: none;
  padding: 0 0.3rem;
  vertical-align: baseline;
  display: none;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 1151px) {
  .c-nav__showdropdown {
    color: white;
    display: inline-block;
    font-size: 1.8rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1151px) {
  .c-nav__item.is-active .c-nav__dropdown {
    display: block;
  }
}
.c-nav__btn--dropdown {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  transition: background 0.25s;
  justify-content: center;
}
.c-nav__btn--dropdown:after {
  content: none;
  display: none;
}
.c-nav__btn--dropdown:hover,
.c-nav__btn--dropdown:focus {
  color: #FBB946;
  height: auto;
}
@media screen and (max-width: 1151px ) {
  .c-nav__btn--dropdown:hover,
  .c-nav__btn--dropdown:focus {
    color: white;
  }
}
@media screen and (max-width: 1151px) {
  .c-nav__btn--dropdown {
    line-height: 1.2;
    padding: 1rem;
    justify-content: left;
  }
}
.c-nav__dropdown:not(.c-nav__dropdown--megamenu) .c-nav__btn--dropdown {
  font-size: 1.8rem;
  padding: 0rem 2rem 0rem 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.c-nav__search {
  margin: 0 0 0 2rem;
}
.c-nav--admin {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  padding-left: 0;
}
.c-nav__item--admin {
  margin: 0;
}
.c-nav__btn--admin {
  margin: 0 1rem 0 0;
  padding: 0;
  color: #0000EE;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 1151px) {
  .c-nav__btn--admin {
    font-size: 1.6rem;
  }
}
.c-nav__item--admin:last-of-type .c-nav__btn--admin {
  margin: 0;
}
.c-nav__btn--username {
  color: #000;
  text-decoration: none;
}
.c-nav__show {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  color: #FBB946;
  cursor: pointer;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 1151px) {
  .c-nav__show {
    display: block;
    margin-left: 2rem;
    z-index: 21;
  }
}
.c-nav__hide {
  display: none;
}
@media screen and (max-width: 1151px) {
  .c-nav__hide {
    display: block;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
  }
}
.c-nav__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 21;
}
.c-nav__overlay.is-visible {
  opacity: 0.8;
  pointer-events: auto;
}
.c-sectionnav {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #01224b;
  color: #FFF;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .c-sectionnav {
    flex-direction: row;
    position: relative;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .c-sectionnav .c-sectionnav__item {
    align-items: center;
    margin: 0;
  }
  .c-sectionnav .c-sectionnav__item::before,
  .c-sectionnav .c-sectionnav__item::after {
    display: none;
  }
  .c-sectionnav .c-sectionnav__btn {
    height: unset;
  }
  .c-sectionnav .c-sectionnav__btn sup {
    display: unset;
    margin-bottom: 0.5rem;
  }
  .c-sectionnav .c-sectionnav__marker {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .c-sectionnav--page {
    display: none;
  }
}
.c-sectionnav--page .c-sectionnav__item:first-child::before {
  display: none;
}
.c-sectionnav__list {
  position: relative;
  list-style-type: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 3rem 0rem 2rem 0rem;
  min-height: 14rem;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .c-sectionnav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 4rem;
    justify-content: flex-start;
  }
}
.c-sectionnav__btn {
  position: relative;
  display: flex;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
  height: 2rem;
  margin: 0 1.5rem;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 2rem 0rem;
}
.c-sectionnav__btn h5 {
  margin: 0;
  font-weight: 600;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1rem;
  font-size: clamp(1rem, calc( 1rem +  0.41585708vw ), 1.7rem);
}
@media screen and (min-width: 641px) {
  .c-sectionnav__btn h5 {
    font-size: calc(1rem  +  0.7  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1rem, calc( 1rem +  0.41585708vw ), 1.7rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-sectionnav__btn h5 {
    font-size: 1.7rem;
    font-size: clamp(1rem, calc( 1rem +  0.41585708vw ), 1.7rem);
  }
}
@media screen and (max-width: 641px) {
  .c-sectionnav__btn h5 {
    font-size: 1.5rem;
  }
}
.c-sectionnav__btn sup {
  display: none;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.c-sectionnav__btn:hover {
  color: #FBB946;
}
.c-sectionnav__btn:hover .c-sectionnav__marker {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><circle cx="30" cy="30" r="30" fill="%23FA9C28"/><circle cx="30" cy="30" r="24" fill="white"/><circle cx="30" cy="30" r="14" fill="%238B2F08"/></svg>');
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-sectionnav__btn.is-active .c-sectionnav__marker {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><circle cx="30" cy="30" r="30" fill="%23FA9C28"/><circle cx="30" cy="30" r="24" fill="white"/><circle cx="30" cy="30" r="14" fill="%238B2F08"/><circle cx="30" cy="30" r="7" fill="%23FA9C28"/></svg>');
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-sectionnav__marker {
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><circle cx="24" cy="24" r="24" fill="white"/><circle cx="24" cy="24" r="14" fill="%238B2F08"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  top: -3.5rem;
}
.c-sectionnav__item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
  justify-content: center;
  width: 50rem;
}
@media screen and (max-width: 769px) {
  .c-sectionnav__item {
    margin: 0;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
}
.c-sectionnav__item::before,
.c-sectionnav__item::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 50%;
  top: -22px;
  left: 0;
  background: #FFF;
  z-index: -1;
}
.c-sectionnav__item::after {
  left: unset;
  right: 0;
}
.c-sectionnav__item:last-child::after {
  display: none;
}
.c-sectionnav__item:first-child::before {
  left: unset;
  width: unset;
  background: transparent;
  content: '\f0dd';
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  font-size: 3rem;
  position: absolute;
  color: #FBB946;
  z-index: 5;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {
    top: -8rem;
  }
  50% {
    top: -9rem;
  }
  100% {
    top: -8rem;
  }
}
.c-overlay {
  background: white;
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 10;
  transition: left 0s linear 0.25s, opacity 0.25s;
  pointer-events: none;
}
.c-overlay.is-visible {
  left: 0;
  opacity: 0.8;
  transition: left 0s, opacity 0.25s;
  pointer-events: auto;
}
.c-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #000;
  padding: 5rem;
  margin-top: 14rem;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .c-footer {
    padding: 10rem 6.2rem;
  }
}
@media screen and (max-width: 641px) {
  .c-footer {
    padding: 6.4rem 4rem 6.2rem 4rem;
  }
}
.c-footer--mod {
  margin-top: 0;
}
.c-footer__content {
  display: flex;
  width: 100%;
  column-gap: 5rem;
  row-gap: 10rem;
  justify-content: space-between;
  /*
    @media (max-width: 1515px) {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 0;
        display: table-row-group;
        align-items: center;
        justify-items: center;
    }
        */
}
@media screen and (max-width: 1151px ) {
  .c-footer__content {
    flex-direction: column;
    row-gap: 5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-footer__content {
    align-items: center;
    justify-items: center;
  }
}
.c-footer__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*
    @media @tablet-side {
        display: contents;
        
        &--left {
            width: 100%;
        }
        
    }
    
    @media @phone-side {
        
        &--left {
            align-items: center;
        }
        
    }
        */
}
.c-footer__col--left {
  width: 100%;
  max-width: 80rem;
}
.c-footer__col--right {
  gap: 0;
}
.c-footer__logo {
  width: 100%;
  max-width: 50rem;
}
.c-footer__social {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 1.9rem;
  margin: 0;
  padding: 0;
  padding-top: 3rem;
}
.c-footer__social li {
  line-height: 1;
  width: 3rem;
  height: 3rem;
}
.c-footer__social a {
  color: #01224b;
  transition: color 0.25s ease;
}
.c-footer__social a:hover {
  color: #01224b;
}
@media screen and (max-width: 481px) {
  .c-footer__social a {
    font-size: 1.2rem;
  }
}
.c-footer__nav {
  display: block;
  padding-top: 1rem;
}
.c-footer__nav__list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 4rem;
  row-gap: 1.8rem;
  grid-template-areas: 'logo contact';
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1151px ) {
  .c-footer__nav__list {
    grid-template-areas: 'logo contact';
    grid-template-columns: 1fr 1fr;
  }
}
.c-footer__nav__list--columns {
  display: flex;
  flex-direction: column;
  gap: 0;
  break-inside: avoid;
}
@media screen and (max-width: 992px) {
  .c-footer__nav__list:not(.c-footer__nav__list--columns) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-footer__nav__list {
    justify-content: flex-start;
    column-gap: 3rem;
    row-gap: 0rem;
    grid-template-areas: 'logo' 'contact';
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.c-footer__nav__item {
  color: white;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.c-footer__nav__item--extras {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-footer__nav__item--extras a {
  text-decoration: none;
}
.c-footer__nav__item--name {
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 641px) {
  .c-footer__nav__item {
    align-content: center;
    justify-content: center;
  }
}
.c-footer__secondarynav {
  display: block;
  flex-wrap: wrap;
  column-gap: 2.1rem;
  row-gap: 0;
  line-height: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0 0;
}
.c-footer__secondarynav li {
  line-height: 1.3;
  margin: 0 0.05rem;
  padding: 0;
  display: inline-block;
  font-size: 1.2rem;
  color: white;
}
.c-footer__secondarynav a {
  text-decoration: none;
  color: #FBB946;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.c-footer__secondarynav a:hover,
.c-footer__secondarynav a:focus {
  color: #faa614;
}
@media screen and (max-width: 641px) {
  .c-footer__secondarynav {
    text-align: center;
  }
  .c-footer__secondarynav a {
    font-size: 1.2rem;
  }
}
.c-footer__copyright {
  width: 100%;
  margin-top: 5.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .c-footer__copyright {
    grid-area: copyright;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1151px ) {
  .c-footer__copyright {
    grid-area: copyright;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
.c-footer__copyright__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  color: white;
}
@media screen and (max-width: 641px) {
  .c-footer__copyright__content {
    justify-content: center;
    text-align: center;
  }
}
.c-footer__recaptcha {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: white;
}
@media screen and (max-width: 641px) {
  .c-footer__recaptcha {
    text-align: center;
    margin-top: 1rem;
  }
}
.c-footer__copyright__links {
  display: flex;
  column-gap: 2rem;
  row-gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer__copyright__links li {
  line-height: 1.2;
  margin: 0;
}
.c-footer__copyright__links a {
  text-decoration: none;
  font-size: 1.4rem;
}
.c-footer__copyright__links a:hover,
.c-footer__copyright__links a:focus {
  color: #faa614;
}
@media screen and (max-width: 641px) {
  .c-footer__copyright__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 1rem 4.5rem;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  color: #FBB946;
  background: transparent;
  transition: background-color 0.25s;
  cursor: pointer;
  appearance: none;
  border: 0.1rem solid #FBB946;
  border-radius: 5rem;
}
.c-btn:hover,
.c-btn:focus,
.c-btn.is-active {
  background: #faa614;
  color: #01224b;
}
.c-btn--filter {
  color: #FA9C28;
}
.c-btn--event {
  border-color: #01224b;
}
.c-btn--event a {
  text-decoration: none;
  color: #01224b;
}
.c-btn--event a:hover,
.c-btn--event a:focus {
  color: #FBB946;
}
.c-btn--event:hover,
.c-btn--event:focus {
  background: #01224b;
  color: #FBB946;
  border: none;
}
.c-btn--alt {
  background: #01224b;
}
.c-btn--alt:hover,
.c-btn--alt:focus {
  background: #000b19;
}
.c-btn--sm {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  padding: 1.4rem 1.8rem;
}
@media screen and (min-width: 641px) {
  .c-btn--sm {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--sm {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-btn--lg {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  1.81585708vw ), 3.5rem);
}
@media screen and (min-width: 641px) {
  .c-btn--lg {
    font-size: calc(2rem  +  1.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.81585708vw ), 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--lg {
    font-size: 3.5rem;
    font-size: clamp(2rem, calc( 1rem +  1.81585708vw ), 3.5rem);
  }
}
@media screen and (max-width: 641px) {
  .c-btn--lg {
    padding: 1.8rem 3.6rem;
  }
}
.c-btn--banner {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  font-weight: 600;
  padding: 2rem 3.3rem;
}
@media screen and (min-width: 641px) {
  .c-btn--banner {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--banner {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-btn--modal {
  padding: 1rem 3rem;
}
.c-btn--icongrid {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  line-height: 1.1;
  padding: 1rem 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 641px) {
  .c-btn--icongrid {
    font-size: calc(1.6rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--icongrid {
    font-size: 2.2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
.c-btn--outline,
.c-btn--outline-grey,
.c-btn--outline-key {
  background: rgba(255, 255, 255, 0);
  border: 3px solid white;
  color: white;
  transition: background 0.25s, color 0.25s;
}
.c-btn--outline:hover,
.c-btn--outline-grey:hover,
.c-btn--outline-key:hover,
.c-btn--outline:focus,
.c-btn--outline-grey:focus,
.c-btn--outline-key:focus {
  background: rgba(255, 255, 255, 0.25);
}
.c-btn--gdpr {
  border: 2px solid #000;
  color: #000;
  background-color: white;
  transition: background 0.25s, color 0.25s;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  padding: 1.4rem 1.8rem;
}
@media screen and (min-width: 641px) {
  .c-btn--gdpr {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--gdpr {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-btn--gdpr:hover,
.c-btn--gdpr:focus {
  background: #000;
  color: white;
}
.c-btn--outline-grey {
  border-color: #B9B9B9;
  color: #B9B9B9;
  padding: 2rem 3.3rem;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
}
@media screen and (min-width: 641px) {
  .c-btn--outline-grey {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--outline-grey {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-btn--outline-grey:hover {
  background: #B9B9B9;
  color: white;
}
.c-btn--outline-key {
  border-color: var(--keycolor);
  color: var(--keycolor);
  padding: 2rem 3.3rem;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
}
@media screen and (min-width: 641px) {
  .c-btn--outline-key {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn--outline-key {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-btn--outline-key:hover {
  background-color: var(--keycolor);
  color: white;
}
.c-btn--light {
  background: white;
  color: #FBB946;
}
.c-btn--light:hover,
.c-btn--light:focus {
  background-color: #e6e6e6;
}
.c-btn--submit {
  width: auto;
  align-self: flex-start;
  margin: 0;
}
.c-btn--alignbottom {
  margin-top: auto;
}
.c-btn--alignright {
  margin-left: auto;
}
.c-btn--landingindex {
  width: 100%;
}
.c-btn--landingindex:not(:last-of-type) {
  margin-bottom: 2rem;
}
.c-btn--clearupload {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  background: white;
  color: black;
  padding: 0.3rem 1rem;
  margin: 1rem auto 0 2.5rem;
  border-radius: 3px;
}
.c-btn--clearupload:before {
  content: '\f05e';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.c-btn--alignright {
  float: none;
  margin-left: auto;
}
@media screen and (max-width: 481px) {
  .c-btn--alignright {
    width: 100%;
  }
}
.c-btn--location {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  background: #FBB946;
}
.c-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  min-height: 50rem;
  background-position: center;
  margin-bottom: 8rem;
}
.c-banner--video,
.c-banner--hasimage {
  min-height: calc(100vh - 200px);
  justify-content: center;
}
.c-banner--video .c-banner__content,
.c-banner--hasimage .c-banner__content {
  margin: 3rem 0rem;
}
.c-banner--video {
  padding: 0 14rem 1vh 14rem;
}
@media screen and (max-width: 641px) {
  .c-banner--video {
    min-height: 100vh;
    padding-bottom: 15vh;
  }
}
.c-banner--video:after {
  bottom: 30vh;
}
.c-banner--home {
  justify-content: center;
  min-height: calc(100vh - 200px) !important;
  margin-bottom: 0rem;
  align-items: center;
  max-height: 100%;
}
.c-banner--home .c-banner__logo {
  display: flex;
  width: 70%;
  height: 50%;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.c-banner--home .c-banner__logo img {
  width: 55%;
}
@media screen and (max-width: 1151px) {
  .c-banner--home .c-banner__logo {
    display: none;
  }
}
.c-banner--home:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.c-banner--short {
  min-height: 50rem;
  padding: 15rem 14rem 18vh;
  background-position: center;
  /*
        &:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, ~"@{key-color}" 0%, ~"@{key-color}00" 100%);
            z-index: 3;
        }
*/
}
.c-banner--short:after {
  bottom: 15vh;
}
@media screen and (max-width: 1151px ) {
  .c-banner--short {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-banner--home,
.c-banner--default {
  background-position: center;
}
@media screen and (max-width: 641px) {
  .c-banner--home,
  .c-banner--default {
    min-height: 100vh;
    padding-bottom: 15vh;
  }
}
.c-banner--home:after,
.c-banner--default:after {
  bottom: 30vh;
}
.c-banner--default {
  min-height: 90vh;
  padding-bottom: 20vh;
  justify-content: center;
  padding: 0 14rem 1vh 14rem;
}
@media screen and (max-width: 1151px ) {
  .c-banner--default {
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 641px) {
  .c-banner--default {
    min-height: 100vh;
    padding-bottom: 15vh;
  }
}
.c-banner--article small {
  font-size: 0.25em;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 641px) {
  .c-banner--article small {
    font-size: 0.35em;
  }
}
@media screen and (max-width: 992px) {
  .c-banner {
    padding-left: 6.2rem;
    padding-right: 6.2rem;
  }
}
@media screen and (max-width: 641px) {
  .c-banner {
    padding: 2rem;
  }
}
.c-banner--noimage {
  min-height: 0;
  padding: 10rem 14rem 4rem;
  background: #01224b;
}
.c-banner--hidden {
  display: none;
}
.c-banner__image {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-banner__image picture {
  width: 100%;
  height: 100%;
}
.c-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}
.c-banner__image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.c-banner__video-cont {
  width: 100%;
  height: 100%;
}
.c-banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0rem;
}
.c-banner__video-cont,
.c-banner__image,
.c-banner__video {
  position: absolute;
  left: 0;
  top: 0;
}
.c-banner__video-cont,
.c-banner__video {
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
}
.c-banner__content {
  position: relative;
  width: 100%;
  z-index: 3;
  color: white;
  text-align: left;
  max-width: 40%;
  background: #000;
}
@media screen and (max-width: 1151px ) {
  .c-banner__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .c-banner__content {
    padding: 14rem 4rem 14rem 4rem;
    position: relative;
  }
}
.c-banner__content--home {
  background: rgba(0, 0, 0, 0.75);
  justify-items: center;
  text-align: center;
  max-width: 60%;
  margin: 3rem;
}
@media (max-width: 1600px) {
  .c-banner__content--home {
    margin: 2rem;
    padding-top: 0rem;
  }
}
@media screen and (max-width: 641px) {
  .c-banner__content--home {
    max-width: none;
  }
}
.c-banner__content .c-banner__part {
  background-color: white;
  color: #01224b;
  max-width: fit-content;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.c-banner__content--default,
.c-banner__content {
  padding: 5rem;
}
.c-banner__title {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  line-height: 1em;
  font-weight: 700;
  color: #FBB946;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 641px) {
  .c-banner__title {
    font-size: calc(2rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__title {
    font-size: 4rem;
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
.c-banner__title small {
  font-size: 0.25em;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 641px) {
  .c-banner__title small {
    font-size: 0.35em;
  }
}
.c-banner__title--home {
  text-align: center;
  color: #FBB946;
  text-transform: uppercase;
}
.c-banner__title--article {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.5rem !important;
  font-size: clamp(2.5rem, calc( 1rem +  4.81585708vw ), 9rem) !important;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  letter-spacing: -0.05em;
  letter-spacing: clamp(-0.05em, calc( 1rem +  -0.96914292vw ), -0.02em);
}
@media screen and (min-width: 641px) {
  .c-banner__title--article {
    font-size: calc(2.5rem  +  6.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.5rem, calc( 1rem +  4.81585708vw ), 9rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__title--article {
    font-size: 9rem;
    font-size: clamp(2.5rem, calc( 1rem +  4.81585708vw ), 9rem);
  }
}
@media screen and (min-width: 641px) {
  .c-banner__title--article {
    letter-spacing: calc(-0.05em  +  0.03  * ((100vw -  48.1rem ) / 101.9 ));
    letter-spacing: clamp(-0.05em, calc( 1rem +  -0.96914292vw ), -0.02em);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__title--article {
    letter-spacing: -0.02em;
    letter-spacing: clamp(-0.05em, calc( 1rem +  -0.96914292vw ), -0.02em);
  }
}
.c-banner__date {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .c-banner__date {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__date {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-banner__text {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.5rem;
  font-size: clamp(1.5rem, calc( 1rem +  0.81585708vw ), 2rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: 2rem;
  margin-top: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  line-height: 1.4;
  margin-top: 0;
  width: 100%;
  max-width: fit-content;
  padding-left: 1rem;
}
@media screen and (min-width: 641px) {
  .c-banner__text {
    font-size: calc(1.5rem  +  0.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.5rem, calc( 1rem +  0.81585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__text {
    font-size: 2rem;
    font-size: clamp(1.5rem, calc( 1rem +  0.81585708vw ), 2rem);
  }
}
@media screen and (min-width: 641px) {
  .c-banner__text {
    margin-top: calc(2rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__text {
    margin-top: 4rem;
    margin-top: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (max-width: 769px) {
  .c-banner__text {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-banner__text {
    padding-left: 0.25rem;
  }
}
.banner__text--home {
  text-align: center;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.2rem;
  font-size: clamp(1.2rem, calc( 1rem +  0.56585708vw ), 1.8rem);
}
@media screen and (min-width: 641px) {
  .banner__text--home {
    font-size: calc(1.2rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.2rem, calc( 1rem +  0.56585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .banner__text--home {
    font-size: 1.8rem;
    font-size: clamp(1.2rem, calc( 1rem +  0.56585708vw ), 1.8rem);
  }
}
.c-banner__text--article {
  max-width: 76.8rem;
}
.c-banner__highlight {
  display: flex;
  justify-content: center;
  margin: 4rem 0 2rem;
}
.c-banner__highlight p {
  width: 90%;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.2rem;
  font-size: clamp(2.2rem, calc( 1rem +  2.16585708vw ), 4rem);
  text-align: center;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 641px) {
  .c-banner__highlight p {
    font-size: calc(2.2rem  +  1.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  2.16585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__highlight p {
    font-size: 4rem;
    font-size: clamp(2.2rem, calc( 1rem +  2.16585708vw ), 4rem);
  }
}
@media screen and (max-width: 641px) {
  .c-banner__highlight {
    padding: 0 4rem;
  }
  .c-banner__highlight p {
    width: 100%;
  }
}
.c-banner__articleinfo {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  padding: 1rem;
  background: rgba(26, 24, 24, 0.6);
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  .c-banner__articleinfo {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__articleinfo {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-banner--footer {
  max-width: none;
  margin-top: 8rem;
  margin-bottom: 0rem;
}
.c-banner--footer .c-banner__content > * {
  max-width: none;
}
.c-banner--form {
  background: #FBB946;
}
.c-banner--form .c-banner__content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 5%;
  row-gap: 3rem;
}
.c-banner--form .c-banner__textcol {
  width: 100%;
  margin-bottom: 0;
}
.c-banner--form .c-banner__text {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
}
@media screen and (min-width: 641px) {
  .c-banner--form .c-banner__text {
    font-size: calc(1.6rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner--form .c-banner__text {
    font-size: 2.2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
.c-banner--form .c-banner__formcol {
  width: 100%;
  background: #FBB946;
  padding: 4rem 3rem;
  border-radius: 5rem;
}
.c-banner--form .c-banner__formcol h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 641px) {
  .c-banner--form {
    justify-content: center;
  }
  .c-banner--form .c-banner__content {
    flex-direction: column;
  }
}
.c-login {
  max-width: 55rem;
  margin: 20rem 0;
}
.c-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 6rem 0 6rem;
}
.c-filters__btn {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: color 0.25s, background 0.25s, border 0.25s;
  background: transparent;
  margin: 0;
}
.c-filters__btn a {
  text-decoration: none;
  padding: 1.1rem 1.4rem;
  border: 1px solid #ddd;
  border-radius: 5rem;
  background-color: white;
  display: block;
  line-height: 1;
  color: #000;
  transition: all 0.25s ease;
}
.c-filters__btn a:hover,
.c-filters__btn a:focus {
  background-color: #EEEEEE;
}
.c-filters__btn a.selected {
  color: #FFFFFF;
  background: #FBB946;
}
.c-dropdownfilters {
  display: inline-block;
  width: auto;
  position: relative;
  align-self: flex-start;
  margin-bottom: 1rem;
  background: transparent;
  border: none;
  padding: 0;
}
.c-dropdownfilters:hover > .c-dropdownfilters__dropdown,
.c-dropdownfilters:focus > .c-dropdownfilters__dropdown,
.c-dropdownfilters:focus-within > .c-dropdownfilters__dropdown {
  opacity: 1;
  left: 0;
  top: 100%;
  transition: left 0s, top 0.25s, opacity 0.25s;
}
.c-dropdownfilters__dropdown {
  opacity: 0;
  position: absolute;
  background: #FBB946;
  left: -100000px;
  top: 120%;
  height: auto;
  padding: 2rem;
  z-index: 2;
  transition: left 0s 1s, top 0.25s, opacity 0.25s;
}
.c-dropdownfilters__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-dropdownfilter__item {
  line-height: 1.3;
  text-align: left;
}
.c-dropdownfilter__item a {
  text-decoration: none;
  color: white;
}
.c-dropdownfilters--selected {
  color: orange;
}
.c-dropdownfilters__btn {
  display: block;
  font-size: 2rem;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
/* 

STRUCTURE (Edit this structure in news_helper.php ~ Line 58)

	<ul class="c-pagination">
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-double-left"></i>
		</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-left"></i>
		</li>
		<li class="c-pagination__item">%NUM</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-right"></i>
		</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-double-right"></i>
		</li>
	</ul>

*/
.c-pagination {
  list-style-type: none;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  width: 100%;
  justify-content: flex-end;
  gap: 1rem;
}
.c-pagination__item {
  display: flex;
  align-items: center;
  /* Items inside the list are generated automatically,
	   so their tag is styled instead of having a custom class
	   The pagination link items becomes a <span> when .is-active == true,
	   so we need the base styles to match */
  /* Styles for when the span is active
	within the pagination item */
  /* The next, prev, first, and last arrows */
}
.c-pagination__item a,
.c-pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.13rem;
  height: 3.5rem;
  width: 3.5rem;
  transition: background 0.25s;
  border: 1px solid #ddd;
  background-color: white;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
.c-pagination__item a:hover,
.c-pagination__item a:focus,
.c-pagination__item a:hover span,
.c-pagination__item a:focus span {
  background: #EEEEEE;
}
.c-pagination__item.is-active a,
.c-pagination__item.is-active span {
  background: #FBB946;
  border-color: #FBB946;
  color: #FFFFFF;
}
.c-pagination__item--direction {
  margin-right: 0;
}
.c-pagination__item--direction a {
  padding: 0;
  border: 1px solid white;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.7rem;
}
.c-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 2rem;
  row-gap: 2rem;
}
.c-profile p,
.c-profile a {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 481px) {
  .c-profile {
    flex-direction: column;
  }
}
.c-profile__imagelink {
  width: 100%;
  height: 100%;
}
.c-profile__image {
  width: 100%;
  min-width: 13rem;
  flex-shrink: 0;
}
.c-profile__image picture,
.c-profile__image img {
  width: 100%;
}
@media screen and (max-width: 481px) {
  .c-profile__image {
    width: 100%;
    max-width: 30rem;
    min-width: 0;
  }
}
.c-profile__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 481px) {
  .c-profile__text {
    width: 100%;
    max-width: 30rem;
  }
}
.c-profile__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0.5rem;
}
.c-profile__jobtitle {
  font-size: 1.8rem;
  font-style: italic;
  margin: 0;
}
.c-profile__subtitle {
  font-style: italic;
  margin: 0;
}
.c-profile__link {
  color: #FBB946;
}
@media screen and (max-width: 481px) {
  .c-profile__link {
    word-break: break-all;
  }
}
.c-slideshow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  grid-template-areas: "c--slideshow__large c--slideshow__large c--slideshow__large c--slideshow__large c--slideshow__large" ". . . . .";
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: end;
  align-items: start;
}
.c-slideshow li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-slideshow li:nth-of-type(2) {
  grid-column: 5/6;
  grid-row: 2/3;
}
.c-slideshow li:nth-of-type(3) {
  grid-column: 4/5;
  grid-row: 2/3;
}
.c-slideshow li:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.c-slideshow li:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.c-slideshow li:nth-of-type(6) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-slideshow img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.c-slideshow__large {
  grid-area: c--slideshow__large;
}
.c-slideshow__btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  border-radius: none;
  background: transparent;
  outline: none;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.c-slideshow__btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.c-card--news:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: -3%;
  top: -2.25%;
  width: 106%;
  height: 106%;
  background-color: black;
  z-index: 1;
  pointer-events: none;
  transition: all 0.25s;
}
.c-card--news:hover {
  cursor: pointer;
}
.c-card--news:hover:before {
  opacity: 0.08;
}
.c-card__link {
  text-decoration: none;
  margin-top: auto;
  font-size: 1.8rem;
}
.c-card__fulllink {
  text-decoration: none;
  cursor: pointer;
}
.c-card__fulllink p {
  color: #000;
}
.c-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.9;
  overflow: hidden;
  filter: brightness(100%);
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__link:hover .c-card__image,
.c-card__link:focus .c-card__image {
  filter: brightness(75%);
}
.c-card__text {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
  text-decoration: none;
  padding: 2rem 2rem 0;
}
@media screen and (max-width: 481px) {
  .c-card__text {
    padding: 6rem 4rem;
  }
}
.c-card__info {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.66585708vw ), 1.8rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #717275;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}
@media screen and (min-width: 641px) {
  .c-card__info {
    font-size: calc(1.4rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.66585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-card__info {
    font-size: 1.8rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.66585708vw ), 1.8rem);
  }
}
.c-card__title {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.51585708vw ), 3.1rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 641px) {
  .c-card__title {
    font-size: calc(1.8rem  +  1.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.51585708vw ), 3.1rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-card__title {
    font-size: 3.1rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.51585708vw ), 3.1rem);
  }
}
.c-card__summary {
  margin-top: 0;
  /*
    //Limit the number of lines shown
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    */
  font-size: 1.8rem;
  line-height: 1.5;
  padding-top: 3rem;
}
@media screen and (max-width: 1151px ) {
  .c-card__summary--showmobile {
    display: -webkit-box;
  }
}
.c-card--noimage {
  justify-content: center;
  min-height: 46vw;
}
.c-card--noimage .c-card__text {
  flex-grow: 0;
}
.c-card--resource {
  background: white;
}
.c-card--resource .c-card__cat {
  color: #000;
  background: transparent;
  padding: 0;
  border-radius: 0;
  position: static;
}
.c-card--resource .c-card__image {
  margin-top: 0;
}
.c-card--resource .c-card__text {
  padding: 4.3rem 4.8rem 4.8rem;
}
@media screen and (max-width: 481px) {
  .c-card--resource .c-card__text {
    padding: 4.3rem 3.6rem 4.8rem;
  }
}
.c-card--resource .c-card__cat {
  text-transform: uppercase;
}
.c-card--resource .c-card__title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1151px ) {
  .c-card--resource .c-card__summary {
    display: block;
  }
}
.c-card--profile {
  background: transparent;
  border: none;
}
.c-card--profile .c-card__link {
  display: block;
  text-decoration: none;
}
.c-card--profile .c-card__text {
  padding: 2.7rem 2rem 0;
  text-align: center;
  align-items: center;
  color: #000;
}
.c-card--profile .c-card__title {
  color: #FFF;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 641px) {
  .c-card--profile .c-card__title {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-card--profile .c-card__title {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-card--profile .c-card__jobtitle {
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.c-card--profile .c-card__subtitle {
  line-height: 1.3;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  font-weight: 700;
  color: #B1B1B1;
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .c-card--profile .c-card__subtitle {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-card--profile .c-card__subtitle {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-card--landingindex .c-card__image {
  border-bottom: 3px solid #c9c9c9;
}
.c-card--landingindex .c-card__text {
  padding: 5rem;
  max-height: 47rem;
  margin-top: auto;
}
@media screen and (max-width: 481px) {
  .c-card--landingindex .c-card__text {
    padding: 5rem 3rem;
  }
}
.c-card--landingindex .c-card__title {
  font-weight: 700;
}
@media screen and (max-width: 1151px ) {
  .c-card--landingindex .c-card__title {
    margin-bottom: 1.8rem;
  }
}
.c-card--landingindex .c-card__summary {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
@media screen and (max-width: 1151px ) {
  .c-card--landingindex .c-card__summary {
    display: block;
  }
}
.c-card--pagelinks {
  background-color: #01224b;
  padding: 0 0 3rem 0;
  border: none;
  width: 100%;
}
.c-card--pagelinks .c-card__link {
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.c-card--pagelinks .c-card__image {
  width: 100%;
  height: 100%;
  background-color: #FBB946;
  max-height: 45rem;
}
.c-card--pagelinks .c-card__image img {
  transition: all 0.4s ease;
}
.c-card--pagelinks .c-card__link:hover .c-card__image,
.c-card--pagelinks .c-card__link:focus .c-card__image {
  filter: none;
}
.c-card--pagelinks .c-card__link:hover .c-card__image img,
.c-card--pagelinks .c-card__link:focus .c-card__image img {
  transform: scale(1.25);
  opacity: 0.8;
}
.c-card--pagelinks .c-card__text {
  color: #FFF;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 3rem 0 0 0;
  transition: all 0.25s;
}
.c-card--pagelinks .c-card__link:hover .c-card__text,
.c-card--pagelinks .c-card__link:focus .c-card__text {
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #FBB946;
}
.c-card--pagelinks .c-card__title {
  color: #FFF;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  font-weight: 700;
  transition: all 0.25s;
}
@media screen and (min-width: 641px) {
  .c-card--pagelinks .c-card__title {
    font-size: calc(1.8rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-card--pagelinks .c-card__title {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
.c-card--pagelinks .c-card__link:hover .c-card__title,
.c-card--pagelinks .c-card__link:focus .c-card__title {
  color: #FBB946;
}
@media screen and (max-width: 641px) {
  .c-card--pagelinks {
    margin-bottom: 4rem;
  }
}
.c-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  min-width: 30vw;
  min-height: 30vh;
  z-index: 21;
  transform-style: flat;
  padding: 3rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  display: none;
  transition: opacity 0.25s;
  pointer-events: none;
}
@media screen and (max-width: 641px) {
  .c-modal {
    padding: 1.5rem;
    min-height: 15vh;
    min-width: 80vw;
    max-width: 90vw;
  }
}
.c-modal--img {
  position: fixed;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  font-size: 0;
  transition: none;
  flex-shrink: 1;
}
.c-modal.is-visible {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.c-modal:focus {
  outline: none;
}
.c-modal__content-wrapper {
  width: 100%;
  overflow: auto;
}
.c-modal__content {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-modal__content img {
  max-width: calc(90vw - 6rem );
  max-height: calc(90vh - 12rem );
}
.c-modal__content iframe {
  width: 130vmin !important;
  max-width: none;
  height: auto !important;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 641px) {
  .c-modal__content iframe {
    width: 85vw !important;
  }
}
.c-modal__content.is-loading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../images/loading-icon.gif) center / 60px no-repeat;
}
.c-modal--video {
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  transform: none;
  box-shadow: none;
  border-radius: 0;
  background: #191818;
  display: flex;
  align-items: center;
  transition: left 0s 0.25s, opacity 0.25s;
}
.c-modal--video.is-visible {
  left: 0;
  opacity: 1;
  visibility: auto;
  pointer-events: auto;
  transition: left 0s 0s, opacity 0.25s;
}
.c-modal__videowrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem;
}
.c-modal__videowrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 150rem;
  height: 100%;
  transform: translate(-50%, -50%);
}
.c-modal__date {
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 0;
}
.c-modal__close {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  background: #01224b;
  border: 0.3rem solid #FFF;
  font-family: 'Font Awesome 5 Pro';
  color: white;
  right: -1.3rem;
  top: -1.3rem;
  z-index: 20;
  cursor: pointer;
  font-size: 2.2rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.25s;
}
.c-modal__close i {
  pointer-events: none;
  cursor: pointer;
}
.c-modal__close i:before {
  pointer-events: none;
  cursor: pointer;
}
.c-modal__close:hover {
  transform: scale(1.1);
}
.c-modal__close--video {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: white;
  font-size: 3rem;
  z-index: 10;
  text-decoration: none;
}
.c-modal__arrow {
  display: none;
  justify-content: center;
  align-items: center;
  appearance: none;
  border: none;
  background: #01224b;
  border-radius: 100%;
  padding: 0;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  color: #FFF;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  right: -11rem;
  transform: translate(0, -50%);
  transition: all 0.25s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
.c-modal__arrow i {
  position: relative;
  left: 1px;
}
.c-modal__arrow:hover {
  transform: translate(0, -50%) scale(1.1);
}
.c-modal__arrow--back {
  right: auto;
  left: -11rem;
}
.c-modal__arrow--back i {
  left: auto;
  right: 1px;
}
.c-modal__arrow.is-visible {
  display: flex;
}
.c-modal__arrow > * {
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .c-modal__arrow:hover {
    transform: translate(0, -50%);
  }
}
.c-modal__lang {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.c-modal__lang li {
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem 0;
  margin: 0;
}
.c-modal__lang li:last-child {
  border-bottom: none;
}
.c-modal__lang li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #000;
}
.c-modal__lang li a img {
  display: block;
  max-width: 3rem;
  margin-right: 2rem;
}
.c-modal__caption {
  font-size: 1.4rem;
  color: #01224b;
  text-align: center;
  margin-top: 3rem;
}
.c-search {
  width: 100%;
  background-color: #393435;
  color: white;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 5%;
  padding-bottom: 0;
  z-index: 5;
  width: 33%;
  max-width: 58.5rem;
  background-color: white;
  border-radius: 4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .c-search {
    position: relative;
    left: 0;
    border-radius: 0;
    height: 100%;
    width: 40%;
    box-shadow: none;
  }
}
@media screen and (max-width: 641px) {
  .c-search {
    padding: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 40rem;
    min-height: 35rem;
  }
}
.c-search__wrapper {
  height: 90vh;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .c-search__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    left: 0;
    width: calc(100% + 12.4rem);
  }
}
@media screen and (max-width: 641px) {
  .c-search__wrapper {
    flex-direction: column;
    width: calc(100% +  8rem );
  }
}
.c-search__header {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-left: 1.5rem;
  padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-right: 1.5rem;
  padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-top: 1.5rem;
  padding-top: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  padding-bottom: 0;
}
@media screen and (min-width: 641px) {
  .c-search__header {
    padding-left: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header {
    padding-left: 6rem;
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 641px) {
  .c-search__header {
    padding-right: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header {
    padding-right: 6rem;
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 641px) {
  .c-search__header {
    padding-top: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-top: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header {
    padding-top: 6rem;
    padding-top: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
.c-search__header h2 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 4rem;
  font-size: clamp(4rem, calc( 1rem +  3.96585708vw ), 5.8rem);
  color: #FBB946;
}
@media screen and (min-width: 641px) {
  .c-search__header h2 {
    font-size: calc(4rem  +  1.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(4rem, calc( 1rem +  3.96585708vw ), 5.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header h2 {
    font-size: 5.8rem;
    font-size: clamp(4rem, calc( 1rem +  3.96585708vw ), 5.8rem);
  }
}
@media screen and (max-width: 641px) {
  .c-search__header h2 {
    margin-bottom: 0.5rem;
  }
}
.c-search__header label {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  margin: 0 0 2rem;
  color: #000;
}
@media screen and (min-width: 641px) {
  .c-search__header label {
    font-size: calc(1.6rem  +  0.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header label {
    font-size: 2.1rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  }
}
@media screen and (max-width: 641px) {
  .c-search__header label {
    margin-bottom: 1rem;
  }
}
.c-search__header--sm h2 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3.6rem;
  font-size: clamp(3.6rem, calc( 1rem +  3.26585708vw ), 4.8rem);
  color: #000;
}
@media screen and (min-width: 641px) {
  .c-search__header--sm h2 {
    font-size: calc(3.6rem  +  1.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3.6rem, calc( 1rem +  3.26585708vw ), 4.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__header--sm h2 {
    font-size: 4.8rem;
    font-size: clamp(3.6rem, calc( 1rem +  3.26585708vw ), 4.8rem);
  }
}
@media screen and (max-width: 641px) {
  .c-search__header {
    padding-top: 0;
  }
  .c-search__header--sm {
    text-align: center;
  }
}
.c-search__form__padding {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-left: 1.5rem;
  padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-right: 1.5rem;
  padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
}
@media screen and (min-width: 641px) {
  .c-search__form__padding {
    padding-left: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__form__padding {
    padding-left: 6rem;
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 641px) {
  .c-search__form__padding {
    padding-right: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__form__padding {
    padding-right: 6rem;
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
.c-search__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.4rem;
  row-gap: 1rem;
  margin: 2rem 0;
}
.c-search__options label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2rem;
  color: #000;
}
@media screen and (max-width: 641px) {
  .c-search__options label {
    font-size: 1.4rem;
  }
}
.c-search__options input[type=radio] {
  margin-right: 0.3rem;
}
@media screen and (max-width: 992px) {
  .c-search__options {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 641px) {
  .c-search__options {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 1rem 0;
  }
}
.c-search__inputs {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  gap: 1rem;
}
.c-search__inputs input[type=text] {
  width: 108%;
  margin-left: -4%;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  1.11585708vw ), 2.5rem);
  padding: 1.7rem 2rem;
  background-color: white;
  color: #000;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3.8rem;
}
@media screen and (min-width: 641px) {
  .c-search__inputs input[type=text] {
    font-size: calc(1.6rem  +  0.9  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  1.11585708vw ), 2.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__inputs input[type=text] {
    font-size: 2.5rem;
    font-size: clamp(1.6rem, calc( 1rem +  1.11585708vw ), 2.5rem);
  }
}
.c-search__inputs input[type=text]::placeholder {
  color: #999999;
}
@media screen and (max-width: 641px) {
  .c-search__inputs input[type=text] {
    margin-bottom: 0rem;
  }
}
.c-search__inputs .c-search__actions__submit {
  flex-grow: 0;
  max-width: 23rem;
  margin-left: auto;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  font-weight: 600;
  border-radius: 3.8rem;
  background-color: #01224b;
  color: white;
  padding: 1rem 3rem;
  border: none;
  transition: background-color 0.25s ease;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .c-search__inputs .c-search__actions__submit {
    font-size: calc(1.6rem  +  0.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__inputs .c-search__actions__submit {
    font-size: 2.1rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.91585708vw ), 2.1rem);
  }
}
.c-search__inputs .c-search__actions__submit:hover,
.c-search__inputs .c-search__actions__submit:focus {
  background-color: #000b19;
}
@media screen and (max-width: 992px) {
  .c-search__inputs .c-search__actions__submit {
    margin-left: 0;
  }
}
@media screen and (max-width: 641px) {
  .c-search__inputs .c-search__actions__submit {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .c-search__inputs {
    flex-direction: column;
  }
  .c-search__inputs input[type=text] {
    width: 100%;
  }
}
.c-search__message {
  color: #1a1a1a;
  text-align: center;
  background: #FBB946;
  color: white;
  border-radius: 4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1.6rem;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-left: 1.5rem;
  padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-right: 1.5rem;
  padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 641px) {
  .c-search__message {
    padding-left: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__message {
    padding-left: 6rem;
    padding-left: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 641px) {
  .c-search__message {
    padding-right: calc(1.5rem  +  4.5  * ((100vw -  48.1rem ) / 101.9 ));
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-search__message {
    padding-right: 6rem;
    padding-right: clamp(1.5rem, calc( 1rem +  2.81585708vw ), 6rem);
  }
}
.c-search__message:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .c-search__message {
    border-radius: 0;
    background: none;
    color: #000;
  }
}
@media screen and (max-width: 641px) {
  .c-search__message {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    margin-top: 0;
  }
  .c-search__message:first-of-type {
    margin-top: 0;
  }
}
.js-reloadMap {
  display: none;
}
.c-search__map {
  background-color: #000;
  width: 100%;
  height: 90vh;
}
.c-search__map #map-canvas {
  height: 100%;
}
.c-search__map #map-canvas.crosshair:after {
  content: '\f05b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 2rem;
  color: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .c-search__map {
    width: 60%;
    height: 100%;
  }
}
@media screen and (max-width: 641px) {
  .c-search__map {
    width: 100%;
  }
}
.c-search__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-search__update {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-search__update {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 641px) {
  .c-search__updateview {
    width: 100%;
  }
}
.gm-style-iw {
  max-width: 30rem !important;
}
.gm-style-iw-chr button {
  opacity: 0.25;
}
.gm-style-iw-d {
  padding: 0 2rem 2rem 2rem !important;
}
.gm-style-iw-d strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1.1;
}
.gm-style-iw-d p {
  margin: 0;
  padding: 0;
  white-space: wrap;
  font-size: 1.6rem;
}
.gm-style-iw-d a {
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #FFFFFF !important;
  background: #01224b;
  transition: background-color 0.25s;
  cursor: pointer;
  appearance: none;
  border: none;
  border-radius: 5rem;
  margin-top: 2rem;
}
.gm-style-iw-d a:hover {
  background: #000b19;
}
.gm-style-iw-d br {
  display: none;
}
.c-secure {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  background: #1A1818;
  padding: 1rem 3.5rem;
}
.c-secure p {
  color: black;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .c-secure {
    justify-content: flex-end;
    padding: 1rem;
  }
}
@media screen and (max-width: 481px) {
  .c-secure {
    padding: 1rem 0.5rem;
  }
}
.c-secure__row {
  align-items: flex-end;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .c-secure__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .c-secure__salutation {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.c-secure__salutation .l-row {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-secure__salutation .l-row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.c-secure__nav {
  line-height: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-secure__nav {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #1A1818;
    display: flex;
    transition: opacity 0.25s;
    padding: 12rem 4rem 8rem 4rem;
    pointer-events: none;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-secure__nav.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-secure__dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
  background: #1a1818;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 10rem;
  height: auto;
  z-index: 3;
  transition-delay: 0.25s;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 0;
  visibility: none;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .c-secure__dropdown {
    display: block;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 100%;
    transform: none;
  }
}
.has-dropdown:hover .c-secure__dropdown,
.has-dropdown:focus .c-secure__dropdown,
.has-dropdown:focus-within .c-secure__dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  .has-dropdown:hover .c-secure__dropdown,
  .has-dropdown:focus .c-secure__dropdown,
  .has-dropdown:focus-within .c-secure__dropdown {
    top: auto;
  }
}
.c-secure__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .c-secure__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    text-align: center;
  }
}
.c-secure__list--dropdown {
  flex-direction: column;
  align-items: center;
  z-index: 11;
  color: #000;
}
.c-secure__item {
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
}
.c-secure__item.has-dropdown {
  padding-right: 1.2rem;
}
.c-secure__item.has-dropdown::after {
  content: '\f078';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  color: white;
}
@media screen and (max-width: 1200px) {
  .c-secure__item.has-dropdown::after {
    display: none;
  }
}
.c-secure__item.has-dropdown:hover > .c-secure__btn,
.c-secure__item.has-dropdown:focus > .c-secure__btn {
  color: #FBB946;
}
.c-secure__item.has-dropdown:hover:after,
.c-secure__item.has-dropdown:focus:after {
  color: #FBB946;
}
@media screen and (max-width: 1200px) {
  .c-secure__item {
    margin: 1rem 0;
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .c-secure__item.has-dropdown {
    padding: 0;
  }
}
.c-secure__item--dropdown {
  margin: 0.25rem 0;
}
.c-secure__btn {
  color: white;
  font-size: 1.6rem;
  font-style: normal;
  white-space: nowrap;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
  border-radius: 5rem;
  transition: background 0.25s;
}
.c-secure__btn:hover,
.c-secure__btn:focus {
  color: #FBB946;
}
@media screen and (max-width: 1200px) {
  .c-secure__btn {
    font-size: 1.8rem;
  }
}
.c-secure__btn--dropdown {
  display: block;
  padding: 0 1.5rem;
  border-radius: 5rem;
  transition: background 0.25s;
  line-height: 2.5rem;
}
.c-secure__btn--dropdown:hover {
  color: #FBB946;
}
@media screen and (max-width: 1200px) {
  .c-secure__btn--dropdown {
    font-size: 1.6rem;
  }
}
.c-secure__show {
  display: none;
  color: white;
  background: transparent;
  border: none;
  align-self: center;
  padding: 0 1rem;
}
@media screen and (max-width: 1200px) {
  .c-secure__show {
    display: block;
  }
}
.c-secure__hide {
  display: none;
  appearance: none;
  position: absolute;
  top: 4.5rem;
  right: 5.6rem;
  padding: 1.5rem;
  box-sizing: content-box;
}
.c-secure__hide button {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-secure__hide img {
  width: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .c-secure__hide {
    display: block;
  }
}
@media screen and (max-width: 1151px ) {
  .c-secure__hide {
    right: 2.6rem;
    top: 3.4rem;
  }
}
@media screen and (max-width: 481px) {
  .c-secure__hide {
    top: 3rem;
    right: 1.2rem;
  }
}
.c-news__cont {
  display: flex;
  column-gap: 18.5%;
  row-gap: 10rem;
}
@media screen and (max-width: 1500px) {
  .c-news__cont {
    column-gap: 12%;
  }
}
@media screen and (max-width: 1151px ) {
  .c-news__cont {
    flex-direction: column;
  }
}
.c-news__header {
  margin-bottom: 6rem;
}
@media screen and (max-width: 641px) {
  .c-news__header {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.c-news__title {
  margin-bottom: 1rem;
}
.c-news__date {
  display: block;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  margin-bottom: 5rem;
}
@media screen and (min-width: 641px) {
  .c-news__date {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-news__date {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-news__image {
  margin-bottom: 3rem;
}
.c-news__image picture,
.c-news__image img {
  width: 100%;
}
.c-news__sidebar {
  width: 22%;
  max-width: 34.2rem;
  min-width: 20rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1151px ) {
  .c-news__sidebar {
    width: 100%;
    max-width: none;
  }
}
.c-news__recentlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-viewtoggle {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 1.4rem;
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle {
    display: none;
    text-align: center;
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.c-viewtoggle:hover .c-viewtoggle__dropdown,
.c-viewtoggle:focus .c-viewtoggle__dropdown,
.c-viewtoggle:focus-within .c-viewtoggle__dropdown,
.c-viewtoggle.testing .c-viewtoggle__dropdown {
  top: 130%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle:hover .c-viewtoggle__dropdown,
  .c-viewtoggle:focus .c-viewtoggle__dropdown,
  .c-viewtoggle:focus-within .c-viewtoggle__dropdown,
  .c-viewtoggle.testing .c-viewtoggle__dropdown {
    top: auto;
  }
}
.c-viewtoggle__btn {
  position: relative;
}
.c-viewtoggle__btn::after {
  content: '\f0d7';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  right: -1.4rem;
  top: 0;
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle__btn::after {
    display: none;
  }
}
.c-viewtoggle__dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #383942;
  left: 50%;
  top: 138%;
  text-align: center;
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
  visibility: none;
  pointer-events: none;
  padding: 2rem;
  border-radius: 5rem;
}
.c-viewtoggle__dropdown::before {
  content: '\f0d8';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 3rem;
  left: 50%;
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  z-index: 10;
  color: #383942;
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle__dropdown::before {
    display: none;
  }
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle__dropdown {
    background: none;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.c-viewtoggle__option {
  position: relative;
  z-index: 12;
  display: block;
  white-space: nowrap;
  line-height: 2.8rem;
  color: white;
}
.c-viewtoggle__option:hover {
  text-decoration: none;
}
@media screen and (max-width: 1151px ) {
  .c-viewtoggle__option {
    color: black;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0.5rem 0;
  }
}
.js-imgExpand {
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.js-imgExpand.is-hidden {
  opacity: 0;
}
picture.js-imgExpand--loading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3) url(../../images/loading-icon.gif) center / 60px no-repeat;
}
/*.c-modal--img .js-imgExpand {
    max-width: 100% !important;
    max-height: 85vh !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}*/
.c-connect {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 14rem 0 14rem;
  margin: 12rem auto;
}
@media screen and (max-width: 992px) {
  .c-connect {
    padding: 0 6.2rem;
  }
}
@media screen and (max-width: 641px) {
  .c-connect {
    padding: 0 4rem 0 4rem;
    margin: 18rem 0 7rem;
  }
}
.c-connect__content {
  width: 100%;
  max-width: 133.5rem;
  display: flex;
  justify-content: space-between;
  column-gap: 7.3%;
}
@media screen and (max-width: 1151px ) {
  .c-connect__content {
    flex-direction: column;
  }
}
.c-connect__text {
  max-width: 66rem;
}
.c-connect__text h2 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 4rem;
  font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: -0.04em;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 641px) {
  .c-connect__text h2 {
    font-size: calc(4rem  +  6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-connect__text h2 {
    font-size: 10rem;
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
.c-connect__text p {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  1.86585708vw ), 3.6rem);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .c-connect__text p {
    font-size: calc(2rem  +  1.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.86585708vw ), 3.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-connect__text p {
    font-size: 3.6rem;
    font-size: clamp(2rem, calc( 1rem +  1.86585708vw ), 3.6rem);
  }
}
@media screen and (max-width: 1400px) {
  .c-connect__text p br {
    display: none;
  }
}
@media screen and (max-width: 1151px ) {
  .c-connect__text h2 {
    margin-bottom: 2.5rem;
  }
  .c-connect__text p br {
    display: initial;
  }
}
@media screen and (max-width: 400px) {
  .c-connect__text p br {
    display: none;
  }
}
.c-connect__form {
  max-width: 58rem;
  flex-grow: 1;
}
@media screen and (max-width: 1151px ) {
  .c-connect__form {
    width: 100%;
    margin-top: 2rem;
  }
}
.c-scrollvideo__cont {
  height: 400vh;
}
.c-scrollvideo__grid {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.c-scrollvideo__text {
  display: flex;
  align-items: center;
  padding: 7.5rem 7.5rem 7.5rem 0;
}
.c-scrollvideo__text li {
  opacity: 0;
  transition: opacity 1s ease;
}
.c-scrollvideo__text li.is-visible {
  opacity: 1;
}
.c-scrollvideo__video {
  width: 60%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}
.c-infopanel {
  background: #000;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.c-infopanel__3col__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6%;
  row-gap: 8rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-infopanel__3col__content {
    grid-template-columns: 1fr;
  }
}
.c-infopanel__3col__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: left;
}
.c-infopanel__3col__col img {
  height: 20rem;
  object-fit: contain;
  object-position: 0% 0%;
  margin-bottom: 5rem;
}
.c-infopanel__3col__col h3 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  1.66585708vw ), 3.2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 641px) {
  .c-infopanel__3col__col h3 {
    font-size: calc(2rem  +  1.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.66585708vw ), 3.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-infopanel__3col__col h3 {
    font-size: 3.2rem;
    font-size: clamp(2rem, calc( 1rem +  1.66585708vw ), 3.2rem);
  }
}
.c-infopanel__3col__col p {
  margin-top: 0;
}
.c-infopanel__3col__col:first-of-type img {
  max-width: 18rem;
}
.c-infopanel__3col__col:nth-of-type(2) img {
  max-width: 14.8rem;
}
.c-infopanel__3col__col:nth-of-type(3) img {
  max-width: 22.2rem;
}
@media screen and (max-width: 992px) {
  .c-infopanel__3col__col {
    text-align: center;
    align-items: center;
  }
  .c-infopanel__3col__col img {
    height: auto;
  }
  .c-infopanel__3col__col h3 {
    margin-bottom: 3rem;
  }
}
/*
.c-icongrid{
    padding-top: @padding-left;
    padding-left: @padding-left/2;
    padding-right: @padding-left/2;
}
*/
.c-icongrid--programs {
  background-color: var(--keyColor1);
  padding-top: 15rem;
}
.c-icongrid__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .c-icongrid__content {
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.c-icongrid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.c-icongrid__item img {
  max-width: 40rem;
}
.c-icongrid__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 641px) {
  .c-icongrid--default .c-icongrid__item {
    margin-bottom: 5rem;
  }
}
.c-icongrid--default .c-icongrid__image {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 100%;
  align-self: flex-end;
  /*
    &:before {
        content: '';
        position: absolute;
        background: rgba(0,0,0,0.1);
        width: 100%;
        aspect-ratio: 1/1;
        max-width: 20.0rem;
        border-radius: 50%;
        left: 50%;
        //top: 0;
        transform: translate(-76%,26%);

        @media @phone-side {
            //transform: translate(-70%,20%);

        }
    }
        */
}
@media screen and (max-width: 641px) {
  .c-icongrid--default .c-icongrid__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}
.c-icongrid__image {
  width: 100%;
  max-width: 15rem;
}
.c-icongrid__image img {
  width: 100%;
}
.c-icongrid__grid--4 .c-icongrid__image {
  max-width: 40rem;
}
.c-icongrid__title,
.c-icongrid__longform h1,
.c-icongrid__longform h2,
.c-icongrid__longform h3,
.c-icongrid__longform h4,
.c-icongrid__longform h5,
.c-icongrid__longform h6 {
  color: rgba(68, 67, 77, 0.6);
  font-family: "Montserrat", sans-serif;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  2.26585708vw ), 4.6rem);
  line-height: 1;
  font-weight: normal;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 641px) {
  .c-icongrid__title,
  .c-icongrid__longform h1,
  .c-icongrid__longform h2,
  .c-icongrid__longform h3,
  .c-icongrid__longform h4,
  .c-icongrid__longform h5,
  .c-icongrid__longform h6 {
    font-size: calc(1.8rem  +  2.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  2.26585708vw ), 4.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-icongrid__title,
  .c-icongrid__longform h1,
  .c-icongrid__longform h2,
  .c-icongrid__longform h3,
  .c-icongrid__longform h4,
  .c-icongrid__longform h5,
  .c-icongrid__longform h6 {
    font-size: 4.6rem;
    font-size: clamp(1.8rem, calc( 1rem +  2.26585708vw ), 4.6rem);
  }
}
.c-icongrid h3 {
  color: #FBB946;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  1.46585708vw ), 2.8rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  .c-icongrid h3 {
    font-size: calc(2rem  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.46585708vw ), 2.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-icongrid h3 {
    font-size: 2.8rem;
    font-size: clamp(2rem, calc( 1rem +  1.46585708vw ), 2.8rem);
  }
}
.c-icongrid p {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .c-icongrid p {
    font-size: calc(1.6rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-icongrid p {
    font-size: 2.2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.96585708vw ), 2.2rem);
  }
}
.c-icongrid__btn {
  position: relative;
  border-color: var(--keyColor2);
  color: var(--keyColor2);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  border-radius: 5rem;
  transition: all 0.25s;
  text-transform: uppercase;
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .c-icongrid__btn {
    font-size: calc(1.8rem  +  1.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-icongrid__btn {
    font-size: 3rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  }
}
.c-icongrid__btn:hover {
  border-color: var(--keyColor2);
  background-color: var(--keyColor2);
  color: var(--keyColor1);
}
.c-icongrid__grid {
  width: 100%;
  display: grid;
  gap: 6rem;
  margin-bottom: 5rem;
  grid-template-rows: auto;
}
.c-icongrid__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 641px) {
  .c-icongrid__grid--2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15rem;
  }
}
.c-icongrid__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 6rem;
}
@media screen and (max-width: 641px) {
  .c-icongrid__grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-icongrid__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 641px) {
  .c-icongrid__grid--4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-icongrid__grid--6 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 641px) {
  .c-icongrid__grid--6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*
.c-logogrid{
    padding-top: @padding-left;
    padding-left: @padding-left/2;
    padding-right: @padding-left/2;
}
*/
.c-logogrid--programs {
  background-color: var(--keyColor1);
  padding-top: 15rem;
}
.c-logogrid__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .c-logogrid__content {
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.c-logogrid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.c-logogrid__item img {
  max-width: 50rem;
}
.c-logogrid__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 641px) {
  .c-logogrid--default .c-logogrid__item {
    margin-bottom: 5rem;
  }
}
.c-logogrid--default .c-logogrid__image {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 100%;
  align-self: flex-end;
  /*
    &:before {
        content: '';
        position: absolute;
        background: rgba(0,0,0,0.1);
        width: 100%;
        aspect-ratio: 1/1;
        max-width: 20.0rem;
        border-radius: 50%;
        left: 50%;
        //top: 0;
        transform: translate(-76%,26%);

        @media @phone-side {
            //transform: translate(-70%,20%);

        }
    }
        */
}
@media screen and (max-width: 641px) {
  .c-logogrid--default .c-logogrid__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}
.c-logogrid__image {
  width: 100%;
  max-width: 20rem;
}
.c-logogrid__image img {
  width: 100%;
}
.c-logogrid__header {
  margin-bottom: 5rem;
}
.c-logogrid__btn {
  position: relative;
  color: white;
  background-color: #000;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  border-radius: 5rem;
  transition: all 0.25s;
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 641px) {
  .c-logogrid__btn {
    font-size: calc(1.8rem  +  1.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-logogrid__btn {
    font-size: 3rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.46585708vw ), 3rem);
  }
}
.c-logogrid__btn:hover,
.c-logogrid__btn:focus {
  background-color: #000000;
}
.c-logogrid__grid {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-rows: auto;
  align-items: center;
}
.c-logogrid__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 641px) {
  .c-logogrid__grid--2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15rem;
  }
}
.c-logogrid__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 6rem;
}
@media screen and (max-width: 641px) {
  .c-logogrid__grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-logogrid__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 641px) {
  .c-logogrid__grid--4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-logogrid__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 641px) {
  .c-logogrid__grid--5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-faq {
  width: 100%;
}
.c-faq__header {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
}
@media screen and (min-width: 641px) {
  .c-faq__header {
    margin-bottom: calc(2rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__header {
    margin-bottom: 4rem;
    margin-bottom: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
.c-faq__item {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  color: #000;
  padding: 4rem;
  border-radius: 1.5rem;
  list-style: none;
  transition: all 0.25s;
}
.c-faq__item:hover {
  background: #eee;
}
.c-faq__item summary::marker {
  font-family: "Montserrat", sans-serif;
  content: '+';
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
}
@media screen and (min-width: 641px) {
  .c-faq__item summary::marker {
    font-size: calc(2rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__item summary::marker {
    font-size: 4rem;
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
.c-faq__item summary:first-of-type {
  list-style-position: inside;
  list-style: none;
}
.c-faq__question,
.c-faq__question p {
  position: relative;
  color: #000;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .c-faq__question,
  .c-faq__question p {
    font-size: calc(1.8rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__question,
  .c-faq__question p {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
.c-faq__question::after {
  content: '+';
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2rem;
  font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 641px) {
  .c-faq__question::after {
    font-size: calc(2rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__question::after {
    font-size: 4rem;
    font-size: clamp(2rem, calc( 1rem +  2.06585708vw ), 4rem);
  }
}
.c-faq__item.active .c-faq__question::after {
  content: '-';
}
.c-faq__answer {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  line-height: 1.7;
  font-weight: 500;
  display: none;
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 641px) {
  .c-faq__answer {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__answer {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
.c-prodcard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-prodcard__name,
.c-prodcard__link {
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  line-height: 1.25;
}
.c-prodcard__name span,
.c-prodcard__link span {
  font-weight: bold;
}
.c-prodcard__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
.c-prodcard__link p {
  margin-right: auto;
}
.c-prodcard__image {
  position: relative;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.c-prodcard__image__img {
  position: relative;
  width: 100%;
  z-index: 2;
  max-width: 30rem;
  transform: scale(1);
  transition: transform 0.33s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.c-prodcard__texture {
  width: 85%;
  height: 18rem;
  position: absolute;
  top: 38%;
  border-radius: 15rem;
  background-color: #ccc;
  background-size: cover !important;
  z-index: 1;
  opacity: 0;
  transform: scale(0.1);
  transition: transform 0.33s cubic-bezier(0.47, 1.64, 0.41, 0.8), opacity 0.1s;
}
.c-prodcard__link:hover .c-prodcard__texture {
  transform: scale(1);
  opacity: 1;
}
.c-prodcard__link:hover .c-prodcard__image__img {
  transform: scale(1.05);
}
.c-breadcrumb {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  color: #A6A6A6;
}
.c-breadcrumb span {
  text-wrap: nowrap;
}
.c-breadcrumb a {
  color: #A6A6A6;
  text-decoration: underline;
}
.c-breadcrumb a:hover {
  color: #000;
}
.c-prodfilters {
  position: sticky;
}
@media screen and (max-width: 1151px ) {
  .c-prodfilters {
    display: flex;
    column-gap: 2rem;
    z-index: 99;
  }
  .c-prodfilters--plotresults {
    margin-top: 0;
  }
}
.c-prodfilters__modal {
  height: 100%;
  z-index: 99;
}
.c-prodfilters__modal form {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .c-prodfilters__modal form {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .c-prodfilters__modal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    left: -100%;
    top: 0;
    background: white;
    padding: 5rem 0 5rem 0;
    transition: left 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .c-prodfilters__modal.is-visible {
    left: 0;
  }
}
.c-prodfilters__list {
  position: sticky;
  top: 9rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .c-prodfilters__list {
    width: 100%;
    padding-left: 5rem;
  }
}
.c-prodfilters__item {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0.75rem 0;
}
.c-prodfilters__item a {
  text-decoration: none;
  color: #000;
}
.c-prodfilters__item.is-active a {
  font-weight: bold;
  color: #FBB946;
}
.c-prodfilters__item label {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.c-prodfilters__item input {
  margin: 3px 10px 3px 4px;
  width: auto;
  height: auto;
  border: initial;
}
@media screen and (max-width: 992px) {
  .c-prodfilters__item {
    position: relative;
    text-align: left;
    width: 100%;
    text-indent: 0;
    padding: 0;
    margin: 5px 0;
    margin: 0.5rem 0;
  }
}
.c-prodfilters label {
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-prodfilters label.active {
    border: 1px solid #FBB946;
    box-shadow: 0 0 0 1px #FBB946;
  }
}
a.c-prodfilters__link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 0 2rem;
}
a.c-prodfilters__link:hover {
  text-decoration: underline;
}
a.c-prodfilters__link:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0.25rem;
  content: '\f111';
  font-size: 0.75em;
}
a.c-prodfilters__link.selected {
  font-weight: 800;
}
a.c-prodfilters__link.selected:before {
  content: '\f192';
  font-weight: normal;
}
li.c-prodfilters__divider {
  margin: 1rem 0 0.5rem 0;
  border-bottom: 2px solid white;
  width: 100%;
}
.c-prodfilters__applybtn {
  display: none;
  margin: 2rem 0 0;
}
.c-prodfilters__applybtn--cancel {
  margin-top: 1rem;
  background: #ccc;
  color: #000;
}
@media screen and (max-width: 992px) {
  .c-prodfilters__applybtn {
    display: block;
  }
}
.c-prodfilters__filterbtn,
.c-prodfilters__comparebtn {
  background: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 5rem;
  padding: 1rem 2.5rem;
  margin: 1.5rem 0 0 0;
  width: auto;
  flex-grow: 0;
}
.c-prodfilters__filterbtn {
  display: none;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .c-prodfilters__filterbtn {
    display: block;
  }
}
.c-prodfilters__orderby {
  width: auto;
  padding: 1rem 2.5rem 1rem 2.25rem;
  font-size: 1.6rem;
  line-height: 1.6;
  background-position: right 1.5rem center;
  background-size: 1.25rem;
  margin-left: auto;
  margin-bottom: 2rem;
}
.c-gdpr {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 3rem;
  z-index: 100;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 641px) {
  .c-gdpr {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0px;
  }
}
.c-gdpr__content {
  text-align: left;
}
.c-gdpr__content p,
.c-gdpr__content a {
  font-size: 1.6rem;
  margin: 0;
}
.c-gdpr__content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.c-gdpr__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.c-freetext {
  width: 100%;
  max-width: 152rem;
  /*
    p:has(> img) {
        max-width: @narrow-site-width;
    }
    */
}
.c-freetext h1,
.c-freetext h2,
.c-freetext h3,
.c-freetext h4,
.c-freetext h5,
.c-freetext h6 {
  color: #01224b;
}
@media screen and (max-width: 1151px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 641px) {
}
.c-freetext__content {
  margin-right: auto;
}
.c-freetext__content--event {
  align-items: flex-start;
  justify-items: center;
  background-color: #FBB946;
  padding: 4rem;
}
.c-freetext__content--event h4 {
  margin-top: 0;
}
.c-freetext__content--event p {
  margin-bottom: 0;
}
.c-freetext__content--event .c-btn {
  color: #01224b;
  border: 0.1rem solid #01224b;
}
.c-freetext__content--event .c-btn a {
  text-decoration: none;
  text-decoration-color: #FBB946;
}
.c-freetext__content--event .c-btn a:hover,
.c-freetext__content--event .c-btn a:focus {
  color: #FBB946;
}
.c-freetext__content--event .c-btn:hover,
.c-freetext__content--event .c-btn:focus {
  background: #01224b;
  color: #FBB946;
}
.c-freetext:empty {
  margin-top: 0rem;
}
.c-freetext--event {
  background-color: #FBB946;
  padding: 5rem;
}
/********* CSS TIMELINE *********/
.c-freetext--line {
  margin-top: 0 !important;
}
.c-freetext--line::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.75rem;
  left: 0;
  background: #01224b;
}
.c-freetext--date {
  position: absolute;
  left: -10rem;
  margin: 0.5rem 0rem 0rem 0rem !important;
  font-family: "Montserrat", sans-serif;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.1rem;
  font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 2.1rem;
  margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .c-freetext--date {
    font-size: calc(2.1rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-freetext--date {
    font-size: 2.4rem;
    font-size: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 641px) {
  .c-freetext--date {
    margin-bottom: calc(2.1rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-freetext--date {
    margin-bottom: 2.4rem;
    margin-bottom: clamp(2.1rem, calc( 1rem +  1.31585708vw ), 2.4rem);
  }
}
.c-freetext--marker {
  position: absolute;
  left: -1.75rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version='1.0'%20encoding='UTF-8'%3F%3E%3Csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2038%2038'%3E%3C!--%20Generator:%20Adobe%20Illustrator%2029.4.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.0%20Build%20152%29%20--%3E%3Cdefs%3E%3Cstyle%3E%20.st0%20%7B%20fill:%20%2301224b;%20%7D%20.st1%20%7B%20fill:%20%23fa9c28;%20%7D%20.st2%20%7B%20fill:%20%23fff;%20%7D%3C/style%3E%3C/defs%3E%3Ccircle%20class='st0'%20cx='19'%20cy='19'%20r='19'/%3E%3Ccircle%20class='st2'%20cx='19'%20cy='19'%20r='16'/%3E%3Ccircle%20class='st1'%20cx='19'%20cy='19'%20r='9.3'/%3E%3C/svg%3E");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.c-freetext--marker::after {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 500%;
  left: 50%;
  top: 40%;
  background: #FA9C28;
}
.c-freetext--timeline .c-freetext--item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin: 0.5em;
  z-index: 2;
}
.c-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: auto;
}
.c-gallery > * {
  flex-shrink: 0;
}
.c-gallery__header {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .c-gallery__header {
    margin-bottom: calc(3rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-gallery__header {
    margin-bottom: 5rem;
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
.c-gallery__title {
  color: white;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  6.21585708vw ), 12.5rem);
  font-weight: 300;
  margin-bottom: 3.3rem;
  align-self: flex-start;
}
@media screen and (min-width: 641px) {
  .c-gallery__title {
    font-size: calc(1.8rem  +  10.7  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  6.21585708vw ), 12.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-gallery__title {
    font-size: 12.5rem;
    font-size: clamp(1.8rem, calc( 1rem +  6.21585708vw ), 12.5rem);
  }
}
.c-gallery__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  padding-right: 15%;
  height: auto;
}
.c-gallery__carousel .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1151px ) {
  .c-gallery__carousel .slick-track {
    display: block;
  }
}
@media screen and (max-width: 1151px ) {
  .c-gallery__carousel {
    padding: 0;
  }
}
/*.c-gallery__carousel-image {
    width: auto;
    height: ~'calc(100vh - 14rem - 22.2rem)';
    display: flex;
    justify-content: center;
    //margin-right: 25%;
}*/
.c-gallery__carousel-content {
  display: flex;
  align-items: center;
  max-width: 70%;
  padding: 5rem 0;
  margin: 0 auto;
  cursor: grab;
}
.c-gallery__carousel-content:active,
.c-gallery__carousel-content:focus {
  cursor: grabbing;
}
@media screen and (max-width: 992px) {
  .c-gallery__carousel-content {
    max-width: 100%;
    padding: 5rem;
  }
}
@media screen and (max-width: 1151px ) {
  .c-gallery__carousel-content {
    flex-direction: column;
  }
}
.c-gallery__carousel-copy {
  padding-left: 10rem;
}
.c-gallery__carousel-copy h3 {
  color: #FBB946;
  font-size: 5rem;
}
@media screen and (max-width: 992px) {
  .c-gallery__carousel-copy {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1151px ) {
  .c-gallery__carousel-copy {
    padding: 5rem 0 0;
    max-width: 42.5rem;
    text-align: center;
  }
}
.c-gallery__carousel-image {
  margin-right: 3rem;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 14rem - 22.2rem - 6rem - 3.5rem) !important;
  /*max-height: 60rem;*/
  flex-shrink: 1;
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width: 1151px ) {
  .c-gallery__carousel-image {
    max-height: calc(100vh - 14rem - 22.2rem - 6.2rem - 3.4rem) !important;
    height: auto;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 641px) {
  .c-gallery__carousel-image {
    max-height: calc(100vh - 12rem - 14.3rem - 6.2rem - 3.4rem) !important;
  }
}
@media screen and (max-width: 481px) {
  .c-gallery__carousel-image {
    max-height: calc(100vh - 12rem - 11rem - 6.2rem - 3.4rem) !important;
  }
}
picture.c-gallery__carousel-image {
  display: flex !important;
  justify-content: flex-start;
}
.c-gallery__thmbs-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1151px ) {
  .c-gallery__thmbs-cont {
    max-width: none;
    align-items: center;
    align-self: center;
  }
}
.c-gallery__nav {
  display: flex;
  padding-top: 1rem;
  gap: 1.5rem;
  width: 100%;
  justify-content: space-around;
}
@media screen and (max-width: 641px) {
  .c-gallery__nav {
    gap: 1.2rem;
    padding-right: 4rem;
  }
}
.c-gallery__thmbs-btn {
  font-family: 'Font Awesome 5 Pro';
  /*
    width: 3.4rem;
    height: 3.4rem;
    */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  background: #01224b;
  border-radius: 100%;
  padding: 0;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  color: #FFF;
  font-size: 2.2rem;
}
.c-gallery__thmbs-nav--next span {
  margin-left: 0.2rem;
}
.c-gallery__thmbs-nav--prev span {
  margin-right: 0.2rem;
}
.c-gallery__thmbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.c-gallery__thmbs .slick-list {
  width: 100%;
}
@media screen and (max-width: 1151px ) {
}
.c-gallery__thmbs .slick-track {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 1151px ) {
  .c-gallery__thmbs .slick-track {
    align-items: center;
  }
}
.c-gallery__thmbs-item {
  text-align: center;
  width: 100%;
  height: 28rem !important;
  flex-shrink: 0;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
.c-gallery__thmbs-item:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 641px) {
  .c-gallery__thmbs-item {
    height: 20rem !important;
  }
}
picture.c-gallery__thmbs-item {
  overflow: hidden;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
picture.c-gallery__thmbs-item:hover {
  transform: scale(1.02);
}
.c-posters + link + script + .c-gallery {
  margin-top: 0;
}
.c-gallery__caption {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.c-gallery__figure {
  margin: 0;
}
.c-imggrid__header {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-bottom: 3rem;
  margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .c-imggrid__header {
    margin-bottom: calc(3rem  +  2  * ((100vw -  48.1rem ) / 101.9 ));
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-imggrid__header {
    margin-bottom: 5rem;
    margin-bottom: clamp(3rem, calc( 1rem +  3.06585708vw ), 5rem);
  }
}
.c-imggrid {
  background-color: #ECF5FE;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: 0;
  margin-top: 14rem;
}
.c-imggrid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  max-width: 152rem;
  margin: 0 auto;
}
@media screen and (max-width: 1151px ) {
  .c-imggrid__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 641px) {
  .c-imggrid__grid {
    grid-template-columns: 1fr;
    column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.c-imggrid__image {
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.c-imggrid__image:hover {
  transform: scale(1.02);
}
.c-imggrid__figure {
  margin: 0;
}
.c-imggrid__caption {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.c-iframe__cont {
  transform-style: preserve-3d;
}
.c-iframe__cont * {
  transform-style: preserve-3d;
}
.c-iframe {
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
}
.c-iframe--mxwdth {
  max-width: 152rem;
}
.c-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.c-iframe__open {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-iframe__poster {
  width: 100%;
  pointer-events: none;
}
.c-iframe__playbtn {
  position: absolute;
  width: 14%;
  max-width: 20rem;
  min-width: 6.5rem;
  border-radius: 100%;
  aspect-ratio: 1;
  background: rgba(1, 34, 75, 0.717);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
  transition: transform 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-iframe__playbtn img {
  position: absolute;
  width: 70%;
  transition: transform 0.25s ease;
}
.c-iframe:hover .c-iframe__playbtn,
.c-iframe:focus .c-iframe__playbtn {
  transform: scale(1.05);
}
.c-iframe:hover .c-iframe__playbtn img,
.c-iframe:focus .c-iframe__playbtn img {
  transform: scale(1.2);
}
.c-modal__content .c-iframe {
  padding-bottom: unset;
  width: 100%;
  height: 100%;
}
.c-imggrid + .c-iframe--video {
  margin-top: 4.3rem;
}
.c-iframe--video {
  margin-bottom: 4.5rem;
}
.c-lotd__iframe > .c-iframe--video {
  margin-top: 1rem;
}
.c-quicklinks {
  margin-bottom: 4rem;
}
.c-quicklinks__sectiontitle h1,
.c-quicklinks__sectiontitle h2 {
  margin-bottom: 6.2rem;
}
.c-quicklinks__grid {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  column-gap: 6.2%;
  row-gap: 8rem;
}
@media screen and (max-width: 992px) {
  .c-quicklinks__grid {
    flex-wrap: wrap;
  }
}
.c-quicklinks__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
}
.c-quicklinks__card:first-of-type {
  width: 35%;
  flex-shrink: 1;
  flex-grow: 2;
}
.c-quicklinks__card:nth-of-type(2),
.c-quicklinks__card:nth-of-type(3) {
  width: calc(65% / 2);
  flex-shrink: 10;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .c-quicklinks__card:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 1151px ) {
  .c-quicklinks__card:nth-of-type(2),
  .c-quicklinks__card:nth-of-type(3) {
    width: 100%;
  }
}
.c-quicklinks__cat {
  font-weight: 600;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.21585708vw ), 2.5rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  .c-quicklinks__cat {
    font-size: calc(1.8rem  +  0.7  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.21585708vw ), 2.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-quicklinks__cat {
    font-size: 2.5rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.21585708vw ), 2.5rem);
  }
}
.c-quicklinks__title {
  color: #FBB946;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.4rem;
  font-size: clamp(2.4rem, calc( 1rem +  1.81585708vw ), 3.1rem);
  line-height: 1.3;
  margin: 0 0 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .c-quicklinks__title {
    font-size: calc(2.4rem  +  0.7  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.4rem, calc( 1rem +  1.81585708vw ), 3.1rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-quicklinks__title {
    font-size: 3.1rem;
    font-size: clamp(2.4rem, calc( 1rem +  1.81585708vw ), 3.1rem);
  }
}
.c-quicklinks__summary {
  margin: 0 0 4.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-articles {
  background: #FFF;
  padding-bottom: 9rem;
  margin-top: 0;
}
@media screen and (max-width: 481px) {
  .c-articles {
    padding: 10rem 4rem;
  }
}
.c-articles__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-articles__grid {
  width: calc(100% + 8rem);
}
@media screen and (max-width: 1151px ) {
  .c-articles__grid {
    width: calc(100% + 7rem);
  }
}
@media screen and (max-width: 481px) {
  .c-articles__grid {
    width: 100%;
  }
}
.c-articles__card {
  list-style: none;
  padding: 1.6rem 4rem 3.3rem;
  margin: 0;
  line-height: 1;
  display: flex;
}
.c-articles__card:not(:first-of-type) {
  border-left: 1px solid #e7e7e7;
}
.c-articles__card:nth-of-type(4n + 1) {
  border-left: none;
}
@media screen and (max-width: 992px) {
  .c-articles__card:not(:first-of-type) {
    border-left: none;
  }
  .c-articles__card:nth-of-type(even) {
    border-left: 1px solid #e7e7e7;
  }
}
@media screen and (max-width: 1151px ) {
  .c-articles__card {
    padding: 1.6rem 3.5rem 3.3rem;
  }
}
@media screen and (max-width: 481px) {
  .c-articles__card {
    padding: 3.3rem 0;
  }
  .c-articles__card:nth-of-type(even) {
    border-left: none;
  }
  .c-articles__card:first-of-type {
    padding-top: 0;
  }
  .c-articles__card:last-of-type {
    padding-bottom: 0;
  }
  .c-articles__card:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
  }
}
.c-articles__link {
  text-decoration: none;
  display: block;
}
.c-articles__cat,
.c-articles__date {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .c-articles__cat,
  .c-articles__date {
    font-size: calc(1.4rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-articles__cat,
  .c-articles__date {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-articles__cat {
  color: #FBB946;
  margin-bottom: 0.5rem;
}
.c-articles__date {
  color: #A5A5A5;
}
.c-articles__title {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  font-weight: 400;
  margin: 2.1rem 0 0;
  color: #000;
  line-height: 1.3;
}
@media screen and (min-width: 641px) {
  .c-articles__title {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-articles__title {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-articles--list {
  background: transparent;
  padding: 0;
  margin-top: 10rem;
}
.c-articles--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-articles--list li {
  line-height: 1.5;
}
.c-articles--list li a {
  display: block;
}
.c-articles--fullcard {
  background: transparent;
}
.c-news__recentlist .c-articles__card {
  padding: 0;
  margin-bottom: 5rem;
  border: none !important;
}
.c-news__recentlist .c-articles__title {
  margin-top: 1rem;
}
.c-body > .c-freetext:first-child + .c-articles {
  margin-top: 10rem;
}
.c-resources__content {
  width: calc(100% + 8rem);
}
@media screen and (max-width: 1151px ) {
  .c-resources__content {
    width: calc(100% + 7rem);
  }
}
@media screen and (max-width: 481px) {
  .c-resources__content {
    width: 100%;
  }
}
.c-resources__sectiontitle {
  align-self: flex-start;
  max-width: 152rem;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 641px) {
  .c-resources__sectiontitle {
    margin-bottom: 3rem;
  }
}
.c-resources__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  width: 100%;
  max-width: 152rem;
  margin: 2.4rem auto 0 auto;
  padding: 0;
  list-style: none;
}
.c-resources__list--meetingpack {
  margin-top: 2.1rem;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
}
@media screen and (max-width: 641px) {
  .c-resources__list {
    grid-template-columns: 1fr;
  }
}
.c-resources__list__item {
  margin: 0;
}
.c-resources__list__link {
  display: flex;
  gap: 2.8rem;
  align-items: center;
  border: 1px solid #e7e7e7;
  padding: 1.6rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.c-resources__list__link:hover,
.c-resources__list__link:focus {
  border: 1px solid #FFFFFF;
}
.c-resources__list__icon {
  padding: 1.6rem 2.2rem;
  background: #F4F4F4;
  max-width: 7.4rem;
}
.c-resources__list__title {
  margin-bottom: 0.25rem;
  font-weight: 400;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.01585708vw ), 2.1rem);
  color: #000;
}
@media screen and (min-width: 641px) {
  .c-resources__list__title {
    font-size: calc(1.8rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.01585708vw ), 2.1rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-resources__list__title {
    font-size: 2.1rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.01585708vw ), 2.1rem);
  }
}
.c-resources__list__size {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.61585708vw ), 1.7rem);
  line-height: 1.3;
  color: #ACACAC;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .c-resources__list__size {
    font-size: calc(1.4rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.61585708vw ), 1.7rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-resources__list__size {
    font-size: 1.7rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.61585708vw ), 1.7rem);
  }
}
.c-txtimg {
  position: relative;
  margin-top: 0 !important;
}
.c-textimg__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  /*gap: @gutter-column;*/
}
@media screen and (max-width: 992px) {
  .c-textimg__content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1151px ) {
  .c-textimg__content {
    grid-template-columns: 1fr;
  }
}
.c-textimg__textblock {
  width: 100%;
  padding: 4rem 0;
}
.c-textimg__imgblock {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.c-textimg__imgblock picture,
.c-textimg__imgblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-textimg__imgblock--right {
  order: 2;
}
.c-textimg__imgblock--right picture {
  border: none;
}
@media screen and (max-width: 769px) {
  .c-textimg__imgblock--right {
    order: 0;
  }
}
@media screen and (max-width: 1151px ) {
  .c-textimg__imgblock--right {
    order: -1;
  }
}
.c-textimg__imgblock--left picture {
  border: none;
}
.c-textimg--full {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80rem;
}
@media screen and (max-width: 641px) {
  .c-textimg--full {
    min-height: 60rem;
  }
}
.c-textimg--full .c-textimg__imgblock {
  position: relative;
  top: 0;
  left: 0;
}
.c-textimg--full .c-textimg__textcont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  z-index: 5;
}
.c-textimg--full .c-textimg__textcont--right {
  right: 0;
  padding-right: 14rem;
  align-self: flex-end;
}
@media screen and (max-width: 641px) {
  .c-textimg--full .c-textimg__textcont--right {
    width: 100%;
    padding: 4rem;
  }
}
.c-textimg--full .c-textimg__textcont--left {
  left: 0;
  padding-left: 14rem;
  align-self: flex-start;
}
@media screen and (max-width: 641px) {
  .c-textimg--full .c-textimg__textcont--left {
    width: 100%;
    padding: 4rem;
  }
}
.c-textimg--full .c-textimg__textcont--center {
  left: 0;
  width: 100%;
  padding: 0 14rem 0 14rem;
  max-width: 152rem;
}
@media screen and (max-width: 641px) {
  .c-textimg--full .c-textimg__textcont--center {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 641px) {
  .c-textimg--full .c-textimg__textcont {
    left: 0;
    width: 100%;
    padding: 0 4rem 0 4rem;
    z-index: 5;
  }
}
@media screen and (max-width: 641px) {
  .c-textimg--full .c-textimg__imgblock {
    position: absolute;
    object-fit: fill;
  }
}
.c-textimg--left .c-textimg__imgblock picture,
.c-textimg--right .c-textimg__imgblock picture,
.c-textimg--center .c-textimg__imgblock picture,
.c-textimg--left .c-textimg__imgblock img,
.c-textimg--right .c-textimg__imgblock img,
.c-textimg--center .c-textimg__imgblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 641px) {
  .c-textimg--left,
  .c-textimg--right,
  .c-textimg--center {
    z-index: 5;
  }
  .c-textimg--left:before,
  .c-textimg--right:before,
  .c-textimg--center:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
}
.c-textimg--left .c-textimg__imgblock picture,
.c-textimg--left .c-textimg__imgblock img {
  object-position: top right;
}
.c-textimg--right .c-textimg__imgblock picture,
.c-textimg--right .c-textimg__imgblock img {
  object-position: top left;
}
.c-textimg--center .c-textimg__imgblock picture,
.c-textimg--center .c-textimg__imgblock img {
  object-fit: contain;
  object-position: top center;
  padding-bottom: 4rem;
}
.c-textimg--cover {
  min-height: 80vh;
  position: relative;
}
.c-textimg--cover .c-textimg__imgblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-textimg--cover .c-textimg__imgblock picture,
.c-textimg--cover .c-textimg__imgblock img {
  object-fit: cover;
}
.c-textimg--cover .c-textimg__textblock {
  position: relative;
  z-index: 1;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-top: 8rem;
  padding-top: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  padding-bottom: 8rem;
  padding-bottom: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  color: white;
  max-width: 58.7rem;
}
@media screen and (min-width: 641px) {
  .c-textimg--cover .c-textimg__textblock {
    padding-top: calc(8rem  +  4  * ((100vw -  48.1rem ) / 101.9 ));
    padding-top: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-textimg--cover .c-textimg__textblock {
    padding-top: 12rem;
    padding-top: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  }
}
@media screen and (min-width: 641px) {
  .c-textimg--cover .c-textimg__textblock {
    padding-bottom: calc(8rem  +  4  * ((100vw -  48.1rem ) / 101.9 ));
    padding-bottom: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-textimg--cover .c-textimg__textblock {
    padding-bottom: 12rem;
    padding-bottom: clamp(8rem, calc( 1rem +  9.06585708vw ), 12rem);
  }
}
.c-textimg--cover .c-textimg__textblock h1,
.c-textimg--cover .c-textimg__textblock h2,
.c-textimg--cover .c-textimg__textblock h3,
.c-textimg--cover .c-textimg__textblock h4,
.c-textimg--cover .c-textimg__textblock h5 {
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.c-textimg--cover .c-textimg__textblock p {
  margin-bottom: 2.5rem;
}
.c-textimg--cover:after {
  content: '';
  position: absolute;
  background-color: var(--keyColor1);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-textimg--contained {
  min-height: 0;
}
.c-textimg--contained .c-textimg__imgblock {
  position: relative;
  height: fill;
}
.c-textimg--contained .c-txtimg__content {
  gap: 10rem;
}
.c-textimg--imgleft,
.c-textimg--imgright {
  padding: 0;
}
.c-textimg--imgleft .c-textimg__content,
.c-textimg--imgright .c-textimg__content {
  background-color: #FFCA70;
}
.c-textimg--imgleft .c-textimg__textblock,
.c-textimg--imgright .c-textimg__textblock {
  width: 80%;
}
.c-textimg--imgleft .c-textimg__textblock .c-btn,
.c-textimg--imgright .c-textimg__textblock .c-btn {
  color: #01224b;
  border: 0.1rem solid #01224b;
}
.c-textimg--imgleft .c-textimg__textblock .c-btn a,
.c-textimg--imgright .c-textimg__textblock .c-btn a {
  text-decoration: none;
  text-decoration-color: #FBB946;
}
.c-textimg--imgleft .c-textimg__textblock .c-btn a:hover,
.c-textimg--imgright .c-textimg__textblock .c-btn a:hover,
.c-textimg--imgleft .c-textimg__textblock .c-btn a:focus,
.c-textimg--imgright .c-textimg__textblock .c-btn a:focus {
  color: #FBB946;
}
.c-textimg--imgleft .c-textimg__textblock .c-btn:hover,
.c-textimg--imgright .c-textimg__textblock .c-btn:hover,
.c-textimg--imgleft .c-textimg__textblock .c-btn:focus,
.c-textimg--imgright .c-textimg__textblock .c-btn:focus {
  background: #01224b;
  color: #FBB946;
}
@media screen and (max-width: 1151px ) {
  .c-textimg--imgleft .c-textimg__textblock,
  .c-textimg--imgright .c-textimg__textblock {
    padding: 4rem 0rem 8rem 0rem;
  }
}
@media screen and (max-width: 992px) {
  .c-textimg--imgleft .c-textimg__textblock,
  .c-textimg--imgright .c-textimg__textblock {
    width: 100%;
    padding: 4rem 6.5rem 8rem 6.5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-textimg--imgleft .c-textimg__textblock,
  .c-textimg--imgright .c-textimg__textblock {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.c-textimg--imgright .c-textimg__content {
  background-color: #ECF5FE;
}
.c-textimg--imgbelow {
  max-width: 152rem;
}
.c-textimg--imgbelow .c-textimg__content {
  grid-template-columns: 1fr;
}
.c-textimg--imgbelow .c-textimg__content .c-textimg__imgblock {
  order: 1;
}
.next .c-textimg__content {
  background-color: #01346F;
  padding: 5rem 14rem;
}
@media screen and (max-width: 1151px ) {
  .next .c-textimg__content {
    padding: unset;
  }
}
.next .c-textimg__content h2,
.next .c-textimg__content h3,
.next .c-textimg__content p {
  color: white;
}
.next .c-textimg__content .c-textimg__imgblock {
  object-fit: contain;
}
.next .c-textimg__textblock {
  max-width: 100%;
}
.next .c-textimg__textblock .c-btn {
  color: #FBB946;
  border: 0.1rem solid #FBB946;
}
.next .c-textimg__textblock .c-btn a {
  text-decoration: none;
  text-decoration-color: #01224b;
}
.next .c-textimg__textblock .c-btn a:hover,
.next .c-textimg__textblock .c-btn a:focus {
  color: #01224b;
}
.next .c-textimg__textblock .c-btn:hover,
.next .c-textimg__textblock .c-btn:focus {
  background: #FBB946;
  color: #01224b;
}
.c-textimg__caption {
  margin-top: unset;
  position: relative;
  bottom: 0;
  min-width: 100%;
  max-height: 30rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
}
.c-textimg__figure {
  margin: 0;
}
.c-callout {
  background: #01346F;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: white;
  /*
    p {
        text-align: left;
        color: inherit;
        .fluid-clamp(font-size, 2.2rem, 3.1rem);
        font-weight: 600;
        line-height: 1.3;
        .fluid-clamp(margin-bottom, 2rem, 3rem);
        
        &:last-of-type {
            margin-bottom: 0;
        }
    }
    */
}
.c-callout h1,
.c-callout h2,
.c-callout h3,
.c-callout h4,
.c-callout h5,
.c-callout h6 {
  color: white;
}
@media screen and (max-width: 1151px ) {
  .c-callout {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 481px) {
  .c-callout {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.c-callout__content {
  display: flex;
  flex-direction: column;
  max-width: calc(152rem - 14rem*2);
}
.c-callout--default {
  background: #01224b;
}
.c-callout--product {
  background: #ECF5FE;
  color: #000;
}
.c-callout--product h1,
.c-callout--product h2,
.c-callout--product h3,
.c-callout--product h4,
.c-callout--product h5,
.c-callout--product h6 {
  color: #01224b;
}
.l-section--nopadding + .c-callout {
  margin-top: 0;
}
.c-formblock__content {
  width: 100%;
  display: flex;
  column-gap: 7.3%;
  justify-content: stretch;
}
@media screen and (max-width: 1151px ) {
  .c-formblock__content {
    flex-direction: column;
  }
}
.c-formblock__text--right {
  order: 2;
}
@media screen and (max-width: 1151px ) {
  .c-formblock__text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .c-formblock__text--right {
    order: 0;
  }
}
.c-formblock__form {
  width: 100%;
}
@media screen and (max-width: 1151px ) {
  .c-formblock__form {
    width: 100%;
  }
}
.c-formblock__form .c-btn--submit {
  align-self: flex-end;
}
.c-formblock__form--narrow {
  background-color: white;
  border-radius: 5rem;
  padding: 6rem 6rem 4rem 6rem;
}
.c-formblock__text + .c-formblock__form {
  width: 50%;
}
@media screen and (max-width: 1151px ) {
  .c-formblock__text + .c-formblock__form {
    width: 100%;
  }
}
.c-testimonial {
  display: flex;
  justify-content: center;
  column-gap: 4%;
  width: 100%;
  max-width: 152rem;
}
.c-testimonial:before {
  content: '';
  position: relative;
  width: 9.1%;
  min-width: 4rem;
  background: url(../../images/quotes.png) 50% 6px / contain no-repeat;
}
@media screen and (max-width: 641px) {
  .c-testimonial:before {
    background: url(../../images/quotes.png) 50% 0 / contain no-repeat;
    top: -10px;
  }
}
.c-testimonial__content p {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  line-height: 1.75;
}
@media screen and (min-width: 641px) {
  .c-testimonial__content p {
    font-size: calc(1.8rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-testimonial__content p {
    font-size: 2.4rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  }
}
.c-pagelinks {
  padding: 4rem 4rem;
}
.c-pagelinks + .c-pagelinks {
  margin-top: 00rem;
}
.c-pagelinks__grid {
  margin-right: auto;
}
@media screen and (max-width: 641px) {
  .c-cta {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.c-cta__content--map {
  gap: 4.6rem;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-cta__content--map {
    grid-template-columns: 1fr;
  }
}
.c-cta__textblock {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}
.c-cta__map {
  height: 100%;
  width: 100%;
  aspect-ratio: 2;
}
.c-cta__map .c-map__infowindow__title {
  text-align: center;
  line-height: 1.2;
}
.c-cta__map .c-map__infowindow__title a {
  font-size: 0.7em;
}
.c-cta__textblock ~ .c-cta__map {
  aspect-ratio: 1;
}
.c-cta__map__title {
  text-align: center;
}
.c-cta__map__title br {
  display: block;
}
.c-cta__map__title small {
  display: block;
  margin-top: 0.5em;
  font-weight: 400;
}
.c-cta__map__title a {
  display: block;
}
.c-timelinenav {
  position: fixed;
  top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #01224b;
  color: #FFF;
  padding: 0 5rem 0 5rem;
  z-index: 3;
}
.c-timelinenav__list {
  position: relative;
  list-style-type: none;
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0;
}
@media screen and (max-width: 1151px) {
  .c-timelinenav__list {
    align-items: center;
    width: 100%;
  }
}
.c-timelinenav__btn {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
  margin: 0 1.5rem;
}
.c-timelinenav__btn h6 {
  margin: 0;
  font-weight: 600;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1em;
  font-size: clamp(1em, calc( 1rem +  0.46585708vw ), 1.8em);
}
@media screen and (min-width: 641px) {
  .c-timelinenav__btn h6 {
    font-size: calc(1em  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1em, calc( 1rem +  0.46585708vw ), 1.8em);
  }
}
@media screen and (min-width: 1500px) {
  .c-timelinenav__btn h6 {
    font-size: 1.8em;
    font-size: clamp(1em, calc( 1rem +  0.46585708vw ), 1.8em);
  }
}
.c-timelinenav__btn sup {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.c-timelinenav__btn:hover {
  color: #FFCA70;
}
.c-timelinenav__item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
  justify-content: center;
  width: 50rem;
}
.c-timelinenav__item .c-timelinenav__btn.is-active::after {
  position: absolute;
  color: #FA9C28;
  top: 71%;
  left: 34%;
  background: transparent;
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  font-size: 3rem;
  content: '\f0de';
}
.c-timelinenav__item::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 40%;
  left: 0;
  background: #FFF;
  z-index: -1;
  border-radius: 100%;
}
.c-timelinenav__item:last-child::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 40%;
  right: 0;
  background: #FFF;
  z-index: -1;
  border-radius: 100%;
}
/********* event *********/
.c-event {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: 2rem !important;
  margin-top: clamp(2rem, calc( 1rem +  6.06585708vw ), 12rem) !important;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .c-event {
    margin-top: calc(2rem  +  10  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(2rem, calc( 1rem +  6.06585708vw ), 12rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-event {
    margin-top: 12rem;
    margin-top: clamp(2rem, calc( 1rem +  6.06585708vw ), 12rem);
  }
}
.c-event h1,
.c-event h2,
.c-event h3,
.c-event h4,
.c-event h5,
.c-event h6 {
  color: #01224b;
}
.c-event--multi {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  margin-top: 2rem !important;
  margin-top: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem) !important;
}
@media screen and (min-width: 641px) {
  .c-event--multi {
    margin-top: calc(2rem  +  1  * ((100vw -  48.1rem ) / 101.9 ));
    margin-top: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-event--multi {
    margin-top: 3rem;
    margin-top: clamp(2rem, calc( 1rem +  1.56585708vw ), 3rem);
  }
}
.c-event--multi::after {
  content: "";
  position: absolute;
  height: 25rem;
  width: 0.75rem;
  left: 55%;
  top: -4rem;
  background-color: #01224b;
  z-index: -3;
}
.c-event--multi .c-event__marker {
  display: none;
}
.c-event--multi .c-event__date {
  display: none;
}
.c-event__date {
  position: absolute;
  bottom: 46%;
  left: -5rem;
  margin: 0.5rem 0rem 0rem 0rem !important;
  font-family: "Montserrat", sans-serif;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .c-event__date {
    font-size: calc(1.8rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-event__date {
    font-size: 2.4rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.16585708vw ), 2.4rem);
  }
}
@media (max-width: 1720px) {
  .c-event__date {
    left: 1.75rem;
    top: 35%;
    background-color: #ECF5FE;
    padding: 0.2rem;
    bottom: unset;
  }
}
@media screen and (max-width: 992px) {
  .c-event__date {
    left: 2rem;
  }
}
.c-event__marker {
  position: absolute;
  bottom: 45%;
  left: 2.5rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version='1.0'%20encoding='UTF-8'%3F%3E%3Csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2038%2038'%3E%3C!--%20Generator:%20Adobe%20Illustrator%2029.4.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.0%20Build%20152%29%20--%3E%3Cdefs%3E%3Cstyle%3E%20.st0%20%7B%20fill:%20%2301224b;%20%7D%20.st1%20%7B%20fill:%20%23fa9c28;%20%7D%20.st2%20%7B%20fill:%20%23fff;%20%7D%3C/style%3E%3C/defs%3E%3Ccircle%20class='st0'%20cx='19'%20cy='19'%20r='19'/%3E%3Ccircle%20class='st2'%20cx='19'%20cy='19'%20r='16'/%3E%3Ccircle%20class='st1'%20cx='19'%20cy='19'%20r='9.3'/%3E%3C/svg%3E");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.c-event__marker::after {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 500%;
  left: 92%;
  top: 40%;
  background-color: #01224b;
}
.c-event__marker--type_1::after {
  background-color: #01224b;
}
.c-event__marker--type_2::after {
  background-color: #01224b;
}
.c-event__marker--type_3::after {
  background-color: #01224b;
}
.c-event__marker--type_4::after {
  background-color: #01224b;
}
.c-event__marker--type_5::after {
  background-color: #01224b;
}
.c-event__content {
  margin-right: auto;
  align-items: flex-start;
  padding: 4rem;
}
.c-event__content h4 {
  margin-top: 0;
}
.c-event__content p {
  margin-bottom: 0;
}
.c-event__content .c-btn {
  color: #01224b;
  border: 0.1rem solid #01224b;
}
.c-event__content .c-btn a {
  text-decoration: none;
  text-decoration-color: #FFCA70;
}
.c-event__content .c-btn a:hover,
.c-event__content .c-btn a:focus {
  color: #FFCA70;
}
.c-event__content .c-btn:hover,
.c-event__content .c-btn:focus {
  background: #01224b;
  color: #FFCA70;
}
.c-event__content--img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4.6rem;
  justify-items: center;
  gap: 0;
  background-color: #FFCA70;
}
@media screen and (max-width: 992px) {
  .c-event__content--img {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1151px ) {
  .c-event__content--img {
    grid-template-columns: 1fr;
    gap: 4.6rem;
  }
}
.c-event:empty {
  margin-top: 0rem;
}
.c-event__imgblock {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  order: 2;
}
.c-event__imgblock p {
  margin-top: unset;
  position: relative;
  bottom: 0;
  min-width: 100%;
  max-height: 30rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
}
.c-event__imgblock picture,
.c-event__imgblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.c-event__imgblock--right {
  order: 2;
}
@media screen and (max-width: 769px) {
  .c-event__imgblock--right {
    order: 0;
  }
}
@media screen and (max-width: 1151px ) {
  .c-event__imgblock--right {
    order: -1;
  }
}
.c-event__type {
  text-transform: uppercase;
}
.c-event__type--type_1 {
  color: #d18605 !important;
}
.c-event__type--type_2 {
  color: #de9b28 !important;
}
.c-event__type--type_3 {
  color: #68acd6 !important;
}
.c-event__type--type_4 {
  color: #68a577 !important;
}
.c-event__type--type_5 {
  color: #969494 !important;
}
figure.c-event__imgblock {
  margin: 0 !important;
}
.c-event__imgblock p {
  margin-top: 0rem;
  bottom: 40px;
  position: absolute;
  max-height: 30rem;
  padding: 1.5rem;
  min-width: -webkit-fill-available;
  font-size: 1.4rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 5.5rem;
}
.c-locations__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-locations__content--prov {
  margin: 3rem 0rem;
  flex-direction: column;
  width: 30%;
}
.c-locations__content--prov a {
  text-decoration: none;
  color: #000;
}
.c-locations__content--prov a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f08e';
  font-size: 1.5rem;
  padding-left: 1rem;
}
.c-locations__content--prov a:hover {
  color: #FBB946;
}
.c-locations__content--prov .js-basesList .marker_color {
  position: relative;
  padding-left: 3rem;
  list-style: none;
}
.c-locations__content--prov .js-basesList .marker_color::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-locations__content--prov .js-basesList .marker_color::marker {
  color: black;
}
.c-locations__content--prov .js-basesList .marker_color--initial-training-school,
.c-locations__content--prov .js-basesList .marker_color--manning-depot,
.c-locations__content--prov .js-basesList .marker_color--air-observer-school,
.c-locations__content--prov .js-basesList .marker_color--air-navigation-school,
.c-locations__content--prov .js-basesList .marker_color--instrument-navigation-school,
.c-locations__content--prov .js-basesList .marker_color--flight-engineers-school,
.c-locations__content--prov .js-basesList .marker_color--flight-instructor-school,
.c-locations__content--prov .js-basesList .marker_color--central-navigation-school,
.c-locations__content--prov .js-basesList .marker_color--central-flying-school,
.c-locations__content--prov .js-basesList .marker_color--naval-air-gunner-school,
.c-locations__content--prov .js-basesList .marker_color--wireless-school,
.c-locations__content--prov .js-basesList .marker_color--specialty-schools {
  height: 35px;
  list-style-image: url('data:image/svg+xml,<svg transform="scale(1) translate(0, 18)" transform-origin="bottom" width="35" height="35" viewBox="0 0 40 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%23E58A63"/><circle cx="16.875" cy="16.875" r="13.5" fill="white"/><path d="M27.876 13.1553C28.6846 13.4014 28.6846 14.4912 27.876 14.7373L18.0674 17.7607C17.3643 17.9717 16.7314 17.8662 16.415 17.7607L9.55957 15.6514C9.10254 15.9326 8.85645 16.4248 8.82129 16.9521C9.1377 17.1279 9.38379 17.4795 9.38379 17.8662C9.38379 18.2529 9.17285 18.5693 8.8916 18.7803L9.77051 22.8232C9.84082 23.1748 9.59473 23.4912 9.24316 23.4912H7.23926C6.8877 23.4912 6.6416 23.1748 6.71191 22.8232L7.59082 18.7803C7.30957 18.5693 7.13379 18.2529 7.13379 17.8662C7.13379 17.4795 7.35473 17.1279 7.69629 16.917C7.73145 16.3193 7.94238 15.7217 8.3291 15.2646L6.60645 14.7373C5.79785 14.4912 5.79785 13.4014 6.60645 13.1553L16.415 10.1318C16.9424 9.95605 17.54 9.95605 18.0674 10.1318L27.876 13.1553ZM18.3838 18.8506L23.4814 17.2686L24.0088 21.2412C24.0088 22.5068 20.9854 23.4912 17.2588 23.4912C13.4971 23.4912 10.5088 22.5068 10.5088 21.2412L11.001 17.2686L16.0986 18.8506C16.5205 18.9912 17.3994 19.1318 18.3838 18.8506Z" fill="%23DE6A39"/></svg>');
  /* Use translate(X, Y) to position the SVG up, down, left, and right */
}
.c-locations__content--prov .js-basesList .marker_color--elementary-flying-school,
.c-locations__content--prov .js-basesList .marker_color--operational-training-unit,
.c-locations__content--prov .js-basesList .marker_color--service-flying-training-school {
  list-style-image: url('data:image/svg+xml,<svg transform="scale(1) translate(0, 18)" transform-origin="center" width="35" height="35" viewBox="0 0 40 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%2332649F"/><circle cx="16.875" cy="16.875" r="13.5" fill="white"/><path d="M23.8973 14.75C25.1278 14.75 27.2723 15.7695 27.2723 17C27.2723 18.2656 25.1278 19.25 23.8973 19.25H19.8544L16.163 25.7188C16.0575 25.8945 15.8817 26 15.6708 26H13.3856C12.9989 26 12.7177 25.6484 12.8231 25.2969L14.5458 19.25H10.9598L9.41297 21.2891C9.3075 21.4297 9.16688 21.5 8.9911 21.5H7.58485C7.19813 21.5 6.91688 21.1836 7.02235 20.832L8.14735 17L7.02235 13.2031C6.91688 12.8516 7.19813 12.5 7.58485 12.5H8.9911C9.16688 12.5 9.3075 12.6055 9.41297 12.7461L10.9598 14.75H14.5458L12.8231 8.73828C12.7177 8.38672 12.9989 8 13.3856 8H15.6708C15.8817 8 16.0575 8.14062 16.163 8.31641L19.8544 14.75H23.8973Z" fill="%2301356F"/></svg>');
  /* Use translate(X, Y) to position the SVG up, down, left, and right */
}
.c-locations__content--prov .js-basesList .marker_color--bomber-and-gunnery-school {
  list-style-image: url('data:image/svg+xml,<svg transform="scale(1) translate(0, 18)" transform-origin="center" width="35" height="35" viewBox="0 0 40 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%23B84615"/><circle cx="16.875" cy="16.875" r="13.5" fill="white"/><path d="M24.7539 9.70312C25 10.8281 25 11.707 24.9648 12.5859C24.9648 16.207 23.0312 18.3867 20.4648 20.0039V23.6953C20.4648 24.2578 20.0781 24.9258 19.5508 25.207L16.0703 26.9297C15.9648 26.9648 15.8242 27 15.7188 27C15.2266 27 14.875 26.6484 14.8398 26.1562V22.5352L14.0664 23.3086C13.6094 23.7656 12.8711 23.6953 12.4844 23.3086L10.6914 21.5156C10.2354 21.0586 10.2695 20.3203 10.6914 19.9336L11.4648 19.125H7.84375C7.35156 19.125 7 18.7735 7 18.2812C7 18.1758 7.03516 18.0352 7.07031 17.9297L8.79297 14.4492C9.07422 13.9219 9.74219 13.5352 10.3047 13.5H13.9961C15.6133 10.9688 17.793 9 21.4141 9C22.293 9 23.1719 9 24.2969 9.24609C24.5078 9.31641 24.6836 9.49219 24.7539 9.70312ZM20.5 14.9062C21.2735 14.9062 21.9062 14.3086 21.9062 13.5C21.9062 12.7266 21.2735 12.0938 20.5 12.0938C19.6914 12.0938 19.0938 12.7266 19.0938 13.5C19.0938 14.3086 19.6914 14.9062 20.5 14.9062Z" fill="%238B2F08"/></svg>');
  /* Use translate(X, Y) to position the SVG up, down, left, and right */
}
.c-locations__content--prov .js-basesList .marker_color--repair-depot-and-laboratories {
  list-style-image: url('data:image/svg+xml,<svg transform="scale(1) translate(0, 18)" transform-origin="center" width="35" height="35" viewBox="0 0 40 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%238A569D"/><circle cx="16.875" cy="16.875" r="13.5" fill="white"/><path d="M25.6396 21.9219C26.1318 22.4492 26.1318 23.2578 25.6396 23.7852L23.7764 25.6484C23.249 26.1406 22.4404 26.1406 21.9131 25.6484L17.7998 21.5C16.9912 20.6914 16.8506 19.4961 17.3076 18.5117L13.5811 14.75H11.4014L8.02637 10.25L10.2764 8L14.7764 11.375V13.5898L18.5029 17.3164C19.4873 16.8242 20.6826 17 21.5264 17.8086L25.6396 21.9219ZM19.6631 15.9102C19.3818 15.9102 19.1006 15.9453 18.8193 16.0156L15.9014 13.1328C15.9014 11.832 16.3584 10.4961 17.3779 9.51172C18.6787 8.21094 20.5068 7.75391 22.1592 8.17578C22.4756 8.24609 22.6162 8.63281 22.3701 8.87891L19.7686 11.4805L20.1553 13.8711L22.5459 14.293L25.1475 11.6562C25.3936 11.4453 25.7803 11.5508 25.8506 11.8672C26.2725 13.5195 25.8154 15.3577 24.5146 16.6484C24.0576 17.1055 23.5303 17.457 23.0029 17.7031L22.2998 17C21.5967 16.2969 20.6826 15.9102 19.6631 15.9102ZM16.0068 18.793C15.8311 19.5664 15.9365 20.3047 16.1826 21.0078L11.8584 25.3672C10.9795 26.2461 9.53809 26.2461 8.65918 25.3672C7.78027 24.4883 7.78027 23.0469 8.65918 22.168L14.0381 16.8242L16.0068 18.793ZM10.2764 24.5938C10.7335 24.5938 11.1201 24.2422 11.1201 23.75C11.1201 23.293 10.7335 22.9062 10.2764 22.9062C9.78418 22.9062 9.43262 23.293 9.43262 23.75C9.43262 24.2422 9.78418 24.5938 10.2764 24.5938Z" fill="%23683C78"/></svg>');
  /* Use translate(X, Y) to position the SVG up, down, left, and right */
}
.c-locations__content--prov .js-basesList .marker_color--relief-airfield {
  list-style-image: url('data:image/svg+xml,<svg transform="scale(1) translate(0, 18)" transform-origin="center" width="35" height="35" viewBox="0 0 40 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%235CB376"/><circle cx="16.875" cy="16.875" r="13.5" fill="white"/><path d="M25.9682 14.1523C26.0385 14.5039 25.7572 14.75 25.4057 14.75H25.1244L20.308 20.0938C20.3532 20.1992 20.3532 20.3047 20.3532 20.375V24.875C20.3532 25.5078 19.851 26 19.2182 26H14.7182C14.1205 26 13.5932 25.5078 13.5932 24.875V20.375C13.5932 20.3047 13.6283 20.1992 13.6635 20.0938L8.84709 14.75H8.56584C8.21428 14.75 7.96818 14.5039 8.00335 14.1523C8.31975 11.5156 10.7455 9.51172 13.558 8.59766C12.2924 9.96875 11.3783 12.1133 11.3783 14.75H10.3588L14.4721 19.3203C14.5776 19.2852 14.6479 19.25 14.7533 19.25H16.4408V14.75H12.5033C12.5033 10.707 14.894 8 17.0033 8C19.0776 8 21.5033 10.707 21.5033 14.75H17.5658V19.25H19.2533C19.3237 19.25 19.4291 19.2852 19.4994 19.3203L23.6127 14.75H22.6283C22.6283 12.1133 21.7143 9.96875 20.4135 8.59766C23.226 9.51172 25.6518 11.5156 25.9682 14.1523Z" fill="%232B8E49"/></svg>');
  /* Use translate(X, Y) to position the SVG up, down, left, and right */
}
@media screen and (max-width: 1151px ) {
  .c-locations__content--prov {
    width: 45%;
  }
}
@media screen and (max-width: 481px) {
  .c-locations__content--prov {
    width: 100%;
  }
}
.c-locations__title {
  width: 100%;
  margin: 0rem 0rem 3rem 0rem;
}
.js-baseFilter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1151px ) {
  .js-baseFilter {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 827px) {
  .js-baseFilter {
    grid-template-columns: 1fr;
  }
}
.js-baseFilter .c-btn {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  0.56585708vw ), 1.2rem);
}
@media screen and (min-width: 641px) {
  .js-baseFilter .c-btn {
    font-size: calc(1.8rem  +  -0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  0.56585708vw ), 1.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .js-baseFilter .c-btn {
    font-size: 1.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  0.56585708vw ), 1.2rem);
  }
}
@media (max-width: 890px) {
  .js-baseFilter .c-btn {
    /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
    font-size: 1.6rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.46585708vw ), 1.2rem);
  }
}
@media (max-width: 890px) and screen and (min-width: 641px) {
  .js-baseFilter .c-btn {
    font-size: calc(1.6rem  +  -0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.46585708vw ), 1.2rem);
  }
}
@media (max-width: 890px) and screen and (min-width: 1500px) {
  .js-baseFilter .c-btn {
    font-size: 1.2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.46585708vw ), 1.2rem);
  }
}
@media (max-width: 424px) {
  .js-baseFilter .c-btn {
    /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
    font-size: 1.5rem;
    font-size: clamp(1.5rem, calc( 1rem +  0.41585708vw ), 1.2rem);
  }
}
@media (max-width: 424px) and screen and (min-width: 641px) {
  .js-baseFilter .c-btn {
    font-size: calc(1.5rem  +  -0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.5rem, calc( 1rem +  0.41585708vw ), 1.2rem);
  }
}
@media (max-width: 424px) and screen and (min-width: 1500px) {
  .js-baseFilter .c-btn {
    font-size: 1.2rem;
    font-size: clamp(1.5rem, calc( 1rem +  0.41585708vw ), 1.2rem);
  }
}
.c-map__cont {
  padding: 0;
  display: flex;
}
.c-map__modal {
  display: none;
  padding: 4rem;
}
.c-map__modal.is-visible {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 30.5%;
  max-height: 68vh;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 1500px) {
  .c-map__modal.is-visible {
    max-width: 481px;
    margin-right: 4rem;
    width: 100%;
  }
}
.c-map__modal.is-visible ::-webkit-scrollbar {
  width: 5px;
}
.c-map__modal.is-visible ::-webkit-scrollbar-track {
  background: #000;
}
.c-map__modal.is-visible ::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 10px;
}
.c-map__modal.is-visible ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.c-map__modal-content {
  color: #FFF;
  width: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
  background-color: #000;
  padding: 4rem;
  overflow-x: hidden;
}
.c-map__modal-content h2 {
  color: #FA9C28;
}
.c-map__modal-content picture {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-map__modal-content a {
  margin-bottom: 4rem;
}
.c-map__modal-content .c-map__modal__section:last-child {
  margin-bottom: 4rem;
}
.c-map__modal-content .c-map__modal__section a {
  text-transform: capitalize;
}
.c-map__modal__section {
  position: relative;
}
.c-map__modal__section p:last-child {
  padding-bottom: 3rem;
}
.c-map__modal-close {
  right: 3rem;
  top: 3rem;
  z-index: 3;
}
.controls {
  margin-bottom: 4rem;
}
.controls .c-btn {
  color: #01224b;
  background-color: #FFCA70;
  border-color: #FFCA70;
}
.controls .c-btn:hover {
  background-color: #FA9C28;
  border-color: #FA9C28;
}
.c-cta__map__title {
  color: #FBB946;
  text-transform: uppercase;
}
.c-cta__map__title small {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.2rem;
  font-size: clamp(1.2rem, calc( 1rem +  0.36585708vw ), 1.4rem);
  margin: 0;
  font-weight: 600;
  color: white;
}
@media screen and (min-width: 641px) {
  .c-cta__map__title small {
    font-size: calc(1.2rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.2rem, calc( 1rem +  0.36585708vw ), 1.4rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-cta__map__title small {
    font-size: 1.4rem;
    font-size: clamp(1.2rem, calc( 1rem +  0.36585708vw ), 1.4rem);
  }
}
.c-map__modal__section-basetype {
  text-transform: uppercase;
}
.gm-style .gm-style-iw-c {
  background-color: #01224b !important;
  overflow: hidden;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.gm-style-iw-d {
  overflow: hidden !important;
  padding: 2rem 0rem !important;
  padding-left: 2rem !important;
  align-content: center;
}
.gm-style .gm-style-iw-tc::after {
  background-color: #01224b !important;
}
.gm-style-iw-t {
  bottom: 55px !important;
}
.gm-ui-hover-effect > span {
  background-color: white;
}
#YW-map-canvas {
  height: 75vh;
}
@media screen and (max-width: 1151px ) {
  #YW-map-canvas {
    height: 50vh;
  }
}
/* Unify spacing above and below */
.w-fortysixtycol,
.w-sixtyfortycol,
.w-blockquote,
.w-imageabovetext,
.w-threecol,
.w-twocol {
  width: 100%;
}
@media screen and (max-width: 641px) {
  .w-fortysixtycol,
  .w-sixtyfortycol,
  .w-blockquote,
  .w-imageabovetext,
  .w-threecol,
  .w-twocol {
    padding: 3rem 0;
  }
}
.w-fortysixtycol p img,
.w-sixtyfortycol p img,
.w-blockquote p img,
.w-imageabovetext p img,
.w-threecol p img,
.w-twocol p img,
.w-fortysixtycol img,
.w-sixtyfortycol img,
.w-blockquote img,
.w-imageabovetext img,
.w-threecol img,
.w-twocol img {
  max-width: 100%;
}
.w-fortysixtycol iframe,
.w-sixtyfortycol iframe,
.w-blockquote iframe,
.w-imageabovetext iframe,
.w-threecol iframe,
.w-twocol iframe {
  width: 100%;
  max-width: 100%;
}
.w-blockquote {
  padding: 9.5rem 0;
}
.w-threecolgrid {
  gap: 5rem;
}
.w-threecolgrid .w-griditem .content p img {
  width: 100% !important;
}
.w-threecolgrid p {
  margin-top: 0;
}
.w-threecol {
  display: flex;
  flex-direction: row;
  gap: 4.6rem;
}
@media screen and (max-width: 1151px ) {
  .w-threecol {
    flex-direction: column;
  }
}
@media screen and (max-width: 1151px ) {
  .w-threecol-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 641px) {
  .threecol-content-one,
  .threecol-content-two,
  .threecol-content-three {
    padding-bottom: 0;
  }
}
.w-imageabovetext__image {
  padding-bottom: 3rem;
}
.w-imageabovetext__image p,
.w-imageabovetext__image p img {
  width: 100%;
}
@media screen and (max-width: 641px) {
  .w-imageabovetext__image {
    padding-bottom: 0;
  }
}
.w-imageabovetext__text {
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-left: 4rem;
}
@media screen and (max-width: 641px) {
  .w-imageabovetext__text {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.w-fortysixtycol__content:first-of-type,
.w-sixtyfortycol__content:first-of-type {
  padding-right: 3rem;
}
.w-fortysixtycol__content:last-of-type,
.w-sixtyfortycol__content:last-of-type {
  padding-left: 3rem;
}
@media screen and (max-width: 1151px ) {
  .w-fortysixtycol__content:first-of-type,
  .w-sixtyfortycol__content:first-of-type,
  .w-fortysixtycol__content:last-of-type,
  .w-sixtyfortycol__content:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .w-fortysixtycol__content:last-of-type,
  .w-sixtyfortycol__content:last-of-type {
    padding-bottom: 0;
  }
}
.w-fortysixtycol__content:first-of-type {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 641px) {
  .w-fortysixtycol__content:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .w-fortysixtycol__content:first-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.w-linkbutton {
  display: inline-block;
}
span .w-linkbutton.c-btn {
  font-size: unset;
}
/*
.w-blockquote {
}
*/
.w-blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .w-blockquote p {
    font-size: calc(25px  +  35  * ((100vw -  600px ) / 1320 ));
  }
}
@media screen and (min-width: 1920px) {
  .w-blockquote p {
    font-size: 60px;
  }
}
@media screen and (min-width: 600px) {
  .w-blockquote p {
    line-height: calc(35px  +  30  * ((100vw -  600px ) / 1320 ));
  }
}
@media screen and (min-width: 1920px) {
  .w-blockquote p {
    line-height: 65px;
  }
}
.w-two .w-twocol-content iframe {
  width: 100%;
}
/*
.w-featured {
  background: lighten(@border-color,15%);
  padding: 2.0rem;
}
*/
.w-textexpand .c-faq__question {
  margin: 0 0 2rem 0 !important;
}
.video-js {
  max-width: 100%;
}
.video-js .vjs-tech {
  outline: none;
}
.video-js .vjs-play-control,
.video-js .vjs-fullscreen-control,
.video-js .vjs-time-control {
  position: absolute;
  bottom: 20px;
  width: 40px;
  width: 4rem;
  height: 20px;
  height: 2rem;
  outline: none;
}
.video-js[data-dark="darkmode"] .vjs-play-control,
.video-js[data-dark="darkmode"] .vjs-fullscreen-control,
.video-js[data-dark="darkmode"] .vjs-time-control,
.video-js[data-dark="darkmode"] .vjs-subs-caps-button {
  color: #333;
}
.video-js .vjs-time-control {
  left: 30px;
  left: 3rem;
}
.video-js .vjs-fullscreen-control {
  right: 5px;
  right: 0.5rem;
}
.video-js .vjs-remaining-time-display {
  left: 0;
}
.video-js .vjs-play-progress:before {
  display: none;
}
.video-js .vjs-progress-control {
  align-items: flex-end;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 5px;
  height: 0.5rem;
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
}
.video-js .vjs-control-bar {
  background: none;
  height: 5px;
  height: 0.5rem;
}
.video-js .vjs-slider {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-volume-panel,
.video-js .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-big-play-button {
  border-radius: 50%;
  width: 100px;
  width: 10rem;
  height: 100px;
  height: 10rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.75);
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-js .vjs-big-play-button:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.vjs-subs-caps-button {
  position: absolute !important;
  right: 2.5em;
  bottom: 1.75em;
}
.vjs-menu {
  left: -10em !important;
}
.video-js:hover .vjs-control-bar,
.video-js:hover .vjs-big-play-button,
.video-js:hover .vjs-menu-button .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  transform: translateY(-22%);
}
.u-printonly {
  display: none;
}
@media print {
  .u-noprint {
    display: none;
  }
}
.u-txt-alignleft {
  text-align: left;
}
.u-txt-center,
.u-txt-aligncenter {
  text-align: center;
}
.u-txt-alignright {
  text-align: right;
}
.u-mobileonly {
  display: none !important;
}
@media screen and (max-width: 1151px ) {
  .u-mobileonly {
    display: block !important;
  }
}
.u-light {
  font-weight: 300;
}
.u-reg {
  font-weight: 400;
}
.u-med {
  font-weight: 500;
}
.u-semibold {
  font-weight: 600;
}
.u-twocol {
  columns: 2;
}
.u-bold {
  font-weight: 700;
}
.u-mpackdate {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  margin-top: -2.5rem;
}
.u-twitterbtnwrap {
  margin-top: 2rem;
}
.u-dark {
  background: #111217;
}
@media screen and (max-width: 641px) {
  .u-nomobile {
    display: none;
  }
}
.u-pointerevents-none {
  pointer-events: none;
}
.u-straightbottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.u-longtitle {
  width: 100%;
}
.u-marginbottom {
  margin-bottom: 4rem !important;
}
.u-rounded {
  overflow: hidden !important;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  border-top-right-radius: 5rem;
  border-top-left-radius: 5rem;
}
.u-fillheight {
  flex-grow: 1;
}
.twitter-timeline {
  height: calc(100% - 4.5rem) !important;
  min-height: 60rem;
}
.u-invisible {
  visibility: hidden;
}
.u-color-secondary {
  color: #01224b;
}
.u-color-key {
  color: #FBB946;
}
.u-alignstart {
  align-items: start;
}
.u-alignend {
  align-items: end;
}
.u-aligncenter {
  align-items: center;
}
.u-alignstretch {
  align-items: stretch;
}
.u-alignbaseline {
  align-items: baseline;
}
.u-justifystart {
  justify-content: start;
}
.u-justifyend {
  justify-content: end;
}
.u-justifyleft {
  justify-content: left;
}
.u-justifyright {
  justify-content: right;
}
.u-justifycenter {
  justify-content: center;
}
.u-justifybetween {
  justify-content: space-between;
}
.u-justifyaround {
  justify-content: space-around;
}
.u-justifyevenly {
  justify-content: space-evenly;
}
.u-flexrow {
  flex-direction: row;
}
@media screen and (max-width: 1151px ) {
  .u-keepflexrow {
    flex-direction: row;
  }
}
.u-flexcolumn {
  flex-direction: column;
}
.u-flexwrap {
  flex-wrap: wrap;
}
.u-flexnowrap {
  flex-wrap: nowrap;
}
.u-flexreversewrap {
  flex-wrap: wrap-reverse;
}
.u-alignself-start {
  align-self: start;
  align-self: flex-start;
}
.u-alignself-end {
  align-self: end;
  align-self: flex-end;
}
.u-alignself-center {
  align-self: center;
}
.u-alignself-stretch {
  align-self: stretch;
}
.u-alignself-baseline {
  align-self: baseline;
}
.u-floatright {
  float: right;
}
.u-pullright {
  margin-left: auto;
}
.u-fadein {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.u-fadein.is-visible {
  opacity: 1;
  transform: translateY(0rem);
}
.u-gmap {
  height: 600px !important;
  filter: saturate(0);
}
@media screen and (max-width: 992px) {
  .u-gmap {
    height: 500px !important;
  }
}
@media screen and (max-width: 641px) {
  .u-gmap {
    height: 400px !important;
  }
}
.u-mx50 {
  margin: 50rem !important;
}
.u-mtx50 {
  margin-top: 50rem !important;
}
.u-mrx50 {
  margin-left: 50rem !important;
}
.u-mbx50 {
  margin-bottom: 50rem !important;
}
.u-mlx50 {
  margin-left: 50rem !important;
}
.u-px50 {
  padding: 50rem !important;
}
.u-ptx50 {
  padding-top: 50rem !important;
}
.u-prx50 {
  padding-right: 50rem !important;
}
.u-pbx50 {
  padding-bottom: 50rem !important;
}
.u-plx50 {
  padding-left: 50rem !important;
}
.u-mx49 {
  margin: 49rem !important;
}
.u-mtx49 {
  margin-top: 49rem !important;
}
.u-mrx49 {
  margin-left: 49rem !important;
}
.u-mbx49 {
  margin-bottom: 49rem !important;
}
.u-mlx49 {
  margin-left: 49rem !important;
}
.u-px49 {
  padding: 49rem !important;
}
.u-ptx49 {
  padding-top: 49rem !important;
}
.u-prx49 {
  padding-right: 49rem !important;
}
.u-pbx49 {
  padding-bottom: 49rem !important;
}
.u-plx49 {
  padding-left: 49rem !important;
}
.u-mx48 {
  margin: 48rem !important;
}
.u-mtx48 {
  margin-top: 48rem !important;
}
.u-mrx48 {
  margin-left: 48rem !important;
}
.u-mbx48 {
  margin-bottom: 48rem !important;
}
.u-mlx48 {
  margin-left: 48rem !important;
}
.u-px48 {
  padding: 48rem !important;
}
.u-ptx48 {
  padding-top: 48rem !important;
}
.u-prx48 {
  padding-right: 48rem !important;
}
.u-pbx48 {
  padding-bottom: 48rem !important;
}
.u-plx48 {
  padding-left: 48rem !important;
}
.u-mx47 {
  margin: 47rem !important;
}
.u-mtx47 {
  margin-top: 47rem !important;
}
.u-mrx47 {
  margin-left: 47rem !important;
}
.u-mbx47 {
  margin-bottom: 47rem !important;
}
.u-mlx47 {
  margin-left: 47rem !important;
}
.u-px47 {
  padding: 47rem !important;
}
.u-ptx47 {
  padding-top: 47rem !important;
}
.u-prx47 {
  padding-right: 47rem !important;
}
.u-pbx47 {
  padding-bottom: 47rem !important;
}
.u-plx47 {
  padding-left: 47rem !important;
}
.u-mx46 {
  margin: 46rem !important;
}
.u-mtx46 {
  margin-top: 46rem !important;
}
.u-mrx46 {
  margin-left: 46rem !important;
}
.u-mbx46 {
  margin-bottom: 46rem !important;
}
.u-mlx46 {
  margin-left: 46rem !important;
}
.u-px46 {
  padding: 46rem !important;
}
.u-ptx46 {
  padding-top: 46rem !important;
}
.u-prx46 {
  padding-right: 46rem !important;
}
.u-pbx46 {
  padding-bottom: 46rem !important;
}
.u-plx46 {
  padding-left: 46rem !important;
}
.u-mx45 {
  margin: 45rem !important;
}
.u-mtx45 {
  margin-top: 45rem !important;
}
.u-mrx45 {
  margin-left: 45rem !important;
}
.u-mbx45 {
  margin-bottom: 45rem !important;
}
.u-mlx45 {
  margin-left: 45rem !important;
}
.u-px45 {
  padding: 45rem !important;
}
.u-ptx45 {
  padding-top: 45rem !important;
}
.u-prx45 {
  padding-right: 45rem !important;
}
.u-pbx45 {
  padding-bottom: 45rem !important;
}
.u-plx45 {
  padding-left: 45rem !important;
}
.u-mx44 {
  margin: 44rem !important;
}
.u-mtx44 {
  margin-top: 44rem !important;
}
.u-mrx44 {
  margin-left: 44rem !important;
}
.u-mbx44 {
  margin-bottom: 44rem !important;
}
.u-mlx44 {
  margin-left: 44rem !important;
}
.u-px44 {
  padding: 44rem !important;
}
.u-ptx44 {
  padding-top: 44rem !important;
}
.u-prx44 {
  padding-right: 44rem !important;
}
.u-pbx44 {
  padding-bottom: 44rem !important;
}
.u-plx44 {
  padding-left: 44rem !important;
}
.u-mx43 {
  margin: 43rem !important;
}
.u-mtx43 {
  margin-top: 43rem !important;
}
.u-mrx43 {
  margin-left: 43rem !important;
}
.u-mbx43 {
  margin-bottom: 43rem !important;
}
.u-mlx43 {
  margin-left: 43rem !important;
}
.u-px43 {
  padding: 43rem !important;
}
.u-ptx43 {
  padding-top: 43rem !important;
}
.u-prx43 {
  padding-right: 43rem !important;
}
.u-pbx43 {
  padding-bottom: 43rem !important;
}
.u-plx43 {
  padding-left: 43rem !important;
}
.u-mx42 {
  margin: 42rem !important;
}
.u-mtx42 {
  margin-top: 42rem !important;
}
.u-mrx42 {
  margin-left: 42rem !important;
}
.u-mbx42 {
  margin-bottom: 42rem !important;
}
.u-mlx42 {
  margin-left: 42rem !important;
}
.u-px42 {
  padding: 42rem !important;
}
.u-ptx42 {
  padding-top: 42rem !important;
}
.u-prx42 {
  padding-right: 42rem !important;
}
.u-pbx42 {
  padding-bottom: 42rem !important;
}
.u-plx42 {
  padding-left: 42rem !important;
}
.u-mx41 {
  margin: 41rem !important;
}
.u-mtx41 {
  margin-top: 41rem !important;
}
.u-mrx41 {
  margin-left: 41rem !important;
}
.u-mbx41 {
  margin-bottom: 41rem !important;
}
.u-mlx41 {
  margin-left: 41rem !important;
}
.u-px41 {
  padding: 41rem !important;
}
.u-ptx41 {
  padding-top: 41rem !important;
}
.u-prx41 {
  padding-right: 41rem !important;
}
.u-pbx41 {
  padding-bottom: 41rem !important;
}
.u-plx41 {
  padding-left: 41rem !important;
}
.u-mx40 {
  margin: 40rem !important;
}
.u-mtx40 {
  margin-top: 40rem !important;
}
.u-mrx40 {
  margin-left: 40rem !important;
}
.u-mbx40 {
  margin-bottom: 40rem !important;
}
.u-mlx40 {
  margin-left: 40rem !important;
}
.u-px40 {
  padding: 40rem !important;
}
.u-ptx40 {
  padding-top: 40rem !important;
}
.u-prx40 {
  padding-right: 40rem !important;
}
.u-pbx40 {
  padding-bottom: 40rem !important;
}
.u-plx40 {
  padding-left: 40rem !important;
}
.u-mx39 {
  margin: 39rem !important;
}
.u-mtx39 {
  margin-top: 39rem !important;
}
.u-mrx39 {
  margin-left: 39rem !important;
}
.u-mbx39 {
  margin-bottom: 39rem !important;
}
.u-mlx39 {
  margin-left: 39rem !important;
}
.u-px39 {
  padding: 39rem !important;
}
.u-ptx39 {
  padding-top: 39rem !important;
}
.u-prx39 {
  padding-right: 39rem !important;
}
.u-pbx39 {
  padding-bottom: 39rem !important;
}
.u-plx39 {
  padding-left: 39rem !important;
}
.u-mx38 {
  margin: 38rem !important;
}
.u-mtx38 {
  margin-top: 38rem !important;
}
.u-mrx38 {
  margin-left: 38rem !important;
}
.u-mbx38 {
  margin-bottom: 38rem !important;
}
.u-mlx38 {
  margin-left: 38rem !important;
}
.u-px38 {
  padding: 38rem !important;
}
.u-ptx38 {
  padding-top: 38rem !important;
}
.u-prx38 {
  padding-right: 38rem !important;
}
.u-pbx38 {
  padding-bottom: 38rem !important;
}
.u-plx38 {
  padding-left: 38rem !important;
}
.u-mx37 {
  margin: 37rem !important;
}
.u-mtx37 {
  margin-top: 37rem !important;
}
.u-mrx37 {
  margin-left: 37rem !important;
}
.u-mbx37 {
  margin-bottom: 37rem !important;
}
.u-mlx37 {
  margin-left: 37rem !important;
}
.u-px37 {
  padding: 37rem !important;
}
.u-ptx37 {
  padding-top: 37rem !important;
}
.u-prx37 {
  padding-right: 37rem !important;
}
.u-pbx37 {
  padding-bottom: 37rem !important;
}
.u-plx37 {
  padding-left: 37rem !important;
}
.u-mx36 {
  margin: 36rem !important;
}
.u-mtx36 {
  margin-top: 36rem !important;
}
.u-mrx36 {
  margin-left: 36rem !important;
}
.u-mbx36 {
  margin-bottom: 36rem !important;
}
.u-mlx36 {
  margin-left: 36rem !important;
}
.u-px36 {
  padding: 36rem !important;
}
.u-ptx36 {
  padding-top: 36rem !important;
}
.u-prx36 {
  padding-right: 36rem !important;
}
.u-pbx36 {
  padding-bottom: 36rem !important;
}
.u-plx36 {
  padding-left: 36rem !important;
}
.u-mx35 {
  margin: 35rem !important;
}
.u-mtx35 {
  margin-top: 35rem !important;
}
.u-mrx35 {
  margin-left: 35rem !important;
}
.u-mbx35 {
  margin-bottom: 35rem !important;
}
.u-mlx35 {
  margin-left: 35rem !important;
}
.u-px35 {
  padding: 35rem !important;
}
.u-ptx35 {
  padding-top: 35rem !important;
}
.u-prx35 {
  padding-right: 35rem !important;
}
.u-pbx35 {
  padding-bottom: 35rem !important;
}
.u-plx35 {
  padding-left: 35rem !important;
}
.u-mx34 {
  margin: 34rem !important;
}
.u-mtx34 {
  margin-top: 34rem !important;
}
.u-mrx34 {
  margin-left: 34rem !important;
}
.u-mbx34 {
  margin-bottom: 34rem !important;
}
.u-mlx34 {
  margin-left: 34rem !important;
}
.u-px34 {
  padding: 34rem !important;
}
.u-ptx34 {
  padding-top: 34rem !important;
}
.u-prx34 {
  padding-right: 34rem !important;
}
.u-pbx34 {
  padding-bottom: 34rem !important;
}
.u-plx34 {
  padding-left: 34rem !important;
}
.u-mx33 {
  margin: 33rem !important;
}
.u-mtx33 {
  margin-top: 33rem !important;
}
.u-mrx33 {
  margin-left: 33rem !important;
}
.u-mbx33 {
  margin-bottom: 33rem !important;
}
.u-mlx33 {
  margin-left: 33rem !important;
}
.u-px33 {
  padding: 33rem !important;
}
.u-ptx33 {
  padding-top: 33rem !important;
}
.u-prx33 {
  padding-right: 33rem !important;
}
.u-pbx33 {
  padding-bottom: 33rem !important;
}
.u-plx33 {
  padding-left: 33rem !important;
}
.u-mx32 {
  margin: 32rem !important;
}
.u-mtx32 {
  margin-top: 32rem !important;
}
.u-mrx32 {
  margin-left: 32rem !important;
}
.u-mbx32 {
  margin-bottom: 32rem !important;
}
.u-mlx32 {
  margin-left: 32rem !important;
}
.u-px32 {
  padding: 32rem !important;
}
.u-ptx32 {
  padding-top: 32rem !important;
}
.u-prx32 {
  padding-right: 32rem !important;
}
.u-pbx32 {
  padding-bottom: 32rem !important;
}
.u-plx32 {
  padding-left: 32rem !important;
}
.u-mx31 {
  margin: 31rem !important;
}
.u-mtx31 {
  margin-top: 31rem !important;
}
.u-mrx31 {
  margin-left: 31rem !important;
}
.u-mbx31 {
  margin-bottom: 31rem !important;
}
.u-mlx31 {
  margin-left: 31rem !important;
}
.u-px31 {
  padding: 31rem !important;
}
.u-ptx31 {
  padding-top: 31rem !important;
}
.u-prx31 {
  padding-right: 31rem !important;
}
.u-pbx31 {
  padding-bottom: 31rem !important;
}
.u-plx31 {
  padding-left: 31rem !important;
}
.u-mx30 {
  margin: 30rem !important;
}
.u-mtx30 {
  margin-top: 30rem !important;
}
.u-mrx30 {
  margin-left: 30rem !important;
}
.u-mbx30 {
  margin-bottom: 30rem !important;
}
.u-mlx30 {
  margin-left: 30rem !important;
}
.u-px30 {
  padding: 30rem !important;
}
.u-ptx30 {
  padding-top: 30rem !important;
}
.u-prx30 {
  padding-right: 30rem !important;
}
.u-pbx30 {
  padding-bottom: 30rem !important;
}
.u-plx30 {
  padding-left: 30rem !important;
}
.u-mx29 {
  margin: 29rem !important;
}
.u-mtx29 {
  margin-top: 29rem !important;
}
.u-mrx29 {
  margin-left: 29rem !important;
}
.u-mbx29 {
  margin-bottom: 29rem !important;
}
.u-mlx29 {
  margin-left: 29rem !important;
}
.u-px29 {
  padding: 29rem !important;
}
.u-ptx29 {
  padding-top: 29rem !important;
}
.u-prx29 {
  padding-right: 29rem !important;
}
.u-pbx29 {
  padding-bottom: 29rem !important;
}
.u-plx29 {
  padding-left: 29rem !important;
}
.u-mx28 {
  margin: 28rem !important;
}
.u-mtx28 {
  margin-top: 28rem !important;
}
.u-mrx28 {
  margin-left: 28rem !important;
}
.u-mbx28 {
  margin-bottom: 28rem !important;
}
.u-mlx28 {
  margin-left: 28rem !important;
}
.u-px28 {
  padding: 28rem !important;
}
.u-ptx28 {
  padding-top: 28rem !important;
}
.u-prx28 {
  padding-right: 28rem !important;
}
.u-pbx28 {
  padding-bottom: 28rem !important;
}
.u-plx28 {
  padding-left: 28rem !important;
}
.u-mx27 {
  margin: 27rem !important;
}
.u-mtx27 {
  margin-top: 27rem !important;
}
.u-mrx27 {
  margin-left: 27rem !important;
}
.u-mbx27 {
  margin-bottom: 27rem !important;
}
.u-mlx27 {
  margin-left: 27rem !important;
}
.u-px27 {
  padding: 27rem !important;
}
.u-ptx27 {
  padding-top: 27rem !important;
}
.u-prx27 {
  padding-right: 27rem !important;
}
.u-pbx27 {
  padding-bottom: 27rem !important;
}
.u-plx27 {
  padding-left: 27rem !important;
}
.u-mx26 {
  margin: 26rem !important;
}
.u-mtx26 {
  margin-top: 26rem !important;
}
.u-mrx26 {
  margin-left: 26rem !important;
}
.u-mbx26 {
  margin-bottom: 26rem !important;
}
.u-mlx26 {
  margin-left: 26rem !important;
}
.u-px26 {
  padding: 26rem !important;
}
.u-ptx26 {
  padding-top: 26rem !important;
}
.u-prx26 {
  padding-right: 26rem !important;
}
.u-pbx26 {
  padding-bottom: 26rem !important;
}
.u-plx26 {
  padding-left: 26rem !important;
}
.u-mx25 {
  margin: 25rem !important;
}
.u-mtx25 {
  margin-top: 25rem !important;
}
.u-mrx25 {
  margin-left: 25rem !important;
}
.u-mbx25 {
  margin-bottom: 25rem !important;
}
.u-mlx25 {
  margin-left: 25rem !important;
}
.u-px25 {
  padding: 25rem !important;
}
.u-ptx25 {
  padding-top: 25rem !important;
}
.u-prx25 {
  padding-right: 25rem !important;
}
.u-pbx25 {
  padding-bottom: 25rem !important;
}
.u-plx25 {
  padding-left: 25rem !important;
}
.u-mx24 {
  margin: 24rem !important;
}
.u-mtx24 {
  margin-top: 24rem !important;
}
.u-mrx24 {
  margin-left: 24rem !important;
}
.u-mbx24 {
  margin-bottom: 24rem !important;
}
.u-mlx24 {
  margin-left: 24rem !important;
}
.u-px24 {
  padding: 24rem !important;
}
.u-ptx24 {
  padding-top: 24rem !important;
}
.u-prx24 {
  padding-right: 24rem !important;
}
.u-pbx24 {
  padding-bottom: 24rem !important;
}
.u-plx24 {
  padding-left: 24rem !important;
}
.u-mx23 {
  margin: 23rem !important;
}
.u-mtx23 {
  margin-top: 23rem !important;
}
.u-mrx23 {
  margin-left: 23rem !important;
}
.u-mbx23 {
  margin-bottom: 23rem !important;
}
.u-mlx23 {
  margin-left: 23rem !important;
}
.u-px23 {
  padding: 23rem !important;
}
.u-ptx23 {
  padding-top: 23rem !important;
}
.u-prx23 {
  padding-right: 23rem !important;
}
.u-pbx23 {
  padding-bottom: 23rem !important;
}
.u-plx23 {
  padding-left: 23rem !important;
}
.u-mx22 {
  margin: 22rem !important;
}
.u-mtx22 {
  margin-top: 22rem !important;
}
.u-mrx22 {
  margin-left: 22rem !important;
}
.u-mbx22 {
  margin-bottom: 22rem !important;
}
.u-mlx22 {
  margin-left: 22rem !important;
}
.u-px22 {
  padding: 22rem !important;
}
.u-ptx22 {
  padding-top: 22rem !important;
}
.u-prx22 {
  padding-right: 22rem !important;
}
.u-pbx22 {
  padding-bottom: 22rem !important;
}
.u-plx22 {
  padding-left: 22rem !important;
}
.u-mx21 {
  margin: 21rem !important;
}
.u-mtx21 {
  margin-top: 21rem !important;
}
.u-mrx21 {
  margin-left: 21rem !important;
}
.u-mbx21 {
  margin-bottom: 21rem !important;
}
.u-mlx21 {
  margin-left: 21rem !important;
}
.u-px21 {
  padding: 21rem !important;
}
.u-ptx21 {
  padding-top: 21rem !important;
}
.u-prx21 {
  padding-right: 21rem !important;
}
.u-pbx21 {
  padding-bottom: 21rem !important;
}
.u-plx21 {
  padding-left: 21rem !important;
}
.u-mx20 {
  margin: 20rem !important;
}
.u-mtx20 {
  margin-top: 20rem !important;
}
.u-mrx20 {
  margin-left: 20rem !important;
}
.u-mbx20 {
  margin-bottom: 20rem !important;
}
.u-mlx20 {
  margin-left: 20rem !important;
}
.u-px20 {
  padding: 20rem !important;
}
.u-ptx20 {
  padding-top: 20rem !important;
}
.u-prx20 {
  padding-right: 20rem !important;
}
.u-pbx20 {
  padding-bottom: 20rem !important;
}
.u-plx20 {
  padding-left: 20rem !important;
}
.u-mx19 {
  margin: 19rem !important;
}
.u-mtx19 {
  margin-top: 19rem !important;
}
.u-mrx19 {
  margin-left: 19rem !important;
}
.u-mbx19 {
  margin-bottom: 19rem !important;
}
.u-mlx19 {
  margin-left: 19rem !important;
}
.u-px19 {
  padding: 19rem !important;
}
.u-ptx19 {
  padding-top: 19rem !important;
}
.u-prx19 {
  padding-right: 19rem !important;
}
.u-pbx19 {
  padding-bottom: 19rem !important;
}
.u-plx19 {
  padding-left: 19rem !important;
}
.u-mx18 {
  margin: 18rem !important;
}
.u-mtx18 {
  margin-top: 18rem !important;
}
.u-mrx18 {
  margin-left: 18rem !important;
}
.u-mbx18 {
  margin-bottom: 18rem !important;
}
.u-mlx18 {
  margin-left: 18rem !important;
}
.u-px18 {
  padding: 18rem !important;
}
.u-ptx18 {
  padding-top: 18rem !important;
}
.u-prx18 {
  padding-right: 18rem !important;
}
.u-pbx18 {
  padding-bottom: 18rem !important;
}
.u-plx18 {
  padding-left: 18rem !important;
}
.u-mx17 {
  margin: 17rem !important;
}
.u-mtx17 {
  margin-top: 17rem !important;
}
.u-mrx17 {
  margin-left: 17rem !important;
}
.u-mbx17 {
  margin-bottom: 17rem !important;
}
.u-mlx17 {
  margin-left: 17rem !important;
}
.u-px17 {
  padding: 17rem !important;
}
.u-ptx17 {
  padding-top: 17rem !important;
}
.u-prx17 {
  padding-right: 17rem !important;
}
.u-pbx17 {
  padding-bottom: 17rem !important;
}
.u-plx17 {
  padding-left: 17rem !important;
}
.u-mx16 {
  margin: 16rem !important;
}
.u-mtx16 {
  margin-top: 16rem !important;
}
.u-mrx16 {
  margin-left: 16rem !important;
}
.u-mbx16 {
  margin-bottom: 16rem !important;
}
.u-mlx16 {
  margin-left: 16rem !important;
}
.u-px16 {
  padding: 16rem !important;
}
.u-ptx16 {
  padding-top: 16rem !important;
}
.u-prx16 {
  padding-right: 16rem !important;
}
.u-pbx16 {
  padding-bottom: 16rem !important;
}
.u-plx16 {
  padding-left: 16rem !important;
}
.u-mx15 {
  margin: 15rem !important;
}
.u-mtx15 {
  margin-top: 15rem !important;
}
.u-mrx15 {
  margin-left: 15rem !important;
}
.u-mbx15 {
  margin-bottom: 15rem !important;
}
.u-mlx15 {
  margin-left: 15rem !important;
}
.u-px15 {
  padding: 15rem !important;
}
.u-ptx15 {
  padding-top: 15rem !important;
}
.u-prx15 {
  padding-right: 15rem !important;
}
.u-pbx15 {
  padding-bottom: 15rem !important;
}
.u-plx15 {
  padding-left: 15rem !important;
}
.u-mx14 {
  margin: 14rem !important;
}
.u-mtx14 {
  margin-top: 14rem !important;
}
.u-mrx14 {
  margin-left: 14rem !important;
}
.u-mbx14 {
  margin-bottom: 14rem !important;
}
.u-mlx14 {
  margin-left: 14rem !important;
}
.u-px14 {
  padding: 14rem !important;
}
.u-ptx14 {
  padding-top: 14rem !important;
}
.u-prx14 {
  padding-right: 14rem !important;
}
.u-pbx14 {
  padding-bottom: 14rem !important;
}
.u-plx14 {
  padding-left: 14rem !important;
}
.u-mx13 {
  margin: 13rem !important;
}
.u-mtx13 {
  margin-top: 13rem !important;
}
.u-mrx13 {
  margin-left: 13rem !important;
}
.u-mbx13 {
  margin-bottom: 13rem !important;
}
.u-mlx13 {
  margin-left: 13rem !important;
}
.u-px13 {
  padding: 13rem !important;
}
.u-ptx13 {
  padding-top: 13rem !important;
}
.u-prx13 {
  padding-right: 13rem !important;
}
.u-pbx13 {
  padding-bottom: 13rem !important;
}
.u-plx13 {
  padding-left: 13rem !important;
}
.u-mx12 {
  margin: 12rem !important;
}
.u-mtx12 {
  margin-top: 12rem !important;
}
.u-mrx12 {
  margin-left: 12rem !important;
}
.u-mbx12 {
  margin-bottom: 12rem !important;
}
.u-mlx12 {
  margin-left: 12rem !important;
}
.u-px12 {
  padding: 12rem !important;
}
.u-ptx12 {
  padding-top: 12rem !important;
}
.u-prx12 {
  padding-right: 12rem !important;
}
.u-pbx12 {
  padding-bottom: 12rem !important;
}
.u-plx12 {
  padding-left: 12rem !important;
}
.u-mx11 {
  margin: 11rem !important;
}
.u-mtx11 {
  margin-top: 11rem !important;
}
.u-mrx11 {
  margin-left: 11rem !important;
}
.u-mbx11 {
  margin-bottom: 11rem !important;
}
.u-mlx11 {
  margin-left: 11rem !important;
}
.u-px11 {
  padding: 11rem !important;
}
.u-ptx11 {
  padding-top: 11rem !important;
}
.u-prx11 {
  padding-right: 11rem !important;
}
.u-pbx11 {
  padding-bottom: 11rem !important;
}
.u-plx11 {
  padding-left: 11rem !important;
}
.u-mx10 {
  margin: 10rem !important;
}
.u-mtx10 {
  margin-top: 10rem !important;
}
.u-mrx10 {
  margin-left: 10rem !important;
}
.u-mbx10 {
  margin-bottom: 10rem !important;
}
.u-mlx10 {
  margin-left: 10rem !important;
}
.u-px10 {
  padding: 10rem !important;
}
.u-ptx10 {
  padding-top: 10rem !important;
}
.u-prx10 {
  padding-right: 10rem !important;
}
.u-pbx10 {
  padding-bottom: 10rem !important;
}
.u-plx10 {
  padding-left: 10rem !important;
}
.u-mx9 {
  margin: 9rem !important;
}
.u-mtx9 {
  margin-top: 9rem !important;
}
.u-mrx9 {
  margin-left: 9rem !important;
}
.u-mbx9 {
  margin-bottom: 9rem !important;
}
.u-mlx9 {
  margin-left: 9rem !important;
}
.u-px9 {
  padding: 9rem !important;
}
.u-ptx9 {
  padding-top: 9rem !important;
}
.u-prx9 {
  padding-right: 9rem !important;
}
.u-pbx9 {
  padding-bottom: 9rem !important;
}
.u-plx9 {
  padding-left: 9rem !important;
}
.u-mx8 {
  margin: 8rem !important;
}
.u-mtx8 {
  margin-top: 8rem !important;
}
.u-mrx8 {
  margin-left: 8rem !important;
}
.u-mbx8 {
  margin-bottom: 8rem !important;
}
.u-mlx8 {
  margin-left: 8rem !important;
}
.u-px8 {
  padding: 8rem !important;
}
.u-ptx8 {
  padding-top: 8rem !important;
}
.u-prx8 {
  padding-right: 8rem !important;
}
.u-pbx8 {
  padding-bottom: 8rem !important;
}
.u-plx8 {
  padding-left: 8rem !important;
}
.u-mx7 {
  margin: 7rem !important;
}
.u-mtx7 {
  margin-top: 7rem !important;
}
.u-mrx7 {
  margin-left: 7rem !important;
}
.u-mbx7 {
  margin-bottom: 7rem !important;
}
.u-mlx7 {
  margin-left: 7rem !important;
}
.u-px7 {
  padding: 7rem !important;
}
.u-ptx7 {
  padding-top: 7rem !important;
}
.u-prx7 {
  padding-right: 7rem !important;
}
.u-pbx7 {
  padding-bottom: 7rem !important;
}
.u-plx7 {
  padding-left: 7rem !important;
}
.u-mx6 {
  margin: 6rem !important;
}
.u-mtx6 {
  margin-top: 6rem !important;
}
.u-mrx6 {
  margin-left: 6rem !important;
}
.u-mbx6 {
  margin-bottom: 6rem !important;
}
.u-mlx6 {
  margin-left: 6rem !important;
}
.u-px6 {
  padding: 6rem !important;
}
.u-ptx6 {
  padding-top: 6rem !important;
}
.u-prx6 {
  padding-right: 6rem !important;
}
.u-pbx6 {
  padding-bottom: 6rem !important;
}
.u-plx6 {
  padding-left: 6rem !important;
}
.u-mx5 {
  margin: 5rem !important;
}
.u-mtx5 {
  margin-top: 5rem !important;
}
.u-mrx5 {
  margin-left: 5rem !important;
}
.u-mbx5 {
  margin-bottom: 5rem !important;
}
.u-mlx5 {
  margin-left: 5rem !important;
}
.u-px5 {
  padding: 5rem !important;
}
.u-ptx5 {
  padding-top: 5rem !important;
}
.u-prx5 {
  padding-right: 5rem !important;
}
.u-pbx5 {
  padding-bottom: 5rem !important;
}
.u-plx5 {
  padding-left: 5rem !important;
}
.u-mx4 {
  margin: 4rem !important;
}
.u-mtx4 {
  margin-top: 4rem !important;
}
.u-mrx4 {
  margin-left: 4rem !important;
}
.u-mbx4 {
  margin-bottom: 4rem !important;
}
.u-mlx4 {
  margin-left: 4rem !important;
}
.u-px4 {
  padding: 4rem !important;
}
.u-ptx4 {
  padding-top: 4rem !important;
}
.u-prx4 {
  padding-right: 4rem !important;
}
.u-pbx4 {
  padding-bottom: 4rem !important;
}
.u-plx4 {
  padding-left: 4rem !important;
}
.u-mx3 {
  margin: 3rem !important;
}
.u-mtx3 {
  margin-top: 3rem !important;
}
.u-mrx3 {
  margin-left: 3rem !important;
}
.u-mbx3 {
  margin-bottom: 3rem !important;
}
.u-mlx3 {
  margin-left: 3rem !important;
}
.u-px3 {
  padding: 3rem !important;
}
.u-ptx3 {
  padding-top: 3rem !important;
}
.u-prx3 {
  padding-right: 3rem !important;
}
.u-pbx3 {
  padding-bottom: 3rem !important;
}
.u-plx3 {
  padding-left: 3rem !important;
}
.u-mx2 {
  margin: 2rem !important;
}
.u-mtx2 {
  margin-top: 2rem !important;
}
.u-mrx2 {
  margin-left: 2rem !important;
}
.u-mbx2 {
  margin-bottom: 2rem !important;
}
.u-mlx2 {
  margin-left: 2rem !important;
}
.u-px2 {
  padding: 2rem !important;
}
.u-ptx2 {
  padding-top: 2rem !important;
}
.u-prx2 {
  padding-right: 2rem !important;
}
.u-pbx2 {
  padding-bottom: 2rem !important;
}
.u-plx2 {
  padding-left: 2rem !important;
}
.u-mx1 {
  margin: 1rem !important;
}
.u-mtx1 {
  margin-top: 1rem !important;
}
.u-mrx1 {
  margin-left: 1rem !important;
}
.u-mbx1 {
  margin-bottom: 1rem !important;
}
.u-mlx1 {
  margin-left: 1rem !important;
}
.u-px1 {
  padding: 1rem !important;
}
.u-ptx1 {
  padding-top: 1rem !important;
}
.u-prx1 {
  padding-right: 1rem !important;
}
.u-pbx1 {
  padding-bottom: 1rem !important;
}
.u-plx1 {
  padding-left: 1rem !important;
}
.u-mx0 {
  margin: 0rem !important;
}
.u-mtx0 {
  margin-top: 0rem !important;
}
.u-mrx0 {
  margin-left: 0rem !important;
}
.u-mbx0 {
  margin-bottom: 0rem !important;
}
.u-mlx0 {
  margin-left: 0rem !important;
}
.u-px0 {
  padding: 0rem !important;
}
.u-ptx0 {
  padding-top: 0rem !important;
}
.u-prx0 {
  padding-right: 0rem !important;
}
.u-pbx0 {
  padding-bottom: 0rem !important;
}
.u-plx0 {
  padding-left: 0rem !important;
}
@media screen and (max-width: 641px) {
  .u-sm-mx20 {
    margin: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx20 {
    margin-top: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx20 {
    margin-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx20 {
    margin-bottom: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx20 {
    margin-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px20 {
    padding: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx20 {
    padding-top: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx20 {
    padding-right: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx20 {
    padding-bottom: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx20 {
    padding-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx19 {
    margin: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx19 {
    margin-top: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx19 {
    margin-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx19 {
    margin-bottom: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx19 {
    margin-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px19 {
    padding: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx19 {
    padding-top: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx19 {
    padding-right: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx19 {
    padding-bottom: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx19 {
    padding-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx18 {
    margin: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx18 {
    margin-top: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx18 {
    margin-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx18 {
    margin-bottom: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx18 {
    margin-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px18 {
    padding: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx18 {
    padding-top: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx18 {
    padding-right: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx18 {
    padding-bottom: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx18 {
    padding-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx17 {
    margin: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx17 {
    margin-top: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx17 {
    margin-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx17 {
    margin-bottom: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx17 {
    margin-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px17 {
    padding: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx17 {
    padding-top: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx17 {
    padding-right: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx17 {
    padding-bottom: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx17 {
    padding-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx16 {
    margin: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx16 {
    margin-top: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx16 {
    margin-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx16 {
    margin-bottom: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx16 {
    margin-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px16 {
    padding: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx16 {
    padding-top: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx16 {
    padding-right: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx16 {
    padding-bottom: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx16 {
    padding-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx15 {
    margin: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx15 {
    margin-top: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx15 {
    margin-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx15 {
    margin-bottom: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx15 {
    margin-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px15 {
    padding: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx15 {
    padding-top: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx15 {
    padding-right: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx15 {
    padding-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx14 {
    margin: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx14 {
    margin-top: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx14 {
    margin-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx14 {
    margin-bottom: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx14 {
    margin-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px14 {
    padding: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx14 {
    padding-top: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx14 {
    padding-right: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx14 {
    padding-bottom: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx14 {
    padding-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx13 {
    margin: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx13 {
    margin-top: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx13 {
    margin-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx13 {
    margin-bottom: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx13 {
    margin-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px13 {
    padding: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx13 {
    padding-top: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx13 {
    padding-right: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx13 {
    padding-bottom: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx13 {
    padding-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx12 {
    margin: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx12 {
    margin-top: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx12 {
    margin-bottom: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px12 {
    padding: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx12 {
    padding-top: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx12 {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx12 {
    padding-bottom: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx12 {
    padding-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx11 {
    margin: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx11 {
    margin-top: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx11 {
    margin-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx11 {
    margin-bottom: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx11 {
    margin-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px11 {
    padding: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx11 {
    padding-top: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx11 {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx11 {
    padding-bottom: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx11 {
    padding-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx10 {
    margin: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx10 {
    margin-top: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx10 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx10 {
    margin-bottom: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx10 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px10 {
    padding: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx10 {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx10 {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx10 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx10 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx9 {
    margin: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx9 {
    margin-top: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx9 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx9 {
    margin-bottom: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx9 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px9 {
    padding: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx9 {
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx9 {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx9 {
    padding-bottom: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx9 {
    padding-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx8 {
    margin: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx8 {
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx8 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx8 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx8 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px8 {
    padding: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx8 {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx8 {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx8 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx8 {
    padding-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx7 {
    margin: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx7 {
    margin-top: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx7 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx7 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx7 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px7 {
    padding: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx7 {
    padding-top: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx7 {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx7 {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx7 {
    padding-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx6 {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx6 {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx6 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx6 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx6 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px6 {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx6 {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx6 {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx6 {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx6 {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx5 {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx5 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx5 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx5 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px5 {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx5 {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx5 {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx5 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx5 {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx4 {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx4 {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx4 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx4 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx4 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px4 {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx4 {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx4 {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx4 {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx4 {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx3 {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx3 {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx3 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx3 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx3 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px3 {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx3 {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx3 {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx3 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx3 {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx2 {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx2 {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx2 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx2 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx2 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px2 {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx2 {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx2 {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx2 {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx2 {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx1 {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx1 {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx1 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx1 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx1 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px1 {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx1 {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx1 {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx1 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx1 {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx0 {
    margin: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx0 {
    margin-top: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px0 {
    padding: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx0 {
    padding-top: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx0 {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx0 {
    padding-bottom: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx0 {
    padding-left: 0rem !important;
  }
}
.u-zi10 {
  z-index: 10 !important;
}
.u-gap10 {
  gap: 10rem !important;
}
.u-zi9 {
  z-index: 9 !important;
}
.u-gap9 {
  gap: 9rem !important;
}
.u-zi8 {
  z-index: 8 !important;
}
.u-gap8 {
  gap: 8rem !important;
}
.u-zi7 {
  z-index: 7 !important;
}
.u-gap7 {
  gap: 7rem !important;
}
.u-zi6 {
  z-index: 6 !important;
}
.u-gap6 {
  gap: 6rem !important;
}
.u-zi5 {
  z-index: 5 !important;
}
.u-gap5 {
  gap: 5rem !important;
}
.u-zi4 {
  z-index: 4 !important;
}
.u-gap4 {
  gap: 4rem !important;
}
.u-zi3 {
  z-index: 3 !important;
}
.u-gap3 {
  gap: 3rem !important;
}
.u-zi2 {
  z-index: 2 !important;
}
.u-gap2 {
  gap: 2rem !important;
}
.u-zi1 {
  z-index: 1 !important;
}
.u-gap1 {
  gap: 1rem !important;
}
.u-zi0 {
  z-index: 0 !important;
}
.u-gap0 {
  gap: 0rem !important;
}
/* 


/////////////////////////
////  CSS Structure  ////
/////////////////////////

	• LESS Preprocessor is used
	• All components are divided into individual LESS files 
	• LESS nesting should be limited to TWO levels
	• Processed CSS should be minified to reduce file sizes


/////////////////////
///////  BEM  ///////
/////////////////////

	• Follow BEM principles as closely as possible


	c-block__element1__element2--modifier
	|_____|  |______|  |______|  |______|
 	   A        B          C         D

 	 A: Block
 	 B: Child Element of Block
 	 C: Grandchild Element of Block
 	 D: Class Modifier (e.g orange)

	• Try to limit __elements to grandchildren (c-block__element1__element2) otherwise, it may be time to rethink your
	  block structure. (Is the child element actually an element or should it be defined as it's own block?)

c-card
c-card__title
c-card__title--purple
c-card__img



/////////////////////
///  NAMESPACING  ///
/////////////////////


l-:  Layout;

Denotes an item used for the layout structure. Modifying this will affect everything on the website, so proceed with caution.
(e.g. editing l-grid will affect every component)


c-:  Component;

Denotes a component. These styles will modify this component only
(e.g. editing c-modal will change styles associated only with all modal components active on the website)


u-:  Utilities;

Utility classes are typically used in a singular instance and could potentially contain an "!important" override. Use these
sparingly, as too many !important can muddle up css structure.


is-, has-: States;

A class that defines a state. It's usually added or removed using jquery.


Exception: Typography styles (e.g. p, h1, h2, h3, etc.) do not have a namespace. They instead use their tag paired with a
class that matches so the text style can be used in other places. Using the tag helps identify which tag style is overwriting
the defined tag.


*/
