@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=lkn3sjz&ht=tk&f=49647.49648.49650.49651.49652&a=84992345&app=typekit&e=css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  display: block;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: 400;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

/**
 * Breakpoints
 */
/**
 * Fonts
 */
/**
 * Boxgrid variables
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Generates a list of font sizes at specific breakpoints
 */
/**
 * If you have to ask what this does, then ask yourself what you are doing!!!
 */
/**
 * Creates a class for each colour and a second class with each colour applied as background-color
 */
/**
* Allows control over onscreen movement
**/
/*
----------------------------------
BoxGrid
----------------------------------
Author: Ashley Needham
Description: A flexbox based grid
Version: 1.2
License: MIT
URL: http://flexbox.net
*/
.boxgrid {
  width: 101.5%;
  margin-left: -0.75%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.boxgrid > .col {
  margin: 1em 0.75%;
  width: 98.5%;
  box-sizing: border-box;
}
.boxgrid > .col > .inner {
  display: block;
  box-sizing: border-box;
}
.boxgrid:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.boxgrid.no-margin {
  width: 100%;
  margin: 0;
}
.boxgrid.no-margin > .col {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.boxgrid.no-margin > .col > .inner {
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 300px) {
  .boxgrid > .xs_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .xs_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .xs_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .xs_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .xs_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .xs_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .xs_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .xs_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .xs_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .xs_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .xs_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .xs_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .xs_0 {
    display: none;
  }
  .boxgrid > .xs_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .xs_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .xs_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .xs_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .xs_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .xs_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .xs_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .xs_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .xs_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .xs_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .xs_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .xs_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .xs_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .xs_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .xs_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .xs_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .xs_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .xs_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .xs_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .xs_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .xs_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .xs_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .xs_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .xs_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .xs_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .xs_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .xs_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .xs_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .xs_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_0 {
    display: none;
  }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .xs_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .xs_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .xs_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .xs_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .xs_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .xs_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .xs_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_xs_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_xs_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_xs_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_xs_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_xs_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_xs_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_xs_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_xs_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_xs_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_xs_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_xs_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_xs_order="12"] {
    order: 12;
  }
  .boxgrid > .xs_first {
    order: -1;
  }
  .boxgrid > .xs_last {
    order: 999;
  }
  .boxgrid > .xs_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .xs_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .xs_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .xs_text_left {
    text-align: left;
  }
  .boxgrid > .xs_text_center {
    text-align: center;
  }
  .boxgrid > .xs_text_right {
    text-align: right;
  }
  .boxgrid > .xs_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .xs_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .xs_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 550px) {
  .boxgrid > .sm_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .sm_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .sm_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .sm_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .sm_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .sm_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .sm_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .sm_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .sm_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .sm_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .sm_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .sm_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .sm_0 {
    display: none;
  }
  .boxgrid > .sm_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .sm_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .sm_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .sm_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .sm_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .sm_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .sm_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .sm_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .sm_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .sm_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .sm_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .sm_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .sm_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .sm_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .sm_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .sm_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .sm_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .sm_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .sm_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .sm_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .sm_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .sm_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .sm_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .sm_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .sm_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .sm_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .sm_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .sm_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .sm_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_0 {
    display: none;
  }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .sm_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .sm_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .sm_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .sm_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .sm_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .sm_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .sm_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_sm_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_sm_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_sm_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_sm_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_sm_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_sm_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_sm_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_sm_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_sm_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_sm_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_sm_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_sm_order="12"] {
    order: 12;
  }
  .boxgrid > .sm_first {
    order: -1;
  }
  .boxgrid > .sm_last {
    order: 999;
  }
  .boxgrid > .sm_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .sm_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .sm_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .sm_text_left {
    text-align: left;
  }
  .boxgrid > .sm_text_center {
    text-align: center;
  }
  .boxgrid > .sm_text_right {
    text-align: right;
  }
  .boxgrid > .sm_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .sm_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .sm_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 850px) {
  .boxgrid > .md_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .md_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .md_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .md_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .md_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .md_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .md_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .md_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .md_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .md_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .md_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .md_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .md_0 {
    display: none;
  }
  .boxgrid > .md_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .md_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .md_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .md_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .md_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .md_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .md_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .md_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .md_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .md_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .md_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .md_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .md_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .md_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .md_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .md_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .md_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .md_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .md_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .md_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .md_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .md_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .md_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .md_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .md_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .md_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .md_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .md_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .md_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_0 {
    display: none;
  }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .md_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .md_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .md_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .md_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .md_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .md_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .md_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_md_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_md_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_md_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_md_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_md_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_md_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_md_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_md_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_md_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_md_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_md_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_md_order="12"] {
    order: 12;
  }
  .boxgrid > .md_first {
    order: -1;
  }
  .boxgrid > .md_last {
    order: 999;
  }
  .boxgrid > .md_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .md_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .md_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .md_text_left {
    text-align: left;
  }
  .boxgrid > .md_text_center {
    text-align: center;
  }
  .boxgrid > .md_text_right {
    text-align: right;
  }
  .boxgrid > .md_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .md_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .md_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .boxgrid > .lg_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .lg_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .lg_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .lg_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .lg_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .lg_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .lg_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .lg_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .lg_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .lg_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .lg_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .lg_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .lg_0 {
    display: none;
  }
  .boxgrid > .lg_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .lg_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .lg_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .lg_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .lg_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .lg_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .lg_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .lg_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .lg_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .lg_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .lg_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .lg_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .lg_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .lg_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .lg_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .lg_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .lg_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .lg_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .lg_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .lg_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .lg_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .lg_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .lg_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .lg_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .lg_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .lg_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .lg_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .lg_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .lg_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_0 {
    display: none;
  }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .lg_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .lg_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .lg_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .lg_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .lg_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .lg_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .lg_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_lg_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_lg_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_lg_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_lg_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_lg_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_lg_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_lg_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_lg_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_lg_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_lg_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_lg_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_lg_order="12"] {
    order: 12;
  }
  .boxgrid > .lg_first {
    order: -1;
  }
  .boxgrid > .lg_last {
    order: 999;
  }
  .boxgrid > .lg_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .lg_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .lg_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .lg_text_left {
    text-align: left;
  }
  .boxgrid > .lg_text_center {
    text-align: center;
  }
  .boxgrid > .lg_text_right {
    text-align: right;
  }
  .boxgrid > .lg_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .lg_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .lg_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .boxgrid > .xl_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .xl_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .xl_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .xl_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .xl_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .xl_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .xl_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .xl_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .xl_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .xl_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .xl_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .xl_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .xl_0 {
    display: none;
  }
  .boxgrid > .xl_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .xl_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .xl_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .xl_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .xl_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .xl_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .xl_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .xl_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .xl_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .xl_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .xl_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .xl_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .xl_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .xl_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .xl_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .xl_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .xl_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .xl_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .xl_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .xl_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .xl_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .xl_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .xl_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .xl_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .xl_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .xl_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .xl_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .xl_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .xl_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_0 {
    display: none;
  }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .xl_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .xl_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .xl_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .xl_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .xl_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .xl_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .xl_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_xl_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_xl_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_xl_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_xl_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_xl_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_xl_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_xl_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_xl_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_xl_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_xl_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_xl_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_xl_order="12"] {
    order: 12;
  }
  .boxgrid > .xl_first {
    order: -1;
  }
  .boxgrid > .xl_last {
    order: 999;
  }
  .boxgrid > .xl_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .xl_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .xl_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .xl_text_left {
    text-align: left;
  }
  .boxgrid > .xl_text_center {
    text-align: center;
  }
  .boxgrid > .xl_text_right {
    text-align: right;
  }
  .boxgrid > .xl_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .xl_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .xl_bottom {
    display: flex;
    align-items: flex-end;
  }
}
body {
  font-family: "articulat-cf";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (min-width: 300px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

/**
 * Headings
 */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "articulat-cf";
  font-weight: 400;
  margin-bottom: 0.8em;
  display: block;
}

h1.lg, h1.large, .h1.lg, .h1.large {
  font-size: 9.6rem !important;
}

.intro-title h1, h1, .h1 {
  font-size: 4rem !important;
}
@media screen and (max-width: 850px) {
  .intro-title h1, h1, .h1 {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .intro-title h1, h1, .h1 {
    font-size: 5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .intro-title h1, h1, .h1 {
    font-size: 6rem !important;
  }
}

.intro-menu li a, .intro-menu li, ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
  font-size: 3rem !important;
}
@media screen and (min-width: 850px) {
  .intro-menu li a, .intro-menu li, ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .intro-menu li a, .intro-menu li, ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .intro-menu li a, .intro-menu li, ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
    font-size: 4rem !important;
  }
}

.single-news .single-news-content h2, .intro-category, h3, .h3 {
  font-size: 2rem !important;
  font-size: 3rem !important;
}
@media screen and (min-width: 850px) {
  .single-news .single-news-content h2, .intro-category, h3, .h3 {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-news .single-news-content h2, .intro-category, h3, .h3 {
    font-size: 2.7rem !important;
  }
}

.news-card .news-card-content p, h4, .h4 {
  font-size: 1.6rem !important;
}

h5, .h5 {
  font-size: 1.6rem !important;
}

h6, .h6 {
  font-size: 1.6rem !important;
}

p.has-x-large-font-size, p.has-xl-font-size, .p.has-x-large-font-size, .p.has-xl-font-size, p.xl, .p.xl {
  font-size: 2rem !important;
}

p.has-large-font-size, p.has-lg-font-size, .p.has-large-font-size, .p.has-lg-font-size, p.lg, .p.lg {
  font-size: 1.8rem !important;
}

.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdprLegal p, .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdpr p, .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdpr label, .faq-item .faq-question, .consent-hint, .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label, ul.no-bullets, ol.no-bullets, ul, ol, p, .p {
  font-size: 1.7rem !important;
}

footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container ul li a, .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdprLegal p.md, p.has-medium-font-size, p.has-m-font-size, .p.has-medium-font-size, .p.has-m-font-size, p.md, .p.md {
  font-size: 1.2rem !important;
}

p.has-small-font-size, p.has-sm-font-size, .p.has-small-font-size, .p.has-sm-font-size, p.sm, .p.sm {
  font-size: 0.9rem !important;
}

h1, .h1 {
  line-height: 1.16667;
}
h2, .h2 {
  line-height: 1.16667;
}

h3, .h3 {
  line-height: 1.16667;
}

h4, .h4 {
  line-height: 1.4;
}

h5, .h5 {
  line-height: 1.3;
}

h6, .h6 {
  font-size: 16px;
}

/**
 * Paragraphs
 */
p, .p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
}
p + h1, p + h2, p + h3,
p + h4, p + h5, p + h6 {
  margin-top: 4rem;
}
@media screen and (min-width: 1200px) {
  p + h1, p + h2, p + h3,
  p + h4, p + h5, p + h6 {
    margin-top: 5rem;
  }
}

/**
 * Links
 */
a {
  color: inherit;
  transition: color 0.3s;
}
a:hover {
  color: #000;
  transition: color 0.3s;
}

/**
 * Styling
 */
b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

/**
 * Lists
 */
ul, ol {
  padding-left: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
ul li, ol li {
  padding-bottom: 0.3em;
  line-height: 1.4;
}
ul.no-bullets, ol.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1em;
}
ul ul, ol ul {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/**
 * Type styling
 **/
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, a.bold, p.bold, li.bold, span.bold {
  font-weight: 700;
}

.line-height-116 {
  line-height: 1.16667;
}

.page-template-static p {
  margin-bottom: 2.5rem;
}
.page-template-static ul {
  margin-bottom: 4rem;
}

.btn {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.btn:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.btn.white {
  background: #ffffff;
  color: #ef7d13;
}
.btn.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.white {
  background: #ffffff;
  color: #ef7d13;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.wp-block-buttons .wp-block-button.fixed-width {
  max-width: 300px;
  width: 100%;
}
.wp-block-buttons .wp-block-button.fixed-width .wp-block-button__link {
  max-width: 300px;
  width: 100%;
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 3;
  overflow: hidden;
}
.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media only screen and (min-width: 300px) {
  .pagination li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  .pagination li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li {
    font-size: 16px;
  }
}
.pagination li a, .pagination li span {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
  text-align: center;
}
.pagination li.active {
  color: #f8aa00;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  overflow-x: scroll;
  display: block;
  margin-bottom: 1em;
}
table tbody {
  display: table;
  border: none;
  min-width: 100%;
}
@media only screen and (min-width: 1200px) {
  table {
    display: table;
    table-layout: fixed;
  }
  table tbody {
    display: table-row-group;
    width: 100%;
    min-width: 0;
  }
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table th {
  min-width: 12em;
  font-size: 1.13em;
  font-weight: 700;
  padding: 0.5em 15px;
  vertical-align: top;
  background-color: #002337;
  color: #131B1C;
}
@media only screen and (min-width: 1200px) {
  table th {
    min-width: 0;
    padding: 0.45em 30px;
  }
}
table .alt th {
  background-color: #004fc0;
}
table td {
  padding: 0.5em 15px;
  vertical-align: top;
}
@media only screen and (min-width: 1200px) {
  table td {
    padding: 0.45em 30px;
  }
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
input[type=tel], input[type=search], input[type=date], textarea, select {
  background: rgba(255, 255, 255, 0.75);
  padding: 0.7em 0.65em;
  margin: 0 0 0.5em;
  border: #f1f1f1 solid 1px;
  border-radius: 0;
  line-height: 1.2;
  color: #000;
  box-shadow: inset 0 2px 2px -1px #f3f3f3;
  max-width: 100%;
  width: 100%;
  transition: border-color 0.3s;
  font-size: 12px;
}
@media only screen and (min-width: 300px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus,
input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus, select:focus {
  transition: border-color 0.3s;
  border-color: #002337;
}
input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=url].error,
input[type=tel].error, input[type=search].error, input[type=date].error, textarea.error, select.error {
  transition: border-color 0.3s;
  border-color: #D4323E;
}

label {
  margin: 0 0 0.3em;
  display: block;
}

textarea {
  min-height: 120px;
  font-family: "articulat-cf";
}

.wpcf7-form input[type=radio] + label {
  width: auto;
  cursor: pointer;
  margin: 0 1em 0.4em 0;
  padding: 0 0 0 1.8em;
  display: inline-block;
  position: relative;
}
.wpcf7-form input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0.1em;
  left: 0;
  vertical-align: middle;
  border: #484847 solid 1px;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  margin: 0 0.4em 0 0;
  transition: border-color 0.3s;
}
.wpcf7-form input[type=radio]:checked + label:before {
  background-color: #000;
  background: -moz-radial-gradient(center, ellipse cover, #000 35%, #ffffff 35%);
  background: -webkit-radial-gradient(center, ellipse cover, #000 35%, #ffffff 35%);
  background: radial-gradient(ellipse at center, #000 35%, #ffffff 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$text_colour", endColorstr="$background_colour",GradientType=1 );
}
.wpcf7-form input[type=radio] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #002337;
}
.wpcf7-form input[type=radio].error + label:before {
  border-color: #D4323E;
}

.wpcf7-form label .label-hide {
  display: block;
  height: 0;
  visibility: hidden;
}
.wpcf7-form label br {
  display: none;
}
.wpcf7-form label span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.wpcf7-form div {
  display: grid;
  row-gap: 8px;
}
.wpcf7-form .wpcf7-form-control {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .wpcf7-form .wpcf7-form-control {
    font-size: 17px;
  }
}
.wpcf7-form .wpcf7-form-control::placeholder {
  color: #424242;
  font-weight: 100;
}
.wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label {
  align-items: center;
  display: flex;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  margin: 0;
}
.wpcf7-form .form .group {
  display: flex;
  gap: 30px;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  border: 2px solid #000;
  background: #ffffff;
  color: #000;
}
.wpcf7-form .wpcf7-submit {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  border: none;
  display: block;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.consent-hint {
  color: #b00;
  display: none;
  margin-bottom: 0;
  margin-top: 2rem;
}

.wpcf7 form:has(input[type=submit]:disabled) .consent-hint {
  display: block;
}

.alert {
  padding: 0.85em 1em;
  margin: 0.35em 0;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #484847;
}
.alert.error {
  background-color: #D4323E;
  color: #131B1C;
}
.alert.success {
  background-color: #7fb905;
  color: #131B1C;
}
.alert.warning {
  background-color: #7fb905;
  color: #131B1C;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * articulat-cf:
 *   - http://typekit.com/eulas/000000000000000077524f44
 *   - http://typekit.com/eulas/000000000000000077524f49
 *   - http://typekit.com/eulas/000000000000000077524f4e
 *   - http://typekit.com/eulas/000000000000000077524f45
 *   - http://typekit.com/eulas/000000000000000077524f40
 *
 * © 2009-2026 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2026-06-12 09:33:27 UTC"}*/
@font-face {
  font-family: "articulat-cf";
  src: url("https://use.typekit.net/af/c8b55b/000000000000000077524f44/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/c8b55b/000000000000000077524f44/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/c8b55b/000000000000000077524f44/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url("https://use.typekit.net/af/2c0cee/000000000000000077524f49/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2c0cee/000000000000000077524f49/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2c0cee/000000000000000077524f49/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url("https://use.typekit.net/af/d33214/000000000000000077524f4e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/d33214/000000000000000077524f4e/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/d33214/000000000000000077524f4e/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url("https://use.typekit.net/af/df7eab/000000000000000077524f45/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/df7eab/000000000000000077524f45/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/df7eab/000000000000000077524f45/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url("https://use.typekit.net/af/7c6b28/000000000000000077524f40/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/7c6b28/000000000000000077524f40/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/7c6b28/000000000000000077524f40/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
.tk-articulat-cf {
  font-family: "articulat-cf", sans-serif;
}

/*header {
    background:$black_colour; 
    padding: 0;
}*/
header {
  background: #000;
  position: absolute;
  padding: 0;
  width: 100%;
  z-index: 3;
}
header.scrolled {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
}

.header-main {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 550px) {
  .header-main {
    padding: 0;
  }
}
.header-main a.logo-anchor {
  display: block;
  padding-left: 2rem;
}
@media screen and (min-width: 1200px) {
  .header-main a.logo-anchor {
    padding-left: 5rem;
  }
}
.header-main a.logo-anchor .main-logo {
  max-width: 200px;
}
@media screen and (min-width: 550px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 850px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 250px;
  }
}
.header-main .header-main-nav {
  display: flex;
  gap: 5rem;
  margin-left: auto;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .header-main .header-main-nav {
    gap: 10rem;
  }
}
.header-main .header-main-nav .header-contact {
  color: #ffffff;
  font-size: 1.3em;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .header-main .header-main-nav .header-contact {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .header-main .header-main-nav .header-contact {
    padding: 15px;
  }
}
@media screen and (min-width: 850px) {
  .header-main .header-main-nav .header-contact {
    font-size: 0.9em;
  }
}
.header-main .header-main-nav .header-contact a {
  color: #002337;
}
.header-main .header-main-nav .header-contact a:first-of-type {
  margin-right: 10px;
}
@media screen and (min-width: 550px) {
  .header-main .header-main-nav .main-navigation {
    align-items: center;
    display: flex;
    gap: 10px;
    padding-right: 4em;
  }
}
@media screen and (min-width: 850px) {
  .header-main .header-main-nav .main-navigation {
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .header-main .header-main-nav .main-navigation .btn {
    display: none;
  }
}
.header-main .header-main-nav .main-navigation .header-social {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .header-main .header-main-nav .main-navigation .header-social {
    display: none;
  }
}

.main-navigation .menu-primary-container ul {
  font-family: "articulat-cf";
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul {
    background: #000;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: fixed;
    z-index: 99;
    padding: 72px 2em 0 2em;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  .main-navigation .menu-primary-container ul.active {
    right: 0 !important;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul {
    display: inline-block;
    margin: 0;
    float: right;
    width: auto;
  }
}
.main-navigation .menu-primary-container ul.sub-menu {
  display: block;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul.sub-menu {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 100;
    opacity: 0;
    padding: 72px 2em 0 2em;
    margin-bottom: 0;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  .main-navigation .menu-primary-container ul.sub-menu.active {
    opacity: 1;
    right: 0;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul.sub-menu {
    opacity: 0;
    top: 44px;
  }
}
.main-navigation .menu-primary-container ul.sub-menu li {
  display: block;
  margin-left: 0;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul.sub-menu li {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-navigation .menu-primary-container ul li {
  display: block;
  margin: 0;
  width: auto;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 8px;
    position: relative;
  }
  .main-navigation .menu-primary-container ul li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    top: 82px;
    z-index: 10;
  }
}
@media screen and (min-width: 850px) and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li.menu-item-has-children:hover > .sub-menu {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li.menu-item-has-children:hover > .sub-menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    top: 0 !important;
    z-index: 10;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li.desktop-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-primary-container ul li {
    padding: 0 8px;
  }
}
.main-navigation .menu-primary-container ul li.current_page_item a {
  color: #ffffff;
}
.main-navigation .menu-primary-container ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul li a {
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-primary-container ul li a {
    padding: 0 0 8px 0;
  }
}
.main-navigation .menu-primary-container ul li a:hover {
  color: #a9bbbb;
}
.main-navigation .menu-primary-container ul li .sub-menu {
  background: #000;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu {
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    min-width: 250px;
    margin: 0;
    padding: 2em;
    width: auto;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li {
    padding: 0;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li a {
  color: #ffffff;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li a {
    border-bottom: none;
    color: #000;
    display: flex;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li a:hover {
  color: #002337;
}
.main-navigation .menu-primary-container ul li .sub-menu li .sub-menu {
  border-bottom: 0;
  font-size: 0.9em;
  margin: 1em 0;
  opacity: 1;
  padding: 0 0 0 20px;
  position: relative;
  right: 0;
  top: 0;
}
.main-navigation .menu-primary-container ul li .sub-menu li .sub-menu li a {
  font-size: 1em;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li:last-of-type .sub-menu {
    left: unset;
    transform: none;
    right: 0;
  }
}

.burger-navigation {
  background: #000;
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  position: fixed;
  z-index: 2;
  padding: 46px 2em 0 1em;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100vh;
  width: 100%;
  overflow: auto;
  will-change: transform;
}
@media screen and (min-width: 1200px) {
  .burger-navigation {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .burger-navigation {
    padding: 120px 2em 0 2em;
  }
}
.burger-navigation.active {
  transform: translateX(0) !important;
}
.burger-navigation .menu-burger-container ul {
  list-style: none;
}
.burger-navigation .menu-burger-container ul li a {
  color: #ffffff;
  text-decoration: none;
}
.burger-navigation .menu-burger-container ul li a:hover {
  color: #ef7d13;
}
.burger-navigation .menu-burger-container ul li a[href="#"]:hover {
  color: #ffffff;
  cursor: default;
}
.burger-navigation .menu-burger-container ul li .sub-menu {
  margin-bottom: 1rem;
}

.hamburger-btn {
  width: 50px;
  height: 50px;
  background: #f6891f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 850px) {
  .hamburger-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .hamburger-btn {
    width: 120px;
    height: 120px;
  }
}

.hamburger-menu {
  width: 29px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-menu .bar {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  transform-origin: center;
}

.hamburger-menu.open .bar-top {
  transform: translateY(9.5px) rotate(45deg);
}

.hamburger-menu.open .bar-mid {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger-menu.open .bar-bot {
  transform: translateY(-9.5px) rotate(-45deg);
}

body {
  background-color: #ffffff;
  color: #000;
  font-family: "articulat-cf";
}

.post-password-form, .container-inner > .wp-block-group__inner-container,
.container-inner > .wp-block-cover__inner-container, .inner-container > .wp-block-group__inner-container,
.inner-container > .wp-block-cover__inner-container, .container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .post-password-form, .container-inner > .wp-block-group__inner-container,
  .container-inner > .wp-block-cover__inner-container, .inner-container > .wp-block-group__inner-container,
  .inner-container > .wp-block-cover__inner-container, .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .post-password-form, .container-inner > .wp-block-group__inner-container,
  .container-inner > .wp-block-cover__inner-container, .inner-container > .wp-block-group__inner-container,
  .inner-container > .wp-block-cover__inner-container, .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  .post-password-form, .container-inner > .wp-block-group__inner-container,
  .container-inner > .wp-block-cover__inner-container, .inner-container > .wp-block-group__inner-container,
  .inner-container > .wp-block-cover__inner-container, .container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.left-container .wp-block-group__inner-container {
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .left-container .wp-block-group__inner-container {
    margin-left: auto;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .left-container .wp-block-group__inner-container {
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  .left-container .wp-block-group__inner-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 850px) {
  .left-container.inner .wp-block-group__inner-container {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .left-container.inner .wp-block-group__inner-container {
    padding-right: 7rem;
  }
}

.right-container .wp-block-group__inner-container {
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .right-container .wp-block-group__inner-container {
    margin-right: auto;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .right-container .wp-block-group__inner-container {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .right-container .wp-block-group__inner-container {
    max-width: 620px;
  }
}
@media screen and (min-width: 850px) {
  .right-container.inner .wp-block-group__inner-container {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .right-container.inner .wp-block-group__inner-container {
    padding-left: 7rem;
  }
}

body.transitioning .loading-overlay {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.transitioning .loading-overlay:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' id='Layer_1' style='enable-background:new 0 0 16 16;' version='1.1' viewBox='0 0 16 16' width='24px' xml:space='preserve'%3E%3Cpath d='M8,0C7.448,0,7,0.448,7,1v2c0,0.552,0.448,1,1,1s1-0.448,1-1V1C9,0.448,8.552,0,8,0z M8,12c-0.552,0-1,0.447-1,1v2 c0,0.553,0.448,1,1,1s1-0.447,1-1v-2C9,12.447,8.552,12,8,12z M12.242,5.172l1.414-1.415c0.391-0.39,0.391-1.024,0-1.414 c-0.39-0.391-1.023-0.391-1.414,0l-1.414,1.414c-0.391,0.391-0.391,1.024,0,1.415C11.219,5.562,11.852,5.562,12.242,5.172z M3.757,10.828l-1.414,1.414c-0.391,0.391-0.391,1.024,0,1.414c0.39,0.391,1.023,0.391,1.414,0l1.414-1.414 c0.391-0.391,0.391-1.023,0-1.414C4.781,10.438,4.148,10.438,3.757,10.828z M3.757,2.343c-0.391-0.391-1.024-0.391-1.414,0 c-0.391,0.39-0.391,1.024,0,1.414l1.414,1.415c0.391,0.39,1.024,0.39,1.414,0c0.391-0.391,0.391-1.024,0-1.415L3.757,2.343z M12.242,10.828c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l1.414,1.414c0.391,0.391,1.024,0.391,1.414,0 c0.391-0.39,0.391-1.023,0-1.414L12.242,10.828z M15,7h-2c-0.553,0-1,0.448-1,1s0.447,1,1,1h2c0.553,0,1-0.448,1-1S15.553,7,15,7z M4,8c0-0.552-0.448-1-1-1H1C0.448,7,0,7.448,0,8s0.448,1,1,1h2C3.552,9,4,8.552,4,8z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: block;
  height: 24px;
  margin: 0 auto;
  position: relative;
  width: 24x;
  top: calc(50% - 12px);
  z-index: 101;
  animation: 1.5s linear infinite rotate-con;
}

@keyframes rotate-con {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*body {
    &.admin-bar {
        .site-content {
            padding-top:120px;
        }
    }
}*/
.site-content {
  padding-top: 50px;
}
@media screen and (min-width: 850px) {
  .site-content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .site-content {
    padding-top: 120px;
  }
}

.color-coral {
  background: #e85d5d;
}

.color-teal {
  background: #2a9d8f;
}

.color-indigo {
  background: #4a4ae0;
}

.color-amber {
  background: #e9a23b;
}

.color-plum {
  background: #8e44ad;
}

.color-slate {
  background: #34495e;
}

.breakout {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 850px) {
  .breakout {
    grid-template-columns: 1fr 1fr;
  }
}
.breakout__content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .breakout__content {
    padding-left: 50px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .breakout__content {
    padding-left: calc((100vw - 1500px) / 2 + 50px);
  }
}
.breakout__media {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .breakout--half {
    grid-template-columns: calc(50px + (100vw - 100px) / 2) 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .breakout--half {
    grid-template-columns: calc((100vw - 1500px) / 2 + 50px + (1500px - 100px) / 2) 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .breakout--third {
    grid-template-columns: calc(50px + (100vw - 100px) / 3) 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .breakout--third {
    grid-template-columns: calc((100vw - 1500px) / 2 + 50px + (1500px - 100px) / 3) 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .breakout--two-thirds {
    grid-template-columns: calc(50px + (100vw - 100px) / 3 * 2) 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .breakout--two-thirds {
    grid-template-columns: calc((100vw - 1500px) / 2 + 50px + (1500px - 100px) / 3 * 2) 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .breakout--reverse {
    grid-template-columns: 1fr calc(50px + (100vw - 100px) / 3);
  }
}
@media screen and (min-width: 1600px) {
  .breakout--reverse {
    grid-template-columns: 1fr calc((100vw - 1500px) / 2 + 50px + (1500px - 100px) / 3);
  }
}
.breakout--reverse .breakout__content {
  order: 2;
  padding-left: 24px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .breakout--reverse .breakout__content {
    padding-left: 24px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .breakout--reverse .breakout__content {
    padding-right: calc((100vw - 1500px) / 2 + 50px);
    padding-left: 24px;
  }
}
.breakout--reverse .breakout__media {
  order: 1;
}

/*@media screen and (min-width:$bp_md){

}*/
.container.spacer-margin .wp-block-group__inner-container {
  margin: 4em 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

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

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.font {
  font-family: "articulat-cf";
}

.font-heading {
  font-family: "articulat-cf";
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none a {
  text-decoration: none;
}

.img-responsive,
.responsive-img {
  height: auto;
  width: 100%;
}
.img-responsive img,
.responsive-img img {
  height: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 850px) {
  .col-reverse {
    order: -1;
  }
}

@media screen and (max-width: 850px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 850px) {
  .visible-xs {
    display: inline-block;
  }
}

.display-block {
  display: block;
}

.no-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .hidden-xs {
    display: none !important;
  }
}

.hide {
  display: none;
}

.large-margin {
  margin: 0 0 45px 0;
}

.medium-margin {
  margin: 0 0 25px 0;
}

.small-margin {
  margin: 0 0 15px 0;
}

.x-small-margin {
  margin: 0 0 5px 0;
}

.no-margin {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 2em !important;
}

.height-100 {
  height: 100%;
}
@media screen and (max-width: 550px) {
  .height-100 {
    min-height: 285px;
  }
}

@media screen and (min-width: 850px) {
  .width-90 {
    width: 90%;
  }
}

@media screen and (min-width: 850px) {
  .width-80 {
    width: 80%;
  }
}

@media screen and (min-width: 850px) {
  .width-75 {
    width: 75%;
  }
}

@media screen and (min-width: 850px) {
  .width-70 {
    width: 70%;
  }
}

@media screen and (min-width: 850px) {
  .width-60 {
    width: 60%;
  }
}

.no-text-decoration {
  text-decoration: unset;
}
.no-text-decoration a {
  text-decoration: unset;
}

.cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.drop-shadow {
  filter: drop-shadow(0px 0px 4px #dedede);
  webkit-filter: drop-shadow(0px 0px 4px #dedede);
}

.view-size {
  background: gray;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 10px;
  left: 0;
  padding: 2px;
  position: fixed;
  z-index: 100;
}
.view-size:before {
  content: "XS";
}
@media screen and (min-width: 550px) {
  .view-size {
    background: purple;
  }
  .view-size:before {
    content: "SM";
  }
}
@media screen and (min-width: 850px) {
  .view-size {
    background: blue;
  }
  .view-size:before {
    content: "MD";
  }
}
@media screen and (min-width: 1200px) {
  .view-size {
    background: green;
  }
  .view-size:before {
    content: "LG";
  }
}
@media screen and (min-width: 1600px) {
  .view-size {
    color: #000;
    background: yellow;
  }
  .view-size:before {
    content: "XL";
  }
}
@media screen and (min-width: 1921px) {
  .view-size {
    color: #000;
    background: orange;
  }
  .view-size:before {
    content: "XXL";
  }
}

.map-style {
  min-height: 350px;
  height: 100%;
  width: 100%;
  margin-bottom: 80px !important;
}
@media screen and (min-width: 850px) {
  .map-style {
    margin-bottom: 100px !important;
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .map-style {
    min-height: 500px;
  }
}

@media screen and (max-width: 850px) {
  .overflow-hidden-mob {
    overflow-x: hidden;
  }
}

.crush-split-grid {
  overflow: hidden;
}

.fade-rtl {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateX(50px);
}
.fade-rtl.onscreen {
  opacity: 1;
  transform: translateX(0);
}

.fade-ltr {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateX(-50px);
}
.fade-ltr.onscreen {
  opacity: 1;
  transform: translateX(0);
}

.has-theme-primary_colour-background-color {
  background-color: #002337 !important;
}

a.has-theme-primary_colour-background-color {
  background-color: #002337 !important;
}
a.has-theme-primary_colour-background-color:hover {
  background-color: #000304 !important;
}

.has-theme-primary_colour-color {
  color: #002337 !important;
}

.has-theme-primary_alt_colour-background-color {
  background-color: #004fc0 !important;
}

a.has-theme-primary_alt_colour-background-color {
  background-color: #004fc0 !important;
}
a.has-theme-primary_alt_colour-background-color:hover {
  background-color: #003a8d !important;
}

.has-theme-primary_alt_colour-color {
  color: #004fc0 !important;
}

.has-theme-secondary_colour-background-color {
  background-color: #f8aa00 !important;
}

a.has-theme-secondary_colour-background-color {
  background-color: #f8aa00 !important;
}
a.has-theme-secondary_colour-background-color:hover {
  background-color: #c58700 !important;
}

.has-theme-secondary_colour-color {
  color: #f8aa00 !important;
}

.has-theme-secondary_alt_colour-background-color {
  background-color: #f8aa00 !important;
}

a.has-theme-secondary_alt_colour-background-color {
  background-color: #f8aa00 !important;
}
a.has-theme-secondary_alt_colour-background-color:hover {
  background-color: #c58700 !important;
}

.has-theme-secondary_alt_colour-color {
  color: #f8aa00 !important;
}

.has-theme-tertiary_colour-background-color {
  background-color: #484847 !important;
}

a.has-theme-tertiary_colour-background-color {
  background-color: #484847 !important;
}
a.has-theme-tertiary_colour-background-color:hover {
  background-color: #2e2e2e !important;
}

.has-theme-tertiary_colour-color {
  color: #484847 !important;
}

.has-theme-tertiary_alt_colour-background-color {
  background-color: #f1f1f1 !important;
}

a.has-theme-tertiary_alt_colour-background-color {
  background-color: #f1f1f1 !important;
}
a.has-theme-tertiary_alt_colour-background-color:hover {
  background-color: #d8d8d8 !important;
}

.has-theme-tertiary_alt_colour-color {
  color: #f1f1f1 !important;
}

.has-theme-background_colour-background-color {
  background-color: #ffffff !important;
}

a.has-theme-background_colour-background-color {
  background-color: #ffffff !important;
}
a.has-theme-background_colour-background-color:hover {
  background-color: #e6e6e6 !important;
}

.has-theme-background_colour-color {
  color: #ffffff !important;
}

.has-theme-highlight_colour-background-color {
  background-color: #008dd1 !important;
}

a.has-theme-highlight_colour-background-color {
  background-color: #008dd1 !important;
}
a.has-theme-highlight_colour-background-color:hover {
  background-color: #006b9e !important;
}

.has-theme-highlight_colour-color {
  color: #008dd1 !important;
}

.has-theme-text_colour-background-color {
  background-color: #000 !important;
}

a.has-theme-text_colour-background-color {
  background-color: #000 !important;
}
a.has-theme-text_colour-background-color:hover {
  background-color: black !important;
}

.has-theme-text_colour-color {
  color: #000 !important;
}

.has-theme-text_alt_colour-background-color {
  background-color: #131B1C !important;
}

a.has-theme-text_alt_colour-background-color {
  background-color: #131B1C !important;
}
a.has-theme-text_alt_colour-background-color:hover {
  background-color: black !important;
}

.has-theme-text_alt_colour-color {
  color: #131B1C !important;
}

.has-theme-error_colour-background-color {
  background-color: #D4323E !important;
}

a.has-theme-error_colour-background-color {
  background-color: #D4323E !important;
}
a.has-theme-error_colour-background-color:hover {
  background-color: #ae252f !important;
}

.has-theme-error_colour-color {
  color: #D4323E !important;
}

.has-theme-warning_colour-background-color {
  background-color: #ffd630 !important;
}

a.has-theme-warning_colour-background-color {
  background-color: #ffd630 !important;
}
a.has-theme-warning_colour-background-color:hover {
  background-color: #fcca00 !important;
}

.has-theme-warning_colour-color {
  color: #ffd630 !important;
}

.has-theme-success_colour-background-color {
  background-color: #7fb905 !important;
}

a.has-theme-success_colour-background-color {
  background-color: #7fb905 !important;
}
a.has-theme-success_colour-background-color:hover {
  background-color: #5d8704 !important;
}

.has-theme-success_colour-color {
  color: #7fb905 !important;
}

.has-theme-white-background-color {
  background-color: #ffffff !important;
}

a.has-theme-white-background-color {
  background-color: #ffffff !important;
}
a.has-theme-white-background-color:hover {
  background-color: #e6e6e6 !important;
}

.has-theme-white-color {
  color: #ffffff !important;
}

.has-theme-black-background-color {
  background-color: #000 !important;
}

a.has-theme-black-background-color {
  background-color: #000 !important;
}
a.has-theme-black-background-color:hover {
  background-color: black !important;
}

.has-theme-black-color {
  color: #000 !important;
}

.has-theme-midnight-teal-background-color {
  background-color: #131B1C !important;
}

a.has-theme-midnight-teal-background-color {
  background-color: #131B1C !important;
}
a.has-theme-midnight-teal-background-color:hover {
  background-color: black !important;
}

.has-theme-midnight-teal-color {
  color: #131B1C !important;
}

.has-theme-silver-soft-background-color {
  background-color: #a9bbbb !important;
}

a.has-theme-silver-soft-background-color {
  background-color: #a9bbbb !important;
}
a.has-theme-silver-soft-background-color:hover {
  background-color: #8da4a4 !important;
}

.has-theme-silver-soft-color {
  color: #a9bbbb !important;
}

.has-theme-orange-bold-background-color {
  background-color: #ef7d13 !important;
}

a.has-theme-orange-bold-background-color {
  background-color: #ef7d13 !important;
}
a.has-theme-orange-bold-background-color:hover {
  background-color: #c2640d !important;
}

.has-theme-orange-bold-color {
  color: #ef7d13 !important;
}

.has-theme-dusk-deep-background-color {
  background-color: #2a3f43 !important;
}

a.has-theme-dusk-deep-background-color {
  background-color: #2a3f43 !important;
}
a.has-theme-dusk-deep-background-color:hover {
  background-color: #162224 !important;
}

.has-theme-dusk-deep-color {
  color: #2a3f43 !important;
}

.has-theme-jet-dark-background-color {
  background-color: #131b1c !important;
}

a.has-theme-jet-dark-background-color {
  background-color: #131b1c !important;
}
a.has-theme-jet-dark-background-color:hover {
  background-color: black !important;
}

.has-theme-jet-dark-color {
  color: #131b1c !important;
}

.has-theme-slate-rich-background-color {
  background-color: #506569 !important;
}

a.has-theme-slate-rich-background-color {
  background-color: #506569 !important;
}
a.has-theme-slate-rich-background-color:hover {
  background-color: #3a494c !important;
}

.has-theme-slate-rich-color {
  color: #506569 !important;
}

.has-theme-ash-light-background-color {
  background-color: #a0b3b3 !important;
}

a.has-theme-ash-light-background-color {
  background-color: #a0b3b3 !important;
}
a.has-theme-ash-light-background-color:hover {
  background-color: #849c9c !important;
}

.has-theme-ash-light-color {
  color: #a0b3b3 !important;
}

.has-theme-ivory-pale-background-color {
  background-color: #e8efef !important;
}

a.has-theme-ivory-pale-background-color {
  background-color: #e8efef !important;
}
a.has-theme-ivory-pale-background-color:hover {
  background-color: #cadada !important;
}

.has-theme-ivory-pale-color {
  color: #e8efef !important;
}

.has-theme-silver-soft-1-background-color {
  background-color: #c8d8d7 !important;
}

a.has-theme-silver-soft-1-background-color {
  background-color: #c8d8d7 !important;
}
a.has-theme-silver-soft-1-background-color:hover {
  background-color: #aac3c1 !important;
}

.has-theme-silver-soft-1-color {
  color: #c8d8d7 !important;
}

.has-theme-orange-vivid-background-color {
  background-color: #de8135 !important;
}

a.has-theme-orange-vivid-background-color {
  background-color: #de8135 !important;
}
a.has-theme-orange-vivid-background-color:hover {
  background-color: #c1681f !important;
}

.has-theme-orange-vivid-color {
  color: #de8135 !important;
}

.has-theme-orange-bold-1-background-color {
  background-color: #f6891f !important;
}

a.has-theme-orange-bold-1-background-color {
  background-color: #f6891f !important;
}
a.has-theme-orange-bold-1-background-color:hover {
  background-color: #d97009 !important;
}

.has-theme-orange-bold-1-color {
  color: #f6891f !important;
}

.has-theme-orange-bold-2-background-color {
  background-color: #ff8900 !important;
}

a.has-theme-orange-bold-2-background-color {
  background-color: #ff8900 !important;
}
a.has-theme-orange-bold-2-background-color:hover {
  background-color: #cc6e00 !important;
}

.has-theme-orange-bold-2-color {
  color: #ff8900 !important;
}

.has-theme-frost-blue-background-color {
  background-color: #cbe1e1 !important;
}

a.has-theme-frost-blue-background-color {
  background-color: #cbe1e1 !important;
}
a.has-theme-frost-blue-background-color:hover {
  background-color: #abcece !important;
}

.has-theme-frost-blue-color {
  color: #cbe1e1 !important;
}

@media screen and (max-width: 850px) {
  body .is-layout-grid.mob-grid-unset > * {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 1200px) {
  body .is-layout-grid.mob-grid-unset-lg > * {
    grid-column: 1/-1;
  }
}
body .is-layout-grid.gap-30 {
  gap: 3rem;
}
body .is-layout-grid.gap-40 {
  gap: 4rem;
}
@media screen and (min-width: 1200px) {
  body .is-layout-grid.gap-80 {
    gap: 8rem;
  }
}
@media screen and (max-width: 850px) {
  body .is-layout-grid.mob-gap-50 {
    gap: 5rem;
  }
}
@media screen and (max-width: 850px) {
  body .is-layout-flex.mob-flex-unset > * {
    grid-column: 1/-1;
  }
}
body .is-layout-flex.gap-20 {
  gap: 2rem;
}
body .is-layout-flex.gap-30 {
  gap: 3rem;
}
body .is-layout-flex.gap-40 {
  gap: 4rem;
}

h1.has-background.small-padding,
h2.has-background.small-padding,
h3.has-background.small-padding,
h4.has-background.small-padding,
h5.has-background.small-padding,
h6.has-background.small-padding {
  padding: 20px;
}

.wp-block-separator {
  border-color: #E6E6E6;
  border: none;
  border-top: 1px solid #E6E6E6;
  margin: 3em 0;
}
.wp-block-separator.dark {
  border-color: #EEE;
  border-top: 1px solid #EEE;
}

.wp-block-group {
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.width-unset {
  width: auto;
}
.wp-block-group.flex-center {
  align-items: center;
  display: flex;
}

.animate-on-view.slide-up {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(0, 25px);
}
@media screen and (min-width: 850px) {
  .animate-on-view.slide-up {
    transform: translate(0, 25x);
  }
}
.animate-on-view.slide-up.onscreen {
  opacity: 1;
  transform: translate(0, 0);
}
.animate-on-view.slide-down {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(0, -25px);
}
@media screen and (min-width: 850px) {
  .animate-on-view.slide-down {
    transform: translate(0, -25px);
  }
}
.animate-on-view.slide-down.onscreen {
  opacity: 1;
  transform: translate(0, 0);
}
.animate-on-view.grow-in {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  text-shadow: 0px 0px 20px #ccc;
  transform: scale(0.9);
  opacity: 0;
  position: relative;
  top: 0;
}
.animate-on-view.grow-in.onscreen {
  opacity: 1;
  text-shadow: none;
  transform: scale(1);
  top: 0;
}

.spacer-margin {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 850px) {
  .spacer-margin.spacer-margin-mob-none {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .spacer-margin.last {
    margin-bottom: 120px !important;
  }
}

.spacer-margin-small {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin-small {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-margin-small {
    margin-bottom: 50px !important;
  }
}

.spacer-margin-extra-small {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin-extra-small {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-margin-extra-small {
    margin-bottom: 30px !important;
  }
}

.wp-block-columns,
.wp-block-group {
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-10vw,
  .wp-block-group.gap-10vw {
    gap: 10vw;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-250,
  .wp-block-group.gap-250 {
    gap: 200px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-200,
  .wp-block-group.gap-200 {
    gap: 200px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-150,
  .wp-block-group.gap-150 {
    gap: 150px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-150,
  .wp-block-group.gap-150 {
    gap: 150px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-100,
  .wp-block-group.gap-100 {
    gap: 100px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-70,
  .wp-block-group.gap-70 {
    gap: 70px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-60,
  .wp-block-group.gap-60 {
    gap: 60px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-50,
  .wp-block-group.gap-50 {
    gap: 50px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-40,
  .wp-block-group.gap-40 {
    gap: 40px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-30,
  .wp-block-group.gap-30 {
    gap: 30px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-25,
  .wp-block-group.gap-25 {
    gap: 25px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-20,
  .wp-block-group.gap-20 {
    gap: 20px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-15,
  .wp-block-group.gap-15 {
    gap: 15px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-10,
  .wp-block-group.gap-10 {
    gap: 10px;
  }
}
.wp-block-columns.gap-none,
.wp-block-group.gap-none {
  gap: 0;
}
@media screen and (max-width: 850px) {
  .wp-block-columns.gap-small-mob,
  .wp-block-group.gap-small-mob {
    gap: 0.5em;
  }
}

@media screen and (max-width: 850px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
}
.wp-block-cover.flex-end,
.wp-block-cover-image.flex-end {
  align-items: flex-end;
  display: flex;
}
.wp-block-cover.contain .wp-block-cover__image-background,
.wp-block-cover-image.contain .wp-block-cover__image-background {
  object-fit: contain;
}
.wp-block-cover.fill .wp-block-cover__image-background,
.wp-block-cover-image.fill .wp-block-cover__image-background {
  object-fit: fill;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-contain .wp-block-cover__image-background,
  .wp-block-cover-image.mob-contain .wp-block-cover__image-background {
    object-fit: contain;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-fill .wp-block-cover__image-background,
  .wp-block-cover-image.mob-fill .wp-block-cover__image-background {
    object-fit: fill;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-cover .wp-block-cover__image-background,
  .wp-block-cover-image.mob-cover .wp-block-cover__image-background {
    object-fit: cover;
  }
}
.wp-block-cover.no-padding,
.wp-block-cover-image.no-padding {
  padding: 0;
}
.wp-block-cover.inner-no-height,
.wp-block-cover-image.inner-no-height {
  min-height: unset;
}
.wp-block-cover.height-200,
.wp-block-cover-image.height-200 {
  min-height: 200px;
}
.wp-block-cover.height-300,
.wp-block-cover-image.height-300 {
  min-height: 300px;
}
.wp-block-cover.height-400,
.wp-block-cover-image.height-400 {
  min-height: 400px;
}
.wp-block-cover.height-500,
.wp-block-cover-image.height-500 {
  min-height: 500px;
}
.wp-block-cover.height-600,
.wp-block-cover-image.height-600 {
  min-height: 600px;
}
.wp-block-cover.height-700,
.wp-block-cover-image.height-700 {
  min-height: 700px;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-200,
  .wp-block-cover-image.mob-height-200 {
    min-height: 200px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-250,
  .wp-block-cover-image.mob-height-250 {
    min-height: 250px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-300,
  .wp-block-cover-image.mob-height-300 {
    min-height: 300px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-400,
  .wp-block-cover-image.mob-height-400 {
    min-height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-500,
  .wp-block-cover-image.mob-height-500 {
    min-height: 500px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-600,
  .wp-block-cover-image.mob-height-600 {
    min-height: 600px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-700,
  .wp-block-cover-image.mob-height-700 {
    min-height: 700px;
  }
}
.wp-block-cover.padding-large,
.wp-block-cover-image.padding-large {
  padding: 6em 0;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.padding-large,
  .wp-block-cover-image.padding-large {
    padding: 4em 0;
  }
}
.wp-block-cover.padding-large-full,
.wp-block-cover-image.padding-large-full {
  padding: 3em;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.padding-large-full,
  .wp-block-cover-image.padding-large-full {
    padding: 3em;
  }
}
.wp-block-cover.height-unset,
.wp-block-cover-image.height-unset {
  min-height: unset;
}
.wp-block-cover.aspect-1,
.wp-block-cover-image.aspect-1 {
  aspect-ratio: 1;
}
.wp-block-cover.aspect-1-3,
.wp-block-cover-image.aspect-1-3 {
  aspect-ratio: 1/1.3;
}
@media screen and (max-width: 550px) {
  .wp-block-cover.aspect-1-3,
  .wp-block-cover-image.aspect-1-3 {
    aspect-ratio: 1;
  }
}
.wp-block-cover.slow-zoom,
.wp-block-cover-image.slow-zoom {
  overflow: hidden;
}
.wp-block-cover.slow-zoom.onscreen img,
.wp-block-cover-image.slow-zoom.onscreen img {
  transform: scale(1);
}
.wp-block-cover.slow-zoom img,
.wp-block-cover-image.slow-zoom img {
  transform: scale(1.2);
  transition: all 6s ease-out 0.4s;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image.responsive-img img {
  height: auto;
  width: 100%;
}
.wp-block-image.height-60 {
  height: 60px;
}

@media screen and (min-width: 550px) {
  .wp-block-buttons {
    gap: 10px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-buttons {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-buttons {
    gap: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .wp-block-buttons {
    gap: 60px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  padding: 0.5em 2.4em;
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: "";
}
.wp-block-buttons .wp-block-button.white .wp-block-button__link {
  background-color: #ffffff;
  color: #000;
}
.wp-block-buttons .wp-block-button.white .wp-block-button__link:hover {
  background-color: #EEE;
  color: #000;
}
.wp-block-buttons .wp-block-button.weight-600 .wp-block-button__link {
  font-weight: 600;
}

ul.no-bullets, ol.no-bullets {
  margin: 0;
}
ul.no-bullets.large li, ol.no-bullets.large li {
  color: #f8aa00;
  display: block;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.wp-block-media-text {
  grid-template-columns: 20% 1fr;
  margin-bottom: 3rem;
  margin-top: 6rem;
}
@media screen and (min-width: 1600px) {
  .wp-block-media-text {
    margin-bottom: 4rem;
    margin-top: 8rem;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: flex-start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  .wp-block-media-text .wp-block-media-text__media {
    max-width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content .wp-block-quote .wp-block-heading {
  color: #506569;
  font-weight: 300;
}
@media screen and (max-width: 850px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-quote .wp-block-heading {
    font-size: 2.5rem !important;
    line-height: 1.3 !important;
  }
}
@media screen and (max-width: 550px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-quote .wp-block-heading {
    font-size: 2rem !important;
  }
}
.wp-block-media-text .wp-block-media-text__content .wp-block-quote p:first-of-type {
  font-weight: 600;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-quote p:last-of-type {
  font-weight: 400;
}

.width-90 {
  width: 90%;
}

.hero.hero-home.animate-on-view h1.line-one {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.hero.hero-home.animate-on-view h1.line-one .line-two {
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.18s;
}
.hero.hero-home.animate-on-view .hero-home-content-section-2 h2 {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease 0.75s, transform 0.6s ease 0.75s;
}
.hero.hero-home.animate-on-view.onscreen h1.line-one,
.hero.hero-home.animate-on-view.onscreen h1.line-one .line-two {
  clip-path: inset(0 0 0 0);
}
.hero.hero-home.animate-on-view.onscreen .hero-home-content-section-2 h2 {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-home.animate-on-view h1.line-one,
  .hero.hero-home.animate-on-view h1.line-one .line-two,
  .hero.hero-home.animate-on-view .hero-home-content-section-2 h2 {
    transition: none;
    clip-path: none;
    opacity: 1;
    transform: none;
  }
}
.hero.hero-home .breakout__content {
  background: #E8EFEF;
  background: linear-gradient(180deg, rgb(232, 239, 239) 60%, rgb(80, 101, 105) 40%);
  color: #fff;
}
@media screen and (max-width: 850px) {
  .hero.hero-home .breakout__content {
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  .hero.hero-home .breakout__content {
    background: linear-gradient(180deg, rgb(232, 239, 239) 50%, rgb(80, 101, 105) 50%);
  }
}
.hero.hero-home .breakout__content .hero-home-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 {
  padding-right: 1.5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 {
    background: #e8efef;
    position: relative;
    padding: 4rem 2rem 5rem;
    width: 100vw;
  }
}
@media screen and (min-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 {
    flex: 50%;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 {
    padding-top: 5.4rem;
  }
}
.hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 h1 {
  font-size: 35px !important;
}
@media screen and (min-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 h1 {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 h1 {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 h1 {
    font-size: 50px !important;
  }
}
.hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-1 h1 .line-two {
  padding-bottom: 5px;
}
.hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-2 {
  padding-top: 3rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-2 {
    background: #506569;
    position: relative;
    padding: 4rem 2rem 5rem;
    width: 100vw;
  }
}
@media screen and (min-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-2 {
    flex: 50%;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-2 {
    padding-top: 5.4rem;
  }
}
@media screen and (max-width: 850px) {
  .hero.hero-home .breakout__content .hero-home-content .hero-home-content-section-2 h2 {
    font-size: 2.5rem !important;
  }
}
.hero.hero-home .hero-home-image {
  height: 50vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .hero.hero-home .hero-home-image {
    max-height: 400px;
  }
}
@media screen and (min-width: 850px) {
  .hero.hero-home .hero-home-image {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-home .hero-home-image {
    height: 750px;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-home .hero-home-image {
    height: 892px;
  }
}
.hero.hero-home .hero-home-image.onscreen img {
  transform: scale(1);
}
.hero.hero-home .hero-home-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  width: 100%;
  transform: scale(1.1);
}
.hero.hero-product {
  align-items: flex-start;
  height: 70vh;
  min-height: 540px;
  padding-bottom: 2.9rem;
  padding-top: 8rem;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .hero.hero-product {
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-product {
    height: calc(95vh - 120px);
    padding-bottom: 5vh;
    padding-top: 10vh;
  }
}
@media screen and (max-width: 850px) {
  .hero.hero-product .wp-block-cover__background.has-background-dim {
    opacity: 0.75;
  }
}
.hero.hero-product .wp-block-cover__inner-container {
  height: 100%;
}
.hero.hero-product .wp-block-cover__inner-container .hero-product-inner {
  height: 100%;
  /*                @media screen and (min-width: $bp_md) {
                      max-width:50vw;
                  }                
                  @media screen and (min-width: $bp_xl) {
                      max-width:35vw;
                  }
                  @media screen and (min-width: $bp_xxl) {
                      max-width:29vw;
                  }*/
}
@media screen and (min-width: 550px) {
  .hero.hero-product .wp-block-cover__inner-container .hero-product-inner {
    max-width: 80vw;
  }
}
.hero.hero-product .wp-block-cover__inner-container .hero-product-inner .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.hero.hero-news-archive {
  background: #e8efef;
  padding: 4rem 0 2rem;
}
@media screen and (min-width: 850px) {
  .hero.hero-news-archive {
    padding: 6rem 0 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-news-archive {
    padding: 7rem 0 5rem;
  }
}
.hero.hero-news-archive .hero-inner {
  max-width: 821px;
}
.hero.hero-news-archive .hero-inner h2 {
  margin: 0;
}
.hero.hero-cover {
  align-items: flex-end;
  display: flex;
  min-height: 500px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .hero.hero-cover {
    min-height: 700px;
  }
}
.hero.hero-cover:after {
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 100%);
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
}
.hero.hero-cover .wp-block-group {
  max-width: 1000px;
}

.swipe-text.animate-on-view h2,
.swipe-text.animate-on-view h1 {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.swipe-text.animate-on-view h1 {
  transition-delay: 0.3s;
  padding-bottom: 10px;
}
.swipe-text.animate-on-view.onscreen h2,
.swipe-text.animate-on-view.onscreen h1 {
  clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  .swipe-text.animate-on-view h2, .swipe-text.animate-on-view h1 {
    transition: none;
    clip-path: none;
  }
}
.inner-padding.full > .wp-block-group__inner-container, .inner-padding.full > .wp-block-cover__inner-container {
  padding: 6rem;
}
@media screen and (max-width: 850px) {
  .inner-padding.full > .wp-block-group__inner-container, .inner-padding.full > .wp-block-cover__inner-container {
    padding: 4rem;
  }
}
.inner-padding.top-xsmall > .wp-block-group__inner-container, .inner-padding.top-xsmall > .wp-block-cover__inner-container {
  padding-top: 2rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.top-xsmall > .wp-block-group__inner-container, .inner-padding.top-xsmall > .wp-block-cover__inner-container {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top-xsmall > .wp-block-group__inner-container, .inner-padding.top-xsmall > .wp-block-cover__inner-container {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top-xsmall > .wp-block-group__inner-container, .inner-padding.top-xsmall > .wp-block-cover__inner-container {
    padding-top: 4rem;
  }
}
.inner-padding.top-small > .wp-block-group__inner-container, .inner-padding.top-small > .wp-block-cover__inner-container {
  padding-top: 3rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.top-small > .wp-block-group__inner-container, .inner-padding.top-small > .wp-block-cover__inner-container {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top-small > .wp-block-group__inner-container, .inner-padding.top-small > .wp-block-cover__inner-container {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top-small > .wp-block-group__inner-container, .inner-padding.top-small > .wp-block-cover__inner-container {
    padding-top: 6rem;
  }
}
.inner-padding.top > .wp-block-group__inner-container, .inner-padding.top > .wp-block-cover__inner-container, .inner-padding.top-default > .wp-block-group__inner-container, .inner-padding.top-default > .wp-block-cover__inner-container {
  padding-top: 4rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.top > .wp-block-group__inner-container, .inner-padding.top > .wp-block-cover__inner-container, .inner-padding.top-default > .wp-block-group__inner-container, .inner-padding.top-default > .wp-block-cover__inner-container {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top > .wp-block-group__inner-container, .inner-padding.top > .wp-block-cover__inner-container, .inner-padding.top-default > .wp-block-group__inner-container, .inner-padding.top-default > .wp-block-cover__inner-container {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top > .wp-block-group__inner-container, .inner-padding.top > .wp-block-cover__inner-container, .inner-padding.top-default > .wp-block-group__inner-container, .inner-padding.top-default > .wp-block-cover__inner-container {
    padding-top: 12rem;
  }
}
.inner-padding.top-medium > .wp-block-group__inner-container, .inner-padding.top-medium > .wp-block-cover__inner-container {
  padding-top: 6rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.top-medium > .wp-block-group__inner-container, .inner-padding.top-medium > .wp-block-cover__inner-container {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top-medium > .wp-block-group__inner-container, .inner-padding.top-medium > .wp-block-cover__inner-container {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top-medium > .wp-block-group__inner-container, .inner-padding.top-medium > .wp-block-cover__inner-container {
    padding-top: 16rem;
  }
}
.inner-padding.top-large > .wp-block-group__inner-container, .inner-padding.top-large > .wp-block-cover__inner-container {
  padding-top: 8rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.top-large > .wp-block-group__inner-container, .inner-padding.top-large > .wp-block-cover__inner-container {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top-large > .wp-block-group__inner-container, .inner-padding.top-large > .wp-block-cover__inner-container {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top-large > .wp-block-group__inner-container, .inner-padding.top-large > .wp-block-cover__inner-container {
    padding-top: 20rem;
  }
}
.inner-padding.bottom-xsmall > .wp-block-group__inner-container, .inner-padding.bottom-xsmall > .wp-block-cover__inner-container {
  padding-bottom: 2rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom-xsmall > .wp-block-group__inner-container, .inner-padding.bottom-xsmall > .wp-block-cover__inner-container {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom-xsmall > .wp-block-group__inner-container, .inner-padding.bottom-xsmall > .wp-block-cover__inner-container {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom-xsmall > .wp-block-group__inner-container, .inner-padding.bottom-xsmall > .wp-block-cover__inner-container {
    padding-bottom: 4rem;
  }
}
.inner-padding.bottom-small > .wp-block-group__inner-container, .inner-padding.bottom-small > .wp-block-cover__inner-container {
  padding-bottom: 3rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom-small > .wp-block-group__inner-container, .inner-padding.bottom-small > .wp-block-cover__inner-container {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom-small > .wp-block-group__inner-container, .inner-padding.bottom-small > .wp-block-cover__inner-container {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom-small > .wp-block-group__inner-container, .inner-padding.bottom-small > .wp-block-cover__inner-container {
    padding-bottom: 6rem;
  }
}
.inner-padding.bottom > .wp-block-group__inner-container, .inner-padding.bottom > .wp-block-cover__inner-container, .inner-padding.bottom-default > .wp-block-group__inner-container, .inner-padding.bottom-default > .wp-block-cover__inner-container {
  padding-bottom: 4rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom > .wp-block-group__inner-container, .inner-padding.bottom > .wp-block-cover__inner-container, .inner-padding.bottom-default > .wp-block-group__inner-container, .inner-padding.bottom-default > .wp-block-cover__inner-container {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom > .wp-block-group__inner-container, .inner-padding.bottom > .wp-block-cover__inner-container, .inner-padding.bottom-default > .wp-block-group__inner-container, .inner-padding.bottom-default > .wp-block-cover__inner-container {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom > .wp-block-group__inner-container, .inner-padding.bottom > .wp-block-cover__inner-container, .inner-padding.bottom-default > .wp-block-group__inner-container, .inner-padding.bottom-default > .wp-block-cover__inner-container {
    padding-bottom: 12rem;
  }
}
.inner-padding.bottom-medium > .wp-block-group__inner-container, .inner-padding.bottom-medium > .wp-block-cover__inner-container {
  padding-bottom: 6rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom-medium > .wp-block-group__inner-container, .inner-padding.bottom-medium > .wp-block-cover__inner-container {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom-medium > .wp-block-group__inner-container, .inner-padding.bottom-medium > .wp-block-cover__inner-container {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom-medium > .wp-block-group__inner-container, .inner-padding.bottom-medium > .wp-block-cover__inner-container {
    padding-bottom: 16rem;
  }
}
.inner-padding.bottom-large > .wp-block-group__inner-container, .inner-padding.bottom-large > .wp-block-cover__inner-container {
  padding-bottom: 8rem;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom-large > .wp-block-group__inner-container, .inner-padding.bottom-large > .wp-block-cover__inner-container {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom-large > .wp-block-group__inner-container, .inner-padding.bottom-large > .wp-block-cover__inner-container {
    padding-bottom: 16rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom-large > .wp-block-group__inner-container, .inner-padding.bottom-large > .wp-block-cover__inner-container {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left-xsmall > .wp-block-group__inner-container, .inner-padding.left-xsmall > .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left-xsmall > .wp-block-group__inner-container, .inner-padding.left-xsmall > .wp-block-cover__inner-container {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left-xsmall > .wp-block-group__inner-container, .inner-padding.left-xsmall > .wp-block-cover__inner-container {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left-xsmall > .wp-block-group__inner-container, .inner-padding.left-xsmall > .wp-block-cover__inner-container {
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left-small > .wp-block-group__inner-container, .inner-padding.left-small > .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left-small > .wp-block-group__inner-container, .inner-padding.left-small > .wp-block-cover__inner-container {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left-small > .wp-block-group__inner-container, .inner-padding.left-small > .wp-block-cover__inner-container {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left-small > .wp-block-group__inner-container, .inner-padding.left-small > .wp-block-cover__inner-container {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left > .wp-block-group__inner-container, .inner-padding.left > .wp-block-cover__inner-container, .inner-padding.left-default > .wp-block-group__inner-container, .inner-padding.left-default > .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left > .wp-block-group__inner-container, .inner-padding.left > .wp-block-cover__inner-container, .inner-padding.left-default > .wp-block-group__inner-container, .inner-padding.left-default > .wp-block-cover__inner-container {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left > .wp-block-group__inner-container, .inner-padding.left > .wp-block-cover__inner-container, .inner-padding.left-default > .wp-block-group__inner-container, .inner-padding.left-default > .wp-block-cover__inner-container {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left > .wp-block-group__inner-container, .inner-padding.left > .wp-block-cover__inner-container, .inner-padding.left-default > .wp-block-group__inner-container, .inner-padding.left-default > .wp-block-cover__inner-container {
    padding-left: 7rem;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left-medium > .wp-block-group__inner-container, .inner-padding.left-medium > .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left-medium > .wp-block-group__inner-container, .inner-padding.left-medium > .wp-block-cover__inner-container {
    padding-left: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left-medium > .wp-block-group__inner-container, .inner-padding.left-medium > .wp-block-cover__inner-container {
    padding-left: 6em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left-medium > .wp-block-group__inner-container, .inner-padding.left-medium > .wp-block-cover__inner-container {
    padding-left: 8em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left-large > .wp-block-group__inner-container, .inner-padding.left-large > .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left-large > .wp-block-group__inner-container, .inner-padding.left-large > .wp-block-cover__inner-container {
    padding-left: 6em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left-large > .wp-block-group__inner-container, .inner-padding.left-large > .wp-block-cover__inner-container {
    padding-left: 9em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left-large > .wp-block-group__inner-container, .inner-padding.left-large > .wp-block-cover__inner-container {
    padding-left: 12em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right-xsmall > .wp-block-group__inner-container, .inner-padding.right-xsmall > .wp-block-cover__inner-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right-xsmall > .wp-block-group__inner-container, .inner-padding.right-xsmall > .wp-block-cover__inner-container {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right-xsmall > .wp-block-group__inner-container, .inner-padding.right-xsmall > .wp-block-cover__inner-container {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right-xsmall > .wp-block-group__inner-container, .inner-padding.right-xsmall > .wp-block-cover__inner-container {
    padding-right: 1.25em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right-small > .wp-block-group__inner-container, .inner-padding.right-small > .wp-block-cover__inner-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right-small > .wp-block-group__inner-container, .inner-padding.right-small > .wp-block-cover__inner-container {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right-small > .wp-block-group__inner-container, .inner-padding.right-small > .wp-block-cover__inner-container {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right-small > .wp-block-group__inner-container, .inner-padding.right-small > .wp-block-cover__inner-container {
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right > .wp-block-group__inner-container, .inner-padding.right > .wp-block-cover__inner-container, .inner-padding.right-default > .wp-block-group__inner-container, .inner-padding.right-default > .wp-block-cover__inner-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right > .wp-block-group__inner-container, .inner-padding.right > .wp-block-cover__inner-container, .inner-padding.right-default > .wp-block-group__inner-container, .inner-padding.right-default > .wp-block-cover__inner-container {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right > .wp-block-group__inner-container, .inner-padding.right > .wp-block-cover__inner-container, .inner-padding.right-default > .wp-block-group__inner-container, .inner-padding.right-default > .wp-block-cover__inner-container {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right > .wp-block-group__inner-container, .inner-padding.right > .wp-block-cover__inner-container, .inner-padding.right-default > .wp-block-group__inner-container, .inner-padding.right-default > .wp-block-cover__inner-container {
    padding-right: 7rem;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right-medium > .wp-block-group__inner-container, .inner-padding.right-medium > .wp-block-cover__inner-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right-medium > .wp-block-group__inner-container, .inner-padding.right-medium > .wp-block-cover__inner-container {
    padding-right: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right-medium > .wp-block-group__inner-container, .inner-padding.right-medium > .wp-block-cover__inner-container {
    padding-right: 6em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right-medium > .wp-block-group__inner-container, .inner-padding.right-medium > .wp-block-cover__inner-container {
    padding-right: 8em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right-large > .wp-block-group__inner-container, .inner-padding.right-large > .wp-block-cover__inner-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right-large > .wp-block-group__inner-container, .inner-padding.right-large > .wp-block-cover__inner-container {
    padding-right: 6em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right-large > .wp-block-group__inner-container, .inner-padding.right-large > .wp-block-cover__inner-container {
    padding-right: 9em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right-large > .wp-block-group__inner-container, .inner-padding.right-large > .wp-block-cover__inner-container {
    padding-right: 12em;
  }
}

.home-intro-animation {
  position: relative;
  overflow: hidden;
}

.home-intro .home-intro-image {
  display: block;
  height: 300px;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .home-intro .home-intro-image {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro .home-intro-image {
    height: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro .home-intro-image {
    height: 320px;
  }
}
.home-intro .home-intro-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .home-intro .home-intro-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 850px) {
  .learn-more-info {
    gap: 3rem;
    row-gap: 0;
  }
}
@media screen and (min-width: 850px) {
  .learn-more-info {
    gap: 15rem;
    grid-template-columns: auto 1fr !important;
  }
}
@media screen and (min-width: 850px) {
  .learn-more-info .learn-more-info-text {
    width: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .learn-more-info .learn-more-info-text {
    width: 40vw;
  }
}
@media screen and (min-width: 1600px) {
  .learn-more-info .learn-more-info-text {
    width: 30vw;
  }
}

.max-550 {
  max-width: 550px;
}
@media screen and (max-width: 850px) {
  .max-550 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .max-550 {
    padding-right: 5%;
  }
}

.max-800 {
  max-width: 800px;
}
@media screen and (max-width: 850px) {
  .max-800 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .max-800 {
    padding-right: 5%;
  }
}

.max-900 {
  max-width: 900px;
}
@media screen and (max-width: 850px) {
  .max-900 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .max-900 {
    padding-right: 5%;
  }
}

.max-1150 {
  max-width: 1150px;
}
@media screen and (max-width: 850px) {
  .max-1150 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .max-1150 {
    padding-right: 5%;
  }
}

.faq-item {
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem 0;
}
@media screen and (max-width: 850px) {
  .faq-item {
    padding: 0.3rem 0;
  }
}
.faq-item .faq-question {
  align-items: center;
  color: #2a3f43;
  font-weight: 600 !important;
  gap: 5rem;
  line-height: 1.375 !important;
  margin-bottom: 1rem;
}
.faq-item .faq-question:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='7' stroke='%232A3F43'/%3E%3Cline x1='4' y1='7.5' x2='11' y2='7.5' stroke='%232A3F43'/%3E%3Cline x1='7.5' y1='4' x2='7.5' y2='11' stroke='%232A3F43'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 15px;
  transition: 0.4s transform ease;
  width: 15px;
}
.faq-item .faq-question.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='7' stroke='%232A3F43'/%3E%3Cline x1='4' y1='7.5' x2='11' y2='7.5' stroke='%232A3F43'/%3E%3C/svg%3E");
}
.faq-item .faq-answer .faq-answer-text {
  color: #2a3f43;
  font-weight: 400 !important;
  line-height: 1.29412 !important;
  margin-bottom: 1rem;
  width: 80%;
}
.faq-item .faq-answer.open {
  max-height: 1000px !important;
}

.sign-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='501' height='332' viewBox='0 0 501 332' fill='none'%3E%3Cpath d='M250.935 331.918L250.935 254.931C306.764 253.215 352.957 231.307 386.821 185.29C410.726 152.824 421.633 115.716 420.426 75.3084C418.012 -5.83626 362.032 -72.8372 283.419 -88.3007C204.375 -103.83 127.724 -62.169 95.0672 11.035C61.1819 87.0325 87.3288 188.81 169.671 234.364C155.789 256.163 141.95 277.917 127.659 300.353C124.986 298.902 122.529 297.714 120.222 296.284C56.1164 256.295 16.0447 198.95 3.8012 123.173C-9.60633 40.2682 12.4665 -32.5179 69.8257 -93.1179C107.957 -133.393 155.142 -156.929 209.311 -165.442C265.507 -174.285 319.633 -166.982 370.094 -139.75C441.055 -101.477 484.856 -41.4044 497.379 39.4323C511.132 128.298 485.739 205.307 420.642 267.073C385.485 300.441 343.236 320.084 295.878 327.959C283.441 330.026 270.788 330.664 258.221 331.896C255.958 332.116 253.673 331.918 250.935 331.918Z' fill='%23131B1C' fill-opacity='0.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right 20%;
  background-size: auto 100%;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group {
  flex: 0 0 20%;
}
@media screen and (max-width: 850px) {
  .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group {
    flex: 0 0 40%;
  }
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group label {
  color: #ffffff;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=text], .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=number], .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=email] {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=text]:focus-visible, .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=number]:focus-visible, .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .mc-field-group input[type=email]:focus-visible {
  border: none !important;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .submit-btn {
  flex: 0 0 20%;
}
@media screen and (max-width: 850px) {
  .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex .submit-btn {
    flex: 0 0 40%;
  }
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  gap: 15px;
  border: none;
  display: block;
  margin: 2em auto 0;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe {
    width: 100%;
  }
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe.white {
  background: #ffffff;
  color: #ef7d13;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc_flex #mc-embedded-subscribe.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdpr {
  color: #ffffff;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdpr p {
  color: #ffffff;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdprLegal {
  color: #ffffff;
}
.sign-up #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .content__gdprLegal p {
  color: #ffffff;
}
.wp-block-cover {
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__image-background {
  transition: transform 1s ease;
}
.wp-block-cover.active .wp-block-cover__image-background {
  transform: scale(1.05);
}

.page-template-static .wp-block-crush-design-crush-container .wp-block-group__inner-container {
  max-width: 1000px;
}

.post-password-form {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 850px) {
  .post-password-form {
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-password-form {
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .post-password-form {
    padding-bottom: 10rem;
    padding-top: 5rem;
  }
}
.post-password-form p {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
}
.post-password-form label {
  flex: 0 0 70%;
  margin: 0;
}
.post-password-form label #pwbox-284 {
  border: 2px solid #000;
  background: #ffffff;
  color: #000;
  margin: 0;
  max-width: 975px;
}
.post-password-form input[name=Submit] {
  align-items: center;
  background-color: #ef7d13;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "articulat-cf";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 1.5rem !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  gap: 15px;
  border: none;
  height: 35px;
  padding: 0.5rem 1.5rem !important;
  width: 150px;
}
@media screen and (max-width: 850px) {
  .post-password-form input[name=Submit] {
    width: 100%;
  }
}
.post-password-form input[name=Submit]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.post-password-form input[name=Submit]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
.post-password-form input[name=Submit].white {
  background: #ffffff;
  color: #ef7d13;
}
.post-password-form input[name=Submit].white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 9px;
  width: 6px;
}
@media screen and (min-width: 850px) {
  .post-password-form input[name=Submit] {
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .post-password-form input[name=Submit] {
    height: 45px;
  }
}

.years-experience {
  aspect-ratio: 1;
  border: 15px solid #506569;
  margin-right: 5rem;
  padding: 3.9rem;
  position: relative;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .years-experience {
    padding: 6.9rem;
  }
}
.years-experience .wp-block-heading {
  font-size: 8rem !important;
  line-height: 0.85;
}
@media screen and (min-width: 1200px) {
  .years-experience .wp-block-heading {
    font-size: 12.8rem !important;
  }
}

.floating-aeroplane {
  left: -12%;
  position: relative;
  width: 125%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .floating-aeroplane {
    left: -25%;
    width: 140%;
  }
}

.timeline {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 550px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 850px) {
  .timeline {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .timeline {
    grid-template-columns: repeat(6, 1fr);
  }
}
.timeline .timeline-block {
  padding: 0 1.8rem;
  position: relative;
  /*        &:nth-child(1) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:0.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:0.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:1.2s;
                  }
              }
          }
          &:nth-child(2) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:1.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:1.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:2.2s;
                  }
              }
          }
          &:nth-child(3) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:2.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:2.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:3.2s;
                  }
              }
          }
          &:nth-child(4) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:3.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:3.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:4.2s;
                  }
              }
          }
          &:nth-child(5) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:4.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:4.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:5.2s;
                  }
              }
          }
          &:nth-child(6) {
              h3 {
                  @media screen and (min-width: $bp_md) {
                      //transition-delay:5.8s;
                  } 
              }
              &:before {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:5.2s;
                  } 
              } 
              p, img {
                  @media screen and (min-width: $bp_md) {
                      transition-delay:6.2s;
                  }
              }
          }*/
}
.timeline .timeline-block.onscreen:before {
  height: 100%;
}
.timeline .timeline-block:before {
  background: #000;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  transition: height ease 0.8s;
}
@media screen and (min-width: 850px) {
  .timeline .timeline-block:before {
    transition-delay: 0.6s;
  }
}
.timeline .timeline-block h3 {
  color: #a0b3b3;
  margin: 0 0 6.8rem;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform: translateY(15px);
}
@media screen and (max-width: 850px) {
  .timeline .timeline-block h3 {
    margin: 0 0 2rem;
  }
}
.timeline .timeline-block h3.onscreen {
  opacity: 1;
  transform: translateY(0);
}
.timeline .timeline-block h3.large-margin {
  margin: 0 0 20rem;
}
@media screen and (max-width: 850px) {
  .timeline .timeline-block h3.large-margin {
    margin: 0 0 2rem;
  }
}
.timeline .timeline-block p, .timeline .timeline-block img {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform: translateY(20px);
}
@media screen and (min-width: 850px) {
  .timeline .timeline-block p, .timeline .timeline-block img {
    transition-delay: 0.6s;
  }
}
.timeline .timeline-block p.onscreen, .timeline .timeline-block img.onscreen {
  opacity: 1;
  transform: translateY(0);
}
.timeline .timeline-block img {
  max-width: 250px;
}

.grid-accreditations {
  column-gap: 4rem;
  row-gap: 7rem;
  grid-template-columns: repeat(2, 1fr) !important;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (min-width: 850px) {
  .grid-accreditations {
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid-accreditations {
    grid-template-columns: repeat(4, 245px) !important;
    margin-bottom: 10rem;
  }
}
.grid-accreditations .grid-accreditations-block {
  height: 100%;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container {
  height: 100%;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex {
  justify-content: space-between;
  height: 100%;
  row-gap: 3rem;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-image {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-image img {
  object-fit: contain;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons {
  width: 100%;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons > .wp-block-button {
  width: 100%;
}
.grid-accreditations .grid-accreditations-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons > .wp-block-button .wp-block-button__link {
  justify-content: space-between;
}

.grid-press {
  column-gap: 2rem;
  row-gap: 7rem;
  grid-template-columns: repeat(2, 1fr) !important;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (min-width: 850px) {
  .grid-press {
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid-press {
    grid-template-columns: repeat(4, 1fr) !important;
    margin-bottom: 10rem;
  }
}
.grid-press .grid-press-block {
  height: 100%;
}
.grid-press .grid-press-block .wp-block-group__inner-container {
  height: 100%;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex {
  justify-content: space-between;
  height: 100%;
  row-gap: 3rem;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-image {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-image img {
  object-fit: contain;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons {
  width: 100%;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons > .wp-block-button {
  width: 100%;
}
.grid-press .grid-press-block .wp-block-group__inner-container .wp-block-group-is-layout-flex .wp-block-buttons > .wp-block-button .wp-block-button__link {
  justify-content: space-between;
}

.events-loop .event-block {
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 850px) {
  .events-loop .event-block {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 850px) {
  .events-loop .event-block {
    grid-template-columns: 50% 50%;
    gap: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .events-loop .event-block {
    gap: 10rem;
  }
}
.events-loop .event-block .event-block-image {
  aspect-ratio: 2/1;
  display: block;
}
.events-loop .event-block .event-block-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.events-loop .event-block .event-block-content {
  align-items: center;
  display: flex;
}
.events-loop .event-block .event-block-content .event-block-content-btns {
  display: flex;
  gap: 2rem;
}

.error-404 {
  padding: 6rem 30% 5% 0;
}
@media screen and (min-width: 850px) {
  .error-404 {
    padding: 10rem 50% 5% 0;
  }
}
@media screen and (min-width: 1600px) {
  .error-404 {
    padding: 10rem 60% 5% 0;
  }
}

@media screen and (max-width: 850px) {
  .product-category-container {
    background: linear-gradient(180deg, rgb(232, 239, 239) 11%, rgb(160, 179, 179) 86%) !important;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 850px) {
  .product-category:first-of-type .wp-block-group__inner-container .product-category-inner {
    padding-left: 0;
  }
}
.product-category .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-category .wp-block-group__inner-container .product-category-inner {
  padding: 17% 25% 6% 12%;
}
@media screen and (max-width: 850px) {
  .product-category .wp-block-group__inner-container .product-category-inner {
    padding: 17% 20% 2% 5%;
  }
}
.product-category .wp-block-group__inner-container .product-category-inner .wp-block-heading {
  color: #2a3f43;
}
.product-category .wp-block-group__inner-container .product-category-inner p {
  color: #506569;
  line-height: 1.29412;
}
.product-category .wp-block-cover.product-category-cover {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  height: 270px;
  min-height: unset;
  padding: 3rem 4.6rem;
  width: 100%;
}
body.product-category-electric-motor .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-motors .wp-block-cover__background {
  opacity: 0.8;
}
body.product-category-electric-motor .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-motors .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #ffffff !important;
  color: #ef7d13 !important;
  opacity: 0.6;
}
body.product-category-electric-motor .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-motors .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
body.product-category-motor-control .product-category .wp-block-cover.product-category-cover.product-category-cover-motor-controls .wp-block-cover__background {
  opacity: 0.8;
}
body.product-category-motor-control .product-category .wp-block-cover.product-category-cover.product-category-cover-motor-controls .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #ffffff !important;
  color: #ef7d13 !important;
  opacity: 0.6;
}
body.product-category-motor-control .product-category .wp-block-cover.product-category-cover.product-category-cover-motor-controls .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
body.product-category-electric-engine .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-engines .wp-block-cover__background {
  opacity: 0.8;
}
body.product-category-electric-engine .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-engines .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #ffffff !important;
  color: #ef7d13 !important;
  opacity: 0.6;
}
body.product-category-electric-engine .product-category .wp-block-cover.product-category-cover.product-category-cover-electric-engines .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.499996 8.21876L4.35937 4.35938L0.499996 0.5' stroke='%23EF7D13' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.product-card-container {
  margin: 6rem 0 0;
}

.product-card {
  display: grid;
  margin-bottom: 4.2rem;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .product-card {
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 850px) {
  .product-card {
    grid-template-columns: 2fr 1fr;
  }
}
.product-card .product-card-content {
  align-self: center;
  background: rgba(246, 137, 31, 0.8);
  padding: 2rem;
  position: relative;
  transform: translateX(-90%);
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .product-card .product-card-content {
    align-self: flex-end;
    grid-column: 1/-1;
    grid-row: 1/2;
    margin: 0;
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 850px) {
  .product-card .product-card-content {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 95%;
    margin: 4rem 0;
    max-width: 577px;
    padding: 5rem;
    transition: 0.6s transform ease;
  }
}
@media screen and (min-width: 1200px) {
  .product-card .product-card-content {
    height: 80%;
  }
}
.product-card .product-card-content.onscreen {
  transform: translateX(0);
}
.product-card .product-card-content .product-card-content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-right: 20%;
}
@media screen and (max-width: 850px) {
  .product-card .product-card-content .product-card-content-inner {
    padding-right: 10%;
  }
}
.product-card .product-card-content .product-card-content-inner h3, .product-card .product-card-content .product-card-content-inner p {
  color: #ffffff;
}
.product-card .product-card-content .product-card-content-inner p {
  line-height: 1.29412;
}
.product-card .product-card-content .product-card-content-inner a.btn {
  max-width: 250px;
}
.product-card .product-card-image {
  display: block;
}
@media screen and (max-width: 850px) {
  .product-card .product-card-image {
    grid-column: 1/-1;
  }
}
.product-card .product-card-image.product-card-image-zoomed {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .product-card .product-card-image.product-card-image-zoomed {
    aspect-ratio: 1.5/1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 550px) {
  .product-card .product-card-image.product-card-image-zoomed {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 850px) {
  .product-card .product-card-image.product-card-image-zoomed {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1200px) {
  .product-card .product-card-image.product-card-image-zoomed {
    aspect-ratio: 2/1;
  }
}
.product-card .product-card-image.product-card-image-zoomed.onscreen img {
  transform: scale(1);
}
.product-card .product-card-image.product-card-image-zoomed.no-img {
  background: #000;
}
@media screen and (max-width: 850px) {
  .product-card .product-card-image.product-card-image-full {
    display: none;
    /*                grid-column: 1 / -1;
                    grid-row: 2 / 3;*/
  }
}
@media screen and (min-width: 850px) {
  .product-card .product-card-image.product-card-image-full {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1200px) {
  .product-card .product-card-image.product-card-image-full {
    aspect-ratio: 1;
  }
}
.product-card .product-card-image.product-card-image-full.no-img {
  background: #1b2425;
}
.product-card .product-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 1.5s transform ease 0.3s;
  width: 100%;
}

.intro-menu {
  display: flex;
  gap: 3rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.intro-menu li {
  display: flex;
  gap: 3rem;
}
.intro-menu li:after {
  content: "|";
}
.intro-menu li:last-of-type:after {
  content: "";
}
.intro-menu li.active a {
  color: #ef7d13;
}
.intro-menu li a {
  color: #7E7E7E;
  text-decoration: none;
}

/* Single Product Page */
.product-animation {
  background: #000;
  position: relative;
}

.product-hero {
  align-items: center;
  display: flex;
  height: calc(100vh - 75px);
}
@media screen and (min-width: 850px) {
  .product-hero {
    height: calc(100vh - 150px);
  }
}
@media screen and (min-width: 1200px) {
  .product-hero {
    max-height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .product-hero.product-hero-tall {
    max-height: 800px;
  }
}

@media screen and (max-width: 850px) {
  .single-products .intro-scene {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12vh 6vw 6vh;
  }
}

.scene {
  background: #000;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .scene {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro-scene {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15rem;
  height: auto;
  overflow: hidden;
  row-gap: 0;
  padding: 6vh 0 8vh;
}
@media screen and (max-width: 850px) {
  .intro-scene {
    gap: 3rem;
    row-gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .intro-scene {
    padding: 13rem 0 6rem;
  }
}
@media screen and (min-width: 1600px) {
  .intro-scene {
    padding: 15.2rem 0 7rem;
  }
}

.intro-category {
  position: relative;
  display: block;
  font-weight: 400;
  margin: 0;
  color: #ef7d13;
}

.intro-title {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1200px) {
  .intro-title {
    margin-bottom: 0;
  }
}
.intro-title h1 {
  color: #f0eeeb;
  line-height: 1;
  margin: 0;
}

.intro-para-left {
  position: relative;
  width: 40vw;
  margin-bottom: 5rem;
}
@media screen and (min-width: 850px) {
  .intro-para-left {
    width: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  .intro-para-left {
    margin-bottom: 10rem;
    width: 40vw;
  }
}
@media screen and (min-width: 1600px) {
  .intro-para-left {
    width: 30vw;
  }
}
.intro-para-left p {
  color: #f0eeeb;
  font-size: 2.4rem !important;
  font-weight: 400;
  line-height: 1.25;
}

.intro-para-right {
  position: relative;
  width: 40vw;
  margin-left: auto;
}
@media screen and (min-width: 850px) {
  .intro-para-right {
    width: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  .intro-para-right {
    width: 35vw;
  }
}
@media screen and (min-width: 1600px) {
  .intro-para-right {
    width: 22vw;
  }
}
.intro-para-right p {
  color: #f0eeeb;
  font-size: 2.4rem !important;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
}

.video-scene-outer {
  position: relative;
  background: #000;
  height: 160vh;
}
@media screen and (min-width: 850px) {
  .video-scene-outer {
    min-height: 900px;
  }
}
.video-scene-inner {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .video-scene-inner {
    height: 50vh;
  }
}
@media screen and (min-width: 850px) {
  .video-scene-inner {
    min-height: 900px;
  }
}
.video-scene-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}
.video-scene-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px 40px #0a0a0a;
  pointer-events: none;
  z-index: 1;
}

.stats-overlay {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
  padding: 0 20px;
  pointer-events: none;
  margin-top: min(-100vh, -900px);
  overflow-x: hidden;
}
@media screen and (min-width: 850px) {
  .stats-overlay {
    min-height: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-overlay {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-overlay {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
  }
}

.stats-header {
  position: absolute;
  top: 5vh;
  z-index: 5;
}
.stats-header-title {
  color: #ef7d13;
  font-size: 3rem;
  font-weight: 400;
  opacity: 0;
  will-change: opacity;
}

.stat-block {
  position: absolute;
  width: 20vw;
  opacity: 0;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .stat-block {
    width: 18vw;
  }
}
.stat-block[data-index="1"] {
  top: 20vh;
}
.stat-block[data-index="2"] {
  top: 30vh;
  text-align: right;
  right: 2rem;
}
@media screen and (min-width: 1200px) {
  .stat-block[data-index="2"] {
    right: 5rem;
  }
}
.stat-block[data-index="2"] .stat-number-row {
  justify-content: flex-end;
}
.stat-block[data-index="2"] .stat-rule {
  transform-origin: right;
}
.stat-block[data-index="3"] {
  bottom: 30vh;
}
.stat-block[data-index="4"] {
  bottom: 20vh;
  text-align: right;
  right: 2rem;
}
@media screen and (min-width: 1200px) {
  .stat-block[data-index="4"] {
    right: 5rem;
  }
}
.stat-block[data-index="4"] .stat-number-row {
  justify-content: flex-end;
}
.stat-block[data-index="4"] .stat-rule {
  transform-origin: right;
}

.stat-rule {
  height: 1px;
  background: #506569;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  margin-top: 20px;
}

.stat-heading {
  color: #f0eeeb;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.stat-number-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.stat-number {
  align-items: flex-end;
  color: #f0eeeb;
  display: flex;
  font-size: 4.8rem;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
}
.stat-number sup {
  font-size: unset;
}

.stat-inline-desc {
  font-size: clamp(11px, 1vw, 14px);
  color: #f0eeeb;
  font-weight: 300;
  line-height: 1.4;
  max-width: 140px;
  align-self: flex-end;
  padding-bottom: 4px;
}
.stat-inline-desc--newline {
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 0;
}

.stat-dimension-divider {
  font-size: 4.8rem;
  color: #f0eeeb;
  font-weight: 300;
  line-height: 1;
  margin: 0 4px;
  align-self: flex-end;
}

.mobile-stats {
  display: none;
}

.m-dimension-group {
  display: flex;
  align-items: flex-start;
}

.m-dim-desc {
  font-size: 12px;
  line-height: 1.4;
  color: #f0eeeb;
  font-weight: 300;
  margin-top: 4px;
}

@media (max-width: 850px) {
  .stats-overlay {
    display: none;
  }
  .video-scene-outer {
    height: auto;
  }
  .mobile-stats {
    display: block;
    position: relative;
    margin-top: 4rem;
    z-index: auto;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    background: #000;
  }
  .m-stat-card {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vh 6vw;
    text-align: left;
  }
  .m-stat-card:nth-child(even) {
    text-align: left;
    align-items: flex-start;
  }
  .m-stat-card:nth-child(even) .m-number-row {
    justify-content: flex-end;
  }
  .m-stat-card:last-child {
    border-bottom: none;
  }
  .m-stat-card .m-eyebrow {
    color: #f0eeeb;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 4px;
    opacity: 1;
    text-align: left;
    transform: none;
    transition: none;
  }
  .m-stat-card .m-number-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
  }
  .m-stat-card .m-big-num {
    align-items: flex-end;
    color: #f0eeeb;
    display: flex;
    font-size: 4.8rem;
    font-weight: 600;
    gap: 8px;
    line-height: 1;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .m-stat-card .m-big-num sup {
    font-size: unset;
    color: #f0eeeb;
  }
  .m-stat-card .m-desc {
    font-size: clamp(11px, 3vw, 14px);
    color: #c8c8c8;
    font-weight: 300;
    line-height: 1.4;
    max-width: 100%;
    align-self: flex-end;
    padding-bottom: 4px;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .m-stat-card .m-desc--newline {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .m-stat-card .m-line {
    height: 1px;
    background: #506569;
    width: 100%;
    transform: scaleX(1);
    margin-top: 12px;
  }
  .intro-scene {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12vh 6vw 6vh;
  }
  .intro-category,
  .intro-title,
  .intro-rule,
  .intro-para-left,
  .intro-para-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: left;
  }
  .intro-rotated-label {
    display: none;
  }
  .intro-category {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .intro-title {
    font-size: clamp(48px, 14vw, 80px);
    margin-bottom: 2rem;
  }
  .intro-rule {
    margin: 16px 0;
  }
  .intro-para-left {
    font-size: 13px;
    margin-bottom: 0;
  }
  .intro-para-right {
    font-size: 12px;
    color: #444444;
    transform: translateX(110vw);
  }
  .cta-section {
    padding: 0 6vw;
    min-height: 80vh;
  }
  .cta-title {
    font-size: clamp(44px, 14vw, 72px);
  }
  .stats-scene {
    display: none !important;
  }
  .mobile-stats {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-category,
  .intro-title,
  .intro-rule,
  .intro-rotated-label,
  .intro-para-left,
  .intro-para-right,
  .stat-block,
  .cta-inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
footer {
  padding-bottom: 8.6rem;
  padding-top: 8.6rem;
}
footer .footer-inner {
  border-top: 1px solid #000;
  padding-top: 4.8rem;
}
footer .footer-inner .footer-inner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-inner-row {
    gap: 3rem;
  }
}
footer .footer-inner .footer-inner-row .main-logo {
  width: 150px;
}
@media screen and (min-width: 850px) {
  footer .footer-inner .footer-inner-row .main-logo {
    width: 200px;
  }
}
@media screen and (min-width: 1600px) {
  footer .footer-inner .footer-inner-row .main-logo {
    width: 300px;
  }
}
footer .footer-inner .footer-inner-row .footer-menu-section {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 850px) {
  footer .footer-inner .footer-inner-row .footer-menu-section {
    gap: 9.2rem;
  }
}
footer .footer-inner .footer-inner-row .footer-menu-section .menu-footer-container {
  width: 200px;
}
footer .footer-inner .footer-inner-row .footer-menu-section .menu-footer-container ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
footer .footer-inner .footer-inner-row .footer-menu-section .menu-footer-container ul li a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-inner .footer-inner-row .footer-menu-section .footer-accreditations {
  display: flex;
  gap: 1.8rem;
}
footer .footer-inner .footer-inner-row .footer-copyright {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-inner .footer-inner-row .footer-copyright span {
  line-height: 1.66667;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container {
    order: -1;
  }
}
footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container ul {
  align-items: flex-start;
  display: flex;
  gap: 4px;
  line-height: 1.66667;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container ul li {
  line-height: unset;
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container ul li a {
  color: #000;
  display: block;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-inner .footer-inner-row .footer-copyright .menu-footer-legal-container ul li a:after {
  content: ".";
}
footer .footer-inner .footer-inner-row .footer-social {
  display: flex;
  gap: 0;
  margin-top: 5px;
  width: 200px;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-inner-row .footer-social {
    order: -1;
  }
}

.awards-swiper {
  padding-bottom: 2px;
}
@media screen and (max-width: 850px) {
  .awards-swiper .swiper-container-awards {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .awards-swiper .swiper-container-awards {
    padding: 0 8rem;
  }
}
.awards-swiper .swiper-container-awards:before, .awards-swiper .swiper-container-awards:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 2vw;
  z-index: 2;
}
.awards-swiper .swiper-container-awards:before {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.awards-swiper .swiper-container-awards:after {
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.awards-swiper .swiper-container-awards.height-unset {
  height: unset;
}
.awards-swiper .swiper-container-awards .swiper-wrapper-awards {
  transition-timing-function: linear !important;
  align-items: stretch;
  gap: 0;
  grid-template-columns: unset !important;
}
.awards-swiper .swiper-container-awards .swiper-wrapper-awards .swiper-slide-awards {
  display: flex;
  height: auto !important;
  justify-content: center;
  padding: 0;
  transition: min-height 0.2s ease;
}
.awards-swiper .swiper-container-awards .swiper-wrapper-awards .swiper-slide-awards img {
  max-height: 100px;
  object-fit: contain;
  width: auto;
}
.awards-swiper .swiper-container-awards .swiper-wrapper-awards .swiper-slide-awards.swiper-slide-awards-electra img {
  max-height: 190px;
  object-fit: contain;
  width: auto;
}

#aircraft-filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5rem;
}
@media screen and (min-width: 850px) {
  #aircraft-filter {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #aircraft-filter {
    gap: 2rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.aircraft-filter-intro {
  padding-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .aircraft-filter-intro {
    padding-top: 12rem;
  }
}
.aircraft-filter-intro h2 {
  max-width: 1133px;
}
@media screen and (max-width: 850px) {
  .aircraft-filter-intro h2 {
    padding-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .aircraft-filter-intro h2 {
    padding-right: 5%;
  }
}

.filter-radio {
  display: none;
}

.filter-radio + label {
  align-items: center;
  border-bottom: 4px solid #a9bbbb;
  color: #2a3f43;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 2rem;
  text-align: center;
}
.filter-radio + label:hover picture img {
  transform: scale(1.1);
}

.filter-radio + label picture {
  aspect-ratio: 125/92;
  display: block;
  margin: 3rem 0;
  width: 90%;
}
.filter-radio + label picture img {
  display: block;
  height: 100%;
  object-fit: contain;
  transition: transform 1s ease;
  width: 100%;
}
.filter-radio + label picture.missing-img {
  /*        background:#f1f1f1;
          border:2px solid #ccc;*/
}

.filter-radio:checked + label {
  opacity: 1;
  border-bottom: 4px solid #ff8900;
}

.news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .news-card:has(a.permalink:hover) .news-card-figute .news-card-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.news-card .news-card-figure {
  margin: 0;
  position: relative;
}
.news-card .news-card-figure .news-card-image {
  aspect-ratio: 2/1;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-card .news-card-figure .news-card-image:after {
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 100%);
  bottom: 0;
  content: "";
  height: 75%;
  position: absolute;
  width: 100%;
}
.news-card .news-card-figure .news-card-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.news-card .news-card-figure .news-card-image.missing-image {
  align-items: center;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
.news-card .news-card-figure .news-card-image.missing-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='64' viewBox='0 0 115 32' fill='none'%3E%3Cmask id='mask0_23_359' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='1' width='111' height='29'%3E%3Cpath d='M112.649 1.78125H2.1897V29.7384H112.649V1.78125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_23_359)'%3E%3Cpath d='M112.649 19.2151C112.649 13.4029 107.786 8.69141 101.787 8.69141V11.9644C105.92 11.9644 109.271 15.2107 109.271 19.2151C109.271 23.2194 105.92 26.4657 101.787 26.4657C97.6535 26.4657 94.303 23.2194 94.303 19.2151C94.303 16.5296 95.811 14.187 98.0504 12.9339L96.3589 10.1012C93.1115 11.9205 90.9248 15.3192 90.9248 19.2151C90.9248 25.0272 95.7878 29.7387 101.787 29.7387C107.786 29.7387 112.649 25.0272 112.649 19.2151Z' fill='%23A9BBBB'/%3E%3Cpath d='M59.2592 19.2151C59.2592 25.0272 54.3962 29.7387 48.3972 29.7387V26.4657C52.5302 26.4657 55.881 23.2194 55.881 19.2151C55.881 15.2107 52.5305 11.9644 48.3972 11.9644C44.2639 11.9644 40.9134 15.2107 40.9134 19.2151C40.9134 21.9005 42.4214 24.2431 44.6607 25.4962L42.9693 28.3291C39.7219 26.5096 37.5352 23.111 37.5352 19.2151C37.5352 13.4029 42.3982 8.69141 48.3972 8.69141C54.3962 8.69141 59.2592 13.4029 59.2592 19.2151Z' fill='%23DE8135'/%3E%3C/g%3E%3Cpath d='M27.5809 29.2411L29.6185 29.2416L36.7844 9.01241L33.285 9.01195L27.5809 25.1146L21.8768 9.01172L18.3774 9.01241L25.5431 29.2416L27.5809 29.2411Z' fill='%23A9BBBB'/%3E%3Cpath d='M77.1213 9.01172H73.6492V29.2409H77.1213V9.01172Z' fill='%23A9BBBB'/%3E%3Cpath d='M70.0834 26.1961H65.9077V3.14844H62.4353V29.2417H63.5614H65.9077H70.0834V26.1961Z' fill='%23A9BBBB'/%3E%3Cpath d='M89.5553 9.01272H85.2387V3.14844H81.7666V29.2419H85.2387V12.0583H89.5553V9.01272Z' fill='%23A9BBBB'/%3E%3Cpath d='M2.1897 3.14844V29.2414L17.204 29.2419V26.1961H5.66157V17.7177H14.4827V14.6721H5.66157V6.19404H17.204V3.14844H2.1897Z' fill='%23A9BBBB'/%3E%3Cmask id='mask1_23_359' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='1' width='111' height='29'%3E%3Cpath d='M112.649 1.78125H2.1897V29.7384H112.649V1.78125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_23_359)'%3E%3Cpath d='M75.3851 5.6907C76.4994 5.6907 77.4026 4.8156 77.4026 3.73609C77.4026 2.65657 76.4994 1.78125 75.3851 1.78125C74.2709 1.78125 73.3677 2.65634 73.3677 3.73609C73.3677 4.81583 74.2709 5.6907 75.3851 5.6907Z' fill='%23A9BBBB'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 64px;
  width: 230px;
}
.news-card .news-card-figure figcaption {
  bottom: 0;
  padding: 3rem 2rem;
  position: absolute;
}
@media screen and (min-width: 850px) {
  .news-card .news-card-figure figcaption {
    padding: 4rem;
  }
}
.news-card .news-card-figure figcaption .news-card-title {
  color: #f0eeeb;
  max-width: 524px;
  font-weight: 300;
}
@media screen and (max-width: 850px) {
  .news-card .news-card-figure figcaption .news-card-title {
    font-size: 2rem !important;
  }
}
.news-card .news-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  flex-grow: 1;
  padding: 2.6rem 2rem 0;
}
@media screen and (min-width: 850px) {
  .news-card .news-card-content {
    padding: 2.6rem 4rem 0;
  }
}
.news-card .news-card-content a {
  justify-content: space-between;
  max-width: 200px;
  text-decoration: none;
}
.news-card .news-card-content p {
  line-height: 1.29412;
}
.news-card .news-card-content .news-card-footer .news-card-circle-link {
  display: block;
}
.news-card .news-card-content .news-card-footer .news-card-circle-link svg {
  display: block;
}

.grid-news-archive {
  display: grid;
  row-gap: 5.5rem;
}
@media screen and (min-width: 850px) {
  .grid-news-archive {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid-news-archive {
    row-gap: 8.5rem;
  }
}
.grid-news-archive .news-card:first-child {
  grid-column: 1/-1;
}
.grid-news-archive .news-card:first-child .news-card-figure .news-card-image:before {
  background: linear-gradient(0deg, rgba(102, 102, 102, 0) 0%, #000 100%);
  top: 0;
  content: "";
  height: 75%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.grid-news-archive .news-card:first-child .news-card-figure .news-card-image:after {
  content: "";
  display: none;
}
.grid-news-archive .news-card:first-child .news-card-figure figcaption {
  bottom: unset;
  top: 0;
  z-index: 2;
}
.grid-news-archive .news-card:first-child .news-card-content {
  max-width: 900px;
}
.grid-news-archive .pagination {
  grid-column: 1/-1;
  margin-bottom: 4rem;
}
.grid-news-archive .pagination .page-numbers li:after {
  content: "|";
}
.grid-news-archive .pagination .page-numbers li:last-child:after {
  content: "";
}
.grid-news-archive .pagination .page-numbers li span {
  font-weight: 400;
}
.grid-news-archive .pagination .page-numbers li span.current {
  font-weight: 600;
}
.grid-news-archive .pagination .page-numbers li a {
  font-weight: 400;
}

.grid-news-related,
.grid-news-team {
  display: grid;
  margin-bottom: 8rem;
  margin-top: 8rem;
  row-gap: 5.5rem;
}
@media screen and (min-width: 850px) {
  .grid-news-related,
  .grid-news-team {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid-news-related,
  .grid-news-team {
    row-gap: 8.5rem;
  }
}

.grid-news-team {
  margin-top: 0;
}

.news-filter {
  background: #e8efef;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
.news-filter .field {
  display: flex;
  column-gap: 0;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.news-filter .field a {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
}
.news-filter .field label {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
}
.news-filter .field label small {
  font-size: 15px;
}
.news-filter .field input[type=checkbox] {
  display: none;
}
.news-filter .field input[type=checkbox].filter-style + label:before {
  display: block;
  content: "|";
  padding: 0 8px;
}
.news-filter .field input[type=checkbox].filter-style:checked + label {
  font-weight: 600;
}

.single-news {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1200px) {
  .single-news {
    margin-bottom: 10rem;
  }
}
.single-news .news-hero-figure {
  margin: 0;
  position: relative;
}
.single-news .news-hero-figure .news-hero-image {
  aspect-ratio: 2/1;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.single-news .news-hero-figure .news-hero-image:after {
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 100%);
  bottom: 0;
  content: "";
  height: 75%;
  position: absolute;
  width: 100%;
}
.single-news .news-hero-figure .news-hero-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.single-news .news-hero-figure .news-hero-image.missing-image {
  align-items: center;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
.single-news .news-hero-figure .news-hero-image.missing-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='64' viewBox='0 0 115 32' fill='none'%3E%3Cmask id='mask0_23_359' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='1' width='111' height='29'%3E%3Cpath d='M112.649 1.78125H2.1897V29.7384H112.649V1.78125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_23_359)'%3E%3Cpath d='M112.649 19.2151C112.649 13.4029 107.786 8.69141 101.787 8.69141V11.9644C105.92 11.9644 109.271 15.2107 109.271 19.2151C109.271 23.2194 105.92 26.4657 101.787 26.4657C97.6535 26.4657 94.303 23.2194 94.303 19.2151C94.303 16.5296 95.811 14.187 98.0504 12.9339L96.3589 10.1012C93.1115 11.9205 90.9248 15.3192 90.9248 19.2151C90.9248 25.0272 95.7878 29.7387 101.787 29.7387C107.786 29.7387 112.649 25.0272 112.649 19.2151Z' fill='%23A9BBBB'/%3E%3Cpath d='M59.2592 19.2151C59.2592 25.0272 54.3962 29.7387 48.3972 29.7387V26.4657C52.5302 26.4657 55.881 23.2194 55.881 19.2151C55.881 15.2107 52.5305 11.9644 48.3972 11.9644C44.2639 11.9644 40.9134 15.2107 40.9134 19.2151C40.9134 21.9005 42.4214 24.2431 44.6607 25.4962L42.9693 28.3291C39.7219 26.5096 37.5352 23.111 37.5352 19.2151C37.5352 13.4029 42.3982 8.69141 48.3972 8.69141C54.3962 8.69141 59.2592 13.4029 59.2592 19.2151Z' fill='%23DE8135'/%3E%3C/g%3E%3Cpath d='M27.5809 29.2411L29.6185 29.2416L36.7844 9.01241L33.285 9.01195L27.5809 25.1146L21.8768 9.01172L18.3774 9.01241L25.5431 29.2416L27.5809 29.2411Z' fill='%23A9BBBB'/%3E%3Cpath d='M77.1213 9.01172H73.6492V29.2409H77.1213V9.01172Z' fill='%23A9BBBB'/%3E%3Cpath d='M70.0834 26.1961H65.9077V3.14844H62.4353V29.2417H63.5614H65.9077H70.0834V26.1961Z' fill='%23A9BBBB'/%3E%3Cpath d='M89.5553 9.01272H85.2387V3.14844H81.7666V29.2419H85.2387V12.0583H89.5553V9.01272Z' fill='%23A9BBBB'/%3E%3Cpath d='M2.1897 3.14844V29.2414L17.204 29.2419V26.1961H5.66157V17.7177H14.4827V14.6721H5.66157V6.19404H17.204V3.14844H2.1897Z' fill='%23A9BBBB'/%3E%3Cmask id='mask1_23_359' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='1' width='111' height='29'%3E%3Cpath d='M112.649 1.78125H2.1897V29.7384H112.649V1.78125Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_23_359)'%3E%3Cpath d='M75.3851 5.6907C76.4994 5.6907 77.4026 4.8156 77.4026 3.73609C77.4026 2.65657 76.4994 1.78125 75.3851 1.78125C74.2709 1.78125 73.3677 2.65634 73.3677 3.73609C73.3677 4.81583 74.2709 5.6907 75.3851 5.6907Z' fill='%23A9BBBB'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 64px;
  width: 230px;
}
.single-news .news-hero-figure figcaption {
  bottom: 0;
  padding: 3rem 2rem;
  position: absolute;
}
@media screen and (min-width: 850px) {
  .single-news .news-hero-figure figcaption {
    padding: 4rem;
  }
}
.single-news .news-hero-figure figcaption .news-hero-title {
  color: #f0eeeb;
  max-width: 1050px;
  font-weight: 300;
}
@media screen and (max-width: 850px) {
  .single-news .news-hero-figure figcaption .news-hero-title {
    font-size: 2rem !important;
  }
}
.single-news .single-news-header {
  color: #131b1c;
  display: flex;
  font-size: 1.3rem;
  gap: 0.4rem;
  margin: 4rem 0 1.7rem;
  padding-left: 4rem;
  text-transform: uppercase;
}
.single-news .single-news-header a {
  text-decoration: none;
}
.single-news .single-news-content {
  max-width: 1032px;
  padding-right: 5%;
}
@media screen and (min-width: 850px) {
  .single-news .single-news-content {
    padding-left: 4rem;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1600px) {
  .single-news .single-news-content {
    padding-right: 0;
  }
}
.single-news .single-news-content > :is(h1, h2, h3, h4, h5, h6):first-child {
  width: 105%;
}
@media screen and (min-width: 850px) {
  .single-news .single-news-content > :is(h1, h2, h3, h4, h5, h6):first-child {
    width: 115%;
  }
}
@media screen and (min-width: 1600px) {
  .single-news .single-news-content > :is(h1, h2, h3, h4, h5, h6):first-child {
    width: 125%;
  }
}
.people-container .people-heading {
  background: #c8d8d7;
  padding: 30px 25px 14px;
}
@media screen and (min-width: 550px) {
  .people-container .people-heading {
    padding: 30px 45px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .people-container .people-heading {
    padding: 52px 85px 24px;
  }
}
.people-container .people-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 550px) {
  .people-container .people-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .people-container .people-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.people-container .people-list.people-list-director {
  display: block;
}
.people-container .people {
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .people-container .people {
    margin-bottom: 4rem;
  }
}
.people-container .people:focus {
  outline: 0;
}
.people-container .people .people-photo {
  aspect-ratio: 1;
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.people-container .people .people-photo.no-image {
  background-color: #D9D9D9;
}
.people-container .people .people-photo.link {
  cursor: pointer;
}
.people-container .people .people-photo.link:hover img {
  transform: scale(1.1);
}
.people-container .people .people-photo.link:hover:before {
  transform: scale(1.2);
}
.people-container .people .people-photo.link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 43 43' fill='none'%3E%3Cg clip-path='url(%23clip0_278_89)'%3E%3Cpath d='M21.5 43C9.64112 43 0 33.3589 0 21.5C0 9.64112 9.64112 0 21.5 0C33.3589 0 43 9.64112 43 21.5C43 33.3589 33.3589 43 21.5 43ZM21.5 1.54011C10.5036 1.54011 1.54011 10.5036 1.54011 21.5C1.54011 32.4964 10.5036 41.4599 21.5 41.4599C32.4964 41.4599 41.4599 32.4964 41.4599 21.5C41.4599 10.5036 32.5272 1.54011 21.5 1.54011Z' fill='white'/%3E%3Cpath d='M22.0845 10.75H20.9141V32.25H22.0845V10.75Z' fill='white'/%3E%3Cpath d='M32.25 20.915H10.75V22.0855H32.25V20.915Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_278_89'%3E%3Crect width='43' height='43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  height: 28px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 28px;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  .people-container .people .people-photo.link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 43 43' fill='none'%3E%3Cg clip-path='url(%23clip0_278_89)'%3E%3Cpath d='M21.5 43C9.64112 43 0 33.3589 0 21.5C0 9.64112 9.64112 0 21.5 0C33.3589 0 43 9.64112 43 21.5C43 33.3589 33.3589 43 21.5 43ZM21.5 1.54011C10.5036 1.54011 1.54011 10.5036 1.54011 21.5C1.54011 32.4964 10.5036 41.4599 21.5 41.4599C32.4964 41.4599 41.4599 32.4964 41.4599 21.5C41.4599 10.5036 32.5272 1.54011 21.5 1.54011Z' fill='white'/%3E%3Cpath d='M22.0845 10.75H20.9141V32.25H22.0845V10.75Z' fill='white'/%3E%3Cpath d='M32.25 20.915H10.75V22.0855H32.25V20.915Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_278_89'%3E%3Crect width='43' height='43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 20px;
    right: 1rem;
    top: 1rem;
    width: 20px;
  }
}
.people-container .people .people-photo.link img {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.01);
}
.people-container .people .people-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.people-container .people .people-text p {
  color: #2a3f43;
  font-weight: 600;
  width: 80%;
}

.people-popup {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1200px) {
  .people-popup {
    align-items: center;
  }
}
.people-popup.active {
  opacity: 1;
  top: 0;
  z-index: 100;
}
.people-popup .mobile-modal-close-btn {
  display: none;
}
@media screen and (max-width: 850px) {
  .people-popup .mobile-modal-close-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M9.44141 9.90625L18.7385 19.2034' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M18.7383 9.90625L9.44114 19.2034' stroke='black' stroke-linecap='round'/%3E%3Ccircle cx='14.0873' cy='14.0873' r='13.5873' stroke='black'/%3E%3C/svg%3E");
    cursor: pointer;
    display: block;
    height: 28px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 28px;
    z-index: 100;
  }
}

.people-popup-content {
  align-items: center;
  display: flex;
  height: 100%;
  margin-bottom: 2em;
  margin-top: 1em;
  padding: 2em;
  padding-top: 50px;
  width: 100vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  .people-popup-content {
    align-items: flex-start;
    overflow: auto;
    height: 100vh;
    max-height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 850px) {
  .people-popup-content {
    padding: 5rem 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .people-popup-content {
    padding: 5rem 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .people-popup-content {
    padding: 20vh 15vw;
  }
}
.people-popup-content .inner {
  column-gap: 6.6rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .people-popup-content .inner {
    display: block;
    padding: 4rem 2rem;
  }
}
.people-popup-content .img-container {
  aspect-ratio: 1;
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .people-popup-content .img-container {
    display: none;
    max-width: 100%;
  }
}
.people-popup-content .img-container.no-image {
  background-color: #D9D9D9;
}
.people-popup-content .img-container .modal-close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M9.44141 9.90625L18.7385 19.2034' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M18.7383 9.90625L9.44114 19.2034' stroke='white' stroke-linecap='round'/%3E%3Ccircle cx='14.0873' cy='14.0873' r='13.5873' stroke='white'/%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 28px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 28px;
}
.people-popup-content .people-popup-content-text {
  color: #000;
  overflow: auto;
  scrollbar-width: thin; /* or auto, none */
  scrollbar-color: #888 transparent; /* thumb color, track color */
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .people-popup-content .people-popup-content-text {
    padding-bottom: 2em;
    padding-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
.people-popup-content .people-popup-content-text .people-popup-role {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}
.people-popup-content .people-popup-content-text .people-popup-name {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.people-popup-content .people-popup-content-text p:last-of-type {
  margin-bottom: 0;
}
.people-popup-content h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.modal,
.modal-contact {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible,
.modal-contact.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay,
.modal-contact.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 5vh;
  left: 0;
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  margin: 0 5%;
  overflow: auto;
  max-height: 90vh;
  height: 90vh;
}
@media screen and (min-width: 550px) {
  .modal-wrapper {
    margin: 0 10%;
    width: 80%;
  }
}
@media screen and (min-width: 850px) {
  .modal-wrapper {
    margin: 0 10%;
    width: 80%;
  }
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition,
.modal-contact.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
  position: relative;
  background-color: #fff;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  color: #f8aa00;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  text-transform: uppercase;
}

.modal-body {
  color: #000;
  padding: 0 2em 2em;
}
.modal-body a {
  color: #f8aa00;
}
.modal-body iframe {
  width: 100%;
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
  font-weight: 400;
  margin-bottom: 0.4em;
}
.modal-body .alert {
  background: #f8aa00;
  color: #f0eeeb;
  display: inline-block;
  font-size: 1.1em;
  padding: 5px;
}
.modal-body hr {
  border-color: #f5f5f5;
  height: 0;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=frontend.css.map */
