@charset "UTF-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
.word-wrap, td,
th,
tr, table {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Reset margins and paddings
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

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

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

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

html {
  font-size: 16px;
  line-height: 1.125;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.menu-active {
  overflow: hidden;
}
body {
  font-family: "TWK Everett", sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  background-color: #33363B;
  color: #FFFFFF;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

.gallery-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

iframe {
  width: 100%;
  max-width: 100%;
}

video {
  width: 100%;
  max-width: 100%;
}

blockquote strong {
  font-size: 14px;
}

.small-heading {
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 1px solid #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 56px;
}

.greybox {
  display: inline-block;
  margin-bottom: 48px;
  width: 100%;
  padding: 24px;
  background: #eee;
  border-radius: 4px;
}
.greybox > :last-child {
  margin-bottom: 0;
}

.video-container iframe {
  width: 100%;
  height: 380px;
}
@media only screen and (min-width: 959px) {
  .video-container iframe {
    height: 500px;
  }
}

.standard-link {
  font-size: 0.9375rem;
  line-height: 1;
  color: white;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s linear color;
}
.standard-link:hover {
  color: #09FF96;
  transition: 0.25s linear color;
}
.standard-link:before {
  content: ">";
  color: #09FF96;
  margin-right: 9px;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
}
.search-label {
  position: absolute;
  left: -1000vw;
}

.content-container {
  max-width: 931.68px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--small {
  max-width: 724.64px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--smallest {
  max-width: 621.12px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--large {
  max-width: 1190.48px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--largest {
  max-width: 1502px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 25.88px;
}

hr {
  margin-bottom: 25.88px;
}

ul, ol, dd {
  margin-left: 25.88px;
}

@font-face {
  font-family: "TWK Everett";
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/fd2e533ba902001785c30b7a059845b5.eot") format("embedded-opentype");
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/fd2e533ba902001785c30b7a059845b5.eot?#iefix") format("embedded-opentype"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/fd2e533ba902001785c30b7a059845b5.woff2") format("woff2"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/fd2e533ba902001785c30b7a059845b5.woff") format("woff"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/fd2e533ba902001785c30b7a059845b5.svg#.") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TWK Everett";
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/9cf643b2d8f8d4a6d26ebd330f92b8f7.eot");
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/9cf643b2d8f8d4a6d26ebd330f92b8f7.eot?#iefix") format("embedded-opentype"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/9cf643b2d8f8d4a6d26ebd330f92b8f7.woff2") format("woff2"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/9cf643b2d8f8d4a6d26ebd330f92b8f7.woff") format("woff"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/9cf643b2d8f8d4a6d26ebd330f92b8f7.svg#.") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TWK Everett Mono";
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Bold.eot");
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Bold.eot?#iefix") format("embedded-opentype"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Bold.woff2") format("woff2"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Bold.woff") format("woff"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Bold.svg#TWKEverettMono-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TWK Everett Mono";
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Medium.eot");
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Medium.eot?#iefix") format("embedded-opentype"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Medium.woff2") format("woff2"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Medium.woff") format("woff"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Medium.svg#TWKEverettMono-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TWK Everett Mono";
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Regular.eot");
  src: url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Regular.eot?#iefix") format("embedded-opentype"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Regular.woff2") format("woff2"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Regular.woff") format("woff"), url("https://better-web-assets.s3.eu-west-2.amazonaws.com/better-web-fonts/atom-valley/TWKEverettMono-Regular.svg#TWKEverettMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h6, h5, h4, h3, h2, h1 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 36.4911575317px;
  font-size: 36.4911575317px;
}
@media (min-width: 569px) {
  h1,
  .h1 {
    font-size: 41.3376393914px;
    font-size: calc(0.9860593814vw + 30.8804796515px);
  }
}
@media (min-width: 1552px) {
  h1,
  .h1 {
    font-size: 46.1841212511px;
    font-size: 46.1841212511px;
  }
}

h2,
.h2 {
  font-size: 32.4365844727px;
  font-size: 32.4365844727px;
}
@media (min-width: 569px) {
  h2,
  .h2 {
    font-size: 36.7445683479px;
    font-size: calc(0.8764972279vw + 27.4493152457px);
  }
}
@media (min-width: 1552px) {
  h2,
  .h2 {
    font-size: 41.0525522232px;
    font-size: 41.0525522232px;
  }
}

h3,
.h3 {
  font-size: 28.8325195313px;
  font-size: 28.8325195313px;
}
@media (min-width: 569px) {
  h3,
  .h3 {
    font-size: 32.6618385315px;
    font-size: calc(0.779108647vw + 24.3993913295px);
  }
}
@media (min-width: 1552px) {
  h3,
  .h3 {
    font-size: 36.4911575317px;
    font-size: 36.4911575317px;
  }
}

h4,
.h4 {
  font-size: 25.62890625px;
  font-size: 25.62890625px;
}
@media (min-width: 569px) {
  h4,
  .h4 {
    font-size: 29.0327453613px;
    font-size: calc(0.6925410196vw + 21.6883478485px);
  }
}
@media (min-width: 1552px) {
  h4,
  .h4 {
    font-size: 32.4365844727px;
    font-size: 32.4365844727px;
  }
}

h5,
.h5 {
  font-size: 22.78125px;
  font-size: 22.78125px;
}
@media (min-width: 569px) {
  h5,
  .h5 {
    font-size: 25.8068847656px;
    font-size: calc(0.6155920174vw + 19.2785314209px);
  }
}
@media (min-width: 1552px) {
  h5,
  .h5 {
    font-size: 28.8325195313px;
    font-size: 28.8325195313px;
  }
}

h6,
.h6 {
  font-size: 20.25px;
  font-size: 20.25px;
}
@media (min-width: 569px) {
  h6,
  .h6 {
    font-size: 21.515625px;
    font-size: calc(0.2575025432vw + 18.784810529px);
  }
}
@media (min-width: 1552px) {
  h6,
  .h6 {
    font-size: 22.78125px;
    font-size: 22.78125px;
  }
}

.sub-heading {
  font-family: "TWK Everett", serif;
  font-weight: 300;
}

textarea,
select,
input {
  transition: 0.25s linear all;
  width: 100%;
  border: 0;
  padding: 9px 18px !important;
  font-weight: 300;
  border: 1px solid white;
  font-family: "TWK Everett", sans-serif !important;
  padding: 11px 16px;
  border-radius: 4px;
  border: 1px solid rgba(60, 64, 68, 0.5);
  font-size: 1.125rem;
}
@media screen and (min-width: 650px) {
  textarea,
  select,
  input {
    padding: 18px !important;
  }
}
textarea::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
}
textarea::placeholder,
select::placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}

input:focus,
textarea:focus,
select:focus {
  transition: 0.25s linear all;
  box-shadow: 0 none;
  outline: none;
  border-color: #3C4044;
}

fieldset {
  border: 0;
}

.gfield.gform_hidden {
  display: none;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.gform_fields .gfield {
  flex: 0 0 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 650px) {
  .gform_fields .gfield {
    margin-bottom: 24px;
  }
}
.gform_fields .gfield .gfield_label {
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
}

.gform_button {
  border: 0;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.ui-datepicker {
  width: 380px !important;
  max-width: 100% !important;
}

.gform_validation_errors {
  margin-bottom: 36px !important;
}

.gchoice {
  position: relative !important;
}

.gform_wrapper .gfield_required {
  padding-left: 6px !important;
  padding-bottom: 2px !important;
}

img {
  max-width: 100% !important;
  height: auto;
}

.wp-caption {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
}
.wp-caption img {
  width: 100% !important;
  margin-bottom: 18px;
}

img[width],
img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

table {
  table-layout: fixed;
  width: 100%;
}

td,
th,
tr {
  border-bottom: 4px solid #33363B;
}

td,
th {
  padding: 12.94px;
}

th {
  background-color: #09FF96;
  color: white;
  font-weight: 500;
  text-align: left;
}

dl {
  margin: 51.76px 0 0 25.88px;
}

dt {
  font-size: 1.25rem;
  color: #33363B;
  margin-bottom: 6.47px;
}

dd {
  margin: 0 0 51.76px;
}
dd:after {
  content: "";
  display: block;
  clear: left;
}

blockquote {
  font-size: 18px;
  font-size: 18px;
  margin: 51.76px 0;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 600px) {
  blockquote {
    font-size: 23px;
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 28px;
    font-size: 28px;
  }
}
blockquote:before {
  content: "";
  display: inline-block;
  background: #09FF96;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
}
blockquote p {
  display: inline;
}

hr {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #09FF96;
  border-left: 0 none;
  margin-bottom: 48px;
  margin-top: 48px;
}

@media print {
  nav {
    display: none;
  }
  .hero {
    min-height: initial !important;
  }
  .hero__title:before {
    display: none;
  }
  .hero__title:after {
    display: none;
  }
  .hero__text:after {
    display: none;
  }
  .hero__button-container:before {
    display: none;
  }
  .hero__button-container:after {
    display: none;
  }
  .hero__overlay, .hero__video {
    min-height: initial !important;
  }
  .stats-slice__number {
    -webkit-text-fill-color: initial !important;
  }
  .cta-slice {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .button {
    display: none !important;
  }
  .menu-button {
    display: none;
  }
  .popup {
    display: none;
  }
  .cta-slice .grid {
    padding-bottom: 0;
  }
  .partners-slice {
    margin-bottom: 0;
  }
  html, body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
  }
  .testimonial-slice img {
    max-width: 50%;
  }
  .sidebar-navigation {
    display: none;
  }
  .page-layout__sidebar-container .page-cta {
    display: none;
  }
  .footer-wrapper .grid__item:nth-of-type(1), .footer-wrapper .grid__item:nth-of-type(2) {
    display: none;
  }
  .footer {
    background: white;
    color: #33363B;
  }
  .footer .grid__item {
    text-align: left !important;
  }
  .footer a {
    color: #33363B !important;
  }
  .footer img {
    filter: invert(1);
  }
  .further-information-container {
    display: block !important;
  }
  #excercise_videos {
    display: none;
  }
}
.bordered {
  border: 1px solid #e8e8e5;
}

.breakpoint-identifier {
  display: none;
}

.text--16 {
  font-size: 1rem;
}
.text--20 {
  font-size: 1.25rem;
}

.table th {
  background-color: #33363B;
  color: white;
}

.hr {
  text-align: left;
}
.hr--alpha {
  border-bottom-color: #33363B;
}
.hr--40 {
  max-width: 40%;
}
.hr--80 {
  max-width: 80%;
}
.hr--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (prefers-reduced-motion) {
  .button:after {
    transition: none !important;
  }
  .button:hover:after {
    transition: none !important;
  }
}
.button {
  font-family: "TWK Everett Mono", serif;
  display: inline-block;
  color: white;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  position: relative;
  line-height: 1;
  margin: 24px;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #09FF96;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.25s ease-in-out all;
  z-index: 0;
}
.button:hover {
  color: #33363B;
}
.button:hover:after {
  bottom: -9px;
  width: calc(100% + 36px);
  height: calc(100% + 18px);
  transition: 0.25s ease-in-out all;
}
.button--white, .statement-slice--green .button {
  color: #33363B;
}
.button--white:after, .statement-slice--green .button:after {
  background: white;
}
.button--left {
  padding-left: 24px;
  margin-left: 0;
}
.button--left:after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button--left:hover:after {
  width: calc(100% + 24px);
}

.svg, .grid-slice-item__icon svg, .stat-item__icon svg {
  width: 100%;
  height: auto;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg--hero-decoration {
  position: absolute;
  max-width: 66px;
  left: 50%;
  transform: translateX(-50%);
}
.svg--hero-decoration--top {
  top: 0;
}
.svg--hero-decoration--bottom {
  bottom: 0;
}
.svg--logo {
  max-width: 92px;
  max-height: 60px;
}
.svg--subnav-arrow {
  position: absolute;
  transform: none;
  width: 20px;
  height: 20px;
  right: 0;
  left: auto;
  top: 0;
  z-index: 999;
}
.svg--linkedin {
  max-width: 25px;
  max-height: 25px;
  fill: white;
}
.svg--twitter {
  max-width: 25px;
  max-height: 25px;
  fill: white;
  transition: 0.25s linear fill;
}

/*
	<input class="radio" id="weeks-26" type="radio" name="period" value="26" checked="checked" />
	<label class="radio__label" for="weeks-26">26 Weeks</label>

	<input class="radio" id="weeks-26" type="radio" name="period" value="26" checked="checked" />
	<label class="radio__label radio__label--large" for="weeks-26">26 Weeks</label>
*/
.checkbox, .ginput_container_consent input[type=checkbox], .gfield--type-consent input[type=checkbox], .gfield_checkbox .gchoice .gfield-choice-input,
.radio,
.gfield_radio .gchoice .gfield-choice-input {
  position: absolute;
  left: -9999px;
}

.checkbox__label, .ginput_container_consent input[type=checkbox] + label, .gfield--type-consent input[type=checkbox] + label, .gfield_checkbox .gchoice .gfield-choice-input + label,
.radio__label,
.gfield_radio .gchoice .gfield-choice-input + label {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.25;
}
.checkbox__label a, .ginput_container_consent input[type=checkbox] + label a, .gfield--type-consent input[type=checkbox] + label a, .gfield_checkbox .gchoice .gfield-choice-input + label a,
.radio__label a,
.gfield_radio .gchoice .gfield-choice-input + label a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.checkbox__label:before, .ginput_container_consent input[type=checkbox] + label:before, .gfield--type-consent input[type=checkbox] + label:before, .gfield_checkbox .gchoice .gfield-choice-input + label:before,
.checkbox__label:after,
.ginput_container_consent input[type=checkbox] + label:after,
.gfield--type-consent input[type=checkbox] + label:after,
.gfield_checkbox .gchoice .gfield-choice-input + label:after,
.radio__label:before,
.gfield_radio .gchoice .gfield-choice-input + label:before,
.radio__label:after,
.gfield_radio .gchoice .gfield-choice-input + label:after {
  content: "";
  top: 0px;
  position: absolute;
  left: 0;
}

.radio + .radio__label:before, .gfield_radio .gchoice .gfield-choice-input + .radio__label:before, .gfield_radio .gchoice .gfield-choice-input + label:before,
.radio + .radio__label:after,
.gfield_radio .gchoice .gfield-choice-input + .radio__label:after,
.gfield_radio .gchoice .gfield-choice-input + label:after {
  border-radius: 50%;
  top: 0;
}

.checkbox__label:before, .ginput_container_consent input[type=checkbox] + label:before, .gfield--type-consent input[type=checkbox] + label:before, .gfield_checkbox .gchoice .gfield-choice-input + label:before,
.radio__label:before,
.gfield_radio .gchoice .gfield-choice-input + label:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

input:checked + .checkbox__label, .ginput_container_consent input[type=checkbox]:checked + label, .gfield--type-consent input[type=checkbox]:checked + label, .gfield_checkbox .gchoice input.gfield-choice-input:checked + label,
input:checked + .radio__label,
.gfield_radio .gchoice input.gfield-choice-input:checked + label {
  color: white;
}

input:checked + .checkbox__label:before, .ginput_container_consent input[type=checkbox]:checked + label:before, .gfield--type-consent input[type=checkbox]:checked + label:before, .gfield_checkbox .gchoice input.gfield-choice-input:checked + label:before,
input:checked + .radio__label:before,
.gfield_radio .gchoice input.gfield-choice-input:checked + label:before {
  border-color: #09FF96;
}

.checkbox__label:after, .ginput_container_consent input[type=checkbox] + label:after, .gfield--type-consent input[type=checkbox] + label:after, .gfield_checkbox .gchoice .gfield-choice-input + label:after,
.radio__label:after,
.gfield_radio .gchoice .gfield-choice-input + label:after {
  display: none;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: #09FF96;
}

input:checked + .checkbox__label:after, .ginput_container_consent input[type=checkbox]:checked + label:after, .gfield--type-consent input[type=checkbox]:checked + label:after, .gfield_checkbox .gchoice input.gfield-choice-input:checked + label:after,
input:checked + .radio__label:after,
.gfield_radio .gchoice input.gfield-choice-input:checked + label:after {
  display: block;
  font-size: 14px;
}

.gfield--type-html.gfield--width-full {
  font-size: 0.875rem;
}

.navigation-toggle-label {
  display: inline-block;
  text-indent: -1000vw;
  background: #09FF96;
  position: relative;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 960px) {
  .navigation-toggle-label {
    display: none;
  }
}
.navigation-toggle-label:hover {
  cursor: pointer;
}
.navigation-toggle-label span {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 22px;
  background: #33363B;
  left: 10px;
  transition: 0.25s linear all;
}
.navigation-toggle-label span:nth-of-type(1) {
  top: 12px;
}
.navigation-toggle-label span:nth-of-type(2) {
  top: 20px;
  opacity: 1;
}
.navigation-toggle-label span:nth-of-type(3) {
  top: 28px;
}

#navigation-toggle {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

#navigation-toggle:checked + label span {
  transition: 0.25s linear all;
}
#navigation-toggle:checked + label span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
#navigation-toggle:checked + label span:nth-of-type(2) {
  transform: translateX(-100%);
  opacity: 0;
}
#navigation-toggle:checked + label span:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

#navigation-toggle:checked + label + .header-layout__navigation-list {
  opacity: 1;
  width: 100%;
  background: #33363b;
  padding: 24px;
}
#navigation-toggle:checked + label + .header-layout__navigation-list > li {
  width: 100%;
  position: relative;
}
#navigation-toggle:checked + label + .header-layout__navigation-list > li > .sub-menu {
  opacity: 1;
  position: relative;
  top: 0;
  width: 100%;
  transition: none;
}

.header {
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #33363B;
  border-bottom: 1px solid #5C5E62;
}
.header.has-indicator {
  padding-top: 25px;
}
.header__scroll-position-background {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #707276;
  left: 0;
  top: 0;
}
.header__scroll-position-marker {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #09FF96;
  left: 0;
  top: 0;
}
.header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-layout__social-link:hover svg {
  fill: #09FF96;
  transition: 0.25s linear fill;
}
.header-layout__logo {
  margin-right: 36px;
}
.header-layout__navigation-list {
  margin-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  position: absolute;
  left: 0;
  flex-direction: column;
  top: 100%;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list {
    flex-direction: row;
    top: initial;
    left: initial;
    position: relative;
    opacity: 1;
  }
}
.header-layout__navigation-list > li.menu-item-has-children > .sub-menu {
  opacity: 0 !important;
  max-height: 0 !important;
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list > li.menu-item-has-children > .sub-menu {
    max-height: initial !important;
    top: calc(100% + 24px);
  }
}
.header-layout__navigation-list > li.menu-item-has-children input[type=checkbox]:checked + label + .sub-menu {
  max-height: initial !important;
  opacity: 1 !important;
  padding: 0;
  background: none;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FFF;
  padding-left: 24px;
}
.header-layout__navigation-list > li.menu-item-has-children input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list > li.menu-item-has-children input[type=checkbox] + label {
    display: none;
  }
}
.header-layout__navigation-list > li.menu-item-has-children input[type=checkbox] .svg--subnav-arrow {
  transform: rotate(0deg);
}
.header-layout__navigation-list > li.menu-item-has-children input[type=checkbox]:checked + label .svg--subnav-arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list > li {
    font-size: 13px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .header-layout__navigation-list > li {
    font-size: 14px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .header-layout__navigation-list > li {
    font-size: 15px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1650px) {
  .header-layout__navigation-list > li {
    font-size: 16px;
    margin-right: 24px;
  }
}
.header-layout__navigation-list > li:last-of-type {
  margin-right: 0;
}
.header-layout__navigation-list > li > .sub-menu {
  opacity: 0;
  transition: 0.25s linear all;
  position: absolute;
  top: 100px;
  margin-left: 0;
  list-style: none;
  padding: 24px;
  background: #3C4044;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list > li > .sub-menu {
    pointer-events: none;
  }
}
.header-layout__navigation-list > li > .sub-menu li {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
}
.header-layout__navigation-list > li > .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header-layout__navigation-list > li > .sub-menu li.current-menu-item > a {
  color: #09FF96;
}
.header-layout__navigation-list > li > .sub-menu li.current-menu-item > a:before {
  content: ">";
  display: inline-block;
  margin-right: 6px;
}
.header-layout__navigation-list > li > .sub-menu li.current-menu-item > a + .sub-menu {
  margin-left: 40px;
}
.header-layout__navigation-list > li > .sub-menu li .sub-menu {
  margin-left: 20px;
  margin-top: 12px;
  list-style: none;
  margin-bottom: 15px;
}
.header-layout__navigation-list > li > .sub-menu a {
  color: white;
  text-decoration: none;
  transition: 0.25s linear color;
}
.header-layout__navigation-list > li > .sub-menu a:hover {
  color: #09FF96;
  transition: 0.25s linear color;
}
.header-layout__navigation-list > li.current-menu-item > a, .header-layout__navigation-list > li.current-menu-ancestor > a {
  color: #09FF96;
}
.header-layout__navigation-list > li.current-menu-item > a:after, .header-layout__navigation-list > li.current-menu-ancestor > a:after {
  bottom: -12px;
  opacity: 1;
}
.header-layout__navigation-list > li.cta > a {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  position: relative;
  color: #33363B;
}
.header-layout__navigation-list > li.cta > a:after {
  display: none;
}
.header-layout__navigation-list > li.cta > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #09FF96;
  left: -100%;
  top: 0;
  transition: 0.25s linear left;
  z-index: -1;
}
.header-layout__navigation-list > li.cta > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9EFBD1;
  left: 0%;
  top: 0;
  transition: 0.25s linear left;
  z-index: -1;
  opacity: 1;
  transform: none;
}
.header-layout__navigation-list > li.cta > a:hover {
  color: #33363B;
}
.header-layout__navigation-list > li.cta > a:hover:before {
  left: 0%;
  transition: 0.25s linear left;
}
.header-layout__navigation-list > li.cta > a:hover:after {
  left: 100%;
  transition: 0.25s linear left;
}
.header-layout__navigation-list > li > a {
  display: inline-block;
  color: white;
  font-family: "TWK Everett Mono", serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: 0.25s linear color;
}
@media screen and (min-width: 960px) {
  .header-layout__navigation-list > li > a.hovered + input + label + .sub-menu {
    opacity: 1 !important;
    pointer-events: all;
    transition: 0.25s linear all;
  }
}
.header-layout__navigation-list > li > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #09FF96;
  position: absolute;
  bottom: -24px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.25s ease-in-out all;
}
.header-layout__navigation-list > li > a:hover {
  color: #09FF96;
  transition: 0.25s linear color;
}
.header-layout__navigation-list > li > a:hover:after {
  bottom: -12px;
  opacity: 1;
  transition: 0.25s ease-in-out all;
}

.footer {
  padding: 48px 24px;
  border-top: 1px solid #5C5E62;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 72px 24px;
  }
}
@media screen and (min-width: 1000px) {
  .footer-grid {
    display: flex;
    margin-bottom: 72px;
  }
}
.footer-grid__item {
  flex: 0 0 25%;
  margin-bottom: 48px;
}
@media screen and (min-width: 1000px) {
  .footer-grid__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer-grid__item {
    margin-bottom: 0;
  }
}
.footer-grid__item:nth-of-type(3) {
  flex: 0 0 30%;
  margin-left: auto;
}
.footer__heading {
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
  border-bottom: 1px solid #09FF96;
  display: inline-block;
  padding-bottom: 9px;
}
.footer__heading--hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .footer__heading--hidden {
    position: relative;
  }
}
.footer__content {
  line-height: 1.4;
}
.footer__content a {
  color: white;
  text-shadow: 0 0 white;
  text-decoration: none;
}
.footer__navigation-list {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.footer__navigation-list .search-link {
  display: none;
}
.footer__navigation-list > li {
  flex: 0 0 calc(50% - 24px);
  margin-bottom: 24px;
  margin-right: 48px;
}
.footer__navigation-list > li:nth-of-type(2n) {
  margin-right: 0;
}
.footer__navigation-list > li.footer-social-icons {
  margin-right: 0;
}
.footer__navigation-list > li > a {
  color: white;
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
  text-decoration: none;
}

.bottom-footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 1000px) {
  .bottom-footer-logos {
    margin-bottom: 0;
  }
}
.bottom-footer-logos > div {
  flex: 0 0 50%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .bottom-footer-logos > div {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-footer-logos > div {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.bottom-footer-grid__item img {
  margin-right: 36px;
}
.bottom-footer__copyright {
  margin-bottom: 0;
}
.bottom-footer__better {
  color: #9d9e9f;
  margin-top: 6px;
  display: inline-block;
}

.hero-area {
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.hero-area--full {
  min-height: 100vh;
  min-height: calc(100vh - var(--headerHeight));
}
.hero-area--slim .hero-area__content {
  padding: 100px 0px;
}
.hero-area--slim .hero-area__title {
  font-size: 48px;
  font-size: 48px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .hero-area--slim .hero-area__title {
    font-size: 57px;
    font-size: calc(3vw + 30px);
  }
}
@media (min-width: 1200px) {
  .hero-area--slim .hero-area__title {
    font-size: 66px;
    font-size: 66px;
  }
}
.hero-area--with-sidebar .content-container--large {
  margin-left: initial;
}
.hero-area--with-sidebar .hero-area__box {
  padding-left: var(--fakeMarginLeft);
}
.hero-area--boxed-title {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 50vh;
  align-items: flex-end;
  margin-bottom: 140px;
}
.hero-area--boxed-title .content-container--large {
  flex: 1 0 auto;
}
.hero-area--boxed-title .hero-area__title {
  font-size: 30px;
  font-size: 30px;
  margin-bottom: 0;
  color: #09FF96;
}
@media (min-width: 600px) {
  .hero-area--boxed-title .hero-area__title {
    font-size: 39px;
    font-size: calc(3vw + 12px);
  }
}
@media (min-width: 1200px) {
  .hero-area--boxed-title .hero-area__title {
    font-size: 48px;
    font-size: 48px;
  }
}
.hero-area--boxed-title .hero-area__box {
  top: 140px;
}
.hero-area__box {
  position: relative;
  padding: 48px 60px;
  background: #33363B;
  min-width: 50vw;
}
.hero-area__box-date {
  background: #09FF96;
  display: inline-block;
  text-transform: uppercase;
  color: #33363B;
  padding: 10px 24px;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  position: absolute;
  padding-left: 40px;
  top: -18px;
}
.hero-area__box-date:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
.hero-area__video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-area__overlay {
  background: rgba(51, 54, 59, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.hero-area__content {
  position: relative;
  text-align: center;
  padding: 48px 0;
}
.hero-area__title {
  font-size: 48px;
  font-size: 48px;
  margin-bottom: 72px;
}
@media (min-width: 600px) {
  .hero-area__title {
    font-size: 72px;
    font-size: calc(8vw + 0px);
  }
}
@media (min-width: 1200px) {
  .hero-area__title {
    font-size: 96px;
    font-size: 96px;
  }
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
}
.news-grid .news-grid__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .news-grid .news-grid__item {
    flex: 0 0 calc(33.3% - 27px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .news-grid .news-grid__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.featured-news-card {
  display: flex;
  color: black;
  text-decoration: none;
}
.featured-news-card:hover .featured-news-card__content-before {
  opacity: 1;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  color: #09FF96;
}
.featured-news-card:hover .featured-news-card__content:after {
  left: calc(100% - 48px - 6px);
  transition: 0.25s linear left;
}
.featured-news-card__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 48px;
}
.featured-news-card__title {
  font-size: 18px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .featured-news-card__title {
    font-size: 21px;
    font-size: calc(1vw + 12px);
  }
}
@media (min-width: 1200px) {
  .featured-news-card__title {
    font-size: 24px;
    font-size: 24px;
  }
}
.featured-news-card__content {
  flex: 0 0 50%;
  background: #e7fef4;
  padding: 48px;
  position: relative;
}
.featured-news-card__content-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #09FF96;
  bottom: 0;
  right: -40px;
}
.featured-news-card__content-before {
  position: absolute;
  bottom: 48px;
  left: 48px;
  opacity: 0;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
}
.featured-news-card__content:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #09FF96;
  position: absolute;
  left: 48px;
  transition: 0.25s linear left;
  bottom: 48px;
}
.featured-news-card__image {
  flex: 0 0 50%;
}

.news-card {
  display: inline-block;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #33363B;
  text-decoration: none;
}
.news-card:hover .news-card__content-before {
  opacity: 1;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  color: #09FF96;
}
.news-card:hover .news-card__content:after {
  left: calc(100% - 30px - 6px);
  transition: 0.25s linear left;
}
.news-card__image {
  flex: 1;
}
.news-card__image:after {
  content: "";
  display: inline-block;
}
.news-card__content {
  top: -30px;
  left: -40px;
  position: relative;
  background: #E7FEF4;
  padding: 30px;
  padding-bottom: 72px;
  height: 100%;
}
.news-card__content-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #09FF96;
  right: -40px;
}
.news-card__content-before {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
}
.news-card__content:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #09FF96;
  position: absolute;
  left: 30px;
  transition: 0.25s linear left;
  bottom: 30px;
}
.news-card__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 48px;
}
.news-card__title {
  font-size: 18px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .news-card__title {
    font-size: 21px;
    font-size: calc(1vw + 12px);
  }
}
@media (min-width: 1200px) {
  .news-card__title {
    font-size: 24px;
    font-size: 24px;
  }
}

.accordion {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion:hover svg {
  fill: #09FF96;
  transition: 0.25s linear all;
}
.accordion-container__introduction {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .accordion-grid {
    display: flex;
  }
}
.accordion-grid--right .accordion-grid__information {
  order: 1;
  margin-right: 0;
}
.accordion-grid--right .accordion-grid__list {
  order: 0;
  margin-right: 100px;
}
.accordion-grid--top {
  display: block;
}
.accordion-grid--top .accordion-grid__information {
  margin-bottom: 60px;
  margin-right: 0;
}
.accordion-grid__information {
  flex: 0 0 calc(33.3% - 50px);
  margin-right: 100px;
}
.accordion-grid__list {
  flex: 0 0 calc(66.6% - 50px);
}
.accordion__title {
  font-size: 22px;
  font-size: 22px;
}
@media (min-width: 600px) {
  .accordion__title {
    font-size: 25px;
    font-size: calc(1vw + 16px);
  }
}
@media (min-width: 1200px) {
  .accordion__title {
    font-size: 28px;
    font-size: 28px;
  }
}
.accordion.active svg {
  fill: #09FF96;
  transform: rotate(45deg);
  transition: 0.25s linear all;
}
.accordion svg {
  max-width: 46px;
  max-height: 46px;
  fill: white;
  transform: rotate(0deg);
  transition: 0.25s linear all;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.125rem;
  line-height: 1.25;
  padding-right: 80px;
}

.ginput_container_consent + .gfield_consent_description {
  border: 0 !important;
}

.gfield_description a {
  color: white;
  text-shadow: 0 0 white;
  text-decoration: none;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  color: #09FF96;
}
.single-post__introduction {
  padding: 0px 60px 48px 60px;
  font-size: 22px;
  line-height: 1.3;
}
.single-post .standard-content {
  font-size: 1rem;
  line-height: 1.3;
  padding: 48px 60px;
}
.single-post .standard-content p a {
  color: white;
  text-shadow: 0 0 white;
}
.single-post .fifty-fifty-image {
  display: flex;
  justify-content: space-between;
}
.single-post .fifty-fifty-image > div {
  flex: 0 0 calc(50% - 14px);
}
.single-post .fifty-fifty-image > div img {
  width: 100%;
}
.single-post__share-links {
  padding: 0px 60px 48px 60px;
}
.single-post__share-links-list {
  display: flex;
  margin-left: 0;
  list-style: none;
}
.single-post__share-links-list__item {
  margin-right: 57px;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
}
.single-post__share-links-list__link {
  color: white;
  text-decoration: none;
}
.single-post__share-links-list__link:after {
  content: "↗";
  display: inline-block;
  color: #09FF96;
  margin-left: 9px;
}
.single-post--with-sidebar {
  display: flex;
}
.single-post--with-sidebar > div:first-of-type {
  flex: 0 0 calc(70% - 100px);
  margin-right: 200px;
}
.single-post--with-sidebar > div:last-of-type {
  flex: 0 0 calc(30% - 100px);
}
.single-post--with-sidebar .content-container {
  max-width: 100%;
}
.single-post--with-sidebar .single-post__introduction {
  padding: 0 0 48px 0;
}
.single-post--with-sidebar .standard-content {
  padding: 48px 0;
}
.single-post--with-sidebar .single-post__share-links {
  padding: 0 0 0 0;
}

.sidebar {
  position: sticky;
  top: calc(var(--headerHeight) + 60px);
}
.sidebar > *:last-child {
  margin-bottom: 0;
}
.sidebar-container {
  padding-top: 60px;
}
.sidebar-key-links {
  margin-bottom: 80px;
}
.sidebar-key-links__heading {
  font-size: 0.875rem;
  line-height: 1;
  color: white !important;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  display: inline-block;
}
.sidebar-key-links__heading:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #09FF96;
}
.sidebar-key-links__item {
  font-size: 0.9375rem;
  display: inline-block;
  background: #3C4044;
  color: white;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 3px;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  padding-right: 48px;
  transition: 0.25s linear background;
}
.sidebar-key-links__item:hover {
  background: #09FF96;
  color: #33363B;
  transition: 0.25s linear background;
}
.sidebar-key-links__item:hover svg {
  fill: #33363B;
  transition: 0.25s linear fill;
}
.sidebar-key-links__item svg {
  position: absolute;
  right: 21px;
  max-width: 9px;
  top: 50%;
  transform: translateY(-50%);
  fill: #09FF96;
  transition: 0.25s linear fill;
}
.sidebar-notice {
  padding: 42px 30px;
  border: 1px solid #09FF96;
  position: relative;
  margin-bottom: 80px;
  font-size: 18px;
  font-size: 18px;
  line-height: 1.35;
}
@media (min-width: 600px) {
  .sidebar-notice {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .sidebar-notice {
    font-size: 22px;
    font-size: 22px;
  }
}
.sidebar-notice:before {
  content: "!";
  position: absolute;
  color: #33363B;
  font-size: 18px;
  background: #09FF96;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  left: 30px;
}
.sidebar-large-key-link {
  width: 100%;
  padding: 29px 77px;
  text-align: center;
  background: #3C4044;
}
.sidebar-large-key-link:after {
  width: 10px;
  height: 10px;
  bottom: -5px;
}
.sidebar-large-key-link-container {
  margin-bottom: 80px;
}

.search-card {
  padding: 24px;
  color: white;
  border: 1px solid #09FF96;
  height: 100%;
}
.search-card__title {
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .search-card__title {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .search-card__title {
    font-size: 22px;
    font-size: 22px;
  }
}
.search-card-index-grid > .alm-seo {
  display: flex;
  flex-wrap: wrap;
}
.search-card-index-grid__item {
  flex: 0 0 calc(33.3% - 19px);
  margin-right: 28px;
  margin-bottom: 28px;
}
.search-card-index-grid__item:nth-of-type(3n) {
  margin-right: 0;
}
.search-link > a:first-of-type {
  display: none;
}
.search-icon {
  margin-right: 9px;
  display: inline-block;
}
.search-icon .svg--search-close {
  position: absolute;
  left: 0;
  opacity: 0;
}
.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.search-wrapper.active form {
  width: 200px;
  opacity: 1;
  pointer-events: all;
  transition: 0.25s linear all;
}
.search-wrapper.active .svg--search-close {
  opacity: 1;
}
.search-wrapper.active .svg--search-open {
  opacity: 0;
}
.search-wrapper form {
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s linear all;
}
.search-wrapper input[type=text] {
  border: 0;
  padding: 6px 0 !important;
  background: none !important;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.search-wrapper button {
  position: absolute;
  right: 0;
  bottom: 4px;
  padding: 0;
  height: 30px;
  border: 0;
  width: 30px;
  text-align: center;
  background: #3C4044;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper button svg {
  max-width: 10px;
  fill: white;
}

.simple-page {
  padding: 10vh 24px;
}
.simple-page--off {
  background: #3C4044;
}
.simple-page--featured-news {
  padding-top: 72px;
  padding-bottom: 72px;
}
.simple-page--featured-news + .simple-page--off {
  padding-top: 72px;
}
.simple-page__title {
  margin-bottom: 0;
}
.simple-page-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.5vh;
  align-items: flex-end;
}
.simple-page-select__label {
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block;
}
.simple-page-select__input {
  padding: 6px 0 !important;
  border: 0;
}

@media screen and (min-width: 1100px) {
  .events-grid > .alm-seo {
    display: flex;
    flex-wrap: wrap;
  }
}
.events-grid > .alm-seo .events-grid__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .events-grid > .alm-seo .events-grid__item {
    flex: 0 0 calc(33.3% - 27px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .events-grid > .alm-seo .events-grid__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.event-card {
  display: inline-block;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #33363B;
  text-decoration: none;
}
.event-card:hover .event-card__content:before {
  opacity: 1;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  color: #09FF96;
}
.event-card:hover .event-card__content:after {
  left: calc(100% - 30px - 6px);
  transition: 0.25s linear left;
}
.event-card__image {
  flex: 1;
}
.event-card__image:after {
  content: "";
  display: inline-block;
}
.event-card__content {
  top: -30px;
  left: -40px;
  position: relative;
  background: #E7FEF4;
  padding: 30px;
  padding-bottom: 72px;
}
.event-card__content-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #09FF96;
  right: -40px;
}
.event-card__content:before {
  position: absolute;
  content: "Read More";
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transition: 0.25s linear all;
  transition-delay: 0.125s;
  text-transform: uppercase;
  font-family: "TWK Everett Mono", serif;
}
.event-card__content:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #09FF96;
  position: absolute;
  left: 30px;
  transition: 0.25s linear left;
  bottom: 30px;
}
.event-card__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.event-card__location {
  font-size: 0.875rem;
  line-height: 1.35;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.event-card__host {
  font-size: 0.875rem;
  line-height: 1.35;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}
.event-card__title {
  font-size: 18px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .event-card__title {
    font-size: 21px;
    font-size: calc(1vw + 12px);
  }
}
@media (min-width: 1200px) {
  .event-card__title {
    font-size: 24px;
    font-size: 24px;
  }
}

.downloads-container {
  margin-bottom: 18px;
}
.downloads-container + br {
  display: none;
}

.downloads__title {
  font-size: 18px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  .downloads__title {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .downloads__title {
    font-size: 22px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .link-blocks {
    display: flex;
    flex-wrap: wrap;
  }
}
.link-blocks__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .link-blocks__item {
    flex: 0 0 calc(50% - 14px);
    margin-right: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .link-blocks__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.link-block {
  display: inline-flex;
  transition: 0.25s linear background;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  align-items: center;
  align-items: flex-start;
  background: #E7FEF4;
  color: #33363B;
}
.link-block__title {
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.link-block__info {
  font-size: 0.875rem;
  line-height: 1;
}
.link-block > span:nth-of-type(1) {
  flex: 0 0 auto;
  margin-right: 18px;
  top: 3px;
  position: relative;
  display: none;
}
.link-block > span:nth-of-type(2) {
  flex: 1;
}
.link-block > span:nth-of-type(2) > span {
  display: block;
}
.link-block > span:nth-of-type(3) {
  flex: 0 0 auto;
}

@media screen and (min-width: 1100px) {
  .cover-blocks {
    display: flex;
  }
}
.cover-blocks__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .cover-blocks__item {
    flex: 0 0 calc(50% - 14px);
    margin-right: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .cover-blocks__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.cover-block {
  display: inline-flex;
  transition: 0.25s linear background;
  text-decoration: none !important;
  height: 100%;
}
.cover-block__info {
  font-size: 0.875rem;
  line-height: 1;
}
.cover-block__link {
  font-weight: 500;
}
.cover-block__title {
  font-size: 18px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .cover-block__title {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .cover-block__title {
    font-size: 22px;
    font-size: 22px;
  }
}
.cover-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-block__image-container {
  flex: 0 0 33.3%;
}
.cover-block__content-container {
  background: #E7FEF4;
  color: #33363B;
  flex: 0 0 66.6%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cover-block__content-container > span:first-of-type {
  flex: 1;
  margin-bottom: 24px;
}

.statement-slice {
  padding: 48px 24px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .statement-slice {
    padding: 10vh 24px;
  }
}
@media screen and (min-width: 1200px) {
  .statement-slice {
    padding: 15vh 24px;
  }
}
.statement-slice--grey {
  background: #3C4044;
}
.statement-slice--grey + .cta-slice {
  padding-top: 0;
}
.statement-slice--green {
  background: #09FF96;
  color: #33363B;
}
.statement-slice__content {
  font-size: 20px;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .statement-slice__content {
    font-size: 27px;
    font-size: calc(2.3333333333vw + 6px);
  }
}
@media (min-width: 1200px) {
  .statement-slice__content {
    font-size: 34px;
    font-size: 34px;
  }
}
.statement-slice__content--with-links {
  margin-bottom: 24px;
}
@media screen and (min-width: 800px) {
  .statement-slice__content--with-links {
    margin-bottom: 76px;
  }
}
.statement-slice__links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .statement-slice__links {
    flex-direction: row;
  }
}
.statement-slice__links .button {
  margin-bottom: 48px;
}
@media screen and (min-width: 800px) {
  .statement-slice__links .button {
    flex: 0 0 calc(33.33% - 32px);
    margin: 0;
    margin-right: 48px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 800px) {
  .statement-slice__links .button:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .statement-slice__links .button:last-of-type {
    margin-right: 0;
  }
}

.cta-slice {
  background: #3C4044;
  padding: 48px 24px;
}
@media screen and (min-width: 1200px) {
  .cta-slice {
    padding: 10vh 24px;
  }
}
.cta-slice-item {
  position: relative;
}
.cta-slice-item__container {
  position: relative;
}
.cta-slice-item__overlay {
  position: absolute;
  background: rgba(51, 54, 59, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-slice-item__title {
  font-size: 1rem;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  text-transform: uppercase;
  color: #09FF96;
}
.cta-slice-item__content {
  font-size: 20px;
  font-size: 20px;
  padding-right: 7.5vw;
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .cta-slice-item__content {
    font-size: 24px;
    font-size: calc(1.3333333333vw + 12px);
  }
}
@media (min-width: 1200px) {
  .cta-slice-item__content {
    font-size: 28px;
    font-size: 28px;
  }
}
.cta-slice-item__links {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
.cta-slice-item__links > li {
  flex: 0 0 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .cta-slice-item__links > li {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 1000px) {
  .cta-blocks-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cta-blocks-grid__item {
  background-size: cover;
  background: #33363B;
  padding: 40px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1000px) {
  .cta-blocks-grid__item {
    flex: 0 0 calc(50% - 14px);
    margin-right: 28px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1000px) {
  .cta-blocks-grid__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.fifty-fifty-slice {
  padding: 48px 24px;
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice {
    padding: 10vh 24px;
  }
}
@media screen and (min-width: 1200px) {
  .fifty-fifty-slice {
    padding: 15vh 24px;
  }
}
.fifty-fifty-slice + .fifty-fifty-slice {
  padding-top: 10vh;
}
.fifty-fifty-slice__title {
  font-family: "TWK Everett Mono", serif;
  color: #09FF96;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  margin-bottom: 36px;
}
@media (min-width: 600px) {
  .fifty-fifty-slice__title {
    font-size: 16px;
    font-size: calc(0.6666666667vw + 10px);
  }
}
@media (min-width: 1200px) {
  .fifty-fifty-slice__title {
    font-size: 18px;
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice__title {
    margin-bottom: 55px;
  }
}
.fifty-fifty-slice__heading {
  font-size: 18px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .fifty-fifty-slice__heading {
    font-size: 26px;
    font-size: calc(2.6666666667vw + 2px);
  }
}
@media (min-width: 1200px) {
  .fifty-fifty-slice__heading {
    font-size: 34px;
    font-size: 34px;
  }
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice__heading {
    margin-bottom: 80px;
  }
}
.fifty-fifty-slice__content {
  font-size: 16px;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .fifty-fifty-slice__content {
    font-size: 19px;
    font-size: calc(1vw + 10px);
  }
}
@media (min-width: 1200px) {
  .fifty-fifty-slice__content {
    font-size: 22px;
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice__content {
    margin-bottom: 100px;
  }
}
.fifty-fifty-slice__content--detailed {
  padding-top: 36px;
  position: relative;
}
.fifty-fifty-slice__content--detailed:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #09FF96;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice-grid {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice-grid--flipped .fifty-fifty-slice-grid__item:nth-of-type(1) {
    order: 1;
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice-grid--flipped .fifty-fifty-slice-grid__item:nth-of-type(2) {
    order: 0;
    margin-right: 200px;
  }
}
.fifty-fifty-slice-grid__item {
  flex: 0 0 calc(55% - 100px);
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .fifty-fifty-slice-grid__item {
    margin-right: 200px;
  }
}
.fifty-fifty-slice-grid__item[data-image-name="location-map.svg"] svg {
  display: none;
}
.fifty-fifty-slice-grid__item .svg--hero-decoration--top {
  top: -34px;
}
.fifty-fifty-slice-grid__item .svg--hero-decoration--bottom {
  bottom: -34px;
}
.fifty-fifty-slice-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty-fifty-slice-grid__item:nth-of-type(2) {
  flex: 0 0 calc(45% - 100px);
  text-align: left;
  margin-right: 0;
}

.stats-slice {
  padding: 48px 24px;
}
@media screen and (min-width: 800px) {
  .stats-slice {
    padding: 10vh 24px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-slice {
    padding: 15vh 24px;
  }
}
.stats-slice + .latest-news {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .stats-slice-grid {
    display: flex;
  }
}
.stats-slice-grid__item {
  margin-bottom: 48px;
}
@media screen and (min-width: 800px) {
  .stats-slice-grid__item {
    flex: 0 0 calc(33.3% - 100px);
    margin-right: 150px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .stats-slice-grid__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.stat-item {
  text-align: center;
}
.stat-item__icon {
  margin-bottom: 36px;
  display: inline-block;
}
.stat-item__icon svg {
  fill: #09FF96;
  max-height: 80px;
}
.stat-item__number {
  font-size: 48px;
  font-size: 48px;
  color: #09FF96;
}
@media (min-width: 600px) {
  .stat-item__number {
    font-size: 50px;
    font-size: calc(0.6666666667vw + 44px);
  }
}
@media (min-width: 1200px) {
  .stat-item__number {
    font-size: 52px;
    font-size: 52px;
  }
}
.stat-item__content {
  position: relative;
  padding-top: 48px;
  line-height: 1.5;
}
.stat-item__content:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-bottom: 0;
}

.latest-news {
  padding: 48px 24px;
  overflow: hidden;
}
.latest-news + .newsletter-slice {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .latest-news {
    padding: 10vh 24px;
  }
}
@media screen and (min-width: 1200px) {
  .latest-news {
    padding: 15vh 24px;
  }
}
.latest-news__heading {
  font-size: 10vw;
  display: flex;
  color: #09FF96;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
.latest-news__heading > span {
  margin-right: 48px;
}
.latest-news__heading--2 {
  color: #33363B;
  text-shadow: -1px -1px 0 #09FF96, 1px -1px 0 #09FF96, -1px 1px 0 #09FF96, 1px 1px 0 #09FF96;
  margin-bottom: 48px;
}
@media screen and (min-width: 800px) {
  .latest-news__heading--2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .latest-news-grid {
    padding: 10vh 24px;
    padding-bottom: 0;
    display: flex;
  }
}
.latest-news-grid__item {
  margin-bottom: 48px;
}
@media screen and (min-width: 800px) {
  .latest-news-grid__item {
    flex: 0 0 calc(33.3% - 60px);
  }
}
@media screen and (min-width: 800px) {
  .latest-news-grid__item:first-of-type {
    margin-right: 130px;
  }
}
@media screen and (min-width: 800px) {
  .latest-news-grid__item:nth-of-type(2) {
    margin-right: 50px;
  }
}
.latest-news__title {
  font-size: 1.125rem;
  line-height: 1;
  font-family: "TWK Everett Mono", serif;
  color: #09FF96;
  text-transform: uppercase;
}
.latest-news__content {
  font-size: 24px;
  font-size: 24px;
  margin-bottom: 36px;
}
@media (min-width: 600px) {
  .latest-news__content {
    font-size: 29px;
    font-size: calc(1.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .latest-news__content {
    font-size: 34px;
    font-size: 34px;
  }
}
@media screen and (min-width: 800px) {
  .latest-news__content {
    margin-bottom: 80px;
  }
}

.newsletter-slice {
  padding: 10vh 24px;
}
.newsletter-slice__title {
  font-size: 24px;
  font-size: 24px;
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .newsletter-slice__title {
    font-size: 29px;
    font-size: calc(1.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .newsletter-slice__title {
    font-size: 34px;
    font-size: 34px;
  }
}

#gform_fields_2 {
  grid-column-gap: 0;
}
@media screen and (min-width: 640px) {
  #gform_fields_2 {
    display: flex;
  }
}
#gform_fields_2 #field_submit {
  margin-right: 0;
  justify-content: flex-end;
}
#gform_fields_2 #field_2_7 {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  #gform_fields_2 > .gfield {
    flex: 0 0 calc(50% - 14px);
    margin-right: 28px;
  }
}
@media screen and (min-width: 640px) {
  #gform_fields_2 > .gfield:nth-of-type(2n) {
    margin-right: 0;
  }
}
#gform_fields_2 input {
  background: transparent;
  color: white;
  border: 0;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 0;
  padding: 0px 24px 18px 24px !important;
  display: inline-block;
}
#gform_fields_2 input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999B9D;
  opacity: 1; /* Firefox */
}
#gform_fields_2 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999B9D;
  opacity: 1; /* Firefox */
}
#gform_fields_2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999B9D;
  opacity: 0.8;
}
#gform_fields_2 input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999B9D;
  opacity: 0.8;
}
#gform_fields_2 input:focus {
  border-color: #09FF96;
}

.title-slice {
  padding: 48px 24px;
}
@media screen and (min-width: 800px) {
  .title-slice {
    padding: 10vh 24px;
  }
}
.title-slice--no-bottom-padding {
  padding-bottom: 0;
}
.title-slice--no-bottom-padding + .content-slice {
  padding-top: 72px;
}
.title-slice + .grid-slice {
  padding: 0 24px;
}
.title-slice__heading {
  font-size: 48px;
  font-size: 48px;
  color: #09FF96;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .title-slice__heading {
    font-size: 84px;
    font-size: calc(12vw + -24px);
  }
}
@media (min-width: 1200px) {
  .title-slice__heading {
    font-size: 120px;
    font-size: 120px;
  }
}
.title-slice__heading span {
  display: block;
}
.title-slice__heading span:last-of-type {
  color: #33363B;
  text-shadow: -1px -1px 0 #09FF96, 1px -1px 0 #09FF96, -1px 1px 0 #09FF96, 1px 1px 0 #09FF96;
}

.grid-slice {
  padding: 15vh 24px;
}
@media screen and (min-width: 600px) {
  .grid-slice-layout {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px) {
  .grid-slice-layout--three .grid-slice-layout__item {
    flex: 0 0 calc(33.3% - 54px);
    margin-right: 80px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1000px) {
  .grid-slice-layout--three .grid-slice-layout__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .grid-slice-layout--four .grid-slice-layout__item {
    flex: 0 0 calc(50% - 14px);
    margin-right: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-layout__item {
    flex: 0 0 calc(25% - 38px);
    margin-right: 50px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 600px) {
  .grid-slice-layout--four .grid-slice-layout__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-layout__item:nth-of-type(2n) {
    margin-right: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-layout__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.grid-slice-layout--four .grid-slice-item__title {
  font-size: 22px;
  font-size: 22px;
}
@media (min-width: 600px) {
  .grid-slice-layout--four .grid-slice-item__title {
    font-size: 29px;
    font-size: calc(2.3333333333vw + 8px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-item__title {
    font-size: 36px;
    font-size: 36px;
  }
}
.grid-slice-layout--four .grid-slice-item__subtitle {
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .grid-slice-layout--four .grid-slice-item__subtitle {
    font-size: 19px;
    font-size: calc(1vw + 10px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-item__subtitle {
    font-size: 22px;
    font-size: 22px;
  }
}
.grid-slice-layout--four .grid-slice-item__content {
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .grid-slice-layout--four .grid-slice-item__content {
    font-size: 17px;
    font-size: calc(1vw + 8px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-layout--four .grid-slice-item__content {
    font-size: 20px;
    font-size: 20px;
  }
}
.grid-slice-item--reduced .grid-slice-item__title {
  font-size: 22px;
  font-size: 22px;
}
@media (min-width: 600px) {
  .grid-slice-item--reduced .grid-slice-item__title {
    font-size: 26px;
    font-size: calc(1.3333333333vw + 14px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item--reduced .grid-slice-item__title {
    font-size: 30px;
    font-size: 30px;
  }
}
.grid-slice-item--reduced .grid-slice-item__subtitle {
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .grid-slice-item--reduced .grid-slice-item__subtitle {
    font-size: 18px;
    font-size: calc(0.6666666667vw + 12px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item--reduced .grid-slice-item__subtitle {
    font-size: 20px;
    font-size: 20px;
  }
}
.grid-slice-item--reduced .grid-slice-item__content {
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .grid-slice-item--reduced .grid-slice-item__content {
    font-size: 16px;
    font-size: calc(0.6666666667vw + 10px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item--reduced .grid-slice-item__content {
    font-size: 18px;
    font-size: 18px;
  }
}
.grid-slice-item-more-link {
  color: #09FF96;
  text-decoration: none;
  font-weight: 600;
}
.grid-slice-item__title {
  font-size: 22px;
  font-size: 22px;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  .grid-slice-item__title {
    font-size: 32px;
    font-size: calc(3.3333333333vw + 2px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item__title {
    font-size: 42px;
    font-size: 42px;
  }
}
.grid-slice-item__subtitle {
  font-size: 18px;
  font-size: 18px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .grid-slice-item__subtitle {
    font-size: 22px;
    font-size: calc(1.3333333333vw + 10px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item__subtitle {
    font-size: 26px;
    font-size: 26px;
  }
}
.grid-slice-item__content {
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .grid-slice-item__content {
    font-size: 19px;
    font-size: calc(1vw + 10px);
  }
}
@media (min-width: 1200px) {
  .grid-slice-item__content {
    font-size: 22px;
    font-size: 22px;
  }
}
.grid-slice-item__content-more {
  margin-bottom: 24px;
  line-height: 1.3;
}
.grid-slice-item__image {
  margin-bottom: 24px;
}
.grid-slice-item__icon {
  display: inline-block;
  margin-bottom: 36px;
}
.grid-slice-item__icon svg {
  fill: #09FF96;
  max-width: 60px;
  max-height: 60px;
}

.content-slice {
  padding: 48px 24px;
}
@media screen and (min-width: 800px) {
  .content-slice {
    padding: 10vh 24px;
  }
}

.sixty-fourty-slice {
  padding: 48px 24px;
}
.sixty-fourty-slice + .sixty-fourty-slice {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .sixty-fourty-slice + .sixty-fourty-slice {
    padding-top: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice + .sixty-fourty-slice {
    padding-top: 15vh;
  }
}
@media screen and (min-width: 800px) {
  .sixty-fourty-slice {
    padding: 10vh 24px;
  }
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice {
    padding: 15vh 24px;
  }
}
.sixty-fourty-slice__image {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice-grid {
    display: flex;
  }
}
.sixty-fourty-slice-grid--flipped .sixty-fourty-slice-grid__item:first-of-type {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice-grid--flipped .sixty-fourty-slice-grid__item:first-of-type .sixty-fourty-slice__box {
    right: 20%;
  }
}
.sixty-fourty-slice-grid--top {
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice-grid--top .sixty-fourty-slice__box {
    position: relative;
    top: -70px;
  }
}
.sixty-fourty-slice-grid--middle {
  align-items: center;
}
.sixty-fourty-slice-grid--bottom {
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice-grid--bottom .sixty-fourty-slice__box {
    position: relative;
    bottom: -70px;
  }
}
.sixty-fourty-slice-grid__item:first-of-type {
  flex: 0 0 30%;
}
.sixty-fourty-slice-grid__item:last-of-type {
  flex: 0 0 70%;
}
.sixty-fourty-slice__box {
  background: #09FF96;
  color: #33363B;
  padding: 28px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice__box {
    padding: 60px;
    width: 120%;
  }
}
.sixty-fourty-slice__box-title {
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .sixty-fourty-slice__box-title {
    font-size: 44px;
    font-size: calc(2.6666666667vw + 20px);
  }
}
@media (min-width: 1200px) {
  .sixty-fourty-slice__box-title {
    font-size: 52px;
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .sixty-fourty-slice__box-title {
    margin-bottom: 48px;
  }
}
.sixty-fourty-slice__box-content {
  line-height: 1.4;
}
.sixty-fourty-slice__box-content p:last-child {
  margin-bottom: 0;
}

.resources-slice {
  padding: 48px 24px;
}
.resources-slice + .newsletter-slice {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .resources-slice {
    padding: 48px 24px 10vh 24px;
  }
}
.resources-slice .accordion.active + .panel {
  padding-bottom: 48px;
}
.resources-slice--list .panel {
  max-height: initial;
  padding-bottom: 36px !important;
}
.resources-slice--list .accordion {
  padding-top: 36px !important;
  pointer-events: none;
}
.resources-slice--list .accordion-item__icon {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #004577;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #FFF;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #004577;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div, .splide__video__wrapper iframe, .splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.hero-dynamic-valley-images-carousel .splide__track, .hero-dynamic-valley-content-carousel .splide__track {
  height: 100%;
}

.hero-dynamic-valley-images-carousel .splide__pagination {
  bottom: 30px;
}
.hero-dynamic-valley-images-carousel .splide__pagination__page {
  border-radius: 2px;
  border: 1px solid white;
  background: transparent;
  width: 10px;
  height: 10px;
  margin: 6px;
}
.hero-dynamic-valley-images-carousel .splide__pagination__page.is-active {
  background: white !important;
  transform: scale(1);
}

.video-carousel {
  opacity: 0;
}
.video-carousel.animated.active {
  opacity: 0;
  animation: fadeInLeft 1s forwards;
}
@media screen and (min-width: 900px) {
  .video-carousel.animated.active {
    animation: fadeInDown 2s forwards;
  }
}
.video-carousel .splide__arrow--prev {
  left: -60px;
  background: none;
  top: calc(50% - 40px);
}
.video-carousel .splide__arrow--next {
  right: -60px;
  background: none;
  transform: translateY(-50%);
  top: calc(50% - 40px);
}
.video-carousel .splide__pagination {
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .video-carousel .splide__pagination {
    display: none;
  }
}
.video-carousel .splide__pagination__page.is-active {
  background: #3C4044;
}
.video-carousel .splide__slide img {
  clip-path: url("#content-image-clip-path");
}
@supports (-webkit-overflow-scrolling: touch) {
  .video-carousel .splide__slide img {
    -webkit-clip-path: none !important;
  }
}

.splide__video:hover .splide__video__play {
  padding-right: 72px;
}
.splide__video:hover .splide__video__play:before {
  opacity: 1;
  transition: 0.25s linear all;
}

.splide__video__play {
  position: absolute;
  left: 40px;
  top: 40px;
  border-radius: 0;
  background: #09FF96;
  opacity: 1;
  color: white;
  transform: none !important;
  padding-right: 0px;
  transition: 0.25s linear all;
}
.splide__video__play:hover {
  padding-right: 72px;
  transition: 0.25s linear all;
}
.splide__video__play:hover:before {
  opacity: 1;
  transition: 0.25s linear all;
}
.splide__video__play:before {
  content: "Play";
  display: inline-block;
  position: absolute;
  left: 36px;
  opacity: 0;
  transition: 0.25s linear opacity;
}
.splide__video__play:after {
  position: absolute;
  left: 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #3C4044;
}

/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copyright 2015-2021 Connekt Media - https://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
 * Twitter: @ajaxloadmore
 * Twitter: @connekthq
*/
.alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.alm-btn-wrap:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 500;
  width: auto;
  height: 43px;
  line-height: 1;
  background: #ed7070;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  /* Loading */
  /* Loaded / Done */
  /* Loading Icon */
  /* Loading :before */
}

.alm-btn-wrap .alm-load-more-btn:hover, .alm-btn-wrap .alm-load-more-btn.loading {
  background-color: #e06161;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  color: #fff;
  text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn:active {
  box-shadow: none;
  text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn.loading {
  cursor: wait;
  outline: none;
  padding-left: 44px;
}

.alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: 0.15;
  background-color: #ed7070;
  outline: none !important;
  box-shadow: none !important;
}

.alm-btn-wrap .alm-load-more-btn:before, .alm-btn-wrap .alm-load-more-btn.done:before {
  background: none;
  width: 0;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 30px;
  height: 31px;
  margin: 6px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}

.alm-btn-wrap .alm-elementor-link {
  display: block;
  font-size: 13px;
  margin: 0 0 15px;
}

@media screen and (min-width: 768px) {
  .alm-btn-wrap .alm-elementor-link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
/* white */
.ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: #fff;
  color: #787878;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: none;
  outline: none;
}

.ajax-load-more-wrap.white .alm-load-more-btn:focus, .ajax-load-more-wrap.white .alm-load-more-btn:hover, .ajax-load-more-wrap.white .alm-load-more-btn.loading {
  background-color: #fff;
  color: #333;
  border-color: #aaaaaa;
}

.ajax-load-more-wrap.white .alm-load-more-btn.done {
  background-color: #fff;
  color: #444;
  border-color: #ccc;
}

.ajax-load-more-wrap.white .alm-load-more-btn.loading {
  color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  background-color: transparent;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-left: 20px;
}

.ajax-load-more-wrap.white .alm-load-more-btn.loading:before {
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 25px 25px;
  background-position: center center;
}

/* light grey */
.ajax-load-more-wrap.light-grey .alm-load-more-btn {
  background-color: #efefef;
  color: #787878;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.075s ease;
  outline: none;
}

.ajax-load-more-wrap.light-grey .alm-load-more-btn:focus, .ajax-load-more-wrap.light-grey .alm-load-more-btn:hover, .ajax-load-more-wrap.light-grey .alm-load-more-btn.loading, .ajax-load-more-wrap.light-grey .alm-load-more-btn.done {
  background-color: #f1f1f1;
  color: #222;
  border-color: #aaaaaa;
}

.ajax-load-more-wrap.light-grey .alm-load-more-btn.loading {
  color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  background-color: transparent;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-left: 20px;
}

.ajax-load-more-wrap.light-grey .alm-load-more-btn.loading:before {
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 25px 25px;
  background-position: center center;
}

/* Blue */
.ajax-load-more-wrap.blue .alm-load-more-btn {
  background-color: #1b91ca;
}

.ajax-load-more-wrap.blue .alm-load-more-btn:hover, .ajax-load-more-wrap.blue .alm-load-more-btn.loading, .ajax-load-more-wrap.blue .alm-load-more-btn.done {
  background-color: #1b84b7;
}

/* green */
.ajax-load-more-wrap.green .alm-load-more-btn {
  background-color: #80ca7a;
}

.ajax-load-more-wrap.green .alm-load-more-btn:hover, .ajax-load-more-wrap.green .alm-load-more-btn.loading, .ajax-load-more-wrap.green .alm-load-more-btn.done {
  background-color: #81c17b;
}

/* purple */
.ajax-load-more-wrap.purple .alm-load-more-btn {
  background-color: #b97eca;
}

.ajax-load-more-wrap.purple .alm-load-more-btn:hover, .ajax-load-more-wrap.purple .alm-load-more-btn.loading, .ajax-load-more-wrap.purple .alm-load-more-btn.done {
  background-color: #a477b1;
}

/* grey */
.ajax-load-more-wrap.grey .alm-load-more-btn {
  background-color: #a09e9e;
}

.ajax-load-more-wrap.grey .alm-load-more-btn:hover, .ajax-load-more-wrap.grey .alm-load-more-btn.loading, .ajax-load-more-wrap.grey .alm-load-more-btn.done {
  background-color: #888;
}

/* Infinite */
.ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn {
  width: 100%;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  border: none !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: none !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default !important;
  outline: none !important;
}

.ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn:before {
  display: none !important;
}

.ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn:focus, .ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn:active {
  outline: none;
}

.ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0;
}

.ajax-load-more-wrap.infinite > .alm-btn-wrap .alm-load-more-btn.loading {
  opacity: 1;
}

.ajax-load-more-wrap.alm-horizontal .alm-btn-wrap {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.ajax-load-more-wrap.alm-horizontal .alm-btn-wrap button {
  margin: 0;
}

.ajax-load-more-wrap.alm-horizontal .alm-btn-wrap button.done {
  display: none;
}

.alm-btn-wrap--prev {
  display: flex;
  width: 100%;
  justify-content: center;
  clear: both;
  padding: 0;
  margin: 0;
}

.alm-btn-wrap--prev:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  text-decoration: none;
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev:hover, .alm-btn-wrap--prev a.alm-load-more-btn--prev:focus {
  text-decoration: underline;
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading, .alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:focus {
  cursor: wait;
  text-decoration: none;
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:before, .alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:focus:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev:not(.disabled),
.alm-btn-wrap--prev a.alm-load-more-btn--prev button:not([disabled]) {
  cursor: pointer;
}

.alm-btn-wrap--prev a.alm-load-more-btn--prev.done {
  display: none !important;
}

/**
 *  Generic alm-listing Styles
 *  @since 1.0.0
 */
.alm-listing .alm-reveal {
  outline: none;
}

.alm-listing .alm-reveal:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.alm-listing {
  margin: 0;
  padding: 0;
}

.alm-listing .alm-reveal > li,
.alm-listing .alm-paging-content > li,
.alm-listing > li {
  position: relative;
}

.alm-listing .alm-reveal > li.alm-item,
.alm-listing .alm-paging-content > li.alm-item,
.alm-listing > li.alm-item {
  background: none;
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  position: relative;
  list-style: none;
}

@media screen and (min-width: 480px) {
  .alm-listing .alm-reveal > li.alm-item,
  .alm-listing .alm-paging-content > li.alm-item,
  .alm-listing > li.alm-item {
    padding: 0 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .alm-listing .alm-reveal > li.alm-item,
  .alm-listing .alm-paging-content > li.alm-item,
  .alm-listing > li.alm-item {
    padding: 0 0 0 135px;
  }
}
@media screen and (min-width: 1024px) {
  .alm-listing .alm-reveal > li.alm-item,
  .alm-listing .alm-paging-content > li.alm-item,
  .alm-listing > li.alm-item {
    padding: 0 0 0 160px;
  }
}
.alm-listing .alm-reveal > li.alm-item h3,
.alm-listing .alm-paging-content > li.alm-item h3,
.alm-listing > li.alm-item h3 {
  margin: 0;
}

.alm-listing .alm-reveal > li.alm-item p,
.alm-listing .alm-paging-content > li.alm-item p,
.alm-listing > li.alm-item p {
  margin: 10px 0 0;
}

.alm-listing .alm-reveal > li.alm-item p.entry-meta,
.alm-listing .alm-paging-content > li.alm-item p.entry-meta,
.alm-listing > li.alm-item p.entry-meta {
  opacity: 0.75;
}

.alm-listing .alm-reveal > li.alm-item img,
.alm-listing .alm-paging-content > li.alm-item img,
.alm-listing > li.alm-item img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  max-width: 65px;
}

@media screen and (min-width: 480px) {
  .alm-listing .alm-reveal > li.alm-item img,
  .alm-listing .alm-paging-content > li.alm-item img,
  .alm-listing > li.alm-item img {
    max-width: 85px;
  }
}
@media screen and (min-width: 768px) {
  .alm-listing .alm-reveal > li.alm-item img,
  .alm-listing .alm-paging-content > li.alm-item img,
  .alm-listing > li.alm-item img {
    max-width: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .alm-listing .alm-reveal > li.alm-item img,
  .alm-listing .alm-paging-content > li.alm-item img,
  .alm-listing > li.alm-item img {
    max-width: 140px;
  }
}
.alm-listing .alm-reveal > li.no-img,
.alm-listing .alm-paging-content > li.no-img,
.alm-listing > li.no-img {
  padding: 0;
}

.alm-listing.products li.product {
  padding-left: inherit;
}

.alm-listing.products li.product img {
  position: static;
  border-radius: inherit;
}

.alm-listing.stylefree .alm-reveal > li,
.alm-listing.stylefree .alm-paging-content > li,
.alm-listing.stylefree > li {
  padding: inherit;
  margin: inherit;
}

.alm-listing.stylefree .alm-reveal > li img,
.alm-listing.stylefree .alm-paging-content > li img,
.alm-listing.stylefree > li img {
  padding: inherit;
  margin: inherit;
  position: static;
  border-radius: inherit;
}

.alm-listing.rtl .alm-reveal > li,
.alm-listing.rtl .alm-paging-content > li {
  padding: 0 170px 0 0;
  text-align: right;
}

.alm-listing.rtl .alm-reveal > li img,
.alm-listing.rtl .alm-paging-content > li img {
  left: auto;
  right: 0;
}

.alm-listing.rtl.products li.product {
  padding-right: inherit;
}

.alm-masonry {
  display: block;
  overflow: hidden;
  clear: both;
}

.alm-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: none;
}

.ajax-load-more-wrap.alm-horizontal {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.ajax-load-more-wrap.alm-horizontal .alm-listing,
.ajax-load-more-wrap.alm-horizontal .alm-listing .alm-reveal {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.ajax-load-more-wrap.alm-horizontal .alm-listing > li.alm-item,
.ajax-load-more-wrap.alm-horizontal .alm-listing .alm-reveal > li.alm-item {
  padding: 0;
  text-align: center;
  margin: 0 2px;
  padding: 20px 20px 30px;
  height: auto;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 300px;
}

.ajax-load-more-wrap.alm-horizontal .alm-listing > li.alm-item img,
.ajax-load-more-wrap.alm-horizontal .alm-listing .alm-reveal > li.alm-item img {
  position: static;
  border-radius: 100%;
  max-width: 125px;
  margin: 0 auto 15px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}

.ajax-load-more-wrap.alm-horizontal .alm-listing .alm-reveal:after {
  display: none;
}

.alm-toc {
  display: flex;
  width: auto;
  padding: 10px 0;
}

.alm-toc button {
  background: #f7f7f7;
  border-radius: 4px;
  transition: all 0.15s ease;
  outline: none;
  border: 1px solid #efefef;
  box-shadow: none;
  color: #454545;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px;
  line-height: 1;
  margin: 0 5px 0 0;
  height: auto;
}

.alm-toc button:hover, .alm-toc button:focus {
  border-color: #ccc;
  color: #222;
}

.alm-toc button:hover {
  text-decoration: underline;
}

.alm-toc button:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.loadmore {
  background-color: black !important;
  color: white !important;
}

.elements-page-label, .elements-page .downloads-inner-container--cover-blocks:before, .elements-page .downloads-inner-container--link-blocks:before, .elements-page > *:before {
  position: absolute;
  left: 0;
  background: #700000;
  color: white;
  padding: 6px 12px;
  font-weight: 600;
  z-index: 998;
}

.elements-page .intro-slice.intro-slice--light:before {
  content: "Intro Slice - Light";
}
.elements-page .intro-slice.intro-slice--mid:before {
  content: "Intro Slice - Mid";
}
.elements-page .intro-slice.intro-slice--dark:before {
  content: "Intro Slice - Dark";
}
.elements-page .intro-slice.intro-slice--white:before {
  content: "Intro Slice - White";
}
.elements-page .intro-slice.intro-slice--grey:before {
  content: "Intro Slice - Grey";
}
.elements-page .content-slice.content-slice--light:before {
  content: "Content Slice - Light";
}
.elements-page .content-slice.content-slice--mid:before {
  content: "Content Slice - Mid";
}
.elements-page .content-slice.content-slice--dark:before {
  content: "Content Slice - Dark";
}
.elements-page .content-slice.content-slice--white:before {
  content: "Content Slice - White";
}
.elements-page .content-slice.content-slice--grey:before {
  content: "Content Slice - Grey";
}
.elements-page .stats-slice.stats-slice--valley-sans:before {
  content: "Stats Slice - Grid - Valley Sans";
}
.elements-page .stats-slice.stats-slice--inter:before {
  content: "Stats Slice - Grid - Inter";
}
.elements-page .team-slice:before {
  content: "Team Slice";
}
.elements-page .form-slice:before {
  content: "Form Slice";
}
.elements-page .form-slice.form-slice--boxed:before {
  content: "Form Slice - Boxed";
}
.elements-page .downloads-inner-container--link-blocks:before {
  content: "Downloads - Link Blocks";
}
.elements-page .downloads-inner-container--cover-blocks:before {
  content: "Downloads - Cover Blocks";
}
.elements-page .table-slice:before {
  content: "Table Slice";
}
.elements-page .images-video-slice.images-video-slice--50-50:before {
  content: "Images / Video Slice - 50/50";
}
.elements-page .image-cta-grid-slice.image-cta-grid-slice--full-width:before {
  content: "Image CTA Grid - Full Width";
}
.elements-page .image-cta-grid-slice.image-cta-grid-slice--contained:before {
  content: "Image CTA Grid - Contained";
}
.elements-page .pb-map-slice.pb-map-slice--directions:before {
  content: "Map Slice - Directions";
}
.elements-page .pb-map-slice.pb-map-slice--static:before {
  content: "Map Slice - Static";
}
.elements-page .pb-map-slice.pb-map-slice--interactive:before {
  content: "Map Slice - Interactive";
}
.elements-page .fifty-fifty-content-slice:before {
  content: "Fifty Fifty Content Slice";
}
.elements-page .fifty-fifty-content-slice.fifty-fifty-content-slice--secondary-form:before {
  content: "Fifty Fifty Content Slice - Form";
}
.elements-page .cta-slice:before {
  content: "Call to Action Slice";
}
.elements-page .valley-title-slice:before {
  content: "Valley Title Slice";
}
.elements-page .valley-title-slice.valley-title-slice-with--autoscroll:before {
  content: "Valley Title Slice with Autoscroll";
}

input[value=Change] {
  display: inline-block;
  width: auto;
  padding: 0 6px !important;
}

.language-switcher {
  margin: 0 auto;
  padding: 0 0 24px;
  text-align: center;
}

#language-switcher {
  padding: 0;
  padding-top: 24px;
  overflow: visible;
  background: 0 0;
  border: none;
  box-shadow: none;
}
#language-switcher select {
  padding: 0 6px !important;
}

.login label {
  font-size: 18px !important;
}

.forgetmenot {
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
}

.login form input[type=checkbox] {
  flex: 0 0 auto;
  margin-right: 12.94px;
}

.login form {
  margin-top: 0;
}

.privacy-policy-link {
  color: black;
}
.privacy-policy-link:hover {
  color: black;
}

body.login div#login h1 a {
  background-image: url("../images/atom-valley-logo.svg");
  width: 300px;
  height: 86px;
  background-size: auto;
  margin: 0 auto;
}
body.login div#login h1 a:focus, body.login div#login h1 a:active {
  outline: none;
  border: 0 none;
  box-shadow: none;
}

body.login {
  background-color: #33363B;
}
@media screen and (min-width: 776.4px) {
  body.login {
    background-position: bottom 25.88px right 25.88px;
    background-size: 75px auto;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 776.4px) {
  body.login div#login {
    width: 320px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 44em;
  }
}
body.login div#login h1 {
  margin-bottom: 51.76px;
}

.login .message {
  margin-bottom: 12.94px;
}

body.login div#login form#loginform,
body.login div#login form#lostpasswordform {
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  background-color: white;
  border: 1px solid #000;
}

body.login div#login form#loginform p label {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  width: 100%;
}

body.login div#login form#loginform input.input {
  font-size: 1rem;
  padding: 12.94px;
}

body.login div#login p#nav {
  font-size: 1rem;
  text-shadow: none;
}

body.login div#login p#nav {
  text-align: center;
}

body.login div#login p#nav a {
  color: #FFF !important;
  text-decoration: none;
}

body.login div#login p#backtoblog {
  text-shadow: none;
  text-align: center;
}

body.login div#login p#backtoblog a {
  color: #FFF !important;
  text-decoration: none;
}

body.login div#login .submit .button {
  background: #09FF96;
  color: #33363B;
  padding: 12px 18px !important;
  line-height: 1 !important;
}

.login #login_error, .login .message {
  font-size: 1rem;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  border: 0px none;
  background-color: #E5D7C8;
  color: #33363B;
  text-align: center;
  box-shadow: none;
}
.login #login_error a, .login .message a {
  color: #33363B;
}
