/*
 * Theme Name:   Seas at Risk
 * Theme URI:    https://fiasco.design
 * Description:  Seas at Risk theme
 * Version:      4.0
 * Author:       Fiasco Design
 * Author URI:   https://fiasco.design
 * Tags:         design, animation, bristol
 * Run:          stylus -w -c wp-content/themes/sar/stylus/style.styl -o wp-content/themes/sar
 * Run all:      stylus -w wp-content/themes/sar/stylus/style.styl wp-content/themes/sar/stylus/editor-gutenberg.styl wp-content/themes/sar/stylus/editor-wysiwyg.styl -o wp-content/themes/sar


------------------------------------------


WELCOME TO THE CLAY THEME.

We use:
- Bitbucket Git repository for file version
- BEM classes
- Stylus
- Gutenberg
- CSS Variables
- Mixture of .JS and Javascript
- Flickity for slideshows

To get compiling styles use your Terminal to navigate to the Wordpress root folder and run the following command:
stylus -w -u nib wp-content/themes/{themefolder}/stylus/style.styl wp-content/themes/{themefolder}/stylus/editor-gutenberg.styl wp-content/themes/{themefolder}/stylus/editor-wysiwyg.styl -o wp-content/themes/{themefolder}

Running the above code will collate three .css files: 
- 'style.css' in the root for the front end
- 'editor-wysiwyg.css' for the WYSIWYG editor in the backend.
- 'editor-gutenberg.css' for the Gutenberg editor in the backend.

All .styl files put in the /blocks folder will be automatically compiled.

Use CSS Variables in the theme.styl file to get the basics of your theme set up.


------------------------------------------


OUR APPROACH TO STYLING

- Look over the designs. You should have a clear idea of which areas need to be modular, and which need to be fixed in place. If you're not clear, ask some more questions.
- To maximise reusability and flexibility, each part of the site should be built as a fully context neutral block which will retain all of it's styling even if dropped into another page or template.


------------------------------------------
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #294a95;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #294a95;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --grey: #ebebeb;
  --light-grey: #f8f8f8;
  --med-grey: #dfdfdf;
  --dark-grey: #262626;
  --blue: #009de0;
  --dark-blue: #294a95;
  --very-dark-blue: #020e3a;
  --light-blue: #edf5ff;
  --red: #ff5b6d;
  --green: #00d0c8;
  --yellow: #ffca64;
  --light-yellow: #fff0d5;
  --orange: #f29d52;
  --color-dark: var(--black);
  --color-light: var(--white);
  --color-primary: var(--blue);
  --color-secondary: var(--teal);
  --color-success: #36ed9c;
  --color-error: #ff3154;
  --text-color: var(--dark-blue);
  --title-color: var(--dark-blue);
  --link-color: var(--blue);
  --link-hover: var(--blue);
  --background: var(--white);
  --alt-background: var(--dark-blue);
  --hero-background: var(--dark-blue);
  --button-bg: var(--blue);
  --button-text: var(--white);
  --button-hover: var(--dark-blue);
  --button-hover-text: var(--white);
  --button-padding: 0.5rem 1rem;
  --button-border: var(--blue);
  --button-radius: 15px;
  --content-width: calc(100% - 2rem);
  --vpad: 25px;
  --hpad: 20px;
  --nav-height: 80px;
}
@media (min-width: 600px) {
  :root {
    --hpad: 40px;
  }
}
@media (min-width: 768px) {
  :root {
    --content-width: 600px;
    --nav-height: 100px;
    --vpad: 50px;
    --hpad: 50px;
  }
}
@media (min-width: 1024px) {
  :root {
    --content-width: 700px;
    --hpad: 60px;
  }
}
@media (min-width: 1240px) {
  :root {
    --content-width: 940px;
    --nav-height: 120px;
  }
}
@media (min-width: 1600px) {
  :root {
    --content-width: 1240px;
  }
}
@media (min-width: 1640px) {
  :root {
    --hpad: 0px;
  }
}
html,
body,
#lightbox,
#lightbox-2 {
  -webkit-animation: fadein 1s ease-in 1;
  -moz-animation: fadein 1s ease-in 1;
  -o-animation: fadein 1s ease-in 1;
  -ms-animation: fadein 1s ease-in 1;
  animation: fadein 1s ease-in 1;
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-moz-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-o-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-o-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-moz-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-webkit-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-o-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-webkit-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-o-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-moz-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@font-face {
  font-family: 'fiascons';
  src: url("./fonts/fiascons.eot");
  src: url("./fonts/fiascons.eot?#iefix") format('embedded-opentype'), url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff'), url("./fonts/fiascons.ttf") format('truetype'), url("./fonts/fiascons.svg#fiasconsregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
  --headingFont: 'Fira Sans', 'Helvetica', sans-serif;
  --textFont: 'Fira Sans', 'Helvetica', sans-serif;
  --monoFont: 'Lucida Console', Monaco, monospace;
  --poppins: 'Poppins', Monaco, monospace;
  --ptMono: 'PT Mono', Monaco, monospace;
  --iconFont: 'fiascons' !important;
  --fs-h1: 2.3rem;
  --fs-b: 13px;
  --fs-small: 10px;
  --spacing: 0.25em;
  --med-spacing: 0.05em;
  --small-spacing: -0.02em;
}
@media (min-width: 600px) {
  :root {
    --fs-h1: 2.7rem;
    --fs-b: 14px;
  }
}
@media (min-width: 768px) {
  :root {
    --fs-small: 12px;
    --fs-h1: 3.2rem;
    --fs-b: 1rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --fs-small: 14px;
    --fs-b: 20px;
  }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--headingFont);
  color: var(--title-color);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--headingFont);
  color: var(--title-color);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 1rem 0 0.3rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1 {
  font-size: 2.3rem;
  line-height: 1.2em;
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 1.7rem;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 1.4rem;
  line-height: 1.3em;
}
h5,
.h5 {
  font-size: 1.2rem;
  line-height: 1.3em;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.3em;
}
body,
p {
  font-family: var(--textFont);
  font-size: var(--fs-b);
  line-height: 1.5em;
  font-weight: 400;
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 1.25rem;
}
p.intro {
  font-size: 1.4rem;
  line-height: 1.3em;
}
p.small-caption,
p.wp-caption-text {
  font-size: 0.7rem;
  letter-spacing: -0.02em;
}
.title {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-size: var(--fs-h1);
  line-height: 1em;
  font-weight: 600;
  letter-spacing: var(--med-spacing);
  margin: 0 auto;
}
.subtitle {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: var(--spacing);
  margin: 0 auto 0.5rem auto;
  font-size: 14px;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .subtitle {
    font-size: 24px;
  }
}
.section-title {
  font-size: 26px;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 48px;
  }
}
.wp-caption-text {
  line-height: 100%;
  padding-left: 0.8rem;
  margin-top: 0.3rem;
  position: relative;
}
.wp-caption-text:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent var(--orange) transparent;
  position: absolute;
  bottom: 3px;
  left: 0;
}
figcaption {
  font-size: 0.7rem;
  letter-spacing: -0.02em;
}
small {
  font-size: 0.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
a {
  color: var(--text-color);
  outline: none;
}
a:visited {
  color: var(--text-color);
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
b,
strong {
  display: inline;
  font-family: var(--textFont);
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: var(--text-color);
}
i,
em,
mark {
  display: inline;
}
mark {
  color: var(--text-color);
  background: var(--yellow);
  padding: 0 0.3rem;
}
u {
  display: inline;
}
ul,
ol {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  ul,
  ol {
    margin: 2em 0;
  }
}
li {
  font-size: var(--fs-b);
  line-height: 1.5em;
  margin: 1rem 0;
}
ul.tags-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex: 1 0 auto;
}
ul.tags-list > li {
  list-style: none;
  margin: 0.35rem 0.35rem 0.35rem 0 !important;
  padding: 0 !important;
  color: var(--very-dark-blue) !important;
}
ul.tags-list > li:before {
  display: none !important;
}
ul.tags-list > li a {
  width: auto;
  padding: 0.2rem 0.8rem;
  border: 1px solid var(--orange);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: var(--very-dark-blue) !important;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
@media (min-width: 768px) {
  ul.tags-list > li a {
    font-size: 14px;
  }
}
@media (min-width: 1240px) {
  ul.tags-list > li a {
    font-size: 15px;
  }
}
ul.tags-list > li a:hover {
  border-color: var(--very-dark-blue);
}
blockquote {
  width: 100%;
  margin: 3rem auto;
  position: relative;
  font-family: var(--textFont);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
  padding-top: 4rem;
}
blockquote:before {
  display: block;
  content: "";
  width: 3rem;
  height: 2.5rem;
  background-image: url("./img/quote-icon-orange.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
blockquote p {
  font-family: var(--textFont);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
  color: var(--dark-blue) !important;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 1em auto;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  blockquote p {
    font-size: 28px;
  }
}
blockquote cite {
  display: block;
  margin: 1rem auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.5em;
  line-height: 1.3em;
  text-align: center;
  max-width: 550px;
}
blockquote .small-caption {
  font-weight: 100;
  letter-spacing: 0;
  color: var(--black) !important;
}
figcaption,
.wp-caption {
  font-size: 0.7rem;
  letter-spacing: -0.02em;
  padding: 0.5rem 0 0;
}
hr {
  border-color: var(--grey);
  margin: 2rem 0;
}
@media (min-width: 600px) {
  h1,
  .h1 {
    font-size: 2.7rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
:root {
  font-size: 20px;
  line-height: 1.5em;
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--background);
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
html.overflow-hide {
  overflow: hidden !important;
}
@media (min-width: 600px) {
  html {
    scroll-padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 6rem;
  }
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: var(--text-color);
  font-family: var(--textFont);
  background-color: var(--background);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  font-size: 20px;
}
body.overflow-hide {
  overflow: hidden !important;
}
.wrapper {
  display: block;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
main {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 100px;
  background-color: var(--light-grey);
}
@media (min-width: 1300px) {
  main {
    padding-top: 115px;
  }
}
.inner-wrapper {
  display: block;
  max-width: 1480px;
  margin: 0 auto;
}
.post-content {
  height: auto;
}
.post-content .content-wrapper {
  padding: 0;
}
.copied-message {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--very-dark-blue);
  color: var(--white);
  font-family: var(--textFont);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -o-border-radius: 2rem;
  z-index: 99;
  pointer-events: none;
}
.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 599px) {
  .col {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 767px) {
  .col-one-half-s {
    width: 50%;
  }
  .col-one-third-s {
    width: 33.333%;
  }
  .col-two-thirds-s {
    width: 66.333%;
  }
  .col-one-quarter-s {
    width: 25%;
  }
  .col-two-quarters-s {
    width: 50%;
  }
  .col-three-quarters-s {
    width: 75%;
  }
  .col-one-fifth-s {
    width: 20%;
  }
  .col-two-fifths-s {
    width: 40%;
  }
  .col-three-fifths-s {
    width: 60%;
  }
  .col-four-fifths-s {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .col-one-half-m {
    width: 50%;
  }
  .col-one-third-m {
    width: 33.333%;
  }
  .col-two-thirds-m {
    width: 66.333%;
  }
  .col-one-quarter-m {
    width: 25%;
  }
  .col-two-quarters-m {
    width: 50%;
  }
  .col-three-quarters-m {
    width: 75%;
  }
  .col-one-fifth-m {
    width: 20%;
  }
  .col-two-fifths-m {
    width: 40%;
  }
  .col-three-fifths-m {
    width: 60%;
  }
  .col-four-fifths-m {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .col-one-half-l {
    width: 50%;
  }
  .col-one-third-l {
    width: 33.333%;
  }
  .col-two-thirds-l {
    width: 66.333%;
  }
  .col-one-quarter-l {
    width: 25%;
  }
  .col-two-quarters-l {
    width: 50%;
  }
  .col-three-quarters-l {
    width: 75%;
  }
  .col-one-fifth-l {
    width: 20%;
  }
  .col-two-fifths-l {
    width: 40%;
  }
  .col-three-fifths-l {
    width: 60%;
  }
  .col-four-fifths-l {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-tab {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .hide-laptop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-desk {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hide-large-desk {
    display: none !important;
  }
}
.full {
  padding-left: var(--hpad);
  padding-right: var(--hpad);
}
.bg--blue {
  background-color: var(--dark-blue);
}
.bg--light-blue {
  background-color: var(--blue);
}
.bg--v-dark-blue {
  background-color: var(--very-dark-blue);
}
.no-js {
  display: block;
}
.ie .slick-next {
  cursor: e-resize;
}
.ie .slick-prev {
  cursor: w-resize;
}
.ie .nav .page-nav.desktop .inner .language-button {
  display: block;
  height: 19px;
  margin-top: -1px;
}
.ie .nav .page-nav.desktop .inner .language-button .flag-img {
  display: block;
}
.ie .news #blog .row .news-post:hover .img-wrapper:after {
  opacity: 0.6;
}
.hidden {
  display: none !important;
}
.oembed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.oembed-container .poster-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.oembed-container .poster-overlay img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.oembed-container .poster-overlay span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  position: absolute;
  z-index: 3;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.oembed-container .poster-overlay span svg {
  display: block;
  margin: auto;
  width: 2rem;
  height: 2rem;
  padding-left: 0.3rem;
}
.page-template-page-supporters main {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-template-page-supporters .title-section h1,
.page-template-page-supporters .title-section h2 {
  color: #f3f3f3;
}
.page-template-page-supporters .title-section .button {
  padding: 12px 24px;
  background: #3200ff;
  color: #f3f3f3;
  height: initial;
  line-height: initial;
  min-width: fit-content;
  border: 1px solid #3200ff;
}
.page-template-page-supporters .title-section .button:hover {
  background-color: #fff;
  color: #3200ff;
  border: 1px solid #3200ff;
}
.wysiwyg text-align left,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg p,
.wysiwyg blockquote,
.wysiwyg ul,
.wysiwyg ol {
  margin: 1em auto 1em 0;
}
.wysiwyg.wysiwyg--center h1,
.wysiwyg.wysiwyg--center h2,
.wysiwyg.wysiwyg--center h3,
.wysiwyg.wysiwyg--center h4,
.wysiwyg.wysiwyg--center h5,
.wysiwyg.wysiwyg--center p,
.wysiwyg.wysiwyg--center blockquote,
.wysiwyg.wysiwyg--center ul,
.wysiwyg.wysiwyg--center ol {
  text-align: center;
}
.wysiwyg.wysiwyg--right {
  text-align: right;
}
.wysiwyg.wysiwyg--right h1,
.wysiwyg.wysiwyg--right h2,
.wysiwyg.wysiwyg--right h3,
.wysiwyg.wysiwyg--right h4,
.wysiwyg.wysiwyg--right h5,
.wysiwyg.wysiwyg--right p,
.wysiwyg.wysiwyg--right blockquote,
.wysiwyg.wysiwyg--right ul,
.wysiwyg.wysiwyg--right ol {
  margin: 1em 0 1em auto;
}
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg p:first-child {
  margin-top: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  letter-spacing: -0.01em;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.wysiwyg b,
.wysiwyg strong {
  color: inherit;
}
.wysiwyg blockquote {
  margin: 60px auto;
}
.wysiwyg blockquote p {
  text-align: center;
  padding: 0 30px;
  color: inherit;
}
.wysiwyg p a:not(.button),
.wysiwyg ul a:not(.button),
.wysiwyg ol a:not(.button) {
  border-bottom: 1px solid var(--color-primary);
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  text-decoration: none;
}
.wysiwyg p a:not(.button):hover,
.wysiwyg ul a:not(.button):hover,
.wysiwyg ol a:not(.button):hover {
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wysiwyg p:last-of-type {
  margin-bottom: 2em;
}
.wysiwyg ul {
  text-align: left;
  margin: 2em 0;
  padding: 0;
}
.wysiwyg ul li {
  margin: 0 0 1.5em 0;
  padding-left: 2.5em;
  list-style: none;
  position: relative;
}
.wysiwyg ul li:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("img/rounded-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
.wysiwyg img.aligncenter,
.wysiwyg img.alignnone {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
.wysiwyg .wp-caption,
.wysiwyg .wp-caption.alignright,
.wysiwyg .wp-caption.alignleft,
.wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.6em 0;
}
.wysiwyg .wp-caption img,
.wysiwyg .wp-caption.alignright img,
.wysiwyg .wp-caption.alignleft img {
  margin: 0;
}
.wysiwyg .wp-caption {
  position: relative;
}
.wysiwyg .wp-caption .wp-caption-text {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: var(--fs-caption);
  line-height: 1.3em;
  font-family: var(--headingFont);
  padding: 6px 12px 8px 0px;
  vertical-align: middle;
}
.wysiwyg .gallery .gallery-item,
.wysiwyg .gallery .gallery__item {
  position: relative;
  margin: 0 !important;
}
.wysiwyg .gallery .gallery-item img,
.wysiwyg .gallery .gallery__item img {
  border: 3px solid #fff !important;
  margin: 0;
}
.wysiwyg .gallery .gallery-item:hover .gallery-caption,
.wysiwyg .gallery .gallery__item:hover .gallery-caption {
  bottom: 3px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.wysiwyg .gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 3px;
  max-width: 90%;
  background: var(--black);
  padding: 0.2em 0.5em 0.4em 0.5em;
  line-height: 1em;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.wysiwyg video,
.wysiwyg iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wysiwyg *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .wysiwyg .wp-caption.alignright,
  .wysiwyg img.alignright,
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg img.alignleft {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    word-wrap: normal;
  }
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg img.alignleft {
    margin-right: 60px;
    margin-left: -60px;
  }
}
.action-buttons {
  width: 100%;
  padding-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
p#breadcrumbs,
p.breadcrumbs {
  font-size: 14px;
  letter-spacing: -0.01rem;
  font-weight: 600;
  color: rgba(41,74,149,0.4);
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  p#breadcrumbs,
  p.breadcrumbs {
    font-size: 17.54px;
  }
}
p#breadcrumbs a,
p.breadcrumbs a {
  text-decoration: none;
  color: rgba(41,74,149,0.4);
}
p#breadcrumbs a:visited,
p.breadcrumbs a:visited {
  color: rgba(41,74,149,0.4);
}
p#breadcrumbs .breadcrumb_last,
p.breadcrumbs .breadcrumb_last {
  display: inline-block;
  width: auto;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  color: var(--text-color);
}
a.button,
.button,
.button--hollow,
input[type='button'],
input[type='submit'],
.wp-block-button__link,
#load-more a,
#cookie_action_close_header,
.cli-plugin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: var(--button-text);
  font-family: var(--headingFont);
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  width: auto;
  min-width: 200px;
  height: 40px;
  line-height: 38px;
  text-decoration: none;
  position: relative;
  padding: 0 1rem;
  background-color: var(--button-bg);
  border: none;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  margin: 1rem auto;
}
@media (min-width: 600px) {
  a.button,
  .button,
  .button--hollow,
  input[type='button'],
  input[type='submit'],
  .wp-block-button__link,
  #load-more a,
  #cookie_action_close_header,
  .cli-plugin-button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  a.button,
  .button,
  .button--hollow,
  input[type='button'],
  input[type='submit'],
  .wp-block-button__link,
  #load-more a,
  #cookie_action_close_header,
  .cli-plugin-button {
    font-size: 18px;
  }
}
a.button:hover,
.button:hover,
.button--hollow:hover,
input[type='button']:hover,
input[type='submit']:hover,
.wp-block-button__link:hover,
#load-more a:hover,
#cookie_action_close_header:hover,
.cli-plugin-button:hover {
  background-color: var(--button-hover);
  color: var(--button-hover-text);
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
a.button.disabled,
.button.disabled,
.button--hollow.disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
.wp-block-button__link.disabled,
#load-more a.disabled,
#cookie_action_close_header.disabled,
.cli-plugin-button.disabled,
a.button:disabled,
.button:disabled,
.button--hollow:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
.wp-block-button__link:disabled,
#load-more a:disabled,
#cookie_action_close_header:disabled,
.cli-plugin-button:disabled {
  pointer-events: none;
}
a.button.button--arrow,
.button.button--arrow,
.button--hollow.button--arrow,
input[type='button'].button--arrow,
input[type='submit'].button--arrow,
.wp-block-button__link.button--arrow,
#load-more a.button--arrow,
#cookie_action_close_header.button--arrow,
.cli-plugin-button.button--arrow {
  min-width: auto;
  position: relative;
  text-align: left;
  padding: 0 3rem 0 1rem;
}
a.button.button--arrow:after,
.button.button--arrow:after,
.button--hollow.button--arrow:after,
input[type='button'].button--arrow:after,
input[type='submit'].button--arrow:after,
.wp-block-button__link.button--arrow:after,
#load-more a.button--arrow:after,
#cookie_action_close_header.button--arrow:after,
.cli-plugin-button.button--arrow:after {
  display: block;
  content: "j";
  width: 30px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0.5rem;
  text-align: center;
  color: var(--button-text);
  font-family: var(--iconFont);
  font-weight: 600;
  font-size: 0.65rem;
  -o-transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
a.button.button--arrow:hover:after,
.button.button--arrow:hover:after,
.button--hollow.button--arrow:hover:after,
input[type='button'].button--arrow:hover:after,
input[type='submit'].button--arrow:hover:after,
.wp-block-button__link.button--arrow:hover:after,
#load-more a.button--arrow:hover:after,
#cookie_action_close_header.button--arrow:hover:after,
.cli-plugin-button.button--arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -o-transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s;
}
a.button.border,
.button.border,
.button--hollow.border,
input[type='button'].border,
input[type='submit'].border,
.wp-block-button__link.border,
#load-more a.border,
#cookie_action_close_header.border,
.cli-plugin-button.border {
  background-color: transparent;
  border: 2px solid var(--button-bg);
  color: var(--button-border);
  -o-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
}
a.button.border:hover,
.button.border:hover,
.button--hollow.border:hover,
input[type='button'].border:hover,
input[type='submit'].border:hover,
.wp-block-button__link.border:hover,
#load-more a.border:hover,
#cookie_action_close_header.border:hover,
.cli-plugin-button.border:hover {
  border-color: var(--button-hover);
  -o-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
}
a.button.button--back,
.button.button--back,
.button--hollow.button--back,
input[type='button'].button--back,
input[type='submit'].button--back,
.wp-block-button__link.button--back,
#load-more a.button--back,
#cookie_action_close_header.button--back,
.cli-plugin-button.button--back,
a.button.button--share,
.button.button--share,
.button--hollow.button--share,
input[type='button'].button--share,
input[type='submit'].button--share,
.wp-block-button__link.button--share,
#load-more a.button--share,
#cookie_action_close_header.button--share,
.cli-plugin-button.button--share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  background: none;
  border: none;
  height: auto;
  padding: 0 2rem 0 0;
  margin: 1rem 0;
  line-height: 32px;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--very-dark-blue);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
a.button.button--back span,
.button.button--back span,
.button--hollow.button--back span,
input[type='button'].button--back span,
input[type='submit'].button--back span,
.wp-block-button__link.button--back span,
#load-more a.button--back span,
#cookie_action_close_header.button--back span,
.cli-plugin-button.button--back span,
a.button.button--share span,
.button.button--share span,
.button--hollow.button--share span,
input[type='button'].button--share span,
input[type='submit'].button--share span,
.wp-block-button__link.button--share span,
#load-more a.button--share span,
#cookie_action_close_header.button--share span,
.cli-plugin-button.button--share span {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  text-indent: 1px;
  vertical-align: middle;
  line-height: 28px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.5rem;
  pointer-events: none;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
a.button.button--back:hover span,
.button.button--back:hover span,
.button--hollow.button--back:hover span,
input[type='button'].button--back:hover span,
input[type='submit'].button--back:hover span,
.wp-block-button__link.button--back:hover span,
#load-more a.button--back:hover span,
#cookie_action_close_header.button--back:hover span,
.cli-plugin-button.button--back:hover span,
a.button.button--share:hover span,
.button.button--share:hover span,
.button--hollow.button--share:hover span,
input[type='button'].button--share:hover span,
input[type='submit'].button--share:hover span,
.wp-block-button__link.button--share:hover span,
#load-more a.button--share:hover span,
#cookie_action_close_header.button--share:hover span,
.cli-plugin-button.button--share:hover span {
  background-color: var(--very-dark-blue);
}
a.button.button--share span:before,
.button.button--share span:before,
.button--hollow.button--share span:before,
input[type='button'].button--share span:before,
input[type='submit'].button--share span:before,
.wp-block-button__link.button--share span:before,
#load-more a.button--share span:before,
#cookie_action_close_header.button--share span:before,
.cli-plugin-button.button--share span:before {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  margin-left: -3px;
  line-height: 25px;
  vertical-align: middle;
}
a.button.button--back span,
.button.button--back span,
.button--hollow.button--back span,
input[type='button'].button--back span,
input[type='submit'].button--back span,
.wp-block-button__link.button--back span,
#load-more a.button--back span,
#cookie_action_close_header.button--back span,
.cli-plugin-button.button--back span {
  font-family: var(--iconFont);
  font-size: 0.7rem;
  font-weight: 600;
  text-indent: -1px;
}
a.button.button--download,
.button.button--download,
.button--hollow.button--download,
input[type='button'].button--download,
input[type='submit'].button--download,
.wp-block-button__link.button--download,
#load-more a.button--download,
#cookie_action_close_header.button--download,
.cli-plugin-button.button--download,
a.button.button--read,
.button.button--read,
.button--hollow.button--read,
input[type='button'].button--read,
input[type='submit'].button--read,
.wp-block-button__link.button--read,
#load-more a.button--read,
#cookie_action_close_header.button--read,
.cli-plugin-button.button--read {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  min-width: auto;
  background: none;
  border: none;
  height: auto;
  padding: 0;
  margin: 0 auto;
  line-height: 45px;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--very-dark-blue);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
a.button.button--download span,
.button.button--download span,
.button--hollow.button--download span,
input[type='button'].button--download span,
input[type='submit'].button--download span,
.wp-block-button__link.button--download span,
#load-more a.button--download span,
#cookie_action_close_header.button--download span,
.cli-plugin-button.button--download span,
a.button.button--read span,
.button.button--read span,
.button--hollow.button--read span,
input[type='button'].button--read span,
input[type='submit'].button--read span,
.wp-block-button__link.button--read span,
#load-more a.button--read span,
#cookie_action_close_header.button--read span,
.cli-plugin-button.button--read span {
  width: 45px;
  height: 45px;
  font-family: var(--iconFont);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  text-indent: 1px;
  vertical-align: middle;
  line-height: 41px;
  background-color: var(--white);
  color: var(--very-dark-blue);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-left: 0.7rem;
  pointer-events: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
a.button.button--download:hover span,
.button.button--download:hover span,
.button--hollow.button--download:hover span,
input[type='button'].button--download:hover span,
input[type='submit'].button--download:hover span,
.wp-block-button__link.button--download:hover span,
#load-more a.button--download:hover span,
#cookie_action_close_header.button--download:hover span,
.cli-plugin-button.button--download:hover span,
a.button.button--read:hover span,
.button.button--read:hover span,
.button--hollow.button--read:hover span,
input[type='button'].button--read:hover span,
input[type='submit'].button--read:hover span,
.wp-block-button__link.button--read:hover span,
#load-more a.button--read:hover span,
#cookie_action_close_header.button--read:hover span,
.cli-plugin-button.button--read:hover span {
  background-color: var(--blue);
  color: var(--white);
}
a.button.button--download.disabled,
.button.button--download.disabled,
.button--hollow.button--download.disabled,
input[type='button'].button--download.disabled,
input[type='submit'].button--download.disabled,
.wp-block-button__link.button--download.disabled,
#load-more a.button--download.disabled,
#cookie_action_close_header.button--download.disabled,
.cli-plugin-button.button--download.disabled,
a.button.button--read.disabled,
.button.button--read.disabled,
.button--hollow.button--read.disabled,
input[type='button'].button--read.disabled,
input[type='submit'].button--read.disabled,
.wp-block-button__link.button--read.disabled,
#load-more a.button--read.disabled,
#cookie_action_close_header.button--read.disabled,
.cli-plugin-button.button--read.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.button--hollow {
  background-color: transparent !important;
  color: #f3f3f3 !important;
  border: 1px solid #3200ff;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.button--hollow:hover {
  background-color: #3200ff !important;
}
#cookie-law-info-bar {
  width: calc(100% - 4rem);
  max-width: 450px;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  font-family: var(--textFont);
  font-weight: 400;
  text-align: left;
}
#cookie-law-info-bar .cli_messagebar_head {
  margin: 0 0 1rem;
  color: var(--very-dark-blue);
}
#cookie-law-info-bar .cli-bar-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 0.8rem;
  line-height: 1.4em;
  color: var(--very-dark-blue);
}
#cookie-law-info-bar .cli-bar-btn_container {
  margin: 0;
}
#cookie-law-info-bar .cli_settings_button {
  margin-left: 0;
}
#cookie-law-info-bar #cookie_action_close_header {
  margin: 1rem 0 0;
  text-decoration: none;
  color: var(--white) !important;
}
#cookie-law-info-bar #cookie_action_close_header:hover {
  background-color: var(--dark-blue) !important;
  color: var(--white) !important;
}
#cookie-law-info-bar .cli-plugin-button {
  font-size: 18px;
  font-weight: bold;
  min-width: 170px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--very-dark-blue);
}
footer .inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  footer .inner-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
footer .columns {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .columns.copyright {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .columns.copyright p {
  font-size: 0.7rem;
  text-align: center;
}
footer .columns.copyright .col {
  margin-bottom: 0;
}
footer .columns + .columns {
  padding-top: 0;
  padding-bottom: 0;
}
footer h2,
footer h3,
footer h4,
footer h5,
footer p {
  color: var(--white);
  text-align: left;
  margin: 0;
}
footer ul {
  padding: 0;
}
footer ul > li {
  list-style: none;
  font-size: 0.8rem;
  font-weight: 600;
}
footer a {
  color: var(--white);
  text-decoration: none;
  border: none;
  -o-transition: color, 0.25s;
  -moz-transition: color, 0.25s;
  -webkit-transition: color, 0.25s;
  transition: color, 0.25s;
}
footer a:hover {
  color: var(--white);
}
footer a:visited {
  color: var(--white);
}
footer .address p {
  margin: 1rem 0;
  font-size: 0.8rem;
}
footer .address p:first-of-type {
  margin-top: 2rem;
}
footer .signup {
  margin: 2rem 0;
}
footer .signup label {
  color: var(--white);
  text-align: left;
  opacity: 0.8;
}
footer .signup label.gdpr-check-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
  line-height: 0.9rem;
  margin-top: 1rem;
  opacity: 1;
}
footer .signup label.gdpr-check-label a {
  text-decoration: underline;
}
footer .signup input[type='checkbox'] {
  border-color: var(--white);
  margin-right: 0.7rem;
}
footer .signup input[type='checkbox']:after {
  color: var(--white);
}
footer .signup input[type="submit"] {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}
footer .eu-funding img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}
footer .eu-funding p {
  display: block;
  width: auto;
  font-size: 0.7rem;
}
footer .social-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .social-links p {
  text-align: center;
  font-size: 0.8rem;
}
footer .social-links p a {
  display: block;
  margin: 0.7rem 0;
}
@media (min-width: 768px) {
  footer .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  footer .columns.copyright {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  footer .columns.copyright p {
    text-align: left;
  }
  footer .columns.copyright div.col:last-of-type p {
    text-align: right;
  }
  footer .social-links p {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  footer .social-links p a {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .columns {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  footer .columns + .columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer .signup {
    text-align: right;
    margin: 0;
  }
  footer .signup > div {
    max-width: 440px;
    margin: 0 0 0 auto;
  }
  footer .eu-funding {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .eu-funding img {
    margin-bottom: 0;
  }
  footer .eu-funding p {
    display: inline-block;
  }
  footer .social-links {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .social-links > div {
    max-width: 440px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1640px) {
  footer .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
label,
.label {
  display: inline-block;
  width: 100%;
  font-family: var(--textFont);
  font-size: 0.7rem;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin: 0.7rem 0 0.25rem;
  text-align: left;
}
input.show {
  display: inline-block !important;
}
input[type='button'] {
  width: 100%;
  max-width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
input[type='submit'] {
  width: 100%;
  max-width: 250px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'],
input[type='name'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border: none;
  text-align: left;
  width: 100%;
  max-width: 450px;
  background-color: var(--white);
  outline: none;
  font-size: 0.8rem;
  color: var(--text-color);
  height: 40px;
  font-weight: 400;
  font-family: var(--textFont);
  line-height: 40px;
  padding: 0 0.7rem;
  margin: 0;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block !important;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid var(--dark-grey);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type='checkbox']:checked {
  position: relative;
}
input[type='checkbox']:checked:after {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  content: "l";
  font-family: var(--iconFont);
  font-weight: 600;
  color: var(--text-color);
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.65rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
input[type='checkbox']:checked ~.sf-label-checkbox {
  color: var(--text-color);
}
input:focus {
  border-color: var(--dark-grey);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.not-empty {
  border-color: var(--green);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.empty {
  border-color: var(--red);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--grey);
  text-align: left;
  width: 100%;
  max-width: 400px;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: var(--dark-grey);
  height: 240px;
  font-weight: 400;
  font-family: var(--textFont);
  line-height: 1.25em;
  padding: 20px 20px;
  margin: 0;
}
textarea:focus {
  border-color: var(--dark-grey);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.not-empty {
  border-color: var(--green);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.empty {
  border-color: var(--red);
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
*::-webkit-input-placeholder {
  color: rgba(2,14,58,0.4);
  font-size: inherit;
}
*input:-moz-placeholder {
  color: rgba(2,14,58,0.4) !important;
  font-size: inherit;
}
input::-webkit-input-placeholder {
  color: rgba(2,14,58,0.4);
  font-size: inherit;
}
input:-moz-placeholder {
  color: rgba(2,14,58,0.4);
  font-size: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border: none;
  text-align: left;
  width: 100%;
  max-width: 450px;
  background-color: var(--white);
  outline: none;
  font-size: 0.8rem;
  color: var(--text-color);
  height: 40px;
  font-weight: 400;
  font-family: var(--textFont);
  line-height: 40px;
  padding: 0 2.5rem 0 0.7rem;
  margin: 0;
  cursor: pointer;
  background-image: url("./img/arrow-down--dark.png");
  -webkit-background-size: 18px 11px;
  background-size: 18px 11px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
.gradient-text {
  color: var(--white);
}
.glass-text {
  color: var(--white);
}
@supports (background-clip: text) {
  .glass-text {
    filter: blur(12px);
    background: rgba(255,255,255,0.2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@supports (background-clip: text) {
  .gradient-text {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #91a9cb));
    background-image: -webkit-linear-gradient(#fff, #91a9cb);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .gradient-text--diagonal {
    background-image: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
  }
}
@supports (-webkit-background-clip: text) {
  .gradient-text {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #91a9cb));
    background-image: -webkit-linear-gradient(#fff, #91a9cb);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .gradient-text--diagonal {
    background-image: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.2) 100%);
  }
}
.hero-large {
  width: 100%;
  height: 90vh;
  min-height: 90vh;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hero-background);
  position: relative;
}
.hero-large:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-large #placeholder-overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  filter: blur(10px);
  opacity: 1;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-large #placeholder-overlay.fade-out {
  opacity: 0;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
}
.hero-large .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2,
.hero-large .hero-slide h3,
.hero-large .hero-slide h4,
.hero-large .hero-slide p {
  color: var(--white);
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2 {
  margin: 0 auto;
}
.hero-large .hero-slide h3,
.hero-large .hero-slide h4 {
  font-weight: 400;
}
.hero-large .hero-slide p {
  display: block;
  text-align: center;
  color: var(--white);
  font-family: var(--headingFont);
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  opacity: 0;
}
.hero-large .hero-slide.fade-in p {
  -webkit-animation: fadeInSlowUp 1s 1.2s forwards;
  -moz-animation: fadeInSlowUp 1s 1.2s forwards;
  -o-animation: fadeInSlowUp 1s 1.2s forwards;
  -ms-animation: fadeInSlowUp 1s 1.2s forwards;
  animation: fadeInSlowUp 1s 1.2s forwards;
}
.hero-large .hero-slide.fade-in:before {
  opacity: 1;
  -o-transition: opacity 0.5s 1.6s;
  -moz-transition: opacity 0.5s 1.6s;
  -webkit-transition: opacity 0.5s 1.6s;
  transition: opacity 0.5s 1.6s;
}
.hero-large .hero-slide.fade-in:after {
  max-height: 60px;
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0);
  -o-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -moz-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -webkit-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
}
.hero-large.video {
  overflow: hidden;
}
.hero-large.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-medium {
  width: 100%;
  height: 60vh;
  min-height: 600px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hero-background);
  position: relative;
}
.hero-medium:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-medium #placeholder-overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  filter: blur(10px);
  opacity: 1;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-medium #placeholder-overlay.fade-out {
  opacity: 0;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
}
.hero-medium .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2,
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4,
.hero-medium .hero-slide p {
  color: var(--white);
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2 {
  margin: 0 auto;
}
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4 {
  font-weight: 400;
}
.hero-medium .hero-slide p {
  display: block;
  text-align: center;
  color: var(--white);
  font-family: var(--headingFont);
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.hero-medium.video {
  overflow: hidden;
}
.hero-medium.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-small {
  width: 100%;
  height: 30vh;
  min-height: 300px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hero-background);
  position: relative;
}
.hero-small:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-small #placeholder-overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  filter: blur(10px);
  opacity: 1;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-small #placeholder-overlay.fade-out {
  opacity: 0;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
}
.hero-small .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3,
.hero-small .hero-slide h4,
.hero-small .hero-slide p {
  color: var(--white);
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3 {
  margin: 0 auto;
}
.hero-small .hero-slide h4 {
  font-weight: 400;
}
.hero-small .hero-slide p {
  display: block;
  text-align: center;
  color: var(--white);
  font-family: var(--headingFont);
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.thumb,
.placeholder {
  width: 100%;
  height: auto;
}
.language-selector {
  width: auto;
  min-width: 160px;
  background-color: var(--white);
  border: none;
  border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--dark-blue);
  font-family: var(--textFont);
  font-size: 1rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.11);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.11);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  z-index: 98;
  -o-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  -webkit-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
}
@media (min-width: 600px) {
  .language-selector {
    left: auto;
  }
}
@media (min-width: 768px) {
  .language-selector {
    right: 2rem;
    bottom: 2rem;
    max-width: 300px;
  }
}
.language-selector button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--dark-blue);
  font-family: var(--textFont);
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: normal;
  width: 100%;
  height: auto;
  position: relative;
}
.language-selector button:after {
  content: "—";
  width: auto;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  top: 0%;
  right: 0;
  vertical-align: middle;
  opacity: 0;
}
.language-selector button:hover {
  background: transparent;
  color: var(--dark-blue);
}
.language-selector button:hover img,
.language-selector button:hover span {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.language-selector button.active >img,
.language-selector button.active >span {
  opacity: 0;
}
.language-selector button.active:after {
  opacity: 1;
}
.language-selector .dropdown-pane {
  max-height: 0;
  overflow-y: scroll;
}
.language-selector .dropdown-pane.active {
  max-height: calc(100vh - 6rem);
}
.language-selector img {
  margin: auto 0.5rem auto 0;
}
.language-selector span.radio {
  width: 18px;
  height: 18px;
  margin: auto 0.5rem auto 0;
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.language-selector span.radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--dark-blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.language-selector ul {
  margin: 0;
  padding: 1rem 0;
  height: 100%;
}
.language-selector li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0.75rem 0;
  padding: 0;
}
.language-selector li:first-of-type {
  margin-top: 1rem;
}
.language-selector li:last-of-type {
  margin-bottom: 0;
}
.language-selector li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: var(--dark-blue);
  text-decoration: none;
}
.language-selector li a span.radio:after {
  opacity: 0;
}
.language-selector li a:hover span.radio:after {
  opacity: 1;
}
.latest-news .inner-wrapper,
.related-news .inner-wrapper {
  text-align: right;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .latest-news .inner-wrapper,
  .related-news .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .latest-news .inner-wrapper,
  .related-news .inner-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1640px) {
  .latest-news .inner-wrapper,
  .related-news .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest-news h2,
.related-news h2 {
  color: var(--white);
  text-align: left;
  margin: 0 0 1rem;
}
.latest-news .button--arrow,
.related-news .button--arrow {
  margin-right: 0;
  margin-left: auto;
}
.latest-news .button--arrow:hover,
.related-news .button--arrow:hover {
  background-color: var(--white);
  color: var(--blue);
}
.latest-news .button--arrow:hover:after,
.related-news .button--arrow:hover:after {
  color: var(--blue);
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .latest-news .tiles article.tile:nth-of-type(3),
  .related-news .tiles article.tile:nth-of-type(3) {
    display: none;
  }
}
.title-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1440px) {
  .title-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.title-section h1 {
  text-align: center;
}
@media (min-width: 600px) {
  .title-section h1 {
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  .title-section h1 {
    font-size: 3.2rem;
  }
}
.mejs-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mejs-container.sar-mejs-container {
  background-color: var(--very-dark-blue);
}
.mejs-container.sar-mejs-container .mejs-controls,
.mejs-container.sar-mejs-container .mejs-embed,
.mejs-container.sar-mejs-container .mejs-embed body {
  background-color: var(--very-dark-blue);
}
.sar-mejs-container .mejs-time {
  color: var(--light-grey);
}
.sar-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: var(--med-grey);
}
.sar-mejs-container .mejs-time-handle-content {
  top: -6px;
}
.sar-mejs-container .mejs-time-total {
  margin-top: 8px;
}
.sar-mejs-container .mejs-horizontal-volume-total {
  top: 19px;
}
.sar-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.sar-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #fff;
}
.sar-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.sar-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--blue);
}
.sar-mejs-container .mejs-time-buffering,
.sar-mejs-container .mejs-time-current,
.sar-mejs-container .mejs-time-float,
.sar-mejs-container .mejs-time-float-corner,
.sar-mejs-container .mejs-time-float-current,
.sar-mejs-container .mejs-time-hovered,
.sar-mejs-container .mejs-time-loaded,
.sar-mejs-container .mejs-time-marker,
.sar-mejs-container .mejs-time-total,
.sar-mejs-container .mejs-horizontal-volume-total,
.sar-mejs-container .mejs-time-handle-content {
  height: 3px;
}
.nav {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 99;
}
.nav .page-nav {
  display: block;
  margin: 0;
  height: 100px;
  position: relative;
  background-color: var(--white);
}
.nav .page-nav .inner {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.nav .page-nav.mobile {
  display: block;
}
.nav .page-nav.desktop {
  display: none;
}
.nav .page-nav.desktop .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.nav .page-nav.desktop .inner .nav-search-icon {
  overflow: visible;
}
.nav .page-nav.desktop .inner .nav-search-icon:before {
  display: block;
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -4rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--orange);
}
.nav .page-nav.desktop .inner .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: auto;
  height: 115px;
  margin: 0 auto;
  pointer-events: none;
}
.nav .page-nav.desktop .inner .menu > * {
  pointer-events: auto;
}
.nav .page-nav.desktop .inner .menu:hover > * a {
  opacity: 0.2;
}
.nav .page-nav.desktop .inner .menu:hover > *:hover a {
  opacity: 1;
}
.nav .page-nav.desktop .inner .menu .menu-item,
.nav .page-nav.desktop .inner .menu .page_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 115px;
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: var(--very-dark-blue);
  opacity: 1;
  -o-transition: opacity, 0s;
  -moz-transition: opacity, 0s;
  -webkit-transition: opacity, 0s;
  transition: opacity, 0s;
}
.nav .page-nav.desktop .inner .menu .menu-item a,
.nav .page-nav.desktop .inner .menu .page_item a,
.nav .page-nav.desktop .inner .menu .menu-item a:link,
.nav .page-nav.desktop .inner .menu .page_item a:link {
  text-decoration: none;
  color: var(--very-dark-blue);
}
.nav .page-nav.desktop .inner .menu .menu-item:hover a,
.nav .page-nav.desktop .inner .menu .page_item:hover a,
.nav .page-nav.desktop .inner .menu .menu-item:hover a:link,
.nav .page-nav.desktop .inner .menu .page_item:hover a:link {
  color: inherit;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu,
.nav .page-nav.desktop .inner .menu .page_item:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  -o-transition: opacity 0.2s 0.1s ease;
  -moz-transition: opacity 0.2s 0.1s ease;
  -webkit-transition: opacity 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  padding: 0 1rem;
  width: 100vw;
  height: 90px;
  position: fixed;
  top: 115px;
  left: 0;
  opacity: 0;
  background-color: var(--very-dark-blue);
  -o-transition: opacity, 0s;
  -moz-transition: opacity, 0s;
  -webkit-transition: opacity, 0s;
  transition: opacity, 0s;
  pointer-events: none;
  -o-transition: opacity 0.2s 0.1s ease;
  -moz-transition: opacity 0.2s 0.1s ease;
  -webkit-transition: opacity 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  height: 90px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  padding: 0 1rem;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:link,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:link,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:link,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a[aria-current="page"],
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a[aria-current="page"],
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a[aria-current="page"],
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a[aria-current="page"] {
  color: var(--white);
  position: relative;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:link:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:link:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:link:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a[aria-current="page"]:after {
  display: block;
  content: "";
  width: 80%;
  max-width: 100px;
  height: 2px;
  background-color: var(--orange);
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:link:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:link:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:link:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a[aria-current="page"]:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a[aria-current="page"]:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a[aria-current="page"]:hover,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a[aria-current="page"]:hover {
  color: var(--white);
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:hover:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:hover:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a:link:hover:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a:link:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a:link:hover:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a[aria-current="page"]:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a[aria-current="page"]:hover:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a[aria-current="page"]:hover:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a[aria-current="page"]:hover:after {
  opacity: 1;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item a[aria-current="page"]:after,
.nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item a[aria-current="page"]:after {
  opacity: 1;
}
.nav .page-nav .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
  width: 120px;
  height: auto;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1;
}
.nav .page-nav .logo img,
.nav .page-nav .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.nav .page-nav .logo:hover {
  opacity: 0.8;
}
@media (min-width: 600px) {
  .nav .page-nav .logo {
    left: 2rem;
  }
}
.nav .page-nav .nav-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  outline: 0;
  display: inline-block;
  width: 30px;
  height: 25px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 600px) {
  .nav .page-nav .nav-icon {
    right: 2rem;
  }
}
.nav .page-nav .nav-icon span {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  background: var(--very-dark-blue);
  display: block;
  height: 1px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.nav .page-nav .nav-icon span:before,
.nav .page-nav .nav-icon span:after {
  width: 100%;
  height: 1px;
  background: var(--very-dark-blue);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  backface-visibility: hidden;
}
.nav .page-nav .nav-icon span:before {
  top: -8px;
  -o-transition: top 300ms 300ms, transform 300ms 0ms;
  -moz-transition: top 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: top 300ms 300ms, transform 300ms 0ms;
  transition: top 300ms 300ms, transform 300ms 0ms;
}
.nav .page-nav .nav-icon span:after {
  bottom: -8px;
  -o-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -moz-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: bottom 300ms 300ms, transform 300ms 0ms;
  transition: bottom 300ms 300ms, transform 300ms 0ms;
}
.nav .page-nav .nav-icon.dark span {
  background: var(--very-dark-blue);
}
.nav .page-nav .nav-icon.dark span:before,
.nav .page-nav .nav-icon.dark span:after {
  background: var(--very-dark-blue);
}
.nav .page-nav .nav-icon.active span {
  -webkit-transform: translateX(-40px) rotate(0deg);
  -moz-transform: translateX(-40px) rotate(0deg);
  -o-transform: translateX(-40px) rotate(0deg);
  -ms-transform: translateX(-40px) rotate(0deg);
  transform: translateX(-40px) rotate(0deg);
  background: transparent;
  -o-transition: transform 300ms 300ms;
  -moz-transition: transform 300ms 300ms;
  -webkit-transition: transform 300ms 300ms;
  transition: transform 300ms 300ms;
}
.nav .page-nav .nav-icon.active span:before {
  -webkit-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(-45deg);
  transform: translateX(40px) translateY(0px) rotate(-45deg);
  top: 0;
  -o-transition: top 300ms, transform 300ms 300ms;
  -moz-transition: top 300ms, transform 300ms 300ms;
  -webkit-transition: top 300ms, transform 300ms 300ms;
  transition: top 300ms, transform 300ms 300ms;
  background: var(--very-dark-blue);
}
.nav .page-nav .nav-icon.active span:after {
  -webkit-transform: translateX(40px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(45deg);
  transform: translateX(40px) translateY(0px) rotate(45deg);
  bottom: 0;
  -o-transition: bottom 300ms, transform 300ms 300ms;
  -moz-transition: bottom 300ms, transform 300ms 300ms;
  -webkit-transition: bottom 300ms, transform 300ms 300ms;
  transition: bottom 300ms, transform 300ms 300ms;
  background: var(--very-dark-blue);
}
.nav .page-nav .nav-search-icon {
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(1rem + 50px);
  outline: 0;
  display: inline-block;
  width: auto;
  height: auto;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  font-family: var(--iconFont);
  font-size: 1rem;
  line-height: 100%;
  color: var(--very-dark-blue);
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 600px) {
  .nav .page-nav .nav-search-icon {
    right: calc(2rem + 50px);
  }
}
.nav .page-nav .nav-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  vertical-align: top;
  z-index: 99;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav .page-nav .nav-overlay.open {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav .page-nav .nav-overlay .close-nav-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
}
.nav .page-nav .nav-overlay .inside {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  background-color: var(--very-dark-blue);
  overflow-y: auto;
  margin: 0;
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.nav .page-nav .nav-overlay .menu-main-container,
.nav .page-nav .nav-overlay .menu-venues-menu-container {
  width: auto;
  vertical-align: top;
}
.nav .page-nav .nav-overlay .menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.nav .page-nav .nav-overlay .menu li {
  display: block;
  width: 100%;
  color: var(--link-color);
  font-family: var(--textFont);
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 2rem 0;
}
.nav .page-nav .nav-overlay .menu li:first-of-type {
  margin-top: 0;
}
.nav .page-nav .nav-overlay .menu li:last-of-type {
  margin-bottom: 0;
}
.nav .page-nav .nav-overlay .menu li.menu-item-has-children a {
  position: relative;
}
.nav .page-nav .nav-overlay .menu li.menu-item-has-children a:after {
  display: block;
  content: "m";
  width: 30px;
  height: 100%;
  font-family: var(--iconFont);
  font-size: 0.7em;
  line-height: inherit;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
}
.nav .page-nav .nav-overlay .menu li.menu-item-has-children a.active:after {
  content: "n";
}
.nav .page-nav .nav-overlay .menu li a,
.nav .page-nav .nav-overlay .menu li a:link,
.nav .page-nav .nav-overlay .menu li a:visited {
  display: block;
  text-decoration: none;
  color: var(--white);
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
}
.nav .page-nav .nav-overlay .menu li a:hover,
.nav .page-nav .nav-overlay .menu li a:link:hover,
.nav .page-nav .nav-overlay .menu li a:visited:hover,
.nav .page-nav .nav-overlay .menu li a:active,
.nav .page-nav .nav-overlay .menu li a:link:active,
.nav .page-nav .nav-overlay .menu li a:visited:active,
.nav .page-nav .nav-overlay .menu li a.active,
.nav .page-nav .nav-overlay .menu li a:link.active,
.nav .page-nav .nav-overlay .menu li a:visited.active {
  color: var(--white);
  -o-transition: color 0.25s, opacity 0s, transform 0s !important;
  -moz-transition: color 0.25s, opacity 0s, transform 0s !important;
  -webkit-transition: color 0.25s, opacity 0s, transform 0s !important;
  transition: color 0.25s, opacity 0s, transform 0s !important;
}
.nav .page-nav .nav-overlay .menu li .sub-menu {
  height: auto;
  overflow: hidden;
  padding-left: 1.5rem;
  border-left: 1px solid var(--orange);
  margin: 2rem 0 0;
}
.nav .page-nav .nav-overlay .menu li .sub-menu li {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 2rem 0;
}
.nav .page-nav .nav-overlay .menu li .sub-menu li:first-of-type {
  margin-top: 0;
}
.nav .page-nav .nav-overlay .menu li .sub-menu li:last-of-type {
  margin-bottom: 1rem;
}
.nav .page-nav .nav-overlay .menu li .sub-menu li a:after {
  display: none;
}
.nav .page-nav .nav-overlay .menu li.current_page_item a:link,
.nav .page-nav .nav-overlay .menu li.current_page_item a:visited {
  color: var(--white);
}
@media (min-width: 768px) {
  .nav .page-nav .logo {
    width: 190px;
    left: 3rem;
  }
  .nav .page-nav .nav-icon {
    right: 3rem;
  }
  .nav .page-nav .nav-search-icon {
    right: calc(3rem + 60px);
  }
  .nav .page-nav .nav-overlay .inside {
    width: 400px;
    padding: 3rem;
  }
}
@media (min-width: 1300px) {
  .nav .page-nav {
    height: 115px;
  }
  .nav .page-nav.mobile {
    display: none;
  }
  .nav .page-nav.desktop {
    display: block;
  }
}
@media (min-width: 1440px) {
  .nav .page-nav .nav-search-icon {
    right: 4rem;
  }
  .nav .page-nav.desktop .inner .menu .menu-item,
  .nav .page-nav.desktop .inner .menu .page_item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1600px) {
  .nav .page-nav.desktop .inner .menu .menu-item,
  .nav .page-nav.desktop .inner .menu .page_item {
    padding: 0 2rem;
  }
  .nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item,
  .nav .page-nav.desktop .inner .menu .page_item .sub-menu .menu-item,
  .nav .page-nav.desktop .inner .menu .menu-item .sub-menu .page_item,
  .nav .page-nav.desktop .inner .menu .page_item .sub-menu .page_item {
    padding: 0 2rem;
  }
}
.pagination {
  display: inline-block;
  width: 100%;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .pagination .wp-pagenavi {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .pagination {
    margin: 3rem auto;
  }
}
form#page-link-gen {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  text-align: left;
}
@media (min-width: 768px) {
  form#page-link-gen {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
form#page-link-gen label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--very-dark-blue);
  display: inline-block;
  margin: 0 0.7rem 0 0;
}
form#page-link-gen input[type="text"] {
  display: inline-block;
  width: 55px;
  height: 42px;
  line-height: 42px;
  margin: 0 0.7rem 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
form#page-link-gen input[type="button"] {
  display: inline-block;
  background: none;
  color: var(--very-dark-blue);
  width: auto;
  min-width: auto;
  margin: 0;
  padding: 0 1.2rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  background-image: url("./img/arrow-right--dark.svg");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}
.wp-pagenavi {
  width: auto;
  text-align: center;
}
.wp-pagenavi span.current,
.wp-pagenavi span.extend,
.wp-pagenavi a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 42px;
  vertical-align: middle;
  border: none;
  padding: 0;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  .wp-pagenavi span.current,
  .wp-pagenavi span.extend,
  .wp-pagenavi a {
    margin: 0 0.5rem;
  }
}
@media (max-width: 420px) {
  .wp-pagenavi a.last {
    display: none;
  }
}
.wp-pagenavi a {
  background-color: var(--white);
  color: var(--very-dark-blue);
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.wp-pagenavi a:visited {
  background-color: var(--white);
  color: var(--very-dark-blue);
}
.wp-pagenavi a:hover {
  background-color: var(--very-dark-blue);
  color: var(--white);
}
.wp-pagenavi span.current {
  background-color: var(--very-dark-blue);
  color: var(--white);
}
.wp-pagenavi span.extend {
  color: var(--very-dark-blue);
  letter-spacing: 0.15em;
  width: auto;
}
@media (max-width: 767px) {
  .wp-pagenavi span.extend {
    width: 4px;
    overflow: hidden;
  }
}
@media (max-width: 420px) {
  .wp-pagenavi span.extend:last-of-type {
    display: none;
  }
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-family: var(--iconFont);
  font-size: 0.85rem;
  line-height: 40px;
}
.wp-pagenavi a.previouspostslink {
  text-indent: -1px;
  float: left;
}
.wp-pagenavi a.nextpostslink {
  text-indent: 1px;
  float: right;
}
div.pullquote {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: var(--white);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
@media (min-width: 768px) {
  div.pullquote {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
div.pullquote img {
  display: block;
  width: 3rem;
  height: auto;
  margin: 0 auto 2rem;
}
div.pullquote blockquote {
  margin: 0;
  padding: 0;
}
div.pullquote blockquote:before {
  display: none;
}
div.pullquote blockquote p {
  font-family: var(--textFont);
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: var(--dark-blue) !important;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
div.pullquote blockquote cite {
  display: block;
  margin: 1rem auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.5em;
  line-height: 1.3em;
  text-align: center;
  max-width: 550px;
}
.share {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 1rem 0;
  height: inherit;
  text-align: left;
  position: relative;
}
.share h4 {
  font-size: 0.8rem;
  color: var(--very-dark-blue);
  text-align: left;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.share__icons {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
}
.share__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: var(--iconFont);
  font-size: 0.8rem;
  color: var(--white);
  background-color: var(--blue);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
  margin: 0 0.4rem 0 0;
  text-decoration: none;
  text-indent: 1px;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.share__icon span {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.share__icon svg {
  width: 14px;
  height: 15px;
  margin: auto;
  pointer-events: none;
}
.share__icon svg path {
  fill: var(--white);
}
.share__icon.whatsapp svg {
  width: 15px;
  height: 15px;
  -webkit-transform: translate(1px, -1px);
  -moz-transform: translate(1px, -1px);
  -o-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
}
.share__icon.email svg {
  width: 14px;
  height: 15px;
  -webkit-transform: translate(0px, -1px);
  -moz-transform: translate(0px, -1px);
  -o-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}
.share__icon.twitter {
  text-indent: 2px;
}
.share__icon.pinterest {
  line-height: 28px;
}
.share__icon:hover {
  background-color: var(--very-dark-blue);
}
.share__button {
  margin-right: 1em;
}
#signup {
  background-color: var(--very-dark-blue);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  #signup {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  #signup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  #signup {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#signup h2 {
  margin: 0 0 3rem;
  max-width: 320px;
}
#signup h2,
#signup p,
#signup label,
#signup a {
  color: var(--white);
  text-align: left;
}
#signup .mc_embed_signup {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1440px) {
  #signup .mc_embed_signup {
    max-width: 600px;
  }
}
#signup form {
  text-align: right;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #signup form {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
  }
}
#signup label {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  #signup label:first-of-type {
    margin-top: 0;
  }
}
#signup label.gdpr-check-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-top: 1rem;
  opacity: 1;
}
@media (min-width: 1024px) {
  #signup label.gdpr-check-label {
    width: auto;
    position: absolute;
    bottom: 2.1rem;
    left: 2rem;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  #signup label.gdpr-check-label {
    left: 3rem;
    bottom: 3rem;
  }
}
#signup label.gdpr-check-label a {
  text-decoration: underline;
}
#signup input[type='text'],
#signup input[type='name'],
#signup input[type='email'],
#signup input[type='search'],
#signup input[type='number'],
#signup input[type='tel'],
#signup input[type='password'] {
  max-width: none;
}
#signup input[type='checkbox'] {
  border-color: var(--white);
  margin-right: 0.7rem;
}
#signup input[type='checkbox']:after {
  color: var(--white);
}
#signup input[type="submit"] {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #signup input[type="submit"] {
    margin-top: 3rem;
  }
}
#signup .response {
  width: 100%;
  margin: 1rem 0;
  color: var(--white) !important;
}
section.slider {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding-top: 0 !important;
  border-top: 1px solid var(--very-dark-blue);
}
section.slider .swiper-slide {
  margin-top: 2rem;
  position: relative;
  opacity: 0.2;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.slider .swiper-slide:before {
  display: block;
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -1px;
  background-color: var(--very-dark-blue);
}
section.slider .swiper-slide article.tile {
  background-color: transparent;
  padding: 0 2rem;
}
section.slider .swiper-slide article.tile .tile__image {
  padding-bottom: 50%;
  border-radius: 0.3rem 0.3rem 0 0;
  -moz-border-radius: 0.3rem 0.3rem 0 0;
  -webkit-border-radius: 0.3rem 0.3rem 0 0;
  -o-border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}
section.slider .swiper-slide article.tile .tile__content {
  background-color: var(--white);
  color: var(--very-dark-blue);
  border-radius: 0 0 0.3rem 0.3rem;
  -moz-border-radius: 0 0 0.3rem 0.3rem;
  -webkit-border-radius: 0 0 0.3rem 0.3rem;
  -o-border-radius: 0 0 0.3rem 0.3rem;
}
section.slider .swiper-slide article.tile h2 {
  color: var(--dark-blue);
  margin-top: 0;
}
@media (min-width: 768px) {
  section.slider .swiper-slide {
    width: 100%;
  }
  section.slider .swiper-slide article.tile {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1240px) {
  section.slider .swiper-slide {
    width: 100%;
  }
  section.slider .swiper-slide article.tile {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  section.slider .swiper-slide.swiper-slide-next,
  section.slider .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  section.slider {
    border-top: none;
  }
  section.slider .swiper-slide {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--very-dark-blue);
  }
  section.slider .swiper-slide:before {
    top: 0;
  }
  section.slider .swiper-button-next,
  section.slider .swiper-button-prev {
    margin-top: 0;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  section.slider .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 20px;
  }
  section.slider .swiper-button-prev {
    left: 50%;
    margin-left: -62px;
  }
}
div.stat-block {
  width: 100%;
}
@media (min-width: 768px) {
  div.stat-block {
    margin: 3rem 0 1.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
div.stat-block div {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
@media (min-width: 768px) {
  div.stat-block div {
    width: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.stat-block div h2,
div.stat-block div h3,
div.stat-block div p {
  text-align: center;
}
div.stat-block div h2,
div.stat-block div p {
  color: var(--white) !important;
  margin: 0 !important;
}
div.stat-block div h2 {
  font-size: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
div.stat-block div h2 span {
  display: inline-block;
  font-size: 0.5em;
  line-height: inherit;
  margin-right: 0.25rem;
}
@media (min-width: 1440px) {
  div.stat-block div h2 {
    font-size: 4rem;
  }
}
div.stat-block div h3 {
  margin: 0 0 1rem !important;
}
div.stat-block div:first-of-type {
  background-color: var(--blue);
}
div.stat-block div:first-of-type h3 {
  color: var(--very-dark-blue) !important;
}
div.stat-block div:nth-of-type(2) {
  background-color: var(--very-dark-blue);
}
div.stat-block div:nth-of-type(2) h3 {
  color: var(--orange) !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper,
.swiper-container .gallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide,
.swiper-container .gallery-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  -webkit-background-size: 15px 30px;
  background-size: 15px 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
@media (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("./img/arrow-left--dark.svg");
  left: 2rem;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("./img/arrow-right--dark.svg");
  right: 2rem;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -o-transition: 300ms, opacity;
  -moz-transition: 300ms, opacity;
  -webkit-transition: 300ms, opacity;
  transition: 300ms, opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top;
  -moz-transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left;
  -moz-transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right;
  -moz-transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tiles {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tiles--two-columns {
  width: 100%;
}
article.tile {
  margin-bottom: 2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  background-color: var(--white);
  color: var(--text-color);
  text-align: left;
  width: 100%;
  height: initial;
}
@media (min-width: 768px) {
  article.tile {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1240px) {
  article.tile {
    width: calc(33.333% - 1rem);
  }
}
article.tile a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
article.tile a span {
  display: inline;
  border-bottom: 1px solid transparent;
}
article.tile a:hover span {
  border-color: var(--text-color);
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
article.tile h2 {
  color: inherit;
  margin: 0.7rem 0;
}
article.tile .h5 {
  font-weight: 800;
}
article.tile p {
  margin: 1rem 0;
  color: var(--very-dark-blue);
}
article.tile p.post-category,
article.tile p.post-date {
  font-size: 0.75rem;
  margin: 0;
  color: inherit;
  flex-shrink: 0;
}
article.tile p.post-category {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  article.tile p.post-category {
    font-size: 18px;
  }
}
article.tile p.post-date {
  font-size: 10px;
  letter-spacing: -0.02em;
  margin-top: auto;
}
@media (min-width: 1024px) {
  article.tile p.post-date {
    font-size: 18px;
  }
}
article.tile ul {
  margin: 0.7rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
article.tile ul li {
  list-style: none;
  color: var(--very-dark-blue);
  margin: 0.2rem 0.35rem 0.2rem 0;
}
article.tile ul li a {
  width: auto;
  padding: 0.1rem 0.5rem;
  border: 1px solid var(--orange);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: inherit;
  font-size: var(--fs-small);
  font-weight: 400;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
article.tile ul li a:hover {
  border-color: var(--very-dark-blue);
}
.tile__ratio {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  position: relative;
}
.tile__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.tile__image {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (min-width: 1024px) {
  .tile__image {
    height: 60%;
    padding-bottom: 0;
  }
}
.tile__image > a {
  display: block !important;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tile__image span.play-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--very-dark-blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  z-index: 1;
  pointer-events: none;
  border: none;
}
.tile__image span.play-icon img {
  width: 1.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.6rem;
  margin-top: -0.8rem;
}
@media (min-width: 768px) {
  .tile__image span.play-icon {
    width: 5.5rem;
    height: 5.5rem;
    margin-left: -2.75rem;
    margin-top: -2.75rem;
  }
  .tile__image span.play-icon img {
    width: 2.2rem;
    margin-left: -0.8rem;
    margin-top: -1.2rem;
  }
}
.tile__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.tile--no-ratio {
  display: block;
}
.tile--no-ratio .tile__inner {
  position: relative;
  display: block;
  height: unset;
}
.tile--no-ratio .tile__image {
  height: 0;
  padding-bottom: 70%;
}
.tile--no-ratio .tags-wrapper {
  margin-top: auto;
}
@media (min-width: 768px) {
  .tile--no-ratio {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
  }
  .tile--no-ratio .tile__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    height: 100%;
  }
  .tile--no-ratio .tile__content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
  .tile--no-ratio p.post-date {
    margin-top: 0 !important;
  }
}
@media (min-width: 1240px) {
  .tile--no-ratio .tile__image {
    min-height: 275px;
  }
}
.tile--campaign .tile__content {
  min-height: 0;
}
.tile--campaign .tile__image {
  background-color: var(--dark-blue);
  padding-bottom: 67.5%;
}
.tile--campaign .tile__image a {
  display: block;
  z-index: 1;
}
.tile__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  width: 100%;
  height: auto;
  min-height: 51.5%;
  padding: 20px 1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.tile__content p {
  overflow: hidden;
}
@media (min-width: 768px) {
  .tile__content {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .tile__content {
    padding: 1.5rem 1rem;
  }
}
article.tile--fullwidth.tile--no-ratio .tile__image img {
  min-height: 100%;
}
@media (min-width: 768px) {
  article.tile--fullwidth {
    width: 100%;
  }
  article.tile--fullwidth .tile__ratio,
  article.tile--fullwidth .tile__image {
    padding-bottom: 44.4%;
  }
  article.tile--fullwidth .tile__inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  article.tile--fullwidth .tile__inner .post-date {
    margin-top: auto !important;
    height: auto;
  }
  article.tile--fullwidth .tile__inner .tags-wrapper {
    margin-top: 0;
  }
  article.tile--fullwidth .tile__inner .tile__content {
    flex-shrink: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    order: -1;
    max-width: 50%;
  }
}
@media (min-width: 1240px) {
  article.tile--fullwidth .tile__content {
    flex-shrink: auto;
    padding: 40px;
  }
  article.tile--fullwidth .h5 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  article.tile--halfwidth {
    width: calc(50% - 1rem);
  }
  article.tile--halfwidth .tile__ratio {
    padding-bottom: 88.2%;
  }
  article.tile--halfwidth .tile__content .h5,
  article.tile--halfwidth .tile__content .post-category {
    max-width: 421px;
  }
}
article.tile--text-only .tile__content {
  height: 100%;
}
article.tile--text-only p.post-date {
  flex: 0 0 auto;
}
article.tile--text-only p.excerpt {
  flex: 1 0 auto;
}
@media (min-width: 1240px) {
  article.tile--text-only .tile__content {
    height: 100%;
  }
}
@media (min-width: 1440px) {
  article.tile--text-only .tile__content {
    height: 100%;
  }
}
article.tile--glass-effect h2 {
  font-size: 16px;
}
@media (min-width: 350px) {
  article.tile--glass-effect h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  article.tile--glass-effect h2 {
    font-size: 28px;
  }
}
article.tile--glass-effect .tile__inner {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.tile--glass-effect .tile__content {
  background-color: var(--white);
}
article.tile--glass-effect .post-category {
  flex-shrink: 0;
}
article.tile--glass-effect ul li {
  color: var(--very-dark-blue);
}
@supports (backdrop-filter: blur(12px)) {
  article.tile--glass-effect {
    color: var(--white);
  }
  article.tile--glass-effect .tile__image {
    position: static;
  }
  article.tile--glass-effect .tile__content {
    background-color: rgba(0,0,0,0.2);
    background: radial-gradient(100.46% 119.89% at 0% 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    backdrop-filter: blur(12px);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
  }
  article.tile--glass-effect a:hover span {
    border-color: var(--white);
  }
  article.tile--glass-effect ul li {
    color: var(--white);
  }
  article.tile--glass-effect ul li a:hover {
    border-color: var(--white);
  }
  article.tile .tile__image span.play-icon {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
  }
}
article.tile--spotlight .tile--spotlight--image {
  position: relative;
}
@media (max-width: 1023px) {
  article.tile--spotlight .tile--spotlight--image {
    height: 0;
    padding-bottom: 69%;
  }
}
article.tile--spotlight .tile--spotlight--image .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.tile--spotlight .tile--spotlight--image img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.tile--spotlight p.post-category {
  overflow: unset;
}
article.tile--spotlight h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
article.tile--spotlight h2 a span.desktop {
  display: none;
}
article.tile--spotlight p.post-date {
  flex: 0 0 auto;
}
article.tile--spotlight p.excerpt {
  flex: 1 0 auto;
}
article.tile--spotlight p.excerpt.desktop {
  display: none;
}
article.tile--spotlight p.button-wrapper {
  margin-top: auto;
  margin-bottom: 0;
}
article.tile--spotlight p.button-wrapper a {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  article.tile--spotlight {
    width: 100% !important;
  }
  article.tile--spotlight .tile__content {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  article.tile--spotlight {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  article.tile--spotlight .tile--spotlight--image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  article.tile--spotlight .tile__content {
    margin-left: auto;
    width: 50%;
    height: 100%;
  }
  article.tile--spotlight .tile__content .excerpt.mobile {
    display: none;
  }
  article.tile--spotlight .tile__content .excerpt.desktop {
    display: block;
  }
  article.tile--spotlight .tile__content h2 a span.mobile {
    display: none;
  }
  article.tile--spotlight .tile__content h2 a span.desktop {
    display: inline;
  }
}
@media (min-width: 1240px) {
  article.tile--spotlight .tile__content {
    height: 100%;
    min-height: 570px;
  }
}
@media (min-width: 1300px) {
  article.tile--spotlight .tile__content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  article.tile--spotlight .tile__content {
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .tiles--two-columns {
    width: 66.666%;
  }
  .tiles--two-columns article.tile {
    width: calc(50% - 1rem);
  }
}
.wpforms-page {
  text-align: left;
}
.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  padding: 0 !important;
  margin: 2rem 0 !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
}
.wpforms-confirmation-container-full p,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  padding: 2rem 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
  text-align: left !important;
  font-size: 16px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  height: 6px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  height: 6px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 15px !important;
  color: var(--button-text) !important;
  background-color: var(--button-bg) !important;
  border: none !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  transition: background-color 0.25s, color 0.25s !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: var(--button-hover) !important;
  color: var(--button-hover-text) !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  transition: background-color 0.25s, color 0.25s !important;
  border: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  color: var(--button-text) !important;
  background-color: var(--button-bg) !important;
  border: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: inherit !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit,
div.wpforms-container-full .wpforms-form button[type=submit] {
  display: inline-block !important;
  cursor: pointer !important;
  outline: none !important;
  color: var(--button-text) !important;
  font-family: var(--headingFont) !important;
  font-weight: 500 !important;
  text-align: left !important;
  font-size: 0.9rem !important;
  width: auto !important;
  min-width: 200px !important;
  height: 40px !important;
  line-height: 38px !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 0 1rem !important;
  background-color: var(--button-bg) !important;
  border: none !important;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  transition: background-color 0.25s, color 0.25s !important;
  margin: 1rem auto !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:focus {
  background-color: var(--button-hover) !important;
  color: var(--button-hover-text) !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  transition: background-color 0.25s, color 0.25s !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit.button--arrow,
div.wpforms-container-full .wpforms-form button[type=submit].button--arrow {
  padding: 0 3rem 0 1rem !important;
}
div.wpforms-container-full .wpforms-form ul li {
  position: relative !important;
  line-height: 16px !important;
}
div.wpforms-container-full .wpforms-form ul li:last-of-type {
  margin-bottom: 12px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
  margin-bottom: 12px !important;
}
div.wpforms-container-full .wpforms-form textarea {
  max-width: 100% !important;
}
div.wpforms-container-full .wpforms-field {
  display: inline-block;
  width: 100% !important;
  clear: none !important;
  padding: 0.7rem 0 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-one-half {
  width: 48% !important;
}
div.wpforms-container-full .wpforms-field.wpforms-one-third {
  width: 30.6666666667% !important;
}
div.wpforms-container-full .wpforms-field.wpforms-two-thirds {
  width: 65.3333333333% !important;
}
div.wpforms-container-full .wpforms-field.wpforms-one-fourth {
  width: 22% !important;
}
div.wpforms-container-full .wpforms-field.wpforms-two-fourths {
  width: 48% !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-hidden {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-conditional-hide {
  display: none !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox input[type='checkbox'] {
  float: left !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox label,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wp-forms-label,
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline {
  float: left !important;
  max-width: calc(100% - 2rem) !important;
}
div.wpforms-container-full .wpforms-field textarea {
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  border: none !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-field input[type='button'] {
  width: 100% !important;
  max-width: 250px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
}
div.wpforms-container-full .wpforms-field input[type='submit'] {
  width: 100% !important;
  max-width: 250px !important;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.wpforms-container-full .wpforms-field input[type='text'],
div.wpforms-container-full .wpforms-field input[type='name'],
div.wpforms-container-full .wpforms-field input[type='email'],
div.wpforms-container-full .wpforms-field input[type='search'],
div.wpforms-container-full .wpforms-field input[type='number'],
div.wpforms-container-full .wpforms-field input[type='tel'],
div.wpforms-container-full .wpforms-field input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  border: none !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  height: 40px !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-field input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.9rem !important;
  height: 0.9rem !important;
  display: inline-block !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid var(--dark-grey) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
div.wpforms-container-full .wpforms-field input[type='checkbox']:checked {
  position: relative !important;
}
div.wpforms-container-full .wpforms-field input[type='checkbox']:checked:after {
  display: block !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
  content: "l" !important;
  font-family: var(--iconFont) !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
  font-size: 0.4rem !important;
  text-align: center !important;
  line-height: 0.65rem !important;
  vertical-align: middle !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
div.wpforms-container-full .wpforms-field input[type='checkbox']:checked ~.sf-label-checkbox {
  color: var(--text-color) !important;
}
div.wpforms-container-full .wpforms-field input:focus {
  border-color: var(--dark-grey) !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
div.wpforms-container-full .wpforms-field select {
  display: inline-block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  height: 40px !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
div.wpforms-container-full .wpforms-field label,
div.wpforms-container-full .wpforms-field .wp-forms-label,
div.wpforms-container-full .wpforms-field .wpforms-field-description {
  display: inline-block !important;
  width: 100% !important;
  font-family: var(--textFont) !important;
  font-size: 0.7rem !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: var(--very-dark-blue) !important;
  margin: 0 0 0.25rem !important;
  text-align: left !important;
}
div.wpforms-container-full .wpforms-field .wpforms-field-description {
  margin: 0.2rem 0 0.25rem !important;
}
div.wpforms-container-full .wpforms-field .wpforms-field-label-inline {
  display: inline !important;
  width: auto !important;
  line-height: 0.9rem !important;
  vertical-align: bottom !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-html {
  width: 100% !important;
  padding: 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-html h3 {
  margin: 1.5em 0 1em !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-html p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-address label {
  font-weight: 500 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-address .wpforms-field-row {
  margin-bottom: 28px !important;
}
div.wpforms-container-full .wpforms-field.wpforms-one-half.wpforms-firsthalf-width {
  margin-left: 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-two-fourths.wpforms-first {
  margin-left: 0 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  display: inline-block;
  width: 100%;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline label.wpforms-field-label {
  margin-bottom: 8px !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul li {
  display: inline-block;
  width: auto !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-phone .intl-tel-input .flag-container {
  display: none !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-phone .intl-tel-input.allow-dropdown input,
div.wpforms-container-full .wpforms-field.wpforms-field-phone .intl-tel-input.allow-dropdown input[type="tel"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.wpforms-form .wpforms-page-indicator.progress {
  text-align: left;
  font-size: 16px;
}
.wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  height: 6px;
}
.wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  height: 6px;
}
.wpforms-form .wpforms-page-button {
  font-size: 15px;
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.wpforms-form .wpforms-page-button:hover {
  background-color: var(--button-hover);
  color: var(--button-hover-text);
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: none;
}
.wpforms-form .wpforms-page-button:focus {
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
}
.wpforms-form .wpforms-submit-container {
  text-align: left;
}
.wpforms-form .wpforms-submit,
.wpforms-form button[type=submit] {
  width: 200px;
  padding: 12px 20px;
  font-size: 15px;
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.wpforms-form .wpforms-submit:hover,
.wpforms-form button[type=submit]:hover {
  background-color: var(--button-hover);
  color: var(--button-hover-text);
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: none;
}
.wpforms-form .wpforms-submit:focus,
.wpforms-form button[type=submit]:focus {
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
}
.wpforms-form ul li {
  position: relative;
  line-height: 16px;
}
.wpforms-form ul li:last-of-type {
  margin-bottom: 12px !important;
}
.wpforms-form .wpforms-list-2-columns ul li {
  margin-bottom: 12px !important;
}
.wpforms-form textarea {
  max-width: 100%;
}
.wpforms-field {
  display: inline-block;
  width: 100%;
  clear: none !important;
  padding: 0.7rem 0 0 !important;
}
.wpforms-field.wpforms-field-checkbox input[type='checkbox'] {
  float: left !important;
}
.wpforms-field.wpforms-field-checkbox label,
.wpforms-field.wpforms-field-checkbox .wp-forms-label,
.wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline {
  float: left !important;
  max-width: calc(100% - 2rem) !important;
}
.wpforms-field textarea {
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  border: none !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wpforms-field input[type='button'] {
  width: 100% !important;
  max-width: 250px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
}
.wpforms-field input[type='submit'] {
  width: 100% !important;
  max-width: 250px !important;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpforms-field input[type='text'],
.wpforms-field input[type='name'],
.wpforms-field input[type='email'],
.wpforms-field input[type='search'],
.wpforms-field input[type='number'],
.wpforms-field input[type='tel'],
.wpforms-field input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  border: none !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  height: 40px !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wpforms-field input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.9rem !important;
  height: 0.9rem !important;
  display: inline-block !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid var(--dark-grey) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.wpforms-field input[type='checkbox']:checked {
  position: relative !important;
}
.wpforms-field input[type='checkbox']:checked:after {
  display: block !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
  content: "l" !important;
  font-family: var(--iconFont) !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
  font-size: 0.4rem !important;
  text-align: center !important;
  line-height: 0.65rem !important;
  vertical-align: middle !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.wpforms-field input[type='checkbox']:checked ~.sf-label-checkbox {
  color: var(--text-color) !important;
}
.wpforms-field input:focus {
  border-color: var(--dark-grey) !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpforms-field select {
  display: inline-block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--white) !important;
  outline: none !important;
  font-size: 0.8rem !important;
  color: var(--text-color) !important;
  height: 40px !important;
  font-weight: 400 !important;
  font-family: var(--textFont) !important;
  line-height: 40px !important;
  padding: 0 0.7rem !important;
  margin: 0 !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.wpforms-field label,
.wpforms-field .wp-forms-label,
.wpforms-field .wpforms-field-description {
  display: inline-block !important;
  width: 100% !important;
  font-family: var(--textFont) !important;
  font-size: 0.7rem !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: var(--very-dark-blue) !important;
  margin: 0 0 0.25rem !important;
  text-align: left !important;
}
.wpforms-field .wpforms-field-description {
  margin: 0.2rem 0 0.25rem !important;
}
.wpforms-field .wpforms-field-label-inline {
  display: inline !important;
  width: auto !important;
  line-height: 0.9rem !important;
  vertical-align: bottom !important;
}
.wpforms-field.wpforms-field-html {
  width: 100% !important;
  padding: 0 !important;
}
.wpforms-field.wpforms-field-html h3 {
  margin: 1.5em 0 1em;
}
.wpforms-field.wpforms-field-html p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.wpforms-field.wpforms-field-address label {
  font-weight: 400 !important;
}
.wpforms-field.wpforms-field-address .wpforms-field-row {
  margin-bottom: 28px;
}
.wpforms-field.wpforms-one-half.wpforms-firsthalf-width {
  margin-left: 0;
}
.wpforms-field.wpforms-two-fourths.wpforms-first {
  margin-left: 0;
}
.wpforms-field.wpforms-field-checkbox.wpforms-list-inline label.wpforms-field-label {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  div.wpforms-container-full .wpforms-form.wpforms-list-2-columns ul li {
    margin-bottom: 16px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-submit,
  div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
  }
  div.wpforms-container-full .wpforms-field.wpforms-field-html h3 {
    margin: 1em 0 0;
  }
  div.wpforms-container-full .wpforms-field.wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
  div.wpforms-container-full .wpforms-field.wpforms-two-fourths {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
  div.wpforms-container-full .wpforms-field.wpforms-one-third {
    width: 100% !important;
    margin-left: 0 !important;
  }
  div.wpforms-container-full .wpforms-field.wpforms-one-fourth {
    padding-bottom: 0 !important;
  }
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline {
    padding-bottom: 0 !important;
  }
  .wpforms-form.wpforms-list-2-columns ul li {
    margin-bottom: 16px;
  }
  .wpforms-form .wpforms-submit,
  .wpforms-form button[type=submit] {
    width: 100%;
  }
  .wpforms-field.wpforms-field-html h3 {
    margin: 1em 0 0;
  }
  .wpforms-field.wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .wpforms-field.wpforms-two-fourths {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .wpforms-field.wpforms-one-third {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .wpforms-field.wpforms-one-fourth {
    padding-bottom: 0 !important;
  }
  .wpforms-field.wpforms-field-checkbox.wpforms-list-inline {
    padding-bottom: 0 !important;
  }
}
.hero--blue-manifesto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  background-color: var(--very-dark-blue);
  background-image: url("./img/bm-hero-bg-small.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center bottom;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .hero--blue-manifesto {
    background-image: url("./img/bm-hero-bg.jpg");
  }
}
@media (min-width: 1024px) {
  .hero--blue-manifesto {
    height: calc(100vh - 115px);
  }
}
.hero--blue-manifesto h1 {
  margin: 0 auto 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--med-spacing);
}
@media (min-width: 1024px) {
  .hero--blue-manifesto h1 {
    font-size: 5rem;
  }
}
.hero--blue-manifesto h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--spacing);
  margin: 1rem auto 0;
  padding: 0 1rem 0;
  color: var(--white);
}
.hero--blue-manifesto h2 span {
  color: var(--blue);
}
@media (min-width: 768px) {
  .hero--blue-manifesto h2 {
    padding: 0;
  }
}
.hero--blue-manifesto .buttons {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .hero--blue-manifesto .buttons {
    margin-top: 4rem;
  }
}
.hero--blue-manifesto .buttons .button {
  margin: 0.5rem auto;
}
@media (min-width: 768px) {
  .hero--blue-manifesto .buttons .button {
    margin: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .hero--blue-manifesto .buttons .button {
    margin: 0 1rem;
  }
}
body.page-template-page-blue-manifesto main {
  display: block;
}
body.page-template-page-blue-manifesto section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.page-template-page-blue-manifesto section .inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-blue-manifesto section p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-blue-manifesto section.bm-hero-header {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}
body.page-template-page-blue-manifesto section.bm-hero-header span {
  position: absolute;
  top: 8vw;
  right: 53vw;
  font-family: var(--textFont);
  font-size: 4vw;
  color: #3200ff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-hero-header span {
    font-size: 3vw;
    top: 11vw;
    right: 55vw;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-hero-header span {
    font-size: 1.5vw;
    top: 5vw;
    right: 27.5vw;
  }
}
body.page-template-page-blue-manifesto section.bm-hero-header span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3200ff;
}
body.page-template-page-blue-manifesto section.bm-hero-header h1 {
  position: relative;
  font-family: var(--ptMono);
  font-size: 22vw;
  line-height: 90%;
  text-align: right;
  text-transform: uppercase;
  color: #f3f3f3;
  margin: -2vw 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-hero-header h1 {
    font-size: 20vw;
    margin: -2.5vw 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-hero-header h1 {
    font-size: 8.5vw;
    margin: 60px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 24px;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 52px;
}
@media (min-width: 600px) {
  body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta {
    left: 2rem;
    max-width: 556px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta {
    left: 3rem;
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta {
    position: absolute;
    margin-top: 0;
  }
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta p {
  font-family: var(--textFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  color: #020e37;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta p {
    font-size: 26px;
    line-height: 31.2px;
    margin: 0 0 40px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons {
  display: flex;
  gap: 16px;
  flex-flow: row wrap;
}
@media (min-width: 600px) {
  body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button {
  border: 1px solid #3200ff;
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button:hover {
  background-color: transparent;
  color: #3200ff;
  border: 1px solid #3200ff;
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button--hollow {
  color: #3200ff !important;
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button--hollow:hover {
  color: #f3f3f3 !important;
}
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button--hollow,
body.page-template-page-blue-manifesto section.bm-hero-header .hero__cta .hero__cta-buttons .button {
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0.03em;
  height: initial;
  min-width: 0;
  padding: 12px 24px;
  margin: 0 !important;
  background-color: #3200ff;
}
body.page-template-page-blue-manifesto section.bm-section-two {
  position: relative;
  padding: 0;
  background: #fff;
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two {
    padding: 0 0 140px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two img.fish {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100%;
  max-width: 200px;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two img.fish {
    display: none;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two img.fish {
    bottom: -215px;
    right: 0;
    display: block;
    max-width: 1065px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .inner-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side {
    padding: 80px 0 120px 0;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side {
    padding: 145px 0 0 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 100%;
  background: #3200ff;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side:before {
    left: -60px;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side:before {
    width: 1431px;
    height: 1431px;
    top: -200px;
    left: -625px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side p,
body.page-template-page-blue-manifesto section.bm-section-two .left-side img {
  position: relative;
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side h2 {
  position: relative;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin: 0;
  z-index: 2;
  max-width: 343px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side h2 {
    font-size: 64px;
    letter-spacing: -1.28px;
    max-width: 687px;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side h2 {
    padding-bottom: 40px;
    margin-bottom: 24px;
    border-bottom: 2px solid #f3f3f3;
    max-width: 555px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side p {
  font-family: var(--poppins);
  max-width: 343px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side p {
    max-width: 492px;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side p {
    max-width: 555px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side strong {
  font-family: var(--poppins);
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side h2,
body.page-template-page-blue-manifesto section.bm-section-two .left-side p {
  text-wrap: balance;
  color: #f3f3f3;
}
body.page-template-page-blue-manifesto section.bm-section-two .left-side img {
  width: 100%;
  max-height: 314px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  margin: -40px 0 24px 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid #f3f3f3;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side img {
    margin: -40px 0 24px 0;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .left-side img {
    position: absolute;
    top: 200px;
    left: 310px;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 556px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side {
  padding: 80px 0;
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .right-side {
    padding: 192px 0 0 0;
    max-width: 525px;
    margin-left: auto;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side h2,
body.page-template-page-blue-manifesto section.bm-section-two .right-side p,
body.page-template-page-blue-manifesto section.bm-section-two .right-side strong {
  color: #001a29;
  text-wrap: balance;
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 {
  position: relative;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin: 0 0 24px 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid #001a29;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 span {
  display: block;
  margin-right: 0;
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 span,
body.page-template-page-blue-manifesto section.bm-section-two .right-side p {
  max-width: 343px;
  margin-left: auto;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 span,
  body.page-template-page-blue-manifesto section.bm-section-two .right-side p {
    max-width: 510px;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-two .right-side h2 span,
  body.page-template-page-blue-manifesto section.bm-section-two .right-side p {
    max-width: 525px;
    margin-left: 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-two .right-side p,
body.page-template-page-blue-manifesto section.bm-section-two .right-side strong {
  font-family: var(--poppins);
}
body.page-template-page-blue-manifesto section.bm-section-three {
  position: relative;
  padding: 160px 0 80px 0;
  background: #f3f3f3;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three {
    padding: 120px 0 80px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-three {
    padding: 320px 0 200px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-three .inner-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .left-side {
    order: 1;
    max-width: 510px;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-blue-manifesto section.bm-section-three .left-side {
    max-width: 558px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .left-side h2,
body.page-template-page-blue-manifesto section.bm-section-three .left-side p,
body.page-template-page-blue-manifesto section.bm-section-three .left-side strong {
  color: #001a29;
}
body.page-template-page-blue-manifesto section.bm-section-three .left-side h2 {
  text-wrap: balance;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .left-side h2 {
    font-size: 64px;
    letter-spacing: -1.28px;
    margin: 0 0 24px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .left-side p,
body.page-template-page-blue-manifesto section.bm-section-three .left-side strong {
  font-family: var(--poppins);
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 22.4px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .left-side p,
  body.page-template-page-blue-manifesto section.bm-section-three .left-side strong {
    font-size: 16px;
    line-height: 25.6px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side {
    display: none;
    order: 2;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side {
    display: flex;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side img {
  width: 100%;
  height: 100%;
  max-width: 557px;
  max-height: 557px;
  object-fit: cover;
  object-position: center;
  margin-left: auto;
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side p {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p {
    padding-left: 12px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side p:nth-of-type(2) {
  font-family: var(--ptMono);
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  color: #2de1fc;
  letter-spacing: initial;
  margin: 10px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p:nth-of-type(2) {
    font-size: 112px;
    line-height: 90%;
    letter-spacing: -2.24px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side p:not(:nth-of-type(2)) {
  font-family: var(--ptMono);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.36px;
  color: #001a29;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p:not(:nth-of-type(2)) {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-three .right-side p:first-of-type {
  margin-top: -130px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p:first-of-type {
    max-width: 300px;
    margin-top: -185px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p:nth-of-type(2) {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-three .right-side p:last-of-type {
    max-width: 350px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four {
  position: relative;
  padding: 0 0 80px 0;
  overflow: hidden;
  background: #f3f3f3;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four {
    padding: 0 0 160px 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four {
    padding: 0 0 260px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four .inner-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .mobile-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 80px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .mobile-image {
    display: none;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .desktop-image {
  position: absolute;
  bottom: -150px;
  left: -200px;
  display: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .desktop-image {
    display: block;
    max-width: 621px;
    max-height: 621px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four .desktop-image {
    bottom: -300px;
    left: -150px;
    max-width: 793px;
    max-height: 793px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .stingray {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .stingray {
    display: block;
    bottom: 550px;
    left: 20px;
    width: 160px;
    height: 135px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four .stingray {
    bottom: 300px;
    left: 650px;
    width: 223px;
    height: 188px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .left-side {
    max-width: 558px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .left-side h2,
body.page-template-page-blue-manifesto section.bm-section-four .left-side h3,
body.page-template-page-blue-manifesto section.bm-section-four .left-side p,
body.page-template-page-blue-manifesto section.bm-section-four .left-side strong {
  margin-top: 0;
  color: #001a29;
}
body.page-template-page-blue-manifesto section.bm-section-four .left-side h2 {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .left-side h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
    max-width: 504px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .left-side p {
  font-family: var(--poppins);
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.28px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .left-side p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .left-side strong {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .left-side strong {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.52px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .right-side {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .right-side {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four .right-side {
    margin-top: 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area {
  padding: 24px;
  background: #3200ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area {
    max-width: 510px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area {
    max-width: 703px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area p,
body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area strong {
  font-family: var(--poppins);
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.28px;
  color: #f3f3f3;
}
body.page-template-page-blue-manifesto section.bm-section-four .right-side .text-area span {
  font-family: var(--ptMono);
  font-size: 102px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.94px;
  color: #2de1fc;
  float: left;
  padding-right: 12px;
}
body.page-template-page-blue-manifesto section.bm-section-five {
  position: relative;
  padding: 80px 0 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-five {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-five {
    padding: 200px 0 0 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-five:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2,14,55,0) 0%, #020e37 100%);
  z-index: 2;
}
body.page-template-page-blue-manifesto section.bm-section-five .inner-wrapper {
  text-align: center;
}
body.page-template-page-blue-manifesto section.bm-section-five .text-area {
  position: relative;
  text-align: center;
  max-width: 967px;
  margin: 0 auto;
  z-index: 2;
}
body.page-template-page-blue-manifesto section.bm-section-five .text-area h2,
body.page-template-page-blue-manifesto section.bm-section-five .text-area p,
body.page-template-page-blue-manifesto section.bm-section-five .text-area strong {
  text-wrap: balance;
  color: #f3f3f3;
}
body.page-template-page-blue-manifesto section.bm-section-five .text-area h2 {
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-five .text-area h2 {
    font-size: 64px;
    line-height: 76.8px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-five .text-area p {
  font-family: var(--poppins);
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-five .text-area p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-five .text-area p:first-of-type {
  font-family: var(--textFont);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-five .text-area p:first-of-type {
    font-size: 26px;
    line-height: 31.2px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-five img {
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-five img {
    margin-top: 96px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-five img {
    margin-top: 155px;
    max-width: 1140px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-six {
  position: relative;
  padding: 0;
  margin-top: -200px;
  z-index: 3;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-section-six {
    margin-top: -220px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-six .cta {
  position: relative;
  padding: 40px 16px;
  border: 4px solid #f3f3f3;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-six .cta {
    padding: 64px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-six .cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area {
  position: relative;
  max-width: 494px;
  z-index: 2;
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area h2,
body.page-template-page-blue-manifesto section.bm-section-six .text-area p {
  color: #f3f3f3;
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area h2 {
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-six .text-area h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area p {
  font-family: var(--poppins);
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-six .text-area p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area .button {
  margin: 40px 0 0 0;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0.03em;
  height: initial;
  min-width: 0;
  padding: 12px 24px;
  background-color: #3200ff;
}
body.page-template-page-blue-manifesto section.bm-section-six .text-area .button:hover {
  background-color: #fff;
  color: #3200ff;
}
body.page-template-page-blue-manifesto section.bm-section-seven {
  padding: 80px 0 195px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven {
    padding: 80px 0 160px 0;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven {
    padding: 200px 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .top-half .inner-wrapper {
  position: relative;
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .top-half .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .top-half h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  letter-spacing: -0.02em;
  color: #001a29;
  margin: 0 0 40px 0;
  text-wrap: balance;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .top-half h2 {
    font-size: 64px;
    line-height: 76.8px;
    max-width: 582px;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .top-half h2 {
    margin: 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .top-half p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #001a29;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .top-half p {
    font-size: 26px;
    line-height: 31.2px;
    max-width: 501px;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .top-half p {
    margin: 0;
    max-width: 703px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .top-half p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half {
  position: relative;
  margin-top: 24px;
}
body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half .inner-wrapper {
    min-height: 45vw;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half .text-area {
    max-width: 501px;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half .text-area {
    order: 2;
    max-width: 412px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half p {
  font-family: var(--poppins);
  font-weight: 300;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  color: #001a29;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half img {
  order: 2;
  width: 100%;
  margin-top: 80px;
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half img {
    position: absolute;
    top: 0;
    left: 0;
    order: 1;
    margin-top: 0;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    max-width: 50vw;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half img {
    max-width: 60vw;
  }
}
@media (min-width: 1800px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .bottom-half img {
    max-width: 1093px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .year-desktop,
body.page-template-page-blue-manifesto section.bm-section-seven .year-tablet,
body.page-template-page-blue-manifesto section.bm-section-seven .year-mobile {
  position: absolute;
  font-family: var(--ptMono);
  font-weight: 700;
  letter-spacing: -0.07em;
  color: #2de1fc;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-section-seven .year-desktop {
  display: none;
  top: calc(100% + 50px);
  right: 400px;
  font-size: 320px;
  line-height: 384px;
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .year-desktop {
    display: block;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .year-tablet {
  display: none;
  left: 0;
  font-size: 208px;
  line-height: 249.6px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .year-tablet {
    display: block;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .year-tablet {
    display: none;
  }
}
body.page-template-page-blue-manifesto section.bm-section-seven .year-mobile {
  display: block;
  right: -40px;
  font-size: 184px;
  line-height: 220.8px;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-seven .year-mobile {
    display: none;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight {
  position: relative;
  padding: 0;
}
body.page-template-page-blue-manifesto section.bm-section-eight .top-side {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .top-side {
    margin-bottom: 0;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .top-side .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .top-side .inner-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .top-side h2 {
  position: relative;
  font-family: var(--ptMono);
  font-size: 88px;
  line-height: 79.2px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #3200ff;
  text-transform: uppercase;
  text-wrap: balance;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .top-side h2 {
    font-size: 112px;
    line-height: 100.8px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .top-side h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 192px;
    line-height: 172.8px;
    max-width: 1400px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .top-side img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-top: -60px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .top-side img {
    margin-top: 0;
    grid-column-start: 2;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side {
    padding: 80px 0 200px 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .first {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .first {
    max-width: 552px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .first p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: #001a29;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .first p {
    font-size: 26px;
    line-height: 31.2px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
  display: block;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second {
    padding: 0;
    margin-top: 0;
    margin-left: auto;
    max-width: 552px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second p {
  position: relative;
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 14px;
  color: #f3f3f3;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-wrap: balance;
  z-index: 2;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second a {
  color: #f3f3f3;
}
body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 100%;
  background: #3200ff;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second:before {
    left: -60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .bottom-side .second:before {
    top: -400px;
    left: -250px;
    width: 1693px;
    height: 1693px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
  }
}
body.page-template-page-blue-manifesto section.bm-section-eight .coral-reef {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 540px;
  height: 321px;
}
body.page-template-page-blue-manifesto section.bm-section-eight .sea-trees {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 236px;
  height: 350px;
}
body.page-template-page-blue-manifesto section.bm-section-eight .coral-reef,
body.page-template-page-blue-manifesto section.bm-section-eight .sea-trees {
  display: none;
}
@media (min-width: 1400px) {
  body.page-template-page-blue-manifesto section.bm-section-eight .coral-reef,
  body.page-template-page-blue-manifesto section.bm-section-eight .sea-trees {
    display: block;
  }
}
body.page-template-page-blue-manifesto section.bm-intro {
  padding-top: 6rem;
  position: relative;
}
body.page-template-page-blue-manifesto section.bm-intro h2,
body.page-template-page-blue-manifesto section.bm-intro h3,
body.page-template-page-blue-manifesto section.bm-intro h4,
body.page-template-page-blue-manifesto section.bm-intro h5,
body.page-template-page-blue-manifesto section.bm-intro p,
body.page-template-page-blue-manifesto section.bm-intro a,
body.page-template-page-blue-manifesto section.bm-intro li {
  color: var(--very-dark-blue);
  max-width: 630px;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-intro {
    padding-bottom: 6rem;
  }
}
body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-top {
  width: 100%;
  height: auto;
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-top {
    width: 40%;
    top: 6rem;
    left: auto;
    right: 10%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-middle {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-middle {
    display: block;
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
}
body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-bottom {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-intro .bm-intro-image-bottom {
    display: block;
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
    pointer-events: none;
  }
}
body.page-template-page-blue-manifesto section.bm-vision {
  padding-top: 6rem;
  position: relative;
}
body.page-template-page-blue-manifesto section.bm-vision .bm-vision-coral-left {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision .bm-vision-coral-left {
    width: 50%;
    top: -3rem;
  }
}
body.page-template-page-blue-manifesto section.bm-vision .bm-vision-coral-right {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision .bm-vision-coral-right {
    display: block;
    width: 20%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}
body.page-template-page-blue-manifesto section.bm-vision .bm-vision-fish {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision .bm-vision-fish {
    display: block;
    width: 50%;
    top: 2rem;
    left: 40%;
    position: absolute;
    pointer-events: none;
  }
}
body.page-template-page-blue-manifesto section.bm-vision .inner-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-page-blue-manifesto section.bm-vision .inner-wrapper .col {
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision .inner-wrapper .col {
    width: 50%;
    position: relative;
  }
  body.page-template-page-blue-manifesto section.bm-vision .inner-wrapper .col:first-of-type h2 {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    left: 0;
    margin-top: 10rem;
  }
}
body.page-template-page-blue-manifesto section.bm-vision h2 {
  max-width: 400px;
}
body.page-template-page-blue-manifesto section.bm-vision ul {
  margin: 0;
  padding: 0;
}
body.page-template-page-blue-manifesto section.bm-vision ul li {
  list-style: none;
  width: 100%;
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin: 0 0 2rem;
}
body.page-template-page-blue-manifesto section.bm-vision ul li:first-of-type {
  margin-top: 5rem;
  position: relative;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision ul li:first-of-type {
    margin-top: 2rem;
  }
}
body.page-template-page-blue-manifesto section.bm-vision ul li:first-of-type:before {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  content: "By 2030";
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--textFont);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  position: absolute;
  top: -3rem;
  left: -1rem;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision ul li:first-of-type:before {
    top: -2rem;
    left: -2rem;
  }
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-vision ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-vision ul li {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body.page-template-page-blue-manifesto section.bm-vision ul li h2,
body.page-template-page-blue-manifesto section.bm-vision ul li h3,
body.page-template-page-blue-manifesto section.bm-vision ul li h4 {
  margin: 0 0 1rem;
}
body.page-template-page-blue-manifesto section.bm-vision ul li p:last-of-type {
  margin-bottom: 0;
}
body.page-template-page-blue-manifesto section.bm-roadmap {
  margin-bottom: 4rem;
}
body.page-template-page-blue-manifesto section.bm-roadmap .roadmap-cta {
  background-image: url("./img/bm-roadmap-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-roadmap .roadmap-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-roadmap .roadmap-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body.page-template-page-blue-manifesto section.bm-roadmap .columns {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-roadmap .columns .col:first-of-type {
    text-align: center;
  }
  body.page-template-page-blue-manifesto section.bm-roadmap .columns .col:nth-of-type(2) {
    padding-right: 3rem;
  }
}
body.page-template-page-blue-manifesto section.bm-roadmap h2 {
  max-width: 500px;
  color: var(--white);
  margin: 2rem 0 1rem;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-roadmap h2 {
    margin: 0 0 1rem;
  }
}
body.page-template-page-blue-manifesto section.bm-roadmap h2 span {
  color: var(--blue);
}
body.page-template-page-blue-manifesto section.bm-roadmap p {
  color: var(--white);
}
body.page-template-page-blue-manifesto section.bm-roadmap img {
  margin: 0 auto;
  width: 100%;
  max-width: 435px;
}
body.page-template-page-blue-manifesto section.bm-downloads {
  text-align: center;
  padding-top: 6rem;
  position: relative;
  background-color: #001a29;
}
body.page-template-page-blue-manifesto section.bm-downloads .bm-downloads-whale {
  display: none;
  width: 80%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-downloads .bm-downloads-whale {
    left: auto;
    right: 2%;
    width: 70%;
  }
}
body.page-template-page-blue-manifesto section.bm-downloads h2 {
  text-align: center;
  color: #f3f3f3;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-downloads form {
  max-width: 600px;
  margin: 0 auto 2rem auto;
  position: relative;
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-downloads select {
  color: #020e3a;
  max-width: 100%;
}
body.page-template-page-blue-manifesto section.bm-downloads label {
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 8px;
}
body.page-template-page-blue-manifesto #download-button,
body.page-template-page-blue-manifesto #read-button {
  display: none;
  height: initial;
  min-width: 0;
  padding: 3px 24px;
  margin: 40px 0 0 0;
  background-color: #3200ff;
}
body.page-template-page-blue-manifesto #download-button.show,
body.page-template-page-blue-manifesto #read-button.show {
  display: inline-block;
}
body.page-template-page-blue-manifesto section.bm-video {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: #001a29;
}
body.page-template-page-blue-manifesto section.bm-video video {
  width: 100%;
  max-width: 950px;
  outline: none;
  position: relative;
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-video .bm-video-coral-left {
  width: 60%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-video .bm-video-coral-left {
    width: 30%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}
body.page-template-page-blue-manifesto section.bm-video .bm-video-coral-right {
  display: none;
  width: 20%;
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-video .bm-video-coral-right {
    display: block;
  }
}
body.page-template-page-blue-manifesto section.bm-video .bm-video-shark {
  display: none;
  width: 20%;
  top: 50%;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-video .bm-video-shark {
    display: block;
  }
}
body.page-template-page-blue-manifesto section.bm-supporters {
  text-align: center;
  padding-bottom: 6rem;
  background-color: #001a29;
}
body.page-template-page-blue-manifesto section.bm-supporters h2 {
  text-align: center;
  color: #f3f3f3;
  max-width: 700px;
  margin: 2rem auto;
}
body.page-template-page-blue-manifesto section.bm-supporters .button {
  margin: 0 auto;
  margin-right: 12px;
}
body.page-template-page-blue-manifesto section.bm-supporters .button:hover {
  background-color: transparent;
  border: 1px solid #3200ff;
}
body.page-template-page-blue-manifesto section.bm-supporters .button--hollow,
body.page-template-page-blue-manifesto section.bm-supporters .button {
  height: initial;
  min-width: 0;
  padding: 3px 24px;
  background-color: #3200ff;
}
body.page-template-page-blue-manifesto section.bm-supporters ul.supporters {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
}
body.page-template-page-blue-manifesto section.bm-supporters ul.supporters li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  list-style: none;
  margin: 1rem;
  width: 100%;
  max-width: 206px;
  height: 107px;
}
body.page-template-page-blue-manifesto section.bm-supporters ul.supporters li > img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
body.page-template-page-blue-manifesto section.bm-form {
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}
body.page-template-page-blue-manifesto section.bm-form .inner-wrapper {
  position: relative;
  z-index: 1;
}
body.page-template-page-blue-manifesto section.bm-form h2 {
  color: var(--blue);
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.page-template-page-blue-manifesto section.bm-form p,
body.page-template-page-blue-manifesto section.bm-form label,
body.page-template-page-blue-manifesto section.bm-form .wp-forms-label,
body.page-template-page-blue-manifesto section.bm-form .wpforms-field-description,
body.page-template-page-blue-manifesto section.bm-form small {
  color: var(--white) !important;
}
body.page-template-page-blue-manifesto section.bm-form div.wpforms-container-full .wpforms-field input[type='checkbox'] {
  border-color: var(--white) !important;
}
body.page-template-page-blue-manifesto section.bm-form div.wpforms-container-full .wpforms-field input[type='checkbox']:after {
  color: var(--white) !important;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-form .col:first-of-type {
    padding-right: 2rem;
  }
}
body.page-template-page-blue-manifesto section.bm-form .col:first-of-type h2 {
  max-width: 500px;
}
body.page-template-page-blue-manifesto section.bm-form .col:first-of-type p {
  max-width: 580px;
}
body.page-template-page-blue-manifesto section.bm-form .col:nth-of-type(2) small {
  display: block;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-form .col:nth-of-type(2) form,
  body.page-template-page-blue-manifesto section.bm-form .col:nth-of-type(2) p,
  body.page-template-page-blue-manifesto section.bm-form .col:nth-of-type(2) small {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-blue-manifesto section.bm-form .bm-form-coral {
  width: 60%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-form .bm-form-coral {
    top: auto;
    bottom: 10%;
    width: 25%;
  }
}
body.page-template-page-blue-manifesto section.bm-form .bm-form-fish {
  display: none;
  width: 40%;
  bottom: 40%;
  left: 5%;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-form .bm-form-fish {
    display: block;
  }
}
body.page-template-page-blue-manifesto section.bm-testimonials {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
body.page-template-page-blue-manifesto section.bm-testimonials .bm-testimonial-coral {
  margin: 0;
  width: 80%;
  max-width: 855px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .bm-testimonial-coral {
    left: 4rem;
  }
}
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container {
  padding-bottom: 6rem;
}
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev,
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
  background-color: var(--blue);
  margin-top: -4rem;
}
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev {
  right: 1rem;
  background-image: url("./img/arrow-right--white.svg");
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev {
    right: 19%;
  }
}
@media (min-width: 950px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev {
    right: 20%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev {
    right: 21%;
  }
}
@media (min-width: 1920px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-next,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-prev {
    right: 22%;
  }
}
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
  left: 1rem;
  background-image: url("./img/arrow-left--white.svg");
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
    left: 19%;
  }
}
@media (min-width: 950px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
    left: 20%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
    left: 21%;
  }
}
@media (min-width: 1920px) {
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-button-prev,
  body.page-template-page-blue-manifesto section.bm-testimonials .swiper-container-rtl .swiper-button-next {
    left: 22%;
  }
}
body.page-template-page-blue-manifesto section.bm-testimonials ul {
  margin: 0;
  padding: 0;
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li {
  width: 100%;
  list-style: none;
  background-color: var(--dark-blue);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  body.page-template-page-blue-manifesto section.bm-testimonials ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-blue-manifesto section.bm-testimonials ul li {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-blue-manifesto section.bm-testimonials ul li {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote {
  text-align: center;
  margin: 0;
  padding-top: 60px;
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote:before {
  background-image: url("./img/quote-icon-dark-blue.svg");
  width: 40px;
  height: 31px;
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote p,
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote cite {
  text-align: center;
  color: var(--white) !important;
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote p {
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 0 auto;
}
body.page-template-page-blue-manifesto section.bm-testimonials ul li blockquote cite {
  display: block;
  font-size: 0.65rem;
  line-height: 1.4em;
  margin: 1.5rem auto 0;
}
body.page-template-page-blue-manifesto section.related-news {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-page-blue-manifesto section.related-news .button {
  margin-top: 0;
}
@supports (mix-blend-mode: multiply) {
  body.page-template-page-blue-manifesto section.bm-downloads .bm-downloads-whale {
    display: block;
    mix-blend-mode: multiply;
  }
}
.page-template-page-contact main {
  margin: 0;
}
.page-template-page-contact section.single-contact {
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-template-page-contact section.single-contact .inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .page-template-page-contact section.single-contact .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  .page-template-page-contact section.single-contact .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-contact .map {
  background: var(--grey);
  width: 100%;
  height: 50vh;
  position: relative;
}
.page-template-page-contact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-contact .map img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-page-contact .map {
    width: 50%;
    height: calc(100vh - 100px);
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    float: left;
    padding-bottom: 0;
  }
  .page-template-page-contact .map img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .page-template-page-contact .map #map,
  .page-template-page-contact .map .acf-map {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact .map {
    top: 115px;
    height: calc(100vh - 115px);
  }
}
.page-template-page-contact .main-content-wrap {
  color: var(--very-dark-blue);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .page-template-page-contact .main-content-wrap {
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    float: right;
  }
  .page-template-page-contact .main-content-wrap p {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact .main-content-wrap {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-right: 0;
  }
}
.page-template-page-contact .main-content-wrap p,
.page-template-page-contact .main-content-wrap strong {
  color: inherit;
}
.page-template-page-contact .main-content-wrap strong {
  letter-spacing: -0.02em;
}
.page-template-page-contact .main-content-wrap h1,
.page-template-page-contact .main-content-wrap h2 {
  color: var(--dark-blue);
  margin: 0 0 2rem;
  letter-spacing: var(--spacing);
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-page-contact .contact-form {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form {
    margin-top: 10rem;
  }
}
.error404 article {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--light-grey);
}
.error404 article h1,
.error404 article h2,
.error404 article p {
  text-align: center;
}
.error404 article h1 {
  font-weight: 600;
  font-size: 7rem;
  margin: 0 auto 1rem;
}
.error404 article h2 {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: var(--spacing);
  text-transform: uppercase;
}
.error404 article a.button {
  margin-bottom: 0;
}
@supports (-webkit-background-clip: text) {
  .error404 article h1 {
    background-image: url("./img/ocean-bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1024px) {
  .error404 article h1 {
    font-size: 10rem;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1440px) {
  .error404 article h1 {
    font-size: 14rem;
    margin: 0 auto 3rem;
  }
}
.page-template-default img {
  max-width: 100%;
  height: auto;
}
.page-template-default .title-section h1,
.page-template-default .title-section h2 {
  color: var(--very-dark-blue);
}
.page-template-default .col-one-half-l img.wp-post-image {
  width: 100%;
  height: auto;
}
.page-template-default article h2,
.page-template-default article h3,
.page-template-default article h4,
.page-template-default article h5,
.page-template-default article h6,
.page-template-default article p,
.page-template-default article ul,
.page-template-default article ol {
  max-width: 700px;
}
.page-template-default aside h2 {
  margin-top: 0;
  max-width: 500px;
}
.page-template-default section.columns {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .page-template-default section.columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .page-template-default section.columns {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1640px) {
  .page-template-default section.columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-default ul.about-section-downloads {
  margin: 0;
  padding: 0;
}
.page-template-default ul.about-section-downloads > li {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--grey);
}
.page-template-default ul.about-section-downloads > li:last-of-type {
  border-bottom: 1px solid var(--grey);
}
.page-template-default ul.about-section-downloads > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.page-template-default ul.about-section-downloads > li > a:visited {
  color: var(--text-color);
}
.hero--home {
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero--home .hero-text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.hero--home .ocean-container {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.hero--home .ocean-bg,
.hero--home .ocean-ripple {
  width: 100%;
  height: 100vh;
  -webkit-background-size: 1920px auto;
  background-size: 1920px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .hero--home .ocean-bg,
  .hero--home .ocean-ripple {
    -webkit-background-size: 2560px auto;
    background-size: 2560px auto;
  }
}
.hero--home .ocean-bg {
  z-index: 0;
  background-image: url("./img/home-hero-bg.jpg");
  position: absolute;
  top: 0;
  left: 0;
}
.hero--home .ocean-ripple {
  background-image: url("./img/home-hero-bg.png");
  filter: url("#turbulence");
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero--home svg {
  pointer-events: none;
}
.hero--home h1 {
  width: 100%;
  max-width: 900px;
  color: var(--white);
  text-align: center;
  line-height: 1.3em;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero--home h1 {
    font-size: 1.5em;
  }
}
.hero--home h2 {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero--home h2 {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) {
  .hero--home h2 {
    padding-top: 14rem;
    padding-bottom: 12rem;
  }
}
.hero--home p {
  position: absolute;
  top: 80vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.hero--home p > a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--orange);
  font-family: var(--iconFont);
  line-height: 38px;
  text-indent: 0;
  text-align: center;
  margin: 0.7rem auto 0;
  text-decoration: none;
}
body.home main {
  padding-top: 0;
}
body.home .title-section h1,
body.home .title-section h2 {
  color: var(--dark-blue);
}
body.home .main-content section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.home .main-content section:last-of-type {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  body.home .main-content section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  body.home .main-content section:last-of-type {
    padding-bottom: 6rem;
  }
}
body.home .main-content section > .inner-wrapper > h2 {
  margin-top: 0;
}
body.home .main-content section > .inner-wrapper > a.button {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  max-width: 100%;
}
body.home .main-content article.tile--spotlight p.button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
  margin: 0.5rem 0 0;
}
body.home .main-content article.tile--spotlight .button {
  width: 100%;
  color: var(--white);
  margin: auto 0 0;
}
@media (max-width: 767px) {
  body.home .tiles .tile:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 1239px) {
  body.home .tiles .tile:nth-child(n+3) {
    display: none;
  }
}
body.blog .inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  body.blog .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  body.blog .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.blog .hero {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
  min-height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 100px;
}
@media (min-width: 1300px) {
  body.blog .hero {
    margin-top: 115px;
  }
}
body.blog .hero h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: var(--med-spacing);
}
body.blog .hero p {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
body.blog .hero p > a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--orange);
  font-family: var(--iconFont);
  line-height: 38px;
  text-indent: 1px;
  text-align: center;
  margin: 0.7rem auto 0;
  text-decoration: none;
}
body.blog main.no-margin {
  padding-top: 0;
}
body.blog main h2.section-title {
  margin: 6rem 0 1rem;
}
@media (min-width: 1440px) {
  body.blog main .columns--news-feed {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
  }
}
.latest-filters {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(2,14,58,0.2);
}
.latest-filters > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--dark-blue);
  font-family: var(--headingFont);
  font-weight: 500;
  font-size: 1.2rem;
  padding-right: 2rem;
  outline: none;
  position: relative;
}
.latest-filters > button:after {
  content: "k";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  font-family: var(--iconFont);
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: middle;
  color: inherit;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.latest-filters > button:hover {
  color: var(--very-dark-blue);
}
.latest-filters > button.active:after {
  -webkit-transform: translateY(2px) rotate(180deg);
  -moz-transform: translateY(2px) rotate(180deg);
  -o-transform: translateY(2px) rotate(180deg);
  -ms-transform: translateY(2px) rotate(180deg);
  transform: translateY(2px) rotate(180deg);
}
.latest-filters #latest-filters {
  display: none;
}
.latest-filters #latest-filters ul {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .latest-filters #latest-filters ul {
    columns: 2;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .latest-filters #latest-filters ul {
    columns: 3;
    gap: 2rem;
  }
}
.latest-filters #latest-filters ul li {
  display: inline-block;
  width: 100%;
  height: initial;
  line-height: inherit;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.latest-filters #latest-filters ul li a {
  width: auto;
  padding: 0.2rem 0.8rem;
  border: 1px solid var(--orange);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: var(--very-dark-blue) !important;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.latest-filters #latest-filters ul li a:hover {
  border-color: var(--very-dark-blue);
}
.latest-filters #latest-filters ul li a:visited {
  color: var(--very-dark-blue);
}
.most-popular {
  width: 100%;
  margin-bottom: 2rem;
}
.most-popular .popular-posts {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  background-color: var(--white);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .most-popular .popular-posts {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.most-popular .popular-posts h4 {
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .most-popular .popular-posts h4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.most-popular .popular-posts > ul {
  margin: 2rem 0 0;
  padding: 0;
}
.most-popular .popular-posts > ul > li {
  width: 100%;
  list-style: none;
  margin: 1rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey);
}
@media (min-width: 768px) {
  .most-popular .popular-posts > ul > li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.most-popular .popular-posts > ul > li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.most-popular .popular-posts > ul > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.most-popular .popular-posts > ul > li > a > img {
  width: 60px;
  height: auto;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .most-popular .popular-posts > ul > li > a > img {
    width: 90px;
    margin-right: 2rem;
  }
}
.most-popular .popular-posts > ul > li > a > h2 {
  width: auto;
  margin: 0;
}
.most-popular .popular-posts > ul > li > a > h2 span {
  display: inline;
  border-bottom: 1px solid transparent;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.most-popular .popular-posts > ul > li > a:hover > h2 span {
  border-color: var(--dark-blue);
}
@media (min-width: 1440px) {
  .most-popular {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-right: 0;
    width: 33.333%;
    position: relative;
  }
  .most-popular .popular-posts {
    position: -webkit-sticky;
    position: sticky;
    top: calc(115px + 2rem);
    left: 0;
  }
}
body.page-template-news-archive .inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  body.page-template-news-archive .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  body.page-template-news-archive .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-subpage .columns.inner-wrapper,
.single .columns.inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .page-template-page-subpage .columns.inner-wrapper,
  .single .columns.inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  .page-template-page-subpage .columns.inner-wrapper,
  .single .columns.inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-subpage main.with-featured-image,
.single main.with-featured-image {
  margin-top: 0;
}
.page-template-page-subpage main img.wp-post-image,
.single main img.wp-post-image {
  width: 100%;
  height: auto;
}
.page-template-page-subpage aside,
.single aside {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-template-page-subpage aside,
  .single aside {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .page-template-page-subpage aside,
  .single aside {
    width: 50%;
    padding-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--nav-height) + 30px);
    left: 0;
  }
}
@media (min-width: 1440px) {
  .page-template-page-subpage aside,
  .single aside {
    top: 115px;
  }
}
@media (min-width: 1440px) {
  .page-template-page-subpage aside,
  .single aside {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1640px) {
  .page-template-page-subpage aside,
  .single aside {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-template-page-subpage aside h1,
.single aside h1,
.page-template-page-subpage aside h2,
.single aside h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  max-width: 600px;
}
.page-template-page-subpage aside p.post-date,
.single aside p.post-date {
  font-size: 0.9rem;
  color: var(--very-dark-blue);
  margin: 0 0 1rem;
}
.page-template-page-subpage article.main-content,
.single article.main-content {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .page-template-page-subpage article.main-content,
  .single article.main-content {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .page-template-page-subpage article.main-content,
  .single article.main-content {
    width: 50%;
  }
}
.page-template-page-subpage article.main-content div.main-content-wrap,
.single article.main-content div.main-content-wrap {
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
@media (min-width: 1024px) {
  .page-template-page-subpage article.main-content div.main-content-wrap,
  .single article.main-content div.main-content-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-subpage article.main-content div.main-content-wrap,
  .single article.main-content div.main-content-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.page-template-page-subpage article.main-content div.main-content-wrap h2,
.single article.main-content div.main-content-wrap h2,
.page-template-page-subpage article.main-content div.main-content-wrap h3,
.single article.main-content div.main-content-wrap h3,
.page-template-page-subpage article.main-content div.main-content-wrap h4,
.single article.main-content div.main-content-wrap h4,
.page-template-page-subpage article.main-content div.main-content-wrap p,
.single article.main-content div.main-content-wrap p {
  color: var(--very-dark-blue);
}
.page-template-page-subpage article.main-content div.main-content-wrap h2,
.single article.main-content div.main-content-wrap h2,
.page-template-page-subpage article.main-content div.main-content-wrap h3,
.single article.main-content div.main-content-wrap h3,
.page-template-page-subpage article.main-content div.main-content-wrap h4,
.single article.main-content div.main-content-wrap h4 {
  margin-bottom: 0.7rem;
  margin-top: 2rem;
}
.page-template-page-subpage article.main-content div.main-content-wrap a,
.single article.main-content div.main-content-wrap a {
  color: var(--blue);
  word-break: break-word;
  hyphens: auto;
}
.page-template-page-subpage article.main-content div.main-content-wrap p.post-date,
.single article.main-content div.main-content-wrap p.post-date {
  font-size: 0.9rem;
  color: var(--very-dark-blue);
  margin: 0;
}
.page-template-page-subpage article.main-content div.main-content-wrap ol,
.single article.main-content div.main-content-wrap ol {
  margin: 2rem 0;
  padding: 0 0 0 1rem;
}
.page-template-page-subpage article.main-content div.main-content-wrap ol li,
.single article.main-content div.main-content-wrap ol li {
  font-weight: 400;
  font-size: 1rem;
  color: var(--very-dark-blue);
  margin: 1rem 0;
  padding: 0 0 1rem 1rem;
  position: relative;
  max-width: 550px;
}
@media (min-width: 1440px) {
  .page-template-page-subpage article.main-content div.main-content-wrap ol li,
  .single article.main-content div.main-content-wrap ol li {
    padding-left: 2rem;
  }
}
.page-template-page-subpage article.main-content div.main-content-wrap ul,
.single article.main-content div.main-content-wrap ul {
  margin: 2rem 0;
  padding: 0;
}
.page-template-page-subpage article.main-content div.main-content-wrap ul li,
.single article.main-content div.main-content-wrap ul li {
  list-style: none;
  font-weight: 400;
  font-size: 1rem;
  color: var(--very-dark-blue);
  margin: 1rem 0;
  padding: 0 0 1rem 2rem;
  position: relative;
  max-width: 550px;
}
@media (min-width: 1440px) {
  .page-template-page-subpage article.main-content div.main-content-wrap ul li,
  .single article.main-content div.main-content-wrap ul li {
    padding-left: 3rem;
  }
}
.page-template-page-subpage article.main-content div.main-content-wrap ul li:last-of-type,
.single article.main-content div.main-content-wrap ul li:last-of-type {
  padding-bottom: 0;
}
.page-template-page-subpage article.main-content div.main-content-wrap ul li:before,
.single article.main-content div.main-content-wrap ul li:before {
  display: block;
  content: "\2014";
  width: 2rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
  color: var(--orange);
}
@media (min-width: 1440px) {
  .page-template-page-subpage article.main-content div.main-content-wrap ul li:before,
  .single article.main-content div.main-content-wrap ul li:before {
    width: 3rem;
  }
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list,
.single article.main-content div.main-content-wrap ul.tags-list {
  margin: 1rem 0 0 !important;
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list > li,
.single article.main-content div.main-content-wrap ul.tags-list > li {
  list-style: none;
  margin: 0.35rem 0.35rem 0.35rem 0 !important;
  padding: 0 !important;
  color: var(--very-dark-blue);
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list > li:before,
.single article.main-content div.main-content-wrap ul.tags-list > li:before {
  display: none !important;
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list > li a,
.single article.main-content div.main-content-wrap ul.tags-list > li a {
  width: auto;
  padding: 0.2rem 0.8rem;
  border: 1px solid var(--orange);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: var(--very-dark-blue) !important;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list > li a:hover,
.single article.main-content div.main-content-wrap ul.tags-list > li a:hover {
  border-color: var(--very-dark-blue);
}
.page-template-page-subpage article.main-content div.main-content-wrap ul.tags-list > li a:visited,
.single article.main-content div.main-content-wrap ul.tags-list > li a:visited {
  color: var(--very-dark-blue);
}
.page-template-page-subpage article.main-content div.main-content-wrap iframe,
.single article.main-content div.main-content-wrap iframe,
.page-template-page-subpage article.main-content div.main-content-wrap div.twitter-tweet,
.single article.main-content div.main-content-wrap div.twitter-tweet {
  display: block;
  margin: 2rem auto;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-subpage article.main-content div.main-content-wrap .fluid-width-video-wrapper,
.single article.main-content div.main-content-wrap .fluid-width-video-wrapper {
  width: 100%;
  margin: 2rem auto;
}
.page-template-page-subpage article.main-content div.main-content-wrap .fluid-width-video-wrapper iframe,
.single article.main-content div.main-content-wrap .fluid-width-video-wrapper iframe {
  margin: 0;
}
.page-template-page-subpage article.main-content div.main-content-wrap img,
.single article.main-content div.main-content-wrap img,
.page-template-page-subpage article.main-content div.main-content-wrap .wp-caption,
.single article.main-content div.main-content-wrap .wp-caption {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
.page-template-page-subpage article.main-content div.main-content-wrap .wp-caption img,
.single article.main-content div.main-content-wrap .wp-caption img {
  margin: 0;
}
.press-downloads.important-publications {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.press-downloads.important-publications h2 {
  color: var(--very-dark-blue);
}
.press-downloads.important-publications ul > li p {
  max-width: 600px;
}
.page-template-template-two-columns main .oo-iframe {
  aspect-ratio: 9/16;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  width: 100%;
}
@media (min-width: 500px) {
  .page-template-template-two-columns main .oo-iframe {
    aspect-ratio: 16/9;
  }
}
.page-template-template-two-columns main .columns {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-template-two-columns main .columns h2,
.page-template-template-two-columns main .columns h3,
.page-template-template-two-columns main .columns h4 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-two-columns main .columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .page-template-template-two-columns main .columns {
    margin-left: -60px;
    margin-right: -60px;
  }
  .page-template-template-two-columns main .columns .col {
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-two-columns main .columns {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1640px) {
  .page-template-template-two-columns main .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-two-columns main .align--full .col {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-template-two-columns main .align--left-column .col {
    margin-left: 0;
    margin-right: auto;
  }
  .page-template-template-two-columns main .align--right-column {
    display: flex;
  }
  .page-template-template-two-columns main .align--right-column .col {
    margin-left: auto;
    margin-right: 0;
  }
}
.page-template-page-subpages .columns.inner-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .page-template-page-subpages .columns.inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  .page-template-page-subpages .columns.inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-subpages main.with-featured-image {
  margin-top: 0;
}
.page-template-page-subpages main img.wp-post-image {
  width: 100%;
  height: auto;
}
.page-template-page-subpages aside,
.page-template-page-subpages article.main-content {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .page-template-page-subpages aside,
  .page-template-page-subpages article.main-content {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .page-template-page-subpages aside,
  .page-template-page-subpages article.main-content {
    width: 50%;
  }
}
.page-template-page-subpages aside {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-template-page-subpages aside {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .page-template-page-subpages aside {
    width: 50%;
    padding-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .page-template-page-subpages aside {
    top: 145px;
  }
}
.page-template-page-subpages .page-list,
.page-template-page-subpages article.main-content > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--white);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
@media (min-width: 1440px) {
  .page-template-page-subpages .page-list,
  .page-template-page-subpages article.main-content > div {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-template-page-subpages .action-buttons {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1440px) {
  .page-template-page-subpages .action-buttons {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-template-page-subpages .action-buttons .button--share,
  .page-template-page-subpages .action-buttons .button--back {
    margin: 0;
  }
  .page-template-page-subpages .action-buttons .share-wrapper {
    padding: 0;
    margin: 0 auto 2rem;
  }
}
.page-template-page-subpages .page-list {
  width: 100%;
  max-width: 480px;
}
.page-template-page-subpages .page-list h2,
.page-template-page-subpages .page-list h3 {
  margin: 0;
}
.page-template-page-subpages .page-list > ul {
  padding: 0;
  margin: 2.5rem 0 0;
}
.page-template-page-subpages .page-list > ul > li {
  list-style: none;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid var(--grey);
}
.page-template-page-subpages .page-list > ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-template-page-subpages .page-list > ul > li > a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.page-template-page-subpages .page-list > ul > li > a:hover {
  border-color: var(--text-color);
}
.page-template-page-subpages .page-list > ul > li > a:visited {
  color: var(--text-color);
}
.page-template-page-policy-calendar .title-section h1,
.page-template-page-policy-calendar .title-section h2 {
  color: var(--dark-blue);
}
.policy-calendar-posts {
  margin-top: 3rem;
  margin-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .policy-calendar-posts {
    padding-left: 0;
    padding-right: 0;
  }
}
.policy-calendar-posts #load-more {
  text-align: center;
}
.policy-calendar-posts #load-more a {
  margin: 0 auto;
}
.policy-calendar-posts > ul {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.policy-calendar-posts > ul:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  background-color: var(--white);
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
.policy-calendar-posts > ul:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: var(--dark-blue);
  z-index: -1;
}
@media (min-width: 1200px) {
  .policy-calendar-posts > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px;
  }
}
.policy-calendar-posts > ul > li {
  display: inline-block;
  list-style: none;
  padding: 0;
  width: 100%;
  background-color: var(--white);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
}
.policy-calendar-posts > ul > li:first-of-type {
  margin-top: 4rem;
}
.policy-calendar-posts > ul > li:last-of-type {
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .policy-calendar-posts > ul > li {
    width: 450px;
    margin: 0;
  }
  .policy-calendar-posts > ul > li:nth-of-type(even) {
    margin: 6rem 0 0;
  }
  .policy-calendar-posts > ul > li:nth-of-type(even):after {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    background-color: var(--dark-blue);
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
  }
  .policy-calendar-posts > ul > li:nth-of-type(odd) {
    margin: -3rem 0 6rem;
  }
  .policy-calendar-posts > ul > li:nth-of-type(odd):after {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    background-color: var(--dark-blue);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -1px;
  }
  .policy-calendar-posts > ul > li:first-of-type {
    margin-top: 0;
  }
  .policy-calendar-posts > ul > li:last-of-type {
    margin-bottom: 4rem;
  }
}
.policy-calendar-posts > ul > li .tile__image {
  width: 100%;
  height: 0;
  padding-bottom: 38%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.3rem 0.3rem 0 0;
  -moz-border-radius: 0.3rem 0.3rem 0 0;
  -webkit-border-radius: 0.3rem 0.3rem 0 0;
  -o-border-radius: 0.3rem 0.3rem 0 0;
}
.policy-calendar-posts > ul > li .tile__content {
  padding: 1.2rem 1rem 1.25rem;
}
.policy-calendar-posts > ul > li .tile__content h2,
.policy-calendar-posts > ul > li .tile__content p {
  margin: 0;
}
.policy-calendar-posts > ul > li .tile__content h2 {
  margin: 0 0 0.25rem;
}
.post-type-archive-downloads .title-section h1,
.post-type-archive-downloads .title-section h2 {
  color: var(--very-dark-blue);
}
.press-downloads {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .press-downloads {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  .press-downloads {
    padding-left: 0;
    padding-right: 0;
  }
}
.press-downloads h2 {
  color: var(--blue);
}
.press-downloads ul {
  padding: 0;
  margin: 0 0 2rem;
}
.press-downloads ul > li {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--grey);
  color: var(--very-dark-blue);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.press-downloads ul > li:last-of-type {
  border-bottom: 1px solid var(--grey);
}
.press-downloads ul > li h2 {
  color: inherit;
  margin: 0 0 0.2rem;
}
.press-downloads ul > li p {
  margin: 0;
  color: inherit;
}
.press-downloads ul > li p.download-date {
  font-size: 0.8rem;
}
.press-downloads ul > li .button--download,
.press-downloads ul > li .button--read {
  margin-top: 1rem;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .press-downloads ul > li .button--download,
  .press-downloads ul > li .button--read {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .press-downloads ul > li .button--download,
  .press-downloads ul > li .button--read {
    margin-top: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .press-downloads ul > li .col-two-fifths-l {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .press-downloads ul > li .col-one-fifth-l {
    text-align: center;
  }
}
body.page-template-page-roadmap [data-watch] {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: opacity, transform, color;
}
body.page-template-page-roadmap [data-watch].visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
body.page-template-page-roadmap main {
  background-color: var(--very-dark-blue);
}
body.page-template-page-roadmap .title-section {
  position: relative;
  height: 649px;
  padding: 0 1em;
  margin-bottom: 88px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .title-section {
    margin-bottom: 96px;
  }
}
body.page-template-page-roadmap .title-section__wrapper {
  position: relative;
  width: 100%;
  max-width: 797px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .title-section__wrapper {
    padding-top: 160px;
  }
}
body.page-template-page-roadmap .title-section__wrapper:before {
  content: '';
  position: absolute;
  top: -649px;
  left: 50%;
  width: 1298px;
  height: 1298px;
  background: #3200ff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-template-page-roadmap .title-section__wrapper h1 {
  text-wrap: balance;
  margin: 0 0 24px 0;
  color: #f3f3f3;
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .title-section__wrapper h1 {
    margin: 0 0 40px 0;
  }
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__title {
  font-size: 18px;
  font-weight: 600;
  color: #f3f3f3;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  line-height: 21.6px;
}
body.page-template-page-roadmap .title-section__wrapper h1,
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters {
  position: relative;
  z-index: 1;
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters span:not(.filter--clear) {
  font-family: var(--poppins);
  font-size: 10px;
  font-weight: 500;
  line-height: initial;
  letter-spacing: 0.1em;
  color: #f3f3f3;
  background: rgba(0,26,41,0.2);
  text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters span:not(.filter--clear).selected {
  color: #3200ff;
  background: #f3f3f3;
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters span:not(.filter--clear):hover:not(.selected) {
  color: #f3f3f3;
  background: rgba(0,26,41,0.3);
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters .filter--clear {
  position: relative;
  font-family: var(--textFont);
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.03em;
  color: #f3f3f3;
  cursor: pointer;
  margin-top: 24px;
  padding-left: 28px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.page-template-page-roadmap .title-section__wrapper .roadmap-filters__filters .filter--clear:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='X' clip-path='url(%23clip0_2384_290)'%3E%3Cpath id='Vector' d='M16.125 4.375L4.875 15.625' stroke='%23F3F3F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M16.125 15.625L4.875 4.375' stroke='%23F3F3F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2384_290'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
body.page-template-page-roadmap .roadmap-wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-page-roadmap .roadmap-wrapper:before {
  content: '';
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 1676px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/sar/images/blue-manifesto-background.jpeg");
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .roadmap-wrapper:before {
    top: 0;
  }
}
body.page-template-page-roadmap .roadmap-wrapper:after {
  content: '';
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 1676px;
  background: linear-gradient(180deg, rgba(2,14,55,0) 0%, #020e37 100%);
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .roadmap-wrapper:after {
    top: 0;
    background: linear-gradient(180deg, rgba(2,14,55,0) 0%, #020e37 100%);
  }
}
body.page-template-page-roadmap .back-button-wrapper {
  display: block;
  position: fixed;
  top: 100px;
  left: 0;
  padding-left: 1rem;
  z-index: 2;
}
@media (min-width: 600px) {
  body.page-template-page-roadmap .back-button-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .back-button-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 50px;
    left: 0;
    width: 100%;
    max-width: 1480px;
    z-index: 1;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-roadmap .back-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-roadmap .button--back {
  color: var(--white);
}
body.page-template-page-roadmap .button--back span {
  background-color: var(--white);
  color: var(--very-dark-blue);
}
body.page-template-page-roadmap .button--back:hover span {
  background-color: var(--blue);
  color: var(--white);
}
body.page-template-page-roadmap .timeline-wrapper {
  width: 40px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 50%;
  left: 86%;
  z-index: 2;
  height: 0;
  margin-left: 93%;
}
@media (min-width: 600px) {
  body.page-template-page-roadmap .timeline-wrapper {
    left: 90%;
  }
}
@media (min-width: 768px) {
  body.page-template-page-roadmap .timeline-wrapper {
    left: 92%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-roadmap .timeline-wrapper {
    left: 93%;
  }
}
@media (min-width: 1640px) {
  body.page-template-page-roadmap .timeline-wrapper {
    left: 90%;
  }
}
body.page-template-page-roadmap .timeline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  width: 40px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
  -o-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
}
@media (max-width: 1199px) {
  body.page-template-page-roadmap .timeline {
    display: none;
  }
}
body.page-template-page-roadmap .timeline p,
body.page-template-page-roadmap .timeline a {
  margin: 1rem 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}
body.page-template-page-roadmap .timeline #timeline-progress {
  width: 4px;
  height: 280px;
  background-color: #3a70bf;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 600px) {
  body.page-template-page-roadmap .timeline #timeline-progress {
    height: 330px;
  }
}
body.page-template-page-roadmap .timeline #timeline-progress:after {
  display: block;
  content: "";
  width: 4px;
  height: 0;
  background-color: #3200ff;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body.page-template-page-roadmap .timeline #timeline-progress.zero:after {
  height: 0px;
}
body.page-template-page-roadmap .timeline #timeline-progress.ten:after {
  height: 51.25px;
}
body.page-template-page-roadmap .timeline #timeline-progress.twenty:after {
  height: 92.5px;
}
body.page-template-page-roadmap .timeline #timeline-progress.thirty:after {
  height: 133.75px;
}
body.page-template-page-roadmap .timeline #timeline-progress.fourty:after {
  height: 175px;
}
body.page-template-page-roadmap .timeline #timeline-progress.fifty:after {
  height: 216.25px;
}
body.page-template-page-roadmap .timeline #timeline-progress.sixty:after {
  height: 257.5px;
}
body.page-template-page-roadmap .timeline #timeline-progress.seventy:after {
  height: 298.75px;
}
body.page-template-page-roadmap .timeline #timeline-progress.eighty:after {
  height: 340px;
}
body.page-template-page-roadmap .timeline #timeline-progress.ninety:after {
  height: 381.25px;
}
body.page-template-page-roadmap .timeline #timeline-progress.hundred:after {
  height: 100%;
}
body.page-template-page-roadmap .timeline #timeline-progress button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  font-family: var(--textFont);
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 100%;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: none;
}
body.page-template-page-roadmap .timeline #timeline-progress button:hover span {
  opacity: 1;
}
body.page-template-page-roadmap .timeline #timeline-progress button:before {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-8px);
  -moz-transform: translateY(-50%) translateX(-8px);
  -o-transform: translateY(-50%) translateX(-8px);
  -ms-transform: translateY(-50%) translateX(-8px);
  transform: translateY(-50%) translateX(-8px);
  z-index: 2;
  background-color: #3a70bf;
  pointer-events: none;
}
body.page-template-page-roadmap .timeline #timeline-progress button span {
  font-family: var(--poppins);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  background-color: #3200ff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 4px 8px;
  color: #f3f3f3;
  position: absolute;
  left: calc(50% + 2px);
  top: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-roadmap .timeline #timeline-progress button span:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6.9px 4px;
  border-color: transparent transparent #3200ff transparent;
  position: absolute;
  top: -5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .timeline #timeline-progress button span {
    top: 50%;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    white-space: nowrap;
  }
  body.page-template-page-roadmap .timeline #timeline-progress button span:before {
    border-width: 4px 6.9px 4px 0;
    border-color: transparent #3200ff transparent transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: -5px;
  }
}
@media (min-width: 1440px) {
  body.page-template-page-roadmap .timeline #timeline-progress button span {
    left: 40px;
  }
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-one {
  top: 41.25px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-two {
  top: 82.5px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-three {
  top: 123.75px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-four {
  top: 165px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-five {
  top: 206.25px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-six {
  top: 247.5px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-seven {
  top: 288.75px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-eight {
  top: 330px;
}
body.page-template-page-roadmap .timeline #timeline-progress button.button-nine {
  top: 371.25px;
}
body.page-template-page-roadmap .cta--blue-manifesto {
  background: var(--very-dark-blue);
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  position: relative;
}
body.page-template-page-roadmap .cta--blue-manifesto:before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(2,14,58,0) 0%, #020e3a 90%);
  position: absolute;
  left: 0;
  top: -200px;
}
@media (min-width: 1024px) {
  body.page-template-page-roadmap .cta--blue-manifesto {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
body.page-template-page-roadmap .cta--blue-manifesto h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: var(--spacing);
  color: var(--very-dark-blue);
}
body.page-template-page-roadmap .cta--blue-manifesto .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-roadmap .cta--blue-manifesto .buttons .button {
  margin: 1rem;
}
@media (min-width: 1024px) {
  .roadmap-posts {
    margin-bottom: 6rem;
  }
}
.roadmap-posts span.roadmap__line {
  display: block;
  content: "";
  width: 2px;
  height: calc(100% - 79px - 32px);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  background-color: var(--white);
  z-index: -1;
}
@media (min-width: 1200px) {
  .roadmap-posts span.roadmap__line {
    height: calc(100% - 173px - 96px);
  }
}
.roadmap-posts > ul {
  margin: 0;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .roadmap-posts > ul {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .roadmap-posts > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: 1140px;
    padding: 0 5rem;
  }
}
@media (min-width: 1440px) {
  .roadmap-posts > ul {
    padding: 0;
  }
}
.roadmap-posts > ul > li {
  display: inline-block;
  list-style: none;
  padding: 0;
  width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .roadmap-posts > ul > li {
    margin-bottom: 16px;
  }
}
.roadmap-posts > ul > li.bg--dark-blue {
  background-color: #3200ff;
}
.roadmap-posts > ul > li.bg--blue {
  background-color: #2de1fc;
}
.roadmap-posts > ul > li.bg--blue .tile__content h2,
.roadmap-posts > ul > li.bg--blue .tile__content h3,
.roadmap-posts > ul > li.bg--blue .tile__content h4,
.roadmap-posts > ul > li.bg--blue .tile__content h5,
.roadmap-posts > ul > li.bg--blue .tile__content p,
.roadmap-posts > ul > li.bg--blue .tile__content strong {
  color: #001a29;
}
.roadmap-posts > ul > li.bg--blue .tile__tags span {
  color: #001a29;
}
.roadmap-posts > ul > li.bg--white {
  background-color: #f3f3f3;
}
.roadmap-posts > ul > li.bg--white .tile__content h2,
.roadmap-posts > ul > li.bg--white .tile__content h3,
.roadmap-posts > ul > li.bg--white .tile__content h4,
.roadmap-posts > ul > li.bg--white .tile__content h5,
.roadmap-posts > ul > li.bg--white .tile__content p,
.roadmap-posts > ul > li.bg--white .tile__content strong {
  color: #001a29;
}
.roadmap-posts > ul > li.bg--white .tile__tags span {
  color: #001a29;
}
.roadmap-posts > ul > li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .roadmap-posts > ul > li:nth-of-type(2) {
    margin-top: 56px;
  }
}
.roadmap-posts > ul > li.center {
  font-family: var(--ptMono);
  font-size: 88px;
  font-weight: 700;
  line-height: 79.2px;
  letter-spacing: -0.02em;
  width: 100%;
  grid-column: 1/-1;
  text-align: center;
  color: #100a73;
  margin: 34px 0 50px 0;
}
.roadmap-posts > ul > li.center:first-of-type {
  margin: 0 0 32px 0;
}
@media (min-width: 1200px) {
  .roadmap-posts > ul > li.center:first-of-type {
    margin: 0 0 96px 0;
  }
}
.roadmap-posts > ul > li.center:not(:first-of-type) {
  background: var(--very-dark-blue);
}
.roadmap-posts > ul > li.center.visible {
  color: #f3f3f3;
}
.roadmap-posts > ul > li.center.center--transparent {
  background: transparent !important;
}
@media (min-width: 1200px) {
  .roadmap-posts > ul > li.center {
    font-size: 192px;
    line-height: 172.8px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .roadmap-posts > ul > li {
    width: 450px;
    margin: 0;
  }
  .roadmap-posts > ul > li.right {
    grid-column-start: 2;
    margin: 6rem 0 6rem auto;
  }
  .roadmap-posts > ul > li.right:after {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    background-color: var(--white);
  }
  .roadmap-posts > ul > li.visible.right:after {
    -webkit-animation: reveal-right 0.5s forwards;
    -moz-animation: reveal-right 0.5s forwards;
    -o-animation: reveal-right 0.5s forwards;
    -ms-animation: reveal-right 0.5s forwards;
    animation: reveal-right 0.5s forwards;
  }
  .roadmap-posts > ul > li.left {
    grid-column-start: 1;
    margin: 0 0 6rem;
  }
  .roadmap-posts > ul > li.left:after {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -1px;
    background-color: var(--white);
  }
  .roadmap-posts > ul > li.visible.left:after {
    -webkit-animation: reveal-left 0.5s forwards;
    -moz-animation: reveal-left 0.5s forwards;
    -o-animation: reveal-left 0.5s forwards;
    -ms-animation: reveal-left 0.5s forwards;
    animation: reveal-left 0.5s forwards;
  }
  .roadmap-posts > ul > li.visible.left:after.no-minus-margin {
    margin: -1rem 0 6rem;
  }
  .roadmap-posts > ul > li.no-margin-top {
    margin-top: 0;
  }
  .roadmap-posts > ul > li.image:after {
    display: none;
  }
  .roadmap-posts > ul > li.no-padding .tile__image {
    padding: 0;
  }
  .roadmap-posts > ul > li:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .roadmap-posts > ul > li.right.visible:after {
    width: 120px;
  }
  .roadmap-posts > ul > li.left.visible:after {
    width: 120px;
  }
}
.roadmap-posts > ul > li .tile__image {
  width: 100%;
  height: auto;
  text-align: center;
}
.roadmap-posts > ul > li .tile__image img {
  width: auto;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.roadmap-posts > ul > li .tile__content {
  padding: 24px;
}
.roadmap-posts > ul > li .tile__content h2,
.roadmap-posts > ul > li .tile__content p {
  margin: 0;
}
.roadmap-posts > ul > li .tile__content h2,
.roadmap-posts > ul > li .tile__content h3,
.roadmap-posts > ul > li .tile__content h4,
.roadmap-posts > ul > li .tile__content h5,
.roadmap-posts > ul > li .tile__content p,
.roadmap-posts > ul > li .tile__content strong {
  font-family: var(--poppins);
  color: var(--white);
}
.roadmap-posts > ul > li .tile__content h2 {
  margin: 0 0 0.25rem;
}
.roadmap-posts > ul > li .tile__content p {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .roadmap-posts > ul > li .tile__content p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.roadmap-posts > ul > li .tile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
}
.roadmap-posts > ul > li .tile__tags span {
  font-family: var(--poppins);
  font-size: 10px;
  font-weight: 500;
  line-height: initial;
  letter-spacing: 0.1em;
  color: #f3f3f3;
  background: rgba(0,26,41,0.2);
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-search article {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 100px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-image: url("./img/ocean-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1024px) {
  .page-template-page-search article {
    min-height: calc(100vh - 115px);
  }
}
.search-form {
  width: 100%;
  max-width: 600px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: var(--vpad) auto 0 auto;
  padding-left: var(--hpad);
  padding-right: var(--hpad);
}
@media (min-width: 768px) {
  .search-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .search-form {
    max-width: 848px;
  }
}
.search-form input[type="search"] {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  line-height: 48px;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 50px;
  background-image: url("./img/search-icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 29px 28px;
  background-size: 29px 28px;
  background-position: 15px center;
}
@media (min-width: 1024px) {
  .search-form input[type="search"] {
    padding-left: 70px;
    padding-right: 150px;
    background-position: 22px center;
  }
}
.search-form input[type="search"] {
  border: 1px solid var(--med-grey);
  color: var(--very-dark-blue);
}
.search-form input[type="submit"] {
  width: 100%;
  max-width: none;
  margin-top: 5px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search-form input[type="submit"] {
    width: 140px;
    min-width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
body.search-results .title-section {
  padding-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1240px) {
  body.search-results .title-section {
    padding-top: 3rem;
  }
}
@media (min-width: 1600px) {
  body.search-results .title-section {
    max-width: 848px;
  }
}
body.search-results .title-section h1 {
  margin: 0 auto;
  color: var(--very-dark-blue);
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
}
#search-results {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 780px) {
  #search-results {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 800px) {
  #search-results {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  #search-results {
    padding-top: 25px;
  }
}
@media (min-width: 1600px) {
  #search-results {
    max-width: 848px;
  }
}
#search-results h4 {
  color: var(--very-dark-blue);
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--med-grey);
}
#search-results h4 > span {
  color: var(--blue);
}
#search-results .button {
  min-width: 0;
}
@media (min-width: 1024px) {
  #search-results .pagination .wp-pagenavi {
    margin-right: auto;
  }
}
.search-filter {
  color: var(--black);
  max-width: 600px;
  margin: -15px auto 0 auto;
  padding-left: var(--hpad);
  padding-right: var(--hpad);
}
@media (min-width: 768px) {
  .search-filter {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  .search-filter {
    position: static;
    margin-left: 3rem;
    margin-top: -57px;
    margin-bottom: 80px;
    float: left;
  }
}
@media (min-width: 1600px) {
  .search-filter {
    max-width: 848px;
  }
}
.search-filter .button {
  min-width: 0;
}
.search-filter .accordion {
  width: 100%;
  border-top: 1px solid var(--med-grey);
}
@media (max-width: 1023px) {
  .search-filter .search-filter__header,
  .search-filter .accordion {
    max-height: 0;
    -o-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
  }
}
.search-filter[aria-expanded="true"] .search-filter__header,
.search-filter[aria-expanded="true"] .accordion {
  max-height: 999px;
  -o-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.search-filter__wrap {
  width: 267px;
}
@media (max-width: 1239px) {
  .search-filter__wrap {
    width: auto;
  }
}
.search-filter__dropdown {
  background: var(--blue);
  color: var(--white);
  display: block;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  font-weight: 600;
  font-family: var(--textFont);
  font-size: 14px;
  position: relative;
}
.search-filter__dropdown:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 14px;
  height: 9px;
  line-height: 0;
  background: no-repeat center center transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99943 7.14128L1.00268 0.713625L-4.70312e-08 1.78835L6.9965 9.28759L7.00023 9.28359L7.00316 9.28673L14 1.78713L12.9973 0.712403L6.99943 7.14128Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -o-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.search-filter__dropdown[aria-expanded="true"]:after {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -o-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.search-filter__header {
  color: var(--black);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.6em;
  overflow: hidden;
  -o-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.search-filter__header .button {
  margin-right: 0;
}
.search-filter__number {
  color: var(--blue);
}
.search-filter__button {
  display: inline-block;
  color: var(--black);
  text-decoration: none;
  font-size: var(--fs-b);
  border-bottom: 1px solid transparent;
}
.search-filter__button:link,
.search-filter__button:visited {
  color: var(--black);
}
.search-filter__button span {
  color: rgba(41,74,149,0.4);
  margin-left: 0.2em;
}
.search-filter__button.active,
.search-filter__button:hover {
  border-bottom: 1px solid var(--black);
}
.search-filter__button:last-of-type {
  margin-bottom: 20px;
}
.accordion {
  overflow: hidden;
  -o-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.accordion__button {
  cursor: pointer;
  padding: 10px 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  border: 0;
  font-weight: 600;
  font-family: var(--textFont);
}
.accordion__button:after {
  content: '+';
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  line-height: 0;
}
.accordion__button[aria-expanded="true"]:after {
  content: '-';
}
.accordion__region {
  overflow: hidden;
  max-height: 0;
  -o-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.accordion__region[aria-expanded="true"] {
  max-height: 999px;
  -o-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.tile--search {
  color: var(--very-dark-blue);
  margin: 2rem 0 3rem;
}
.tile--search h2,
.tile--search p,
.tile--search a {
  color: inherit;
}
.tile--search a {
  text-decoration: none;
}
.tile--search h2 {
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  .tile--search h2 {
    font-size: 26px;
  }
}
.tile--search p.breadcrumbs {
  margin-bottom: 0.5rem;
  color: rgba(41,74,149,0.4);
}
.tile--search p.breadcrumbs a {
  color: rgba(41,74,149,0.4);
}
.tile--search p.breadcrumbs span {
  color: var(--dark-blue);
}
.tile--search p.excerpt {
  margin-bottom: 0.5rem;
}
.tile--search small {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.25rem;
}
.tile--search strong {
  color: var(--black);
}
.tile--search ul.tags-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .tile--search ul.tags-list {
    display: none;
  }
}
.tile--search ul.tags-list > li {
  list-style: none;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0;
  color: var(--very-dark-blue);
}
.tile--search ul.tags-list > li a {
  width: auto;
  padding: 0.2rem 0.6rem;
  border: 1px solid var(--orange);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: var(--very-dark-blue);
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.tile--search ul.tags-list > li a:hover {
  border-color: var(--very-dark-blue);
}
.tile--search ul.tags-list > li a:visited {
  color: var(--very-dark-blue);
}
.post-type-archive-campaigns main {
  padding-bottom: 100px;
}
.post-type-archive-campaigns .archive-campaigns__imagebanner {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background: url("img/seas-at-risk-bg.png") no-repeat center center #000;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 600px) {
  .single-campaigns .attachment-fullscreen-small {
    object-fit: cover;
    height: 56.5vw !important;
  }
}
@media (max-width: 767px) {
  .single-campaigns .title-section h1 {
    font-size: 28px;
  }
}
.single-campaigns .title-section a {
  text-decoration: none !important;
}
.single-campaigns main > .main-content {
  padding-top: var(--vpad);
}
.single-campaigns main > .main-content:before,
.single-campaigns main > .main-content:after {
  content: "";
  display: table;
}
.single-campaigns main > .main-content:after {
  clear: both;
}
.single-campaigns .slider {
  padding-bottom: 4vw;
}
.single-campaigns aside .h2 {
  margin-bottom: 0;
}
body.single-team main,
body.single-management main {
  margin: 0;
}
body.single-team section.single-team,
body.single-management section.single-team {
  position: relative;
}
body.single-team section.single-team .inner-wrapper,
body.single-management section.single-team .inner-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  body.single-team section.single-team .inner-wrapper,
  body.single-management section.single-team .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  body.single-team section.single-team .inner-wrapper,
  body.single-management section.single-team .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-team .team-images,
body.single-management .team-images {
  position: relative;
}
body.single-team .team-images img,
body.single-management .team-images img {
  width: 100%;
  height: auto;
  margin: 0;
}
body.single-team .team-images > a,
body.single-management .team-images > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 1024px) {
  body.single-team .team-images > a,
  body.single-management .team-images > a {
    right: 2rem;
  }
}
@media (min-width: 1440px) {
  body.single-team .team-images > a,
  body.single-management .team-images > a {
    right: 3rem;
  }
}
body.single-team .team-images > a:after,
body.single-management .team-images > a:after {
  content: "j";
  font-family: var(--iconFont);
  font-size: 1.8rem;
  line-height: 4rem;
  vertical-align: middle;
  color: var(--text-color);
  text-align: center;
  text-indent: 0.1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  body.single-team .team-images > a:after,
  body.single-management .team-images > a:after {
    text-indent: 0.2rem;
  }
}
body.single-team .team-images > a:hover,
body.single-management .team-images > a:hover {
  background-color: var(--blue);
}
body.single-team .team-images > a:hover:after,
body.single-management .team-images > a:hover:after {
  color: var(--white);
}
@media (min-width: 1024px) {
  body.single-team .team-images,
  body.single-management .team-images {
    width: 50%;
    height: calc(100vh - 100px);
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 100%;
    float: right;
  }
  body.single-team .team-images img,
  body.single-management .team-images img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  body.single-team .team-images,
  body.single-management .team-images {
    top: 115px;
    height: calc(100vh - 115px);
  }
}
body.single-team .main-content-wrap,
body.single-management .main-content-wrap {
  color: var(--very-dark-blue);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  body.single-team .main-content-wrap,
  body.single-management .main-content-wrap {
    width: 50%;
    padding-right: 2rem;
  }
  body.single-team .main-content-wrap p,
  body.single-management .main-content-wrap p {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  body.single-team .main-content-wrap,
  body.single-management .main-content-wrap {
    padding-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
body.single-team .main-content-wrap h1,
body.single-management .main-content-wrap h1,
body.single-team .main-content-wrap h4,
body.single-management .main-content-wrap h4 {
  margin: 0;
}
body.single-team .main-content-wrap h1,
body.single-management .main-content-wrap h1,
body.single-team .main-content-wrap h2,
body.single-management .main-content-wrap h2,
body.single-team .main-content-wrap h3,
body.single-management .main-content-wrap h3,
body.single-team .main-content-wrap h4,
body.single-management .main-content-wrap h4,
body.single-team .main-content-wrap p,
body.single-management .main-content-wrap p,
body.single-team .main-content-wrap li,
body.single-management .main-content-wrap li,
body.single-team .main-content-wrap p a,
body.single-management .main-content-wrap p a,
body.single-team .main-content-wrap li a,
body.single-management .main-content-wrap li a {
  color: inherit;
}
body.single-team .main-content-wrap p.job-title,
body.single-management .main-content-wrap p.job-title {
  font-size: 0.9rem;
  margin: 0.3rem 0 1.5rem;
}
body.single-team .main-content-wrap ul.tags-list,
body.single-management .main-content-wrap ul.tags-list {
  margin: 0.5rem 0 2rem;
}
body.single-team .main-content-wrap ul.tags-list > li a,
body.single-management .main-content-wrap ul.tags-list > li a {
  font-size: 0.7rem;
  padding: 0.35rem 0.8rem;
}
body.single-team .main-content-wrap .button--back,
body.single-management .main-content-wrap .button--back {
  line-height: 42px;
  margin: 0;
}
body.single-team .main-content-wrap .button--back span,
body.single-management .main-content-wrap .button--back span {
  width: 42px;
  height: 42px;
  line-height: 38px;
  background-color: var(--white);
  color: var(--very-dark-blue);
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-right: 1rem;
}
body.single-team .main-content-wrap .button--back:hover span,
body.single-management .main-content-wrap .button--back:hover span {
  background-color: var(--very-dark-blue);
  color: var(--white);
}
.team-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 2rem 0;
}
.team-contact a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: var(--blue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-decoration: none;
  color: var(--white);
  text-align: center;
  line-height: 38px;
  text-indent: 1px;
  font-family: var(--iconFont);
  font-size: 1rem;
  margin-right: 0.7rem;
}
.team-contact a.phone-link,
.team-contact a.email-link {
  position: relative;
}
.team-contact a.phone-link img,
.team-contact a.email-link img {
  width: 55%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.team-contact a.phone-link img {
  width: 50%;
}
.team-contact a.phone-link:after {
  display: block;
  content: attr(data-telephone);
  width: auto;
  white-space: nowrap;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 6px);
  font-family: var(--textFont);
  color: var(--text-color);
  background-color: var(--white);
  padding: 0.2rem 0.3rem;
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.team-contact a.phone-link:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent var(--white) transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  z-index: 2;
}
.team-contact a.phone-link:hover:after {
  opacity: 1;
}
.team-tiles {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .team-tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .team-tiles {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .team-tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.team-tile {
  width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  background-color: var(--white);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-5rem, 5rem);
  -moz-transform: translate(-5rem, 5rem);
  -o-transform: translate(-5rem, 5rem);
  -ms-transform: translate(-5rem, 5rem);
  transform: translate(-5rem, 5rem);
  -o-transition: opacity 0.6s ease-out 0.1s, transform 1s ease-out;
  -moz-transition: opacity 0.6s ease-out 0.1s, transform 1s ease-out;
  -webkit-transition: opacity 0.6s ease-out 0.1s, transform 1s ease-out;
  transition: opacity 0.6s ease-out 0.1s, transform 1s ease-out;
}
.team-tile.inview {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
.team-tile .tile__image {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.team-tile .tile__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-tile .tile__image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
}
.team-tile .tile__image img.fallback {
  min-width: auto;
  height: 60%;
  min-height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-tile .tile__image img.logo {
  max-width: 75%;
  min-width: auto;
  max-height: 70%;
  min-height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-tile .tile__content {
  padding: 1rem;
  color: var(--very-dark-blue);
}
.team-tile .tile__content h2,
.team-tile .tile__content p,
.team-tile .tile__content a {
  color: inherit;
}
.team-tile .tile__content h2 {
  margin-top: 0;
}
.team-tile .tile__content p {
  font-size: 0.9rem;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}
.team-tile .tile__content a {
  text-decoration: none;
}
.team-tile .tile__content a span {
  display: inline;
  border-bottom: 1px solid transparent;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.team-tile .tile__content a:hover span {
  border-color: var(--very-dark-blue);
}
.cta--careers {
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-top: 5rem;
  text-align: center;
}
.cta--careers h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: var(--spacing);
  color: var(--very-dark-blue);
}
.cta--careers .button {
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-what-we-do h1 {
  color: var(--dark-blue);
}
.page-template-page-what-we-do .inner-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .page-template-page-what-we-do .inner-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px) {
  .page-template-page-what-we-do .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-listings .page-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  background-color: var(--white);
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .page-listings .page-listing {
    margin: 0 auto 3rem;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
  }
}
@media (min-width: 1440px) {
  .page-listings .page-listing {
    min-height: 400px;
    margin: 0 auto 6rem;
  }
}
.page-listings .page-listing .col {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-listings .page-listing .col:first-of-type {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1200px) {
  .page-listings .page-listing .col:first-of-type {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-listings .page-listing .col:last-of-type {
  padding-bottom: 69%;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .page-listings .page-listing .col:last-of-type {
    padding-bottom: 0;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
  }
}
.page-listings .page-listing .col h2 {
  margin: 0;
}
.page-listings .page-listing .col a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  -o-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.page-listings .page-listing .col a:visited {
  color: inherit;
}
.page-listings .page-listing .col a:hover {
  color: inherit;
  border-color: var(--dark-blue);
}
.page-listings .page-listing .col ul {
  margin: 2rem 0 0;
  padding: 0;
  width: 100%;
  max-width: 460px;
}
.page-listings .page-listing .col ul li {
  list-style: none;
  padding: 0 0 1rem;
  margin: 1rem 0;
  border-bottom: 1px solid var(--grey);
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-listings .page-listing .col ul li {
    margin: 1.2rem 0;
    padding: 0 0 1.2rem;
  }
}
.page-listings .page-listing .col ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
