@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-off-white: #faecdc;
  --color-black: #000;
  --color-blue: #000065;
  --color-light-blue: #83b0f7;
  --color-red: #f9423a;
  --site-max-width: 1400px;
  --scaling-multiplier-lg: 1;
  --scaling-multiplier-md: 2;
  --scaling-multiplier-xs: 2;
  --page-padding-lg: 2em;
  --page-padding-md: 2em;
  --page-padding-xs: 1.6em;
  --body-color: var(--color-blue);
  --body-font-size-base: 1.46565em;
  --body-font-size: 1.675vw;
  --body-font-family: Stratos;
  --body-font-family-fallback: arial,sans-serif;
  --body-font-weight: 400;
  --body-text-transform: normal;
  --body-line-height: 1.15;
  --body-letter-spacing: -0.022em;
  --input_placeholder_color: var(--color-white);
  --footer-background-color: var(--color-blue);
  --footer-colour: var(--color-light-blue);
  --scaling-multiplier: var(--scaling-multiplier-lg);
  --page-padding: var(--page-padding-lg);
  --page-spacing: 4.2em;
  --gutter-width: 0.6em;
}
@media only screen and (max-width: 860px) {
  :root {
    --scaling-multiplier: var(--scaling-multiplier-md);
    --page-padding: var(--page-padding-md);
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --scaling-multiplier: var(--scaling-multiplier-xs);
    --page-padding: var(--page-padding-xs);
    --page-spacing: 3.5em;
  }
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  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;
}

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

:root {
  --outer-margin: 0em;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --md-min: 860px;
  --lg-min: 860px;
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 0em;
  padding-right: var(--outer-margin, 2rem);
  padding-left: 0em;
  padding-left: var(--outer-margin, 2rem);
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc((0.6em * 0.5) * -1);
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: calc((0.6em * 0.5) * -1);
  margin-left: var(--gutter-compensation, -0.5rem);
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: calc((0.6em * 0.5));
  padding-right: var(--half-gutter-width, 0.5em);
  padding-left: calc((0.6em * 0.5));
  padding-left: var(--half-gutter-width, 0.5em);
}

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 640px) {
  .container {
    width: calc(860px + 0.6em);
    width: var(--container-md, 61em);
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((0.6em * 0.5));
    padding-right: var(--half-gutter-width, 0.5em);
    padding-left: calc((0.6em * 0.5));
    padding-left: var(--half-gutter-width, 0.5em);
  }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 860px) {
  .container {
    width: calc(860px + 0.6em);
    width: var(--container-lg, 71em);
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((0.6em * 0.5));
    padding-right: var(--half-gutter-width, 0.5em);
    padding-left: calc((0.6em * 0.5));
    padding-left: var(--half-gutter-width, 0.5em);
  }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 859px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 860px) {
  .hidden-lg {
    display: none !important;
  }
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.gform_required_legend {
  display: none !important;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-column-gap: 0.6em;
  grid-column-gap: var(--gutter-width);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_validation_errors {
  margin-top: 0;
  margin-bottom: 2em;
  border-width: 1px;
  padding: 1em 1em 1em 4em;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_validation_errors > h2 {
  position: static;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: Stratos;
  font-family: var(--body-font-family);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_validation_errors > h2 .gform-icon {
  font-size: 1.8em;
  left: 1rem;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_validation_message,
.gform_wrapper.gravity-theme.gform-theme--no-framework .validation_message {
  border-width: 1px;
  padding: 0;
  margin-top: 0.5em;
  border: 0;
  background-color: transparent;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_validation_message.gfield_description,
.gform_wrapper.gravity-theme.gform-theme--no-framework .validation_message.gfield_description {
  font-size: 0.8em;
}
.gform_wrapper.gravity-theme .mandatory {
  font-size: 0.8em;
}
.gform_wrapper.gravity-theme .gfield input[type=color],
.gform_wrapper.gravity-theme .gfield input[type=date],
.gform_wrapper.gravity-theme .gfield input[type=datetime-local],
.gform_wrapper.gravity-theme .gfield input[type=datetime],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=month],
.gform_wrapper.gravity-theme .gfield input[type=number],
.gform_wrapper.gravity-theme .gfield input[type=password],
.gform_wrapper.gravity-theme .gfield input[type=search],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=time],
.gform_wrapper.gravity-theme .gfield input[type=url],
.gform_wrapper.gravity-theme .gfield input[type=week],
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  padding-left: 0.5em;
  padding-left: var(--input_padding_left, 0.5em);
  padding-right: 0.5em;
  padding-right: var(--input_padding_right, 0.5em);
}
.gform_wrapper.gravity-theme .gfield textarea {
  padding-left: 0.5em;
  padding-left: var(--textarea_padding_left, 0.5em);
  padding-right: 0.5em;
  padding-right: var(--textarea_padding_right, 0.5em);
}
.gform_wrapper.gravity-theme .gfield .description,
.gform_wrapper.gravity-theme .gfield .gfield_description,
.gform_wrapper.gravity-theme .gfield .gsection_description,
.gform_wrapper.gravity-theme .gfield .instruction {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.gform_wrapper.gravity-theme .gform-footer.gform_footer {
  margin: 0;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform-footer.gform_footer button {
  margin: 0;
}
.gform_wrapper.gravity-theme label.gfield_label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--color-placeholder);
}
.embed-container > div {
  height: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body * a, body * abbr, body * acronym, body * b, body * bdi, body * bdo, body * br, body * button, body * cite, body * code, body * data, body * dfn, body * em, body * i, body * kbd, body * mark, body * q, body * rp, body * rt, body * ruby, body * s, body * samp, body * small, body * span, body * strong, body * sub, body * sup, body * time, body * tt, body * u, body * var, body * wbr {
  font-size: inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, blockquote:first-child, address:first-child, figure:first-child, .btn_wrap:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, address:last-child, figure:last-child, .btn_wrap:last-child {
  margin-bottom: 0;
}

.alert {
  padding: 15px;
  margin: 1em 0;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  color: var(--input_placeholder_color);
}

input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  color: var(--input_placeholder_color);
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  text-rendering: inherit;
  border-style: solid;
  background-color: var(--input_background_color);
  border-color: var(--input_border_color);
  border-width: var(--input_border_width) !important;
  border-bottom-width: var(--input_border_bottom_width) !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-left: var(--input_padding_left, 0.5em);
  padding-right: 0.5em;
  padding-right: var(--input_padding_right, 0.5em);
}

textarea {
  background-color: var(--textarea_background_color);
  border-color: var(--textarea_border_color);
  border-width: var(--textarea_border_width) !important;
  border-bottom-width: var(--textarea_border_bottom_width) !important;
  padding-left: 0.5em;
  padding-left: var(--textarea_padding_left, 0.5em);
  padding-right: 0.5em;
  padding-right: var(--textarea_padding_right, 0.5em);
}

form button {
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-rendering: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: var(--button_border_color);
  background-color: var(--button_background_color);
  color: var(--button_color);
}
form button:hover {
  border-color: var(--button_hover_border_color);
  background-color: var(--button_hover_background_color);
  color: var(--button_hover_color);
}

label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}

:root {
  --header-height: 0px;
  --header-menu-link-colour-hover: blue;
  --header-menu-link-colour-current: red;
}
@media only screen and (max-width: 860px) {
  :root {
    --header-height: 0px;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --header-height: 0px;
  }
}

.header > .layout__pos,
.header__spacer {
  height: 0px;
  height: var(--header-height);
}

.header__spacer {
  background-color: var(--site-background-color);
}

.header {
  background-color: var(--header-menu-background-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.header > .layout__pos {
  z-index: 1;
}

.header__columns {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  position: static;
}

.header__column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__column > div {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: auto auto;
  grid-gap: 2em;
  gap: 2em;
}

.header__menu-toggle {
  position: absolute;
  top: 50%;
  right: 2em;
  right: var(--page-padding);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  text-indent: -999px;
  width: 2em;
  height: 2em;
  background-color: blue;
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.header__logo {
  display: block;
  width: 6em;
  height: 3em;
  text-indent: -999px;
  z-index: 2;
}

.header__navigation {
  display: inline-block;
  color: var(--header-menu-colour);
}
.header__navigation a {
  color: var(--header-menu-link-colour);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__navigation a:hover {
  color: blue;
  color: var(--header-menu-link-colour-hover);
}
.header__navigation .current-menu-item > a {
  color: red;
  color: var(--header-menu-link-colour-current);
}
.header__navigation ul {
  list-style: none;
  padding: 0;
}
.header__navigation > ul {
  list-style: none;
  padding: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em 2em;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: static;
}
.header__navigation > ul > .menu-item-has-children > a {
  padding-right: 1.3em;
}
.header__navigation > ul > .menu-item-has-children > a > .header__tl-pointer {
  display: block;
}
.header__navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background-color: transparent;
  padding: 2em 2em;
  padding: 2em var(--page-padding);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
.header__navigation .sub-menu.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header__tl-pointer {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  overflow: hidden;
  text-indent: -999px;
  width: 0.8em;
  height: 0.8em;
  display: none;
}
.header__tl-pointer svg * {
  fill: var(--header-menu-pointer-colour);
}

/*** POSITIONING ***/
.header--over.hero--enabled .header__spacer {
  display: none;
}

.header--sticky-top .header,
.hero--enabled.header--sticky-below .header.header--pinned {
  position: fixed;
  top: 0px;
  top: var(--wp-admin--admin-bar--height, 0px);
}

.hero--enabled.header--sticky-below .header {
  position: absolute;
  top: calc(100dvh - 0px);
  top: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
}
.hero--enabled.header--sticky-below .header__spacer {
  display: block;
}

/*** FOR FULL WIDTH MENU PANELS ***/
.header__column {
  position: static;
}
.header__column > div {
  position: static;
}

.header__navigation {
  position: static;
}
.header__navigation > ul > li {
  position: static;
}
.header__navigation .sub-menu {
  left: 0;
  background-color: transparent;
  width: 100vw;
}

.header__search-container {
  position: static;
}

.header__search-toggle {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
  height: 1em;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  z-index: 2;
}
.header__search-toggle svg * {
  fill: var(--header-search-fill);
}
.header__search-toggle:hover, .header__search-toggle:active, .header__search-toggle:focus {
  background-color: transparent;
}

.header__search-form {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: transparent;
  width: 100%;
  padding: 2em 2em;
  padding: 2em var(--page-padding);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
.header__search-form.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header__menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: var(--header-menu-panel-background-color);
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}

@media only screen and (max-width: 860px) {
  .header__navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: var(--header-menu-panel-background-color);
    height: calc(100dvh - 0);
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0));
    padding: 0px 2em 2em 2em;
    padding: var(--header-height) var(--page-padding) var(--page-padding) var(--page-padding);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .header__navigation > ul {
    display: grid;
    position: relative;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .header__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--header-menu-background-color);
    z-index: 1;
  }
  .header__search-form {
    top: 0;
    height: calc(100dvh - 0);
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0));
    padding-top: 0px;
    padding-top: var(--header-height);
    padding-bottom: 2em;
    padding-bottom: var(--page-padding);
    background-color: var(--header-menu-panel-background-color);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
}
:root {
  --footer-padding: 6.8em;
}

.footer {
  margin-top: auto;
  background-color: #000065 !important;
  background-color: var(--footer-background-color) !important;
  padding: 6.8em 0;
  padding: var(--footer-padding) 0;
  color: #83b0f7;
  color: var(--footer-colour);
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.social-nav a {
  display: block;
  width: 1.46em;
  height: 1.46em;
  overflow: hidden;
  text-indent: -999px;
}
.social-nav svg * {
  fill: #fff;
  fill: var(--color-white);
}

.hero {
  height: calc(100dvh - 0px - 0px);
  height: calc(100dvh - var(--header-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
  background-color: #efefef;
  background-color: var(--hero-background-color, #efefef);
}

.header--over .hero {
  height: calc(100dvh - 0px);
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
}

.hero__bg[data-position=fixed] {
  position: fixed;
  top: auto;
}

/*=== Development ===*/
/*
html {
    background-image: url(/wp-content/themes/scaff01d-child/templates/its-about-life/assets/img/temp-home-mobile.jpg);
    background-position: 50% 0px;
    background-size: 640px;
    background-repeat: no-repeat;

    body { opacity: 0.5; }
}
*/
@font-face {
  font-family: "Value-Serif-Pro";
  src: url("/wp-content/themes/scaff01d-child/templates/its-about-life/assets/fonts/value-serif-bold.woff2") format("woff2"), url("/wp-content/themes/scaff01d-child/templates/its-about-life/assets/fonts/value-serif-bold.woff") format("woff");
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wrapper--inner {
  min-height: calc(100vh - 0px);
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
html,
body {
  background-color: var(--site-background-color);
}

body {
  text-rendering: geometricPrecision;
  font-size: 1.46565em;
  font-size: var(--body-font-size-base);
  font-family: arial,sans-serif;
  font-family: var(--body-font-family-fallback);
  color: #000065;
  color: var(--body-color);
  font-weight: 400;
  font-weight: var(--body-font-weight);
  text-transform: normal;
  text-transform: var(--body-text-transform);
  line-height: 1.15;
  line-height: var(--body-line-height);
  letter-spacing: -0.022em;
  letter-spacing: var(--body-letter-spacing);
}

@media (max-width: 1400px) {
  body {
    font-size: calc(1.675vw * 1);
    font-size: calc(var(--body-font-size) * var(--scaling-multiplier));
  }
}
.fonts-loaded body {
  font-family: Stratos;
  font-family: var(--body-font-family);
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

h1 {
  font-size: 7.925em;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
  line-height: 1.08;
}

h2 {
  font-size: 5.66em;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
  line-height: 1.08;
}

h3 {
  font-size: 2.5625em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
}

h4 {
  font-size: 1.625em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
}

h5 {
  font-size: 1.44em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
}

h6 {
  font-size: 1.2em;
  font-weight: 400;
  color: #000065;
  color: var(--color-blue);
}

small {
  font-size: 0.833em;
}

p {
  margin: 1.3em 0;
}

.layout__pos {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  max-width: var(--site-max-width);
  padding: 0 2em;
  padding: 0 var(--page-padding);
}

.fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fill-center {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

img {
  height: auto;
}

.media {
  overflow: hidden;
  margin: 0;
}
.media img,
.media picture {
  width: 100%;
  display: block;
}
.media:hover .media__zoom-open {
  opacity: 1;
}

.media.media-desktop {
  display: block;
}

.media.media-mobile {
  display: none;
}

@media (orientation: portrait) and (max-width: 860px) {
  .media.media-desktop {
    display: none;
  }
  .media.media-mobile {
    display: block;
  }
}
.media__fineprint {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  color: #fff;
  color: var(--color-white);
  font-size: 0.8em;
  margin: 0;
  pointer-events: none;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px var(--color-black);
}

.media__zoom-open,
.media__video-popup-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.media__zoom-open .svg-symbol,
.media__video-popup-open .svg-symbol {
  width: 2em;
  height: 2em;
  -webkit-transform: none;
          transform: none;
  top: 1em;
  right: 1em;
  left: auto;
}
.media__zoom-open svg *,
.media__video-popup-open svg * {
  fill: #fff;
  fill: var(--color-white);
}
.media__zoom-open:hover, .media__zoom-open:focus,
.media__video-popup-open:hover,
.media__video-popup-open:focus {
  background-color: transparent;
}

.media__video-popup-open {
  opacity: 1;
}
.media__video-popup-open .svg-symbol {
  width: 8em;
  height: 8em;
  left: 50%;
  top: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zoom-dialog {
  position: fixed;
  top: 0;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  height: 100dvh;
  background-color: transparent;
  z-index: 101;
  overflow: hidden;
  padding: 5vw;
  -webkit-transition: left 0s linear 1s, background-color 0.5s ease-in-out 0s;
  transition: left 0s linear 1s, background-color 0.5s ease-in-out 0s;
}
.zoom-dialog[aria-hidden=false]:not(.loading) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: left 0s linear 0s, background-color 0.5s ease-in-out 0.5s;
  transition: left 0s linear 0s, background-color 0.5s ease-in-out 0.5s;
}
.zoom-dialog[aria-hidden=false]:not(.loading) img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 1s;
  transition: opacity 0.5s ease-in-out 1s;
}
.zoom-dialog figure {
  margin: 0;
  height: 100%;
  max-width: 100%;
}
.zoom-dialog img {
  display: block;
  height: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}

.zoom-dialog__fineprint {
  margin: 0;
  z-index: 2;
  position: absolute;
  color: #fff;
  color: var(--color-white);
  bottom: 1em;
  right: 1em;
  font-size: 0.8em;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px var(--color-black);
}

.zoom-dialog__close {
  position: absolute;
  top: 0.6em;
  right: 0.5em;
  width: 2em;
  height: 2em;
  z-index: 3;
  padding: 0;
  text-indent: -999px;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.zoom-dialog__close .svg-symbol {
  width: 2em;
  height: 2em;
  -webkit-transform: none;
          transform: none;
  top: 0;
  right: 0;
  left: auto;
}
.zoom-dialog__close svg * {
  fill: #fff;
  fill: var(--color-white);
}
.zoom-dialog__close:hover, .zoom-dialog__close:focus {
  background-color: transparent;
}

.video-container {
  overflow: hidden;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.video-container iframe[data-playing=true],
.video-container video[data-playing=true] {
  opacity: 1;
}

.media[data-video-display=hover] .video-container iframe[data-playing=true],
.media[data-video-display=hover] .video-container video[data-playing=true] {
  opacity: 0;
}

.media[data-video-display=hover]:hover .video-container iframe,
.media[data-video-display=hover]:hover .video-container video {
  opacity: 1;
}

.svg-symbols {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

.svg-symbol svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.sectional__bg {
  background-color: #fff;
  background-color: var(--sectional-bg-color, #fff);
}

.page-loader {
  display: block;
  z-index: 10000;
  opacity: 1;
  background-color: #fff;
  background-color: var(--color-white);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: opacity 1s ease 0.1s, visibility 0s linear 1.2s;
  transition: opacity 1s ease 0.1s, visibility 0s linear 1.2s;
}

.lenis .page-loader {
  opacity: 0;
  visibility: hidden;
}

[data-js-scroll-distance="1"] {
  width: 0%;
}

#header-distance {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.header-distance__amount {
  width: 0%;
  height: 100%;
  position: absolute;
  background-color: #f9423a;
  background-color: var(--color-red);
}

.sectional {
  overflow: hidden;
}
.sectional > .layout {
  margin: 4.2em 0;
  margin: var(--page-spacing) 0;
}

.btn_wrap .link {
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.btn_wrap .link:hover, .btn_wrap .link:active, .btn_wrap .link:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.google-map__canvas {
  width: 100%;
  padding-bottom: 56%;
  background-color: #efefef;
}

.google-map__controls fieldset {
  border: 0;
  padding: 0;
}
.google-map__controls ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.swiper-fill .swiper {
  width: 100%;
  height: 100%;
}
.swiper-fill[data-autoheight=false] .swiper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-fill[data-autoheight=false] .swiper figure {
  height: 100%;
}
.swiper-fill[data-autoheight=false] .swiper img,
.swiper-fill[data-autoheight=false] .swiper picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-fill[data-autoheight=false] .swiper__placeholder {
  height: 0;
  padding-bottom: var(--swiper-desktop-avg-aspect-ratio);
}
@media (max-width: 860px) {
  .swiper-fill[data-autoheight=false] .swiper__placeholder {
    height: 0;
    padding-bottom: var(--swiper-mobile-avg-aspect-ratio);
  }
}

.swiper__nav {
  position: absolute;
  top: 50%;
  left: 1em;
  padding: 0;
  border: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  width: 2em;
  height: 2em;
  background-color: transparent;
  text-indent: -999px;
  overflow: hidden;
}
.swiper__nav svg * {
  fill: #fff;
  fill: var(--color-white, #fff);
}

.swiper__nav--prev {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.swiper__nav--next {
  left: auto;
  right: 1em;
}

/**
 * Barba.js CSS Transitions with @barba/css
 *
 * Add this to your main stylesheet.
 * These classes are added directly to the [data-barba="container"] element.
 */
/*
 * 1. Set a transition on the container.
 *    This will apply to both enter and leave transitions.
 */
[data-barba=container] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/*
 * 2. Define the state for the container that is LEAVING.
 *    `barba-leave-from` is the initial state (fully visible).
 *    `barba-leave-to` is the final state (fully transparent).
 *    The transition happens during the `barba-leave-active` phase.
 */
.barba-leave-from {
  opacity: 1;
}

.barba-leave-to {
  opacity: 0;
}

/*
 * 3. Define the state for the container that is ENTERING.
 *    `barba-enter-from` is the initial state (fully transparent).
 *    `barba-enter-to` is the final state (fully visible).
 *    The transition happens during the `barba-enter-active` phase.
 */
.barba-enter-from {
  opacity: 0;
}

.barba-enter-to {
  opacity: 1;
}

/* Prevent content jump during fade transition */
.barba-leave-active {
  position: absolute;
  width: 100%;
}

/***
CUSTOM STYLES
***/
.sectional[data-style-set=light-blue] {
  color: #fff;
  color: var(--color-white);
}

.sectional[data-style-set=blue] {
  color: #fff;
  color: var(--color-white);
}
.sectional[data-style-set=blue] h1, .sectional[data-style-set=blue] h2, .sectional[data-style-set=blue] h3, .sectional[data-style-set=blue] h4, .sectional[data-style-set=blue] h5, .sectional[data-style-set=blue] h6 {
  color: #83b0f7;
  color: var(--color-light-blue);
}

.social-nav {
  margin: 4.4em 0 2.4em 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-nav a svg * {
  fill: #83b0f7;
  fill: var(--color-light-blue);
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.social-nav a:hover svg *, .social-nav a:focus svg * {
  fill: #f9423a;
  fill: var(--color-red);
}

.footer {
  overflow: hidden;
  padding: 6.8em 0 2.2em 0;
  padding: var(--footer-padding) 0 2.2em 0;
}
.footer .iab-detail {
  left: 63%;
}
.footer .iab-detail img {
  -o-object-position: 50% 110%;
     object-position: 50% 110%;
}

.footer__logo {
  width: 18em;
  height: 6.2em;
  display: block;
  margin: 0 auto;
}
.footer__logo svg * {
  fill: #83b0f7;
  fill: var(--color-light-blue);
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1.6em;
}
.hero__content h1 {
  color: #fff;
  color: var(--color-white);
  margin: 0;
}

.hero__logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 2em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 11.5em;
  height: 4em;
}
.hero__logo svg * {
  fill: #fff;
  fill: var(--color-white);
}

.row__title {
  margin-bottom: 1.5em;
}

.iab-detail {
  position: absolute;
  pointer-events: none;
  max-width: calc(1400px / 2);
  max-width: calc(var(--site-max-width) / 2);
  height: calc(110% + 4.2em + 4.2em);
  height: calc(110% + var(--page-spacing) + var(--page-spacing));
  top: calc(4.2em * -1 * 2);
  top: calc(var(--page-spacing) * -1 * 2);
  left: calc(50% + 2em);
  left: calc(50% + var(--page-padding));
  width: calc(50.7% - 2em * 2);
  width: calc(50.7% - var(--page-padding) * 2);
}
.iab-detail img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 125%;
     object-position: 50% 125%;
}

.featured-stat {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  font-family: "Value-Serif-Pro";
}
.featured-stat > div {
  background-color: #f9423a;
  background-color: var(--color-red);
  border-radius: 1000px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  color: #fff;
  color: var(--color-white);
  grid-gap: 0.6em;
  gap: 0.6em;
}
.featured-stat p {
  margin: 0;
  font-size: 1.3em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.featured-stat__counter {
  font-size: 4.5em;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.row__featured-stat {
  margin-top: 3em;
}

.gform_wrapper {
  margin-top: 1.2em;
}

.gform_wrapper.gravity-theme .gfield input[type=color], .gform_wrapper.gravity-theme .gfield input[type=date], .gform_wrapper.gravity-theme .gfield input[type=datetime-local], .gform_wrapper.gravity-theme .gfield input[type=datetime], .gform_wrapper.gravity-theme .gfield input[type=email], .gform_wrapper.gravity-theme .gfield input[type=month], .gform_wrapper.gravity-theme .gfield input[type=number], .gform_wrapper.gravity-theme .gfield input[type=password], .gform_wrapper.gravity-theme .gfield input[type=search], .gform_wrapper.gravity-theme .gfield input[type=tel], .gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield input[type=time], .gform_wrapper.gravity-theme .gfield input[type=url], .gform_wrapper.gravity-theme .gfield input[type=week], .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
  border: 0;
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid var(--color-white);
  background-color: transparent;
  color: #fff;
  color: var(--color-white);
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.6em 0;
}

.gform_wrapper.gravity-theme .gfield textarea {
  border: 2px solid #fff;
  border: 2px solid var(--color-white);
  padding: 0.6em;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2em;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 2.4em;
}

.gform_wrapper.gravity-theme .gform_footer input {
  font-family: inherit;
  border: 1px solid #f9423a;
  border: 1px solid var(--color-red);
  background-color: #f9423a;
  background-color: var(--color-red);
  color: #fff;
  color: var(--color-white);
  font-size: 0.8em;
  padding: 0.63em 3.7em;
  cursor: pointer;
}

.sectional > .layout__poster {
  margin: 0;
}
.sectional > .layout__poster > .layout__pos {
  max-width: 100%;
  padding: 0;
}

.micromodal-slide {
  z-index: 1000;
}

.modal__container {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  max-width: 1800px;
  width: 90%;
}

.modal__close {
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  position: absolute;
  right: -0.6em;
  background-color: #000065;
  background-color: var(--color-blue);
  color: #fff;
  color: var(--color-white);
  top: -0.6em;
  border-radius: 100px;
  z-index: 10;
  cursor: pointer;
}
.modal__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.modal__content {
  margin: 0;
  line-height: 0;
}

.video-play {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0.7;
  text-indent: -999px;
  z-index: 5;
  cursor: pointer;
  display: block;
  width: 7em;
  height: 7em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.video-play svg * {
  fill: #fff;
}
.video-play:hover {
  opacity: 1;
}

.responsive-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Default to 16:9 Aspect Ratio */
  padding-top: 56.25%;
}

.responsive-video-container > iframe,
.responsive-video-container > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.layout.layout__community_map {
  margin-bottom: 2em;
  margin-bottom: var(--page-padding);
}

.google-map {
  margin-top: 2.4em;
}

.google-map .dialog-wrap {
  padding: 0 0 3px 0;
  min-width: 200px;
  color: #000065;
  color: var(--color-blue);
}
.google-map .dialog-wrap h3 {
  color: #000065;
  color: var(--color-blue);
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
}
.google-map .dialog-wrap a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.google-map .dialog-wrap p:first-child,
.google-map .dialog-wrap h3:first-child {
  margin-top: 0px;
}

.google-map .masterplan,
.google-map .explore {
  background-color: #f9423a;
  display: block;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 8px;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.google-map .masterplan {
  background-color: #000065;
  margin-top: 0;
  display: none !important;
}

.layout p,
.layout h4,
.layout .gform_wrapper {
  top: 2em;
  opacity: 0;
  -webkit-transition: top 1s ease-in-out 1s, opacity 1s ease-in-out 1s;
  transition: top 1s ease-in-out 1s, opacity 1s ease-in-out 1s;
}
.layout h4 {
  top: 0.8em;
  font-family: "Value-Serif-Pro";
}
.layout h3 {
  font-family: "Value-Serif-Pro";
}
.layout h1 .line-parent, .layout h2 .line-parent, .layout h3 .line-parent {
  overflow: hidden;
  padding-bottom: 0.15em;
  margin-top: -0.15em;
}
.layout h1 .line-child, .layout h2 .line-child, .layout h3 .line-child {
  top: 1em;
  opacity: 0;
  -webkit-transition: top 1s ease-in-out, opacity 1s ease-in-out;
  transition: top 1s ease-in-out, opacity 1s ease-in-out;
}

.hero h1 .line-parent {
  overflow: hidden;
}
.hero h1 .line-child {
  top: 1em;
  opacity: 0;
  -webkit-transition: top 1s ease-in-out 0.5s, opacity 2s ease-in-out 0.5s;
  transition: top 1s ease-in-out 0.5s, opacity 2s ease-in-out 0.5s;
}

.fonts-loaded.lenis .layout.is-inview p,
.fonts-loaded.lenis .layout.is-inview h4,
.fonts-loaded.lenis .layout.is-inview .gform_wrapper {
  top: 0em;
  opacity: 1;
}
.fonts-loaded.lenis .layout.is-inview h1 .line-child, .fonts-loaded.lenis .layout.is-inview h2 .line-child, .fonts-loaded.lenis .layout.is-inview h3 .line-child {
  top: 0em;
  opacity: 1;
}

.fonts-loaded.lenis.readystate-complete .hero h1 .line-child,
.fonts-loaded.lenis.readystate-incomplete .hero h1 .line-child {
  top: 0em;
  opacity: 1;
}

#why-villawood .swiper {
  height: 33.6em;
}

#why-villawood .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1) !important;
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1) !important;
}

#why-villawood {
  display: grid;
  grid-template-columns: auto auto;
}

#why-villawood .swiper-slide,
.why-villawood__its {
  font-size: 4.25em;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #fff;
  color: var(--color-white);
  line-height: 1.08;
}

#why-villawood .swiper-slide a {
  white-space: nowrap;
  display: ruby-text;
  opacity: 0.33;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#why-villawood .swiper-slide.swiper-slide-prev a,
#why-villawood .swiper-slide.swiper-slide-next a {
  opacity: 0.66;
}

#why-villawood .swiper-slide.swiper-slide-active a {
  opacity: 1;
}

.why-villawood__its {
  color: #000065;
  color: var(--color-blue);
}

.why-villawood__its > div {
  height: 1.13em;
}

.why-villawood__its > div > span {
  display: ruby-text;
}

#why-villawood-images {
  position: absolute;
  right: -1em;
  bottom: -5em;
  width: 25em;
  height: 25em;
  z-index: 1;
  pointer-events: none;
  display: none !important;
}

#why-villawood-images * {
  pointer-events: none;
}

#why-villawood-images .swiper {
  height: 100%;
}

.modal__why-villawood .modal__container {
  max-width: 860px;
  background-color: #faecdc;
  color: #000065;
  color: var(--color-blue);
}
.modal__why-villawood .modal__header {
  padding: 1.5em 1.5em 0 1.5em;
}
.modal__why-villawood .modal__content {
  line-height: inherit;
  padding: 1.5em;
}
.modal__why-villawood .modal__footer {
  padding: 0 1.5em 1.5em 1.5em;
}
.modal__why-villawood .modal__footer a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  outline: none;
}

@media screen and (max-width: 860px) {
  h1 {
    font-size: 4.77em;
  }
  h2 {
    font-size: 4.77em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.3em;
  }
  .hero__logo {
    width: 13em;
    height: 4.7em;
    top: 1.5em;
  }
  .hero__content {
    padding-bottom: 1.3em;
  }
  .iab-detail {
    position: relative;
    width: 105vw;
    height: 53vw;
    left: 3vw;
    top: -15vw;
  }
  .iab-detail img {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0%;
       object-position: 0 0%;
  }
  .google-map__canvas {
    min-height: 480px;
    padding-bottom: 80vh;
  }
  .row__featured-stat {
    gap: 0.6em 0;
  }
  .gform_wrapper.gravity-theme .gfield input[type=color], .gform_wrapper.gravity-theme .gfield input[type=date], .gform_wrapper.gravity-theme .gfield input[type=datetime-local], .gform_wrapper.gravity-theme .gfield input[type=datetime], .gform_wrapper.gravity-theme .gfield input[type=email], .gform_wrapper.gravity-theme .gfield input[type=month], .gform_wrapper.gravity-theme .gfield input[type=number], .gform_wrapper.gravity-theme .gfield input[type=password], .gform_wrapper.gravity-theme .gfield input[type=search], .gform_wrapper.gravity-theme .gfield input[type=tel], .gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield input[type=time], .gform_wrapper.gravity-theme .gfield input[type=url], .gform_wrapper.gravity-theme .gfield input[type=week], .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 1em;
    padding: 0.3em 0;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0.8em;
  }
  .gform_wrapper.gravity-theme .gform_footer input {
    width: 100%;
    font-size: 1.4em;
    padding: 0.2em 0;
  }
  .footer__logo {
    width: 13em;
    height: 4.7em;
  }
  .social-nav {
    margin: 2.4em 0 1.4em 0;
  }
  .footer .iab-detail {
    /*
    left: 0;
    height: 68vw;
    width: 100%;
    top: -7vw;
    */
    position: absolute;
    width: 36vw;
    height: 36vw;
    top: 25vw;
    left: 67%;
  }
  .footer .iab-detail img {
    height: 100%;
  }
  .modal__close {
    width: 2.2em;
    height: 2.2em;
    top: -1.1em;
    right: -1.1em;
  }
  #why-villawood .swiper {
    height: 16em;
  }
  #why-villawood .swiper-slide,
  .why-villawood__its {
    font-size: 2em;
  }
  #why-villawood-images {
    width: 15em;
    height: 15em;
  }
  .why-villawood__its > div {
    height: 1.14em;
  }
}