@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/*---------------------------------------------------
    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 ******/
/*.fluid-clamp(@property, @min-size, @max-size, @ideal-size) {
    @{property}: @min-size;
    @{property}: clamp(@min-size, @ideal-size, @max-size);

    @media screen and (min-width: @screen-phone-side) {
        @{property}: calc(
            @min-size ~' + ' unit(@max-size - @min-size) ~' * ((100vw - '
                unit((@screen-phone-up / @base), ~'rem') ~') /' unit(
                    (@screen-xl-desktop / @base) - (@screen-phone-up / @base)
                ) ~')'
        );
        @{property}: clamp(@min-size, @ideal-size, @max-size);
    }
    

  
    @media screen and (min-width: @screen-xl-desktop) {
        @{property}: @max-size;
        @{property}: clamp(@min-size, @ideal-size, @max-size);
    }
}*/
/*! 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: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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%;
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #363636;
  background: #045a7c;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}
p {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  margin: 2.0rem 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 {
  margin-top: 0;
}
.t-leadin {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  .t-leadin {
    font-size: calc(2rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 481px) {
  .t-leadin {
    line-height: calc(2.6rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    line-height: 3rem;
  }
}
ul,
ol {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  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 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  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: 0;
  margin-bottom: 0;
}
blockquote {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  margin: 15px 0px 15px 0px;
  margin: 1.5rem 0rem 1.5rem 0rem;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  background: #ccc;
}
@media screen and (min-width: 641px) {
  blockquote {
    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) {
  blockquote {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  margin: 40px 0px 0px 0px;
  margin: 4rem 0rem 0rem 0rem;
}
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,
.h1 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 3.8rem, 4.2rem);*/
  /*.fluid(line-height, @screen-phone-up, @screen-tablet-side, 4.2rem, 4.8rem);*/
  /*@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.9rem;
  font-size: clamp(2.9rem, calc( 1rem +  2.71585708vw ), 4.4rem);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  h1,
  .h1 {
    font-size: calc(2.9rem  +  1.5  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.9rem, calc( 1rem +  2.71585708vw ), 4.4rem);
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 4.4rem;
    font-size: clamp(2.9rem, calc( 1rem +  2.71585708vw ), 4.4rem);
  }
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 3.2rem, 3.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 3.8rem, 4.2rem);*/
  /*@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.9rem;
  font-size: clamp(2.9rem, calc( 1rem +  1.96585708vw ), 2.9rem);
  line-height: 1.2;
  color: #045a7c;
}
@media screen and (min-width: 641px) {
  h2,
  .h2 {
    font-size: calc(2.9rem  +  0  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.9rem, calc( 1rem +  1.96585708vw ), 2.9rem);
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 2.9rem;
    font-size: clamp(2.9rem, calc( 1rem +  1.96585708vw ), 2.9rem);
  }
}
h3,
.h3 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 2.8rem, 3.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 3.2rem, 3.8rem);*/
  /*@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.26585708vw ), 2.2rem);
  line-height: 1.2;
  color: #045a7c;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 641px) {
  h3,
  .h3 {
    font-size: calc(2.2rem  +  0  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.26585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.26585708vw ), 2.2rem);
  }
}
h4,
.h4 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 2.2rem, 2.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.8rem, 3.4rem);*/
  /*@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.56585708vw ), 2.8rem);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  h4,
  .h4 {
    font-size: calc(2.2rem  +  0.6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.56585708vw ), 2.8rem);
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 2.8rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.56585708vw ), 2.8rem);
  }
}
h5,
.h5 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.8rem, 2.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.2rem, 2.8rem);*/
  /*@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);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  h5,
  .h5 {
    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) {
  h5,
  .h5 {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
h6,
.h6 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
}
@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 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
@media screen and (min-width: 641px) {
  table {
    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) {
  table {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
table td,
table th {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 641px) {
  table td,
  table th {
    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) {
  table td,
  table th {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (max-width: 641px) {
  table th {
    display: none;
  }
}
table td {
  margin: 0;
}
@media screen and (max-width: 641px) {
  table td {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0px 10px 0px 10px;
    padding: 0rem 1rem 0rem 1rem;
  }
  table td:before {
    content: attr(data-head);
    display: block;
    font-weight: bold;
  }
}
@media screen and (max-width: 641px) {
  table tr {
    border-bottom: 5px solid #cccccc;
  }
}
.img_left,
.img_right {
  margin-bottom: 2.0rem;
}
.img_left {
  float: left;
  margin-left: 0;
  margin-right: 2.0rem;
}
.img_right {
  float: right;
  margin-left: 2.0rem;
  margin-right: 0;
}
@media screen and (max-width: 481px) {
  .img_left,
  .img_right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.img_centered {
  display: block;
  clear: both;
  margin: 0 auto 3.0rem auto;
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: auto;
  position: relative;
  min-height: 100%;
  overflow: auto;
}
.l-row,
.l-column {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 128rem;
}
@media screen and (max-width: 769px) {
  .l-row,
  .l-column {
    flex-direction: column;
  }
}
.l-row--vcenter {
  margin: auto;
}
.l-row--narrow {
  position: relative;
  max-width: 106.4rempx;
  max-width: 10.64remrem;
}
.l-row--reverse-mobile {
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-row--reverse-mobile {
    flex-direction: column-reverse;
  }
}
.l-column {
  flex-direction: column;
}
.l-grid {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 128rem;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .l-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.l-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.l-col-100 {
  width: calc(100%);
}
@media screen and (max-width: 769px) {
  .l-col-100 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-100:last-child {
    margin-bottom: 0;
  }
}
.l-col-99 {
  width: calc(99%);
}
@media screen and (max-width: 769px) {
  .l-col-99 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-99:last-child {
    margin-bottom: 0;
  }
}
.l-col-98 {
  width: calc(98%);
}
@media screen and (max-width: 769px) {
  .l-col-98 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-98:last-child {
    margin-bottom: 0;
  }
}
.l-col-97 {
  width: calc(97%);
}
@media screen and (max-width: 769px) {
  .l-col-97 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-97:last-child {
    margin-bottom: 0;
  }
}
.l-col-96 {
  width: calc(96%);
}
@media screen and (max-width: 769px) {
  .l-col-96 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-96:last-child {
    margin-bottom: 0;
  }
}
.l-col-95 {
  width: calc(95%);
}
@media screen and (max-width: 769px) {
  .l-col-95 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-95:last-child {
    margin-bottom: 0;
  }
}
.l-col-94 {
  width: calc(94%);
}
@media screen and (max-width: 769px) {
  .l-col-94 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-94:last-child {
    margin-bottom: 0;
  }
}
.l-col-93 {
  width: calc(93%);
}
@media screen and (max-width: 769px) {
  .l-col-93 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-93:last-child {
    margin-bottom: 0;
  }
}
.l-col-92 {
  width: calc(92%);
}
@media screen and (max-width: 769px) {
  .l-col-92 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-92:last-child {
    margin-bottom: 0;
  }
}
.l-col-91 {
  width: calc(91%);
}
@media screen and (max-width: 769px) {
  .l-col-91 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-91:last-child {
    margin-bottom: 0;
  }
}
.l-col-90 {
  width: calc(90%);
}
@media screen and (max-width: 769px) {
  .l-col-90 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-90:last-child {
    margin-bottom: 0;
  }
}
.l-col-89 {
  width: calc(89%);
}
@media screen and (max-width: 769px) {
  .l-col-89 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-89:last-child {
    margin-bottom: 0;
  }
}
.l-col-88 {
  width: calc(88%);
}
@media screen and (max-width: 769px) {
  .l-col-88 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-88:last-child {
    margin-bottom: 0;
  }
}
.l-col-87 {
  width: calc(87%);
}
@media screen and (max-width: 769px) {
  .l-col-87 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-87:last-child {
    margin-bottom: 0;
  }
}
.l-col-86 {
  width: calc(86%);
}
@media screen and (max-width: 769px) {
  .l-col-86 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-86:last-child {
    margin-bottom: 0;
  }
}
.l-col-85 {
  width: calc(85%);
}
@media screen and (max-width: 769px) {
  .l-col-85 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-85:last-child {
    margin-bottom: 0;
  }
}
.l-col-84 {
  width: calc(84%);
}
@media screen and (max-width: 769px) {
  .l-col-84 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-84:last-child {
    margin-bottom: 0;
  }
}
.l-col-83 {
  width: calc(83%);
}
@media screen and (max-width: 769px) {
  .l-col-83 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-83:last-child {
    margin-bottom: 0;
  }
}
.l-col-82 {
  width: calc(82%);
}
@media screen and (max-width: 769px) {
  .l-col-82 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-82:last-child {
    margin-bottom: 0;
  }
}
.l-col-81 {
  width: calc(81%);
}
@media screen and (max-width: 769px) {
  .l-col-81 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-81:last-child {
    margin-bottom: 0;
  }
}
.l-col-80 {
  width: calc(80%);
}
@media screen and (max-width: 769px) {
  .l-col-80 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-80:last-child {
    margin-bottom: 0;
  }
}
.l-col-79 {
  width: calc(79%);
}
@media screen and (max-width: 769px) {
  .l-col-79 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-79:last-child {
    margin-bottom: 0;
  }
}
.l-col-78 {
  width: calc(78%);
}
@media screen and (max-width: 769px) {
  .l-col-78 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-78:last-child {
    margin-bottom: 0;
  }
}
.l-col-77 {
  width: calc(77%);
}
@media screen and (max-width: 769px) {
  .l-col-77 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-77:last-child {
    margin-bottom: 0;
  }
}
.l-col-76 {
  width: calc(76%);
}
@media screen and (max-width: 769px) {
  .l-col-76 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-76:last-child {
    margin-bottom: 0;
  }
}
.l-col-75 {
  width: calc(75%);
}
@media screen and (max-width: 769px) {
  .l-col-75 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-75:last-child {
    margin-bottom: 0;
  }
}
.l-col-74 {
  width: calc(74%);
}
@media screen and (max-width: 769px) {
  .l-col-74 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-74:last-child {
    margin-bottom: 0;
  }
}
.l-col-73 {
  width: calc(73%);
}
@media screen and (max-width: 769px) {
  .l-col-73 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-73:last-child {
    margin-bottom: 0;
  }
}
.l-col-72 {
  width: calc(72%);
}
@media screen and (max-width: 769px) {
  .l-col-72 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-72:last-child {
    margin-bottom: 0;
  }
}
.l-col-71 {
  width: calc(71%);
}
@media screen and (max-width: 769px) {
  .l-col-71 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-71:last-child {
    margin-bottom: 0;
  }
}
.l-col-70 {
  width: calc(70%);
}
@media screen and (max-width: 769px) {
  .l-col-70 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-70:last-child {
    margin-bottom: 0;
  }
}
.l-col-69 {
  width: calc(69%);
}
@media screen and (max-width: 769px) {
  .l-col-69 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-69:last-child {
    margin-bottom: 0;
  }
}
.l-col-68 {
  width: calc(68%);
}
@media screen and (max-width: 769px) {
  .l-col-68 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-68:last-child {
    margin-bottom: 0;
  }
}
.l-col-67 {
  width: calc(67%);
}
@media screen and (max-width: 769px) {
  .l-col-67 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-67:last-child {
    margin-bottom: 0;
  }
}
.l-col-66 {
  width: calc(66%);
}
@media screen and (max-width: 769px) {
  .l-col-66 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-66:last-child {
    margin-bottom: 0;
  }
}
.l-col-65 {
  width: calc(65%);
}
@media screen and (max-width: 769px) {
  .l-col-65 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-65:last-child {
    margin-bottom: 0;
  }
}
.l-col-64 {
  width: calc(64%);
}
@media screen and (max-width: 769px) {
  .l-col-64 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-64:last-child {
    margin-bottom: 0;
  }
}
.l-col-63 {
  width: calc(63%);
}
@media screen and (max-width: 769px) {
  .l-col-63 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-63:last-child {
    margin-bottom: 0;
  }
}
.l-col-62 {
  width: calc(62%);
}
@media screen and (max-width: 769px) {
  .l-col-62 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-62:last-child {
    margin-bottom: 0;
  }
}
.l-col-61 {
  width: calc(61%);
}
@media screen and (max-width: 769px) {
  .l-col-61 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-61:last-child {
    margin-bottom: 0;
  }
}
.l-col-60 {
  width: calc(60%);
}
@media screen and (max-width: 769px) {
  .l-col-60 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-60:last-child {
    margin-bottom: 0;
  }
}
.l-col-59 {
  width: calc(59%);
}
@media screen and (max-width: 769px) {
  .l-col-59 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-59:last-child {
    margin-bottom: 0;
  }
}
.l-col-58 {
  width: calc(58%);
}
@media screen and (max-width: 769px) {
  .l-col-58 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-58:last-child {
    margin-bottom: 0;
  }
}
.l-col-57 {
  width: calc(57%);
}
@media screen and (max-width: 769px) {
  .l-col-57 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-57:last-child {
    margin-bottom: 0;
  }
}
.l-col-56 {
  width: calc(56%);
}
@media screen and (max-width: 769px) {
  .l-col-56 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-56:last-child {
    margin-bottom: 0;
  }
}
.l-col-55 {
  width: calc(55%);
}
@media screen and (max-width: 769px) {
  .l-col-55 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-55:last-child {
    margin-bottom: 0;
  }
}
.l-col-54 {
  width: calc(54%);
}
@media screen and (max-width: 769px) {
  .l-col-54 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-54:last-child {
    margin-bottom: 0;
  }
}
.l-col-53 {
  width: calc(53%);
}
@media screen and (max-width: 769px) {
  .l-col-53 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-53:last-child {
    margin-bottom: 0;
  }
}
.l-col-52 {
  width: calc(52%);
}
@media screen and (max-width: 769px) {
  .l-col-52 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-52:last-child {
    margin-bottom: 0;
  }
}
.l-col-51 {
  width: calc(51%);
}
@media screen and (max-width: 769px) {
  .l-col-51 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-51:last-child {
    margin-bottom: 0;
  }
}
.l-col-50 {
  width: calc(50%);
}
@media screen and (max-width: 769px) {
  .l-col-50 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-50:last-child {
    margin-bottom: 0;
  }
}
.l-col-49 {
  width: calc(49%);
}
@media screen and (max-width: 769px) {
  .l-col-49 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-49:last-child {
    margin-bottom: 0;
  }
}
.l-col-48 {
  width: calc(48%);
}
@media screen and (max-width: 769px) {
  .l-col-48 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-48:last-child {
    margin-bottom: 0;
  }
}
.l-col-47 {
  width: calc(47%);
}
@media screen and (max-width: 769px) {
  .l-col-47 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-47:last-child {
    margin-bottom: 0;
  }
}
.l-col-46 {
  width: calc(46%);
}
@media screen and (max-width: 769px) {
  .l-col-46 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-46:last-child {
    margin-bottom: 0;
  }
}
.l-col-45 {
  width: calc(45%);
}
@media screen and (max-width: 769px) {
  .l-col-45 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-45:last-child {
    margin-bottom: 0;
  }
}
.l-col-44 {
  width: calc(44%);
}
@media screen and (max-width: 769px) {
  .l-col-44 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-44:last-child {
    margin-bottom: 0;
  }
}
.l-col-43 {
  width: calc(43%);
}
@media screen and (max-width: 769px) {
  .l-col-43 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-43:last-child {
    margin-bottom: 0;
  }
}
.l-col-42 {
  width: calc(42%);
}
@media screen and (max-width: 769px) {
  .l-col-42 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-42:last-child {
    margin-bottom: 0;
  }
}
.l-col-41 {
  width: calc(41%);
}
@media screen and (max-width: 769px) {
  .l-col-41 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-41:last-child {
    margin-bottom: 0;
  }
}
.l-col-40 {
  width: calc(40%);
}
@media screen and (max-width: 769px) {
  .l-col-40 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-40:last-child {
    margin-bottom: 0;
  }
}
.l-col-39 {
  width: calc(39%);
}
@media screen and (max-width: 769px) {
  .l-col-39 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-39:last-child {
    margin-bottom: 0;
  }
}
.l-col-38 {
  width: calc(38%);
}
@media screen and (max-width: 769px) {
  .l-col-38 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-38:last-child {
    margin-bottom: 0;
  }
}
.l-col-37 {
  width: calc(37%);
}
@media screen and (max-width: 769px) {
  .l-col-37 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-37:last-child {
    margin-bottom: 0;
  }
}
.l-col-36 {
  width: calc(36%);
}
@media screen and (max-width: 769px) {
  .l-col-36 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-36:last-child {
    margin-bottom: 0;
  }
}
.l-col-35 {
  width: calc(35%);
}
@media screen and (max-width: 769px) {
  .l-col-35 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-35:last-child {
    margin-bottom: 0;
  }
}
.l-col-34 {
  width: calc(34%);
}
@media screen and (max-width: 769px) {
  .l-col-34 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-col-34:last-child {
    margin-bottom: 0;
  }
}
.l-col-33 {
  width: calc(33%);
}
@media screen and (max-width: 769px) {
  .l-col-33 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-32 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-31 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-30 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-29 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-28 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-27 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-26 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-25 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-24 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-23 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-22 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-21 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-20 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-19 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-18 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-17 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-16 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-15 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-14 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-13 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-12 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-11 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-10 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-9 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-8 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-7 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-6 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-5 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-4 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-3 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-2 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 769px) {
  .l-col-1 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .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: 128rem;
}
.l-content--narrow {
  max-width: 106.4rem;
}
.l-section {
  width: calc(100% +  10rem );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem 0 5rem;
}
@media screen and (max-width: 769px) {
  .l-section {
    width: calc(100% +  7rem );
    padding: 0 3.5rem 0 3.5rem;
  }
}
.c-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0;
  margin-top: 6.8rem;
}
@media screen and (max-width: 641px) {
  .c-body {
    margin-top: 3.2rem;
  }
}
.c-skipmain {
  position: fixed;
  background: white;
  color: #045a7c;
  padding: 1.0rem;
  z-index: 20;
  left: 2.0rem;
  top: 2.0rem;
  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: 5px;
  transform: translateX(-200%);
}
.c-skipmain:focus {
  transform: translateX(0);
}
.c-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  /*#l-grid__settings.match-padding(); // matches the left and right margins of l-grid*/
}
.c-form__label {
  display: flex;
  flex-direction: column;
  margin: 0 0 2.0rem 0;
}
.c-form__label--radio-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5rem 0;
}
.c-form__label:last-of-type {
  margin-bottom: 0;
}
.c-form__label__pseudo,
.c-form__option,
.c-form__radio-check__pseudo {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 481px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    line-height: calc(2.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    line-height: 2.8rem;
  }
}
.c-form__radio-check__pseudo {
  margin-bottom: 0;
}
.c-form__option {
  font-weight: normal;
}
/* Default form element styling */
input[type=text],
input[type=password],
input[type=email],
input[type=file],
textarea,
select {
  width: 100%;
  appearance: none;
  background: white;
  border: none;
  border-radius: 0rem;
  padding: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  outline: none;
  transition: border-color 0.25s;
}
@media screen and (min-width: 481px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 481px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    line-height: calc(2.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=file],
  textarea,
  select {
    line-height: 2.8rem;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #666666;
}
select {
  background-image: url(../../_images/form-select.png);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 1.4rem;
  background-size: 1.5rem;
}
input[type=radio],
input[type=checkbox] {
  background-color: none;
  border: 0.1rem solid #cccccc;
  width: 2.0rem;
  height: 2.0rem;
  margin: 0 0.5rem 0 0;
  border-radius: 0rem;
}
.c-form__input-cont {
  display: flex;
}
.c-form__input-cont:before {
  content: '';
  background: white;
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.c-form__input-cont--email:before {
  background: #ffffff url('../../images/icon-email.png') center / 52% no-repeat;
}
.c-form__input-cont--user:before {
  background: #ffffff url('../../images/icon-user.png') center / 60% no-repeat;
}
.c-form__input-cont--pw:before {
  background: #ffffff url('../../images/icon-pw.png') center / 50% no-repeat;
}
.c-form__resetpw {
  margin: 0.5rem 0 0;
  /*@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.3rem;
  font-size: clamp(1.3rem, calc( 1rem +  0.46585708vw ), 1.5rem);
}
@media screen and (min-width: 641px) {
  .c-form__resetpw {
    font-size: calc(1.3rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.3rem, calc( 1rem +  0.46585708vw ), 1.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-form__resetpw {
    font-size: 1.5rem;
    font-size: clamp(1.3rem, calc( 1rem +  0.46585708vw ), 1.5rem);
  }
}
.c-form__resetpw a {
  color: #363636;
}
.c-header {
  color: white;
  text-align: center;
  margin-bottom: 9rem;
  padding: 0 4.4rem;
}
.c-header 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.51585708vw ), 2.9rem);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .c-header p {
    font-size: calc(2rem  +  0.9  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2rem, calc( 1rem +  1.51585708vw ), 2.9rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-header p {
    font-size: 2.9rem;
    font-size: clamp(2rem, calc( 1rem +  1.51585708vw ), 2.9rem);
  }
}
.c-header a {
  color: white;
  text-decoration: none;
}
.c-header--lessmargin {
  margin-bottom: 3.95rem;
}
@media screen and (max-width: 641px) {
  .c-header--lessmargin {
    margin-bottom: 2.9rem;
  }
}
.c-header--survey {
  margin-bottom: 8.15rem;
}
@media screen and (max-width: 641px) {
  .c-header--survey {
    margin-bottom: 2.9rem;
  }
}
@media screen and (max-width: 641px) {
  .c-header {
    margin-bottom: 2.9rem;
  }
}
/* 

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;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .c-nav {
    position: fixed;
    left: 110vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    padding: 2.0rem;
    transition: left 0.25s;
    z-index: 20;
  }
  .c-nav.is-visible {
    left: 0;
  }
}
.c-nav__list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
  display: flex;
  overflow: visible;
}
@media screen and (max-width: 769px) {
  .c-nav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:hover,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus-within {
  color: #aa1d22;
}
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:hover > .c-nav__btn,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus > .c-nav__btn,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus-within > .c-nav__btn {
  color: #aa1d22;
  background: #efa4a6;
}
.c-nav__list--inline {
  display: inline-flex;
}
.c-nav__list--dropdown {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #045a7c;
  border-radius: 1.0rem;
  box-shadow: 0 0.6rem 1rem -0.5rem rgba(0, 0, 0, 0.5), 0px 2.2rem 2rem 0rem rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .c-nav__list--dropdown {
    background-color: white;
    box-shadow: none;
    padding: 0;
  }
}
.c-nav__dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200%;
  text-align: center;
  min-width: 25.0rem;
  width: 100%;
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  padding-top: 2.0rem;
}
@media screen and (max-width: 769px) {
  .c-nav__dropdown {
    display: block;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    transform: none;
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
.c-nav__dropdown ul,
.c-nav__dropdown li,
.c-nav__dropdown a {
  margin-left: 0;
  text-decoration: none;
}
.c-nav__dropdown ul:last-child,
.c-nav__dropdown li:last-child,
.c-nav__dropdown a:last-child {
  margin-bottom: 0;
}
.has-dropdown:hover .c-nav__dropdown,
.has-dropdown:focus .c-nav__dropdown,
.has-dropdown:focus-within .c-nav__dropdown,
.has-dropdown.testing .c-nav__dropdown,
.has-dropdown.is-active .c-nav__dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 769px) {
  .has-dropdown:hover .c-nav__dropdown,
  .has-dropdown:focus .c-nav__dropdown,
  .has-dropdown:focus-within .c-nav__dropdown,
  .has-dropdown.testing .c-nav__dropdown,
  .has-dropdown.is-active .c-nav__dropdown {
    top: auto;
  }
}
.c-nav__item {
  position: relative;
  margin: 0 0 0 1.0rem;
}
@media screen and (max-width: 769px) {
  .c-nav__item {
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item--dropdown {
  margin: 0 0 0 0;
  width: 100%;
}
.c-nav__item--dropdown:last-child {
  margin-bottom: 0;
}
.c-nav__item--dropdown:first-child {
  margin-top: 0.5rem;
}
@media screen and (max-width: 769px) {
  .c-nav__item--dropdown {
    text-align: center;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 769px) {
  .c-nav__item:hover,
  .has-dropdown:hover,
  .c-nav__item:focus,
  .has-dropdown:focus,
  .c-nav__item:focus-within,
  .has-dropdown:focus-within {
    background: none;
  }
}
.c-nav__item.has-dropdown {
  /*margin-right: 2.0rem;*/
}
.c-nav__item.has-dropdown > a::after {
  content: '\f078';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.4rem;
  text-align: bottom;
  margin-left: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .c-nav__item.has-dropdown > a::after {
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .c-nav__item.has-dropdown {
    margin-right: 0;
  }
}
.c-nav__item--secure.has-dropdown::after {
  color: black;
  top: -0.4rem;
}
.c-nav__btn {
  position: relative;
  display: block;
  color: #363636;
  font-weight: 600;
  text-decoration: none;
  margin-left: 0.5rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  transition: color 0.25s;
  padding: 1.0rem;
  border-radius: 5px;
  transition: background 0.25s;
}
@media screen and (max-width: 769px) {
  .c-nav__btn {
    margin-left: 0;
  }
}
.c-nav__btn--dropdown {
  line-height: 1.8rem;
  white-space: normal;
  font-size: 1.9rem;
  font-weight: 600;
  color: white;
  padding: 1.0rem;
  border-radius: 5px;
  margin: 0;
  transition: background 0.25s;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .c-nav__btn--dropdown {
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    font-weight: normal;
    color: black;
  }
}
.c-nav__btn--dropdown:hover,
.c-nav__btn--dropdown:focus,
.c-nav__btn--dropdown:focus-within {
  color: #363636;
  background: #f5f5f5;
}
.c-nav__btn--dropdown span {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #363636;
}
@media screen and (max-width: 769px) {
  .c-nav__btn--dropdown span {
    display: none;
  }
}
.c-nav__show {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  align-self: center;
  color: #363636;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .c-nav__show {
    display: block;
    margin-left: 2.0rem;
  }
}
.c-nav__hide {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  color: #363636;
  cursor: pointer;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 769px) {
  .c-nav__hide {
    display: block;
  }
}
.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: 400;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .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: #363636;
  text-decoration: none;
}
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: left 15s, opacity 0.25s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.c-overlay.is-visible {
  left: 0;
  opacity: 1;
  z-index: 10;
  transition: left 0s, opacity 0.25s;
  pointer-events: auto;
}
.c-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 8rem 0 7.2rem;
}
@media screen and (max-width: 641px) {
  .c-footer {
    padding: 4.2rem 10%;
  }
}
.c-footer__logo {
  max-width: 18rem;
  margin-bottom: 3.3rem;
}
.c-footer__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.4rem;
  font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .c-footer__text {
    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-footer__text {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.56585708vw ), 1.6rem);
  }
}
.c-btn {
  appearance: none;
  border: none;
  display: block;
  width: auto;
  min-width: 16.3rem;
  margin: 3rem auto 0;
  text-align: center;
  background: #aa1d22;
  color: white;
  padding: 11px 55px 11px 55px;
  padding: 1.1rem 5.5rem 1.1rem 5.5rem;
  text-decoration: none;
  cursor: pointer;
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  border-radius: 200px;
  align-self: center;
  box-shadow: 0px 3px 6px #00000029;
  transition: background-color 0.25s;
}
@media screen and (min-width: 641px) {
  .c-btn {
    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-btn {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
.c-btn:hover,
.c-btn:focus {
  background-color: #530e11;
}
.c-banner {
  width: calc(100% +  10rem );
  position: relative;
  min-height: calc(89vh);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eee;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .c-banner {
    width: calc(100% +  7rem );
  }
}
.c-banner--video {
  min-height: initial;
}
.c-banner--video .c-banner__overlaytext {
  position: absolute;
}
.c-banner__video {
  width: 100%;
}
.c-banner + * {
  margin-top: 8rem;
}
.c-login {
  max-width: 60rem;
  padding: 2.75rem 6.6rem 4.55rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 641px) {
  .c-login {
    padding: 4rem;
    flex-grow: 1;
    justify-content: center;
  }
}
.c-login__title {
  font-size: 2.9rem;
  margin-bottom: 2.9rem;
}
.c-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 128rem;
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
  justify-content: flex-start;
}
.c-filters li {
  margin: 0 0 1.5rem;
}
.c-filters li:last-of-type .c-filters__btn {
  margin-right: 0;
}
.c-filters__btn {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  margin: 0 2rem 0 0;
  color: #363636;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: color 0.25s, background 0.25s, border 0.25s;
  background: #045a7c;
  border: 1px solid #02364b;
  border-radius: 5px;
}
.c-filters__btn:hover,
.c-filters__btn:focus,
.c-filters__btn.selected {
  color: #aa1d22;
  background: #efa4a6;
  border: 1px solid #aa1d22;
}
.c-dropdownfilters {
  display: inline-block;
  width: auto;
  position: relative;
  align-self: flex-start;
}
.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: white;
  left: -100000px;
  top: 120%;
  height: auto;
  z-index: 100;
  transition: left 0s 1s, top 0.25s, opacity 0.25s;
}
.c-dropdownfilters__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-dropdownfilters--selected {
  color: orange;
}
.c-dropdownfilters__btn {
  display: block;
  font-size: 2.0rem;
  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;
  margin-top: 4.0rem;
  padding-top: 2.0rem;
  border-top: 1px solid #034863;
  width: 100%;
  justify-content: flex-end;
}
.c-pagination__item {
  margin: 0 0.25rem;
  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 {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 0.13rem;
  height: 3.5rem;
  width: 3.5rem;
  color: #363636;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 0;
  background: white;
  transition: background 0.25s;
  border-radius: 50%;
  border: 1px solid #034863;
}
.c-pagination__item a:hover,
.c-pagination__item a:focus {
  background: #034863;
}
.c-pagination__item.is-active span {
  background: #045a7c;
  color: white;
}
.c-pagination__item--direction {
  margin-right: 0;
}
.c-pagination__item--direction a {
  background: none;
  padding: 0;
  border: none;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 2.2rem;
}
.c-profile__cont {
  margin: 5rem 0;
}
.c-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 18px;
  padding: 0;
}
@media screen and (max-width: 481px) {
  .c-profile {
    padding: 3rem 0;
  }
}
.c-profile__image {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.c-profile__image img {
  width: 100%;
}
.c-profile__header {
  margin-bottom: 2.75rem;
  flex-grow: 1;
}
.c-profile__text {
  position: relative;
  display: flex;
  flex-grow: 1;
  margin: 0;
}
.c-profile__btn {
  width: 100%;
  position: relative;
  font-size: 2.2rem;
  line-height: 3rem;
  align-self: flex-end;
  padding: 1.5rem;
}
@media screen and (max-width: 992px) {
  .c-profile__btn {
    /*max-width: 350px;*/
  }
}
@media screen and (max-width: 481px) {
  .c-profile__btn {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.c-gallery {
  list-style-type: none;
}
.c-gallery__card {
  cursor: pointer;
  margin: 0 0 5rem 0;
  padding: 0;
}
.c-gallery__imgwrap {
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
}
.c-gallery__imgwrap picture,
.c-gallery__imgwrap img {
  display: block;
  margin: 0;
  padding: 0;
  filter: none;
  transform: rotate(0deg) scale(1);
  transition: all 0.25s;
}
.c-gallery__imgwrap:hover picture,
.c-gallery__imgwrap:hover img {
  filter: blur(5px);
  transform: rotate(5deg) scale(1.1);
}
.c-gallery__imgwrap:hover:before {
  opacity: 0.5;
}
.c-gallery__imgwrap:hover:after {
  top: 50%;
  opacity: 1;
}
.c-gallery__imgwrap:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
  opacity: 0;
  transition: all 0.25s;
}
.c-gallery__imgwrap:after {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-caption);
  color: white;
  z-index: 5;
  opacity: 0;
  transition: all 0.25s;
}
.c-slideshow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1.0rem;
  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__image {
  position: relative;
  width: 100%;
}
.c-card__image img {
  width: 100%;
}
.c-card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.c-card__btn {
  position: relative;
  margin-top: auto;
}
.c-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-width: 80rem;
  z-index: 21;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  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);
  border-radius: 5px;
  opacity: 0;
  visibility: none;
  transition: opacity 0.25s;
  pointer-events: none;
}
.c-modal.is-visible {
  opacity: 1;
  visibility: auto;
  pointer-events: auto;
}
.c-modal:focus {
  outline: none;
}
.c-modal__close {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  background: none;
  right: -1rem;
  top: -1rem;
  z-index: 20;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #045a7c;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  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;
}
@media screen and (min-width: 481px) {
  .c-modal__close {
    font-size: calc(1.5rem  +  0.7  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-modal__close {
    font-size: 2.2rem;
  }
}
.c-modal__close:hover {
  background: #011219;
}
.c-modal__close--video {
  position: absolute;
  right: 2.0rem;
  top: 2.0rem;
  color: white;
  font-size: 3.0rem;
  z-index: 10;
  text-decoration: none;
}
.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: 5.0rem;
}
.c-modal__videowrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 150.0rem;
  height: 100%;
  transform: translate(-50%, -50%);
}
.c-modal__date {
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 0;
}
.c-search {
  display: flex;
  flex-direction: row;
  margin: 1.0rem 0 1.4rem 0;
  align-self: flex-end;
}
.c-search::before {
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  color: #666;
  position: absolute;
  z-index: 10;
  font-size: 1.4rem;
  transform: translate(100%, 78%);
}
@media screen and (max-width: 769px) {
  .c-search {
    display: none;
  }
}
label.c-search__label {
  margin-bottom: 1rem;
}
input.c-search__input {
  box-sizing: border-box;
  position: relative;
  padding-left: 4.0rem;
  border-top-left-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 18.0rem;
  font-size: 1.4rem;
  box-shadow: 0 0 0px #FAEE3D;
  transition: width 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
input.c-search__input:focus {
  width: 30.0rem;
  box-shadow: 0 0 5px #FAEE3D;
}
input.c-search__input:focus + input {
  box-shadow: 0 0 5px #FAEE3D;
}
input.c-search__submit {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  box-shadow: 0 0 0px #FAEE3D;
  border-top-right-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
  margin: 0;
  transition: width 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  background-image: linear-gradient(45deg, #fecd1f, #faee3d);
  color: black;
  font-size: 1.6rem;
  padding: 0 2.0rem;
}
.c-secure {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-shrink: 0;
  /*padding: 0 @padding-left;*/
}
@media screen and (max-width: 769px) {
  .c-secure {
    justify-content: flex-end;
  }
}
.c-secure p {
  color: black;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
.c-secure__row {
  align-items: flex-end;
  align-self: center;
}
@media screen and (max-width: 769px) {
  .c-secure__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 769px) {
  .c-secure__salutation {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.c-secure__salutation .l-row {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .c-secure__nav {
    position: fixed;
    left: 110vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: white;
    display: flex;
    transition: left 0.25s;
    padding: 2rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-secure__nav.is-visible {
    left: 0;
  }
}
.c-secure__dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
  background: white;
  padding: 1.0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 10.0rem;
  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: 769px) {
  .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: 769px) {
  .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%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.8rem;
}
@media screen and (max-width: 769px) {
  .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: #363636;
}
.c-secure__item {
  margin: 0;
  margin-left: 1.5rem;
  position: relative;
  text-align: center;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
}
.c-secure__item.has-dropdown {
  margin-right: 1.5rem;
}
.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: -1.5rem;
  color: black;
}
@media screen and (max-width: 769px) {
  .c-secure__item.has-dropdown::after {
    display: none;
  }
}
.c-secure__item.has-dropdown:hover {
  color: #aa1d22;
}
@media screen and (max-width: 769px) {
  .c-secure__item {
    margin: 1.0rem 0;
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.c-secure__item--dropdown {
  margin: 0.25rem 0;
}
.c-secure__btn {
  color: black;
  font-size: 1.6rem;
  font-style: normal;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  padding: 0 0.5rem;
  border-radius: 5px;
  transition: background 0.25s;
}
.c-secure__btn:hover {
  background: #034863;
}
.c-secure__btn--dropdown {
  color: #045a7c !important;
  display: block;
  padding: 0 1.5rem;
  border-radius: 5px;
  transition: background 0.25s;
  line-height: 2.5rem;
}
.c-secure__btn--dropdown:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 769px) {
  .c-secure__btn--dropdown {
    color: black;
  }
}
.c-secure__show {
  color: black;
  align-self: center;
}
.c-secure__hide {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  color: #363636;
  cursor: pointer;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 769px) {
  .c-secure__hide {
    display: block;
  }
}
.c-timeline {
  margin-bottom: 10rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.c-timeline__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-timeline__carousel .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-timeline__carousel .slick-track {
    display: block;
  }
}
.c-timeline__carousel-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-timeline__carousel-content {
  display: flex;
  align-items: center;
  max-width: 70%;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .c-timeline__carousel-content {
    max-width: 100%;
    padding: 5rem;
  }
}
@media screen and (max-width: 769px) {
  .c-timeline__carousel-content {
    flex-direction: column;
  }
}
.c-timeline__carousel-copy {
  padding-left: 10rem;
}
.c-timeline__carousel-copy h3 {
  color: #1C4B82;
  font-size: 5rem;
}
@media screen and (max-width: 992px) {
  .c-timeline__carousel-copy {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 769px) {
  .c-timeline__carousel-copy {
    padding: 5rem 0 0;
    max-width: 42.5rem;
    text-align: center;
  }
}
.c-timeline__carousel-img {
  margin-right: 3rem;
  width: 50%;
  max-height: 60rem;
  flex-shrink: 0;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 769px) {
  .c-timeline__carousel-img {
    margin-right: 0;
    width: 100%;
    max-width: 42.5rem;
  }
}
.c-timeline__thmbs-cont {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .c-timeline__thmbs-cont {
    max-width: none;
    width: 100%;
    align-items: center;
  }
}
.c-timeline__nav {
  position: relative;
  left: 1.3rem;
}
@media screen and (max-width: 769px) {
  .c-timeline__nav {
    left: 5px;
  }
}
.c-timeline__thmbs-btn {
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.8rem;
  background: transparent;
  border: none;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
.c-timeline__thmbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.c-timeline__thmbs .slick-list {
  overflow: visible;
}
@media screen and (max-width: 769px) {
  .c-timeline__thmbs .slick-list {
    left: 12px;
  }
}
.c-timeline__thmbs .slick-track {
  display: flex;
  align-items: flex-end;
}
.c-timeline__thmbs-item {
  /*padding: 2rem 3rem;*/
  background-color: white;
  border-radius: 20px;
  text-align: center;
  /*    &:first-of-type h3 {
        font-size: 3rem;
    }*/
}
.c-timeline__thmbs-item h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #AFAFAF;
  line-height: 1;
  transition: all 0.25s ease;
  cursor: pointer;
}
.c-timeline__thmbs-item.slick-current h3 {
  /*font-size: 3rem;*/
  transform: scale(1.45);
  transform-origin: bottom center;
  color: #1C4B82;
  font-weight: 700;
}
.c-timeline__thmbs-item:not(:last-of-type) {
  margin-right: 2rem;
}
.c-setup {
  max-width: 60rem;
  padding: 4rem 2.9rem 3.2rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 641px) {
  .c-setup {
    padding: 4rem 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-setup__title {
  margin-bottom: 2.9rem;
}
.c-setup__header p {
  color: #045a7c;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 0;
  line-height: 1.2;
}
.c-setup__desc {
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 641px) {
  .c-setup__desc {
    margin-bottom: 3rem;
  }
}
.c-setup__form-cont {
  padding: 0 3.7rem;
}
@media screen and (max-width: 641px) {
  .c-setup__form-cont {
    padding: 0;
  }
}
.c-setup__prtcpts {
  background: white;
  padding: 2.55rem 3.5rem 3.5rem;
  margin-top: 5.15rem;
}
@media screen and (max-width: 641px) {
  .c-setup__prtcpts {
    width: calc(100% + 8rem);
    padding: 2.55rem 4rem 3.5rem;
  }
}
.c-setup__list {
  list-style: none;
  padding: 0;
}
.c-setup__item {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #045a7c;
  margin-bottom: 1.75rem;
}
.c-setup__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-setup__item__remove {
  max-width: 2.1rem;
}
.c-setup__item__remove img {
  width: 100%;
}
.c-setup__item__info {
  display: flex;
  flex-direction: column;
}
.c-setup__item__name {
  line-height: 1.4;
}
.c-setup__item__email {
  /*@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.41585708vw ), 1.5rem);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .c-setup__item__email {
    font-size: calc(1.2rem  +  0.3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.2rem, calc( 1rem +  0.41585708vw ), 1.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-setup__item__email {
    font-size: 1.5rem;
    font-size: clamp(1.2rem, calc( 1rem +  0.41585708vw ), 1.5rem);
  }
}
.c-setup__item__gen {
  margin-left: auto;
}
.c-setup__item__btn {
  background-color: #aa1d22;
  border-radius: 50px;
  padding: 0.9rem 2.25rem 0.65rem;
  box-shadow: 0px 3px 6px #00000029;
}
.c-setup__item__btn img {
  max-width: 2.2rem;
}
.c-survey {
  max-width: 60rem;
  padding: 3.2rem 2.9rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 641px) {
  .c-survey {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 4rem 4rem 0;
  }
}
.c-survey__title {
  margin-bottom: 2.9rem;
}
.c-survey__header {
  width: 100%;
}
.c-survey__header p {
  color: #045a7c;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 0;
}
.c-survey__desc {
  margin: 1rem 0 4rem;
}
.c-survey__form {
  background-color: white;
  padding: 2.55rem 3.5rem 3.5rem;
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .c-survey__form {
    width: calc(100% + 8rem);
    padding: 2.55rem 4rem 3.5rem;
  }
}
.c-survey__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.8rem 15% 4.4rem;
  border-top: 1px solid #045a7c;
}
.c-survey__block--first {
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 641px) {
  .c-survey__block {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-survey__cat {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.c-survey__question {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.c-survey__stars {
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
}
.c-survey__question + .c-survey__stars {
  margin-top: 1.5rem;
}
.c-survey__block--comments {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.c-survey__block--comments .c-survey__cat {
  text-align: left;
}
.c-survey__block--comments .c-survey__question {
  text-align: left;
  /*@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.51585708vw ), 1.5rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  .c-survey__block--comments .c-survey__question {
    font-size: calc(1.4rem  +  0.1  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.4rem, calc( 1rem +  0.51585708vw ), 1.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-survey__block--comments .c-survey__question {
    font-size: 1.5rem;
    font-size: clamp(1.4rem, calc( 1rem +  0.51585708vw ), 1.5rem);
  }
}
.c-survey__block--comments .c-survey__textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #045a7c;
}
@media screen and (max-width: 641px) {
  .c-survey__block--comments {
    padding-bottom: 0;
  }
}
.c-survey__thanks h2 {
  margin-bottom: 3rem;
}
.c-details {
  max-width: 60rem;
  padding: 3.2rem 2.9rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 641px) {
  .c-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 4rem 4rem 0;
  }
}
.c-details__title {
  margin-bottom: 2.9rem;
}
.c-details__header {
  width: 100%;
}
.c-details__header p {
  color: #045a7c;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 0;
}
.c-details__ovscore-cont {
  margin: 4rem auto 0 0;
}
.c-details__ovscore-cont h3 {
  color: #363636;
  margin-bottom: 0.3rem;
}
.c-details__date {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.c-details__ovscore {
  font-size: 6.9rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 1rem;
}
.c-details__ovstars {
  display: flex;
  align-items: center;
}
.c-details__ovstars i {
  font-size: 5.5rem;
  margin-bottom: 0.5rem;
}
.c-details__scores {
  margin-top: 4.6rem;
  width: 100%;
}
@media screen and (max-width: 641px) {
  .c-details__scores {
    width: calc(100% + 8rem);
  }
}
.c-details__lead {
  padding: 1.5rem;
  background-color: #727272;
  color: white;
}
.c-details__lead h3 {
  color: white;
  margin-bottom: 0.5rem;
}
.c-details__lead p {
  margin-top: 0;
}
.c-details__prtcpts {
  background-color: white;
  padding: 2.55rem 3.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .c-details__prtcpts {
    padding: 2.55rem 4rem 3.5rem;
  }
}
.c-details__block:not(:last-of-type) {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #045a7c;
}
.c-details__block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
}
@media screen and (min-width: 641px) {
  .c-details__block__header {
    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-details__block__header {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.76585708vw ), 1.8rem);
  }
}
@media screen and (max-width: 641px) {
  .c-details__block__header {
    gap: 2rem;
  }
}
.c-details__block__header-scorecont {
  display: flex;
  gap: 1rem;
  font-size: 3rem;
  flex-shrink: 0;
}
.c-details__block__header-score {
  margin: 0;
  font-size: 2.9rem;
  font-weight: 700;
}
.c-details__block__body {
  background-color: #F0F0F0;
  margin-top: 1.5rem;
  padding: 1.5rem 2rem;
}
.c-details__scoreblock {
  margin-bottom: 2.5rem;
}
.c-details__scoreblock p {
  margin: 0 0 0.5rem;
}
.c-details__stars {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
}
.c-details__comments p {
  margin-bottom: 0.8rem;
}
.c-details__comment-block {
  font-size: 1.5rem;
  padding: 1.5rem;
  background-color: white;
}
.c-details__uncomplete {
  font-size: 1.5rem;
  color: #717171;
}
.c-viewtoggle {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .c-viewtoggle {
    display: none;
    text-align: center;
    margin-top: 3.0rem;
    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: 769px) {
  .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: 769px) {
  .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: 2.0rem;
  border-radius: 5px;
}
.c-viewtoggle__dropdown::before {
  content: '\f0d8';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 3.0rem;
  left: 50%;
  width: 100%;
  height: 3.0rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  z-index: 10;
  color: #383942;
}
@media screen and (max-width: 769px) {
  .c-viewtoggle__dropdown::before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .c-viewtoggle__option {
    color: black;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0.5rem 0;
  }
}
/* Unify spacing above and below */
.w-fortysixtycol,
.w-sixtyfortycol,
.w-blockquote,
.w-imageabovetext,
.w-threecol,
.w-twocol {
  padding: 4.5rem 0;
  width: 100%;
}
@media screen and (max-width: 641px) {
  .w-fortysixtycol,
  .w-sixtyfortycol,
  .w-blockquote,
  .w-imageabovetext,
  .w-threecol,
  .w-twocol {
    padding: 3.0rem 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 .w-griditem .content p img {
  width: 100% !important;
}
.w-threecolgrid p {
  margin-top: 0;
}
.w-threecol {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .w-threecol {
    flex-direction: column;
  }
}
@media screen and (max-width: 769px) {
  .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: 3.0rem;
}
.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: 3.0rem;
  padding-right: 3.0rem;
  padding-left: 4.0rem;
}
@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: 3.0rem;
}
.w-fortysixtycol__content:last-of-type,
.w-sixtyfortycol__content:last-of-type {
  padding-left: 3.0rem;
}
@media screen and (max-width: 641px) {
  .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-sixtyfortycol__content:last-of-type {
  padding-left: 4.0rem;
  padding-right: 4.0rem;
}
@media screen and (max-width: 641px) {
  .w-sixtyfortycol__content:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .w-sixtyfortycol__content:last-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.w-fortysixtycol__content:first-of-type {
  padding-right: 4.0rem;
  padding-left: 4.0rem;
}
@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 {
  margin: 0 0.5rem;
  display: inline;
}
.w-blockquote p {
  font-family: 'Roboto', 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;*/
}
.c-faq__question {
  font-weight: bold;
  margin: 40px 0px 0px 0px;
  margin: 4rem 0rem 0rem 0rem;
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 2.8rem, 3.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 3.2rem, 3.8rem);*/
  /*@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.26585708vw ), 2.2rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  text-decoration: none;
  color: #045a7c;
  margin: 0 0 2.0rem 0;
  padding: 0;
}
.c-faq__question:first-child {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .c-faq__question {
    font-size: calc(2.2rem  +  0  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.26585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-faq__question {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.26585708vw ), 2.2rem);
  }
}
.c-faq__question i {
  font-weight: bold;
  margin: 40px 0px 0px 0px;
  margin: 4rem 0rem 0rem 0rem;
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.8rem, 2.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.2rem, 2.8rem);*/
  /*@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);
  line-height: 1.2;
  font-family: 'Font Awesome 5 Pro';
  line-height: 0;
  vertical-align: text-bottom;
}
.c-faq__question i:first-child {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .c-faq__question i {
    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 i {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
.c-faq__answer {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@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.4;
  margin: 0 0 3.0rem 0;
  padding: 3.0rem;
  border: 1px solid #53caf9;
  background: white;
  border-radius: 5px;
}
@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);
  }
}
.w-textexpand .c-faq__question {
  margin: 0 0 2.0rem 0 !important;
}
video[poster] {
  width: 100%;
  height: 100%;
}
.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-alignleft {
  text-align: left;
}
.u-alignright {
  text-align: right;
}
.u-mobileonly {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .u-mobileonly {
    display: block !important;
  }
}
.u-mpackdate {
  color: white;
  font-weight: bold;
  font-size: 2.0rem;
  margin-top: -2.5rem;
}
.u-twitterbtnwrap {
  margin-top: 2.0rem;
}
.u-dark {
  background: #111217;
}
@media screen and (max-width: 641px) {
  .u-nomobile {
    display: none;
  }
}
.u-straightbottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.u-longtitle {
  width: 100%;
}
.u-marginbottom {
  margin-bottom: 4.0rem !important;
}
.u-rounded {
  overflow: hidden !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.u-fillheight {
  flex-grow: 1;
}
.twitter-timeline {
  height: calc(95.5%) !important;
  min-height: 60.0rem;
}
.u-textsm {
  font-size: 1.5rem;
}
.u-bold {
  font-weight: 700;
}
.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: 769px) {
  .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-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.


*/
