/*============================================================================
  IMPORT VENDOR STYLES
==============================================================================*/
/*============================================================================
  IMPORT UTIL STYLES
==============================================================================*/
/*============================================================================
  VARIABLES
==============================================================================*/
/*============================================================================
  MIXINS
==============================================================================*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vh.focusable:active,
.vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);

  add in app.js:
  import objectFitImages from 'object-fit-images';
*/
.equal-h {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.equal-h > * {
  display: flex;
}
.equal-h:before, .equal-h:after {
  display: none;
}

.block-link {
  position: relative;
  cursor: pointer;
}

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-style img {
  max-width: inherit;
}

.large {
  font-size: 1.25rem;
}

/*============================================================================
  IMPORT BASE STYLES
==============================================================================*/
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

abbr {
  text-transform: uppercase;
}

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

strong {
  font-weight: 600;
  font-size: inherit;
}

em {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
  font-style: inherit;
  color: #023945;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
a:hover, a:focus {
  color: #011013;
}
a:focus, a:active {
  outline: 0;
  color: black;
}

a[href^=tel],
.tdn {
  text-decoration: none;
}
a[href^=tel]:hover, a[href^=tel]:focus,
.tdn:hover,
.tdn:focus {
  text-decoration: underline;
}

a:not([href]) {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* prettier-ignore */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #023945;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #023945;
}
h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
  color: #011013;
}

h1,
.h1 {
  font-size: 1.75rem;
}
@media (min-width: 48rem) {
  h1,
.h1 {
    font-size: calc(
        1.75rem + 0.75 * (100vw - 48rem) / 27
      );
  }
}
@media (min-width: 75rem) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
}
@media (min-width: 48rem) {
  h2,
.h2 {
    font-size: calc(
        1.625rem + 0.25 * (100vw - 48rem) / 27
      );
  }
}
@media (min-width: 75rem) {
  h2,
.h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: 1rem;
}
@media (min-width: 48rem) {
  h3,
.h3 {
    font-size: calc(
        1rem + 0.375 * (100vw - 48rem) / 16
      );
  }
}
@media (min-width: 64rem) {
  h3,
.h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
}

ul,
ol {
  margin: 0 0 1.5em 16px;
}
ul li,
ol li {
  line-height: 1.5em;
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

.unstyled, .lined-list,
nav ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.unstyled ul, .lined-list ul,
nav ul ul {
  list-style: none;
}

.lined-list li {
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
}
.lined-list li:first-child {
  padding-top: 0;
}
.lined-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav ul {
  *zoom: 1;
}
nav ul:before, nav ul:after {
  display: table;
  content: " ";
}
nav ul:after {
  clear: both;
}

dl {
  margin: 0 0 1.5em;
}

dt,
dd {
  line-height: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 50px 0;
}

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 1px solid #b4b4b4;
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0.5em;
}
blockquote cite {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  blockquote {
    padding-left: 40px;
  }
}

.rte {
  margin-bottom: 20px;
}
.rte p + h2,
.rte p + h3 {
  margin-top: 3em;
}

::selection {
  background-color: #1bd1f8;
  color: inherit;
}

/*============================================================================
  TABLES
==============================================================================*/
table {
  width: 100%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 1.5em;
}
table th,
table td {
  padding: 11px 6px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}
table th {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.slideDown {
  animation-name: slideDown;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slideExpandUp {
  animation-name: slideExpandUp;
  animation-duration: 1.6s;
  animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
.expandUp {
  animation-name: expandUp;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.expandOpen {
  animation-name: expandOpen;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.bigEntrance {
  animation-name: bigEntrance;
  animation-duration: 1.6s;
  animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
.hatch {
  animation-name: hatch;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
.tossing {
  animation-name: tossing;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.pullUp {
  animation-name: pullUp;
  animation-duration: 1.1s;
  animation-timing-function: ease-out;
  transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
.pullDown {
  animation-name: pullDown;
  animation-duration: 1.1s;
  animation-timing-function: ease-out;
  transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
.stretchLeft {
  animation-name: stretchLeft;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
.stretchRight {
  animation-name: stretchRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*============================================================================
  FORMS
==============================================================================*/
form {
  margin-bottom: 30px;
}
form .grid, form .grid--x2, form .grid--half, form .grid--full, form .grid--rev {
  margin-bottom: 0;
}

fieldset {
  margin: 15px 0;
}

legend {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}

input,
select,
textarea,
button,
.button,
label,
.label {
  margin: 0;
  font-size: 1rem;
  vertical-align: middle;
  color: #000;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label,
.label {
  display: block;
  margin-bottom: 8px;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select {
  appearance: none;
  padding: 0 15px;
  margin-bottom: 2px;
  display: block;
  background: #fff;
  height: 45px;
  line-height: inherit;
  width: 100%;
  border: 1px solid #b4b4b4;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #777;
}

textarea {
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  resize: vertical;
  height: 185px;
}

select {
  cursor: pointer;
  border-radius: 0;
  background: #fff url("../images/chevron-down.svg") center right 15px no-repeat;
  background-size: 12px 6px;
  padding-right: 35px;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  margin: 3px 0;
  cursor: pointer;
}

input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}

input[type=search] {
  appearance: textfield;
  box-sizing: content-box;
}

.button {
  appearance: none;
  cursor: pointer;
  border: none;
  display: inline-flex;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  outline: 0;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 0;
  background-color: #023945;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.button svg {
  margin: -5px 6px 0 5px;
}
.button:hover, .button:focus, .button:active {
  background-color: #011013;
  color: #fff;
}
.button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

.button--secondary {
  background-color: #000;
  color: #fff;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #023945;
}

.button:focus,
select:focus {
  outline: 0;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}

::placeholder {
  color: #777;
  font-style: italic;
}

::-ms-clear {
  display: none;
}

::-webkit-search-cancel-button {
  appearance: none;
}

::-webkit-search-results-button {
  appearance: none;
}

::-webkit-inner-spin-button {
  appearance: none;
}

::-webkit-outer-spin-button {
  appearance: none;
}

.checkbox,
.radio {
  position: relative;
}
.checkbox label,
.radio label {
  padding: 3px 0 0 30px;
  cursor: pointer;
}
.checkbox label:before, .checkbox label:after,
.radio label:before,
.radio label:after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}
.checkbox label:before,
.radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}
.checkbox label:after,
.radio label:after {
  top: 2px;
  left: 6px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  width: 8px;
  height: 13px;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 1px;
  z-index: -1;
  outline: 0;
}
.checkbox input[type=checkbox]:focus + label:before,
.checkbox input[type=radio]:focus + label:before,
.radio input[type=checkbox]:focus + label:before,
.radio input[type=radio]:focus + label:before {
  border-color: #777;
}
.checkbox input[type=checkbox]:checked + label:before,
.checkbox input[type=radio]:checked + label:before,
.radio input[type=checkbox]:checked + label:before,
.radio input[type=radio]:checked + label:before {
  border-color: #777;
}
.checkbox input[type=checkbox]:checked + label:after,
.checkbox input[type=radio]:checked + label:after,
.radio input[type=checkbox]:checked + label:after,
.radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.radio label:before, .radio label:after {
  border-radius: 100%;
}
.radio label:after {
  border: 0;
  transform: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #000;
}

.input-group {
  margin: 0 0 20px;
}
.input-group + fieldset {
  margin-top: 30px;
}

.input-group--horizontal {
  display: flex;
}
.input-group--horizontal .radio label,
.input-group--horizontal .checkbox label {
  margin-bottom: 0;
}
.input-group--horizontal .radio + .radio,
.input-group--horizontal .checkbox + .checkbox {
  margin-left: 20px;
}

.input-group--error input,
.input-group--error textarea,
.input-group--error select {
  border-color: #f1062c;
}
.input-group--error .checkbox label:before,
.input-group--error .radio label:before {
  border-color: #f1062c;
}

.input-group__error {
  color: #f1062c;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}

.required {
  display: inline-block;
  color: #f1062c;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.button-group .button {
  margin-bottom: 30px;
  margin-right: 30px;
}
.button-group .button:last-of-type {
  margin-right: 0;
}

.button-group--right {
  justify-content: flex-end;
}

.button-group--center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none;
}

/*============================================================================
  VARIABLES
==============================================================================*/
html,
body {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}

sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}

sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
}

abbr {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}

time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=numer],
input[type=range],
input[type=tel],
input[type=week] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
  -moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  -moz-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}

table thead,
table tfoot {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}

@media print {
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  html {
    font-size: 10px;
  }

  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  tr,
img {
    page-break-inside: avoid;
  }

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

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .medium--one-half {
    width: 50%;
  }

  .medium--two-thirds {
    width: 66.66%;
  }

  .medium--one-third {
    width: 33.33%;
  }

  .medium--three-quarters {
    width: 75%;
  }

  .medium--one-quarter {
    width: 25%;
  }

  .page-footer,
.main-nav {
    display: none;
  }
}
/*============================================================================
  IMPORT LAYOUT STYLES
==============================================================================*/
body {
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

.page-wrap {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.page-wrap__inner {
  position: relative;
  width: 100%;
}

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--x2, .grid--half, .grid--full, .grid--rev {
  *zoom: 1;
  margin: 0 0 0 -30px;
}
.grid:before, .grid--x2:before, .grid--half:before, .grid--full:before, .grid--rev:before, .grid:after, .grid--x2:after, .grid--half:after, .grid--full:after, .grid--rev:after {
  display: table;
  content: " ";
}
.grid:after, .grid--x2:after, .grid--half:after, .grid--full:after, .grid--rev:after {
  clear: both;
}

@media (min-width: 1024px) {
  .large--flex {
    display: flex;
    align-items: center;
  }
}

ul.grid, ul.grid--x2, ul.grid--half, ul.grid--full, ul.grid--rev,
ul.grid-uniform {
  list-style: none;
  padding: 0;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--half {
  margin-left: -15px;
}
.grid--half > .grid__item {
  padding-left: 15px;
}

.grid--x2 {
  margin-left: -60px;
}
.grid--x2 > .grid__item {
  padding-left: 60px;
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media (min-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }

  .medium--one-half {
    width: 50%;
  }

  .medium--one-third {
    width: 33.333%;
  }

  .medium--two-thirds {
    width: 66.666%;
  }

  .medium--one-quarter {
    width: 25%;
  }

  .medium--two-quarters {
    width: 50%;
  }

  .medium--three-quarters {
    width: 75%;
  }

  .medium--one-fifth {
    width: 20%;
  }

  .medium--two-fifths {
    width: 40%;
  }

  .medium--three-fifths {
    width: 60%;
  }

  .medium--four-fifths {
    width: 80%;
  }

  .medium--one-eighth {
    width: 12.5%;
  }

  .medium--two-eighths {
    width: 25%;
  }

  .medium--three-eighths {
    width: 37.5%;
  }

  .medium--four-eighths {
    width: 50%;
  }

  .medium--five-eighths {
    width: 62.5%;
  }

  .medium--six-eighths {
    width: 75%;
  }

  .medium--seven-eighths {
    width: 87.5%;
  }

  .medium--one-tenth {
    width: 10%;
  }

  .medium--two-tenths {
    width: 20%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--four-tenths {
    width: 40%;
  }

  .medium--five-tenths {
    width: 50%;
  }

  .medium--six-tenths {
    width: 60%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--eight-tenths {
    width: 80%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  .medium--show {
    display: block !important;
  }

  .medium--hide {
    display: none !important;
  }

  .medium--text-left {
    text-align: left !important;
  }

  .medium--text-right {
    text-align: right !important;
  }

  .medium--text-center {
    text-align: center !important;
  }

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }
}
@media (min-width: 1024px) {
  .large--one-whole {
    width: 100%;
  }

  .large--one-half {
    width: 50%;
  }

  .large--one-third {
    width: 33.333%;
  }

  .large--two-thirds {
    width: 66.666%;
  }

  .large--one-quarter {
    width: 25%;
  }

  .large--two-quarters {
    width: 50%;
  }

  .large--three-quarters {
    width: 75%;
  }

  .large--one-fifth {
    width: 20%;
  }

  .large--two-fifths {
    width: 40%;
  }

  .large--three-fifths {
    width: 60%;
  }

  .large--four-fifths {
    width: 80%;
  }

  .large--one-eighth {
    width: 12.5%;
  }

  .large--two-eighths {
    width: 25%;
  }

  .large--three-eighths {
    width: 37.5%;
  }

  .large--four-eighths {
    width: 50%;
  }

  .large--five-eighths {
    width: 62.5%;
  }

  .large--six-eighths {
    width: 75%;
  }

  .large--seven-eighths {
    width: 87.5%;
  }

  .large--one-tenth {
    width: 10%;
  }

  .large--two-tenths {
    width: 20%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--four-tenths {
    width: 40%;
  }

  .large--five-tenths {
    width: 50%;
  }

  .large--six-tenths {
    width: 60%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--eight-tenths {
    width: 80%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  .large--show {
    display: block !important;
  }

  .large--hide {
    display: none !important;
  }

  .large--text-left {
    text-align: left !important;
  }

  .large--text-right {
    text-align: right !important;
  }

  .large--text-center {
    text-align: center !important;
  }

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }
}
.container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.container--small {
  max-width: 1000px;
}

.page-header {
  *zoom: 1;
  padding: 30px 0;
  visibility: hidden;
}
.page-header:before, .page-header:after {
  display: table;
  content: " ";
}
.page-header:after {
  clear: both;
}

.page-header--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  border: 1px solid #000;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.page-header--collapsed {
  padding: 10px 0;
}

.page-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header__logo {
  text-decoration: none;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 766px) {
  .page-header__logo {
    width: 100px;
  }
}

.main-nav-trigger {
  display: block;
  position: fixed;
  top: 50px;
  right: 30px;
  transform: translateY(-50%);
  transition: none;
  background: transparent;
  outline: 0;
  z-index: 10;
}
.main-nav-trigger svg {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition-property: fill;
  fill: #023945;
}
.main-nav-trigger:hover, .main-nav-trigger:focus {
  cursor: pointer;
}
.main-nav-trigger:hover svg, .main-nav-trigger:focus svg {
  fill: #011013;
}
.main-nav-trigger:active svg {
  fill: black;
}
@media (min-width: 768px) {
  .main-nav-trigger {
    display: none;
  }
}

.main-nav {
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 766px) {
  .main-nav {
    display: none;
  }
}

.main-nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.main-nav__list li {
  margin: 0 0 15px 45px;
}

.main-nav__link {
  color: #000;
  text-decoration: none;
}
.main-nav__link:hover, .main-nav__link:focus, .active .main-nav__link {
  color: #023945;
}

.mobile-nav__content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 120px);
}

.mobile-nav__main {
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
}
.mobile-nav__list li {
  margin-bottom: 0.5em;
}

.mobile-nav__link {
  color: #000;
  text-decoration: none;
}
.mobile-nav__link:hover, .mobile-nav__link:focus, .active .mobile-nav__link {
  color: #011013;
}
.mobile-nav__link:active {
  color: black;
}

.mobile-nav__socials {
  margin-top: 30px;
}
.mobile-nav__socials ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-nav__socials ul li {
  margin-right: 30px;
}
.mobile-nav__socials ul li a svg {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition-property: fill;
}
.mobile-nav__socials ul li a:hover svg, .mobile-nav__socials ul li a:focus svg {
  fill: #011013;
}
.mobile-nav__socials ul li a:active svg {
  fill: black;
}
.mobile-nav__socials ul li:last-of-type {
  margin-right: 0;
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap;
}
.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 1.25rem;
}

.page-footer {
  position: relative;
  padding: 15px 0;
  background-color: #023945;
  overflow: hidden;
}
.page-footer p, .page-footer a, .page-footer ul, .page-footer li {
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .page-footer p, .page-footer a, .page-footer ul, .page-footer li {
    text-align: left;
  }
  .page-footer p .icon-link, .page-footer a .icon-link, .page-footer ul .icon-link, .page-footer li .icon-link {
    justify-content: left;
  }
}
.page-footer .icon {
  fill: #fff;
}
@media (min-width: 1024px) {
  .page-footer p {
    margin-bottom: 0;
  }
}

.footer-logo {
  max-width: 160px;
  height: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.footer-logo img {
  display: inline-block;
  transform: translateY(5px);
}
@media (max-width: 766px) {
  .footer-logo {
    margin: 0 auto 20px;
  }
}

.icon-link {
  display: flex;
  justify-content: center;
}
.icon-link > svg, .icon-link span {
  display: block;
  vertical-align: top;
  line-height: 22px;
}
.icon-link span {
  padding-left: 10px;
}
.icon-link br {
  height: 0;
}

.main {
  padding: 20px 0;
  flex-grow: 1;
  background-image: url("../images/poort.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}
@media (min-width: 768px) {
  .main {
    padding: 50px 0;
  }
}
.main:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #023945;
  z-index: 1;
  opacity: 0.7;
}

.main--fixed-navigation {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .main--fixed-navigation {
    padding-top: 140px;
  }
}

/*============================================================================
  IMPORT COMPONENT STYLES
==============================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.modal:not(.modal--active):not(.modal--before-show) {
  pointer-events: none;
}
.modal:not(.modal--fullscreen) {
  -webkit-overflow-scrolling: touch;
}
.modal[data-background-scroll=true] {
  overflow-y: auto;
}

.modal--active {
  visibility: visible;
  opacity: 1;
  z-index: 1000001;
}

.modal--fullscreen {
  background: #fff;
}
.modal--fullscreen .modal__dialog {
  margin: 0;
  max-width: none;
  height: 100vh;
  display: flex;
}
.modal--fullscreen .modal__dialog div[role=document] {
  margin: auto;
  padding: 60px 0;
}
.modal--fullscreen .modal__close {
  position: fixed;
  margin: 0;
  top: 30px;
  right: 30px;
}
@media (max-width: 766px) {
  .modal--fullscreen .modal__close {
    top: 38px;
  }
}

.modal--before-show {
  visibility: visible;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.modal--before-hide {
  pointer-events: none;
}

.modal--fade.modal--before-show {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.modal--fade.modal--before-hide {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.modal__va-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal__va-m {
  display: table-cell;
  vertical-align: middle;
}

.modal__dialog {
  background-color: #fff;
  max-width: 100%;
  margin: 15px;
  position: relative;
  outline: 0;
}
@media (min-width: 768px) {
  .modal__dialog {
    max-width: 900px;
    margin: 60px auto;
  }
}
.modal__dialog div[role=document] {
  padding: 30px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .modal__dialog div[role=document] {
    padding: 60px 0;
  }
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 15px;
  background: transparent;
  outline: none;
  transition: none;
}
.modal__close svg {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition-property: fill;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover svg {
  fill: #023945;
}
.modal__close:focus svg {
  fill: #011013;
}
.modal__close:active svg {
  fill: black;
}

.js-modal-trigger * {
  pointer-events: none;
}

/*============================================================================
  MATRIX
==============================================================================*/
.matrix {
  *zoom: 1;
}
.matrix:before, .matrix:after {
  display: table;
  content: " ";
}
.matrix:after {
  clear: both;
}

.matrix__block hr {
  margin: 20px 0;
}
.matrix__block:last-of-type {
  margin-bottom: 0;
}

.matrix__block--quote,
.matrix__block--image,
.matrix__block--button {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .matrix__block--quote,
.matrix__block--image,
.matrix__block--button {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .matrix__block--quote {
    padding-left: 30px;
  }
}

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

.matrix__block--pop-out figure {
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media (min-width: 768px) {
  .matrix__block--pop-out figure {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
}

.matrix__block--left + .matrix__block:after,
.matrix__block--right + .matrix__block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .matrix__block--left,
.matrix__block--right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .matrix__block--left {
    width: 33%;
    float: left;
    margin-right: 60px;
  }
  .matrix__block--left.matrix__block--pop-out figure {
    width: calc(100% + 60px);
  }
}

@media (min-width: 768px) {
  .matrix__block--right {
    width: 33%;
    float: right;
    margin-left: 60px;
  }
  .matrix__block--right.matrix__block--pop-out figure {
    width: calc(100% + 60px);
    margin-left: 0;
  }
}

.matrix__block--button {
  text-align: center;
}
.matrix__block--button .button {
  margin: 0 15px 30px 15px;
}
@media (min-width: 768px) {
  .matrix__block--button {
    padding: 0 90px;
  }
}

.matrix__block--section {
  *zoom: 1;
  margin-bottom: 30px;
}
.matrix__block--section:before, .matrix__block--section:after {
  display: table;
  content: " ";
}
.matrix__block--section:after {
  clear: both;
}
@media (min-width: 768px) {
  .matrix__block--section {
    margin-bottom: 90px;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-facebook {
  width: 9px;
  height: 18px;
}

.icon-twitter {
  width: 20px;
  height: 16px;
}

.icon-instagram {
  width: 20px;
  height: 20px;
}

.icon-menu {
  width: 20px;
  height: 20px;
}

.icon-close {
  width: 20px;
  height: 20px;
}

.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 3px solid #023945;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger {
  position: relative;
}
.icon-hamburger:before, .icon-hamburger:after {
  content: "";
  margin-left: 0;
}
.icon-hamburger:before {
  margin-top: 3px;
}
.icon-hamburger:after {
  margin-top: 9px;
}

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  z-index: 99999;
  display: inline-block;
}
.cookie-notification .button {
  border: 1px solid #fff;
}

.cookie-notification__content {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 0.8125rem;
}
.cookie-notification__content p {
  margin-bottom: 0;
}
.cookie-notification__content a {
  color: inherit;
}
.cookie-notification__content .button {
  border-radius: 20px;
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .cookie-notification__content {
    border-radius: 40px;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 10px 30px;
  }
  .cookie-notification__content .button {
    border-radius: 40px;
    padding: 12px 40px;
  }
}

@media (max-width: 766px) {
  .cookie-notification__actions {
    text-align: center;
    margin-left: 10px;
  }
  .cookie-notification__actions .button {
    margin-bottom: 15px;
  }
  .cookie-notification__actions .button:last-of-type {
    margin-bottom: 0;
  }
}

.article-detail {
  *zoom: 1;
  margin: 0 0 20px;
}
.article-detail:before, .article-detail:after {
  display: table;
  content: " ";
}
.article-detail:after {
  clear: both;
}
.article-detail a img {
  display: block;
  opacity: 1;
  backface-visibility: hidden;
}
.article-detail a:hover img, .article-detail a:focus img {
  opacity: 0.8;
  backface-visibility: hidden;
}

.article-detail__image {
  margin-bottom: 1.5em;
}

.note {
  *zoom: 1;
  margin: 0 0 20px;
  padding: 15px 20px 0;
  background: #efefef;
}
.note:before, .note:after {
  display: table;
  content: " ";
}
.note:after {
  clear: both;
}
.note ul,
.note p {
  margin-bottom: 1em;
}

.note--success {
  color: #39963a;
  background-color: #eff9ef;
}

.note--error {
  color: #f1062c;
  background-color: #fff7f8;
}

.social-grid {
  margin-bottom: -30px;
}

.social-grid__item {
  margin-bottom: 30px;
}

.social-icons {
  *zoom: 1;
  list-style: none;
  margin: 0 0 1em -15px;
}
.social-icons:before, .social-icons:after {
  display: table;
  content: " ";
}
.social-icons:after {
  clear: both;
}
@media (max-width: 766px) {
  .social-icons {
    display: flex;
    justify-content: center;
  }
}

.social-icons__item {
  padding: 0 0 5px 15px;
  float: left;
}

.social-icons__link {
  display: block;
  text-decoration: none;
}
.social-icons__link svg {
  fill: #000;
}
.social-icons__link:hover svg, .social-icons__link:focus svg {
  fill: #333;
}

.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .map {
    height: 550px;
  }
}

/*============================================================================
  IMPORT PAGE STYLES
==============================================================================*/
.hidden {
  visibility: hidden;
  display: none !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.screen {
  margin: 20vw 0;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.screen.bg-white {
  background-color: white;
}

.full-screen {
  min-height: 100vh;
  margin: 0;
}

.parallax-layer__item {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 100%;
  mix-blend-mode: multiply;
}
.parallax-layer__item:after {
  content: "";
  display: block;
  background-image: url("../images/speckle.jpg");
  background-size: 105% 105%;
  background-position: center center;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  border-radius: 100%;
  opacity: 0.4;
}

.chart-wrapper {
  position: relative;
  width: 150px;
  padding: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-wrapper > canvas {
  max-width: 150px;
}

.text-line {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
.text-line p:last-child {
  margin: 0;
}

.growing-ball__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .growing-ball__wrapper {
    flex-direction: row;
  }
}

.growing-ball {
  width: 350px;
  min-width: 350px;
  height: 350px;
  position: relative;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: white;
}
.growing-ball h2 {
  color: white;
}

.growing-ball__smaller {
  width: 300px;
  min-width: 300px;
  height: 300px;
}
.growing-ball__smaller .circle1, .growing-ball__smaller .circle2, .growing-ball__smaller .circle3 {
  background-color: rgb(229, 69, 62);
}

.growing-ball__transition {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: -1;
}
.growing-ball__transition.shrink > div {
  animation-name: circleShrink;
}
.growing-ball__transition.grow > div {
  animation-name: circleGrow;
}

.circle2, .circle3 {
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background-color: rgb(102, 196, 103);
  border-radius: 100%;
  z-index: -2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle1 {
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background-color: rgb(102, 196, 103);
  border-radius: 100%;
  z-index: -1;
}
.circle1:after {
  content: "";
  display: block;
  background-image: url("../images/speckle.jpg");
  background-size: 105% 105%;
  background-position: center center;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  border-radius: 100%;
  opacity: 0.2;
}

.circle3 {
  animation-delay: 1s;
}

@keyframes circleGrow {
  from {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  to {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }
}
@keyframes circleShrink {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }
  to {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.growing-ball__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: white;
  padding: 60px;
}
.growing-ball__inner h2 {
  font-size: 1.5625rem;
}
.growing-ball__inner p {
  margin: 0;
  font-size: 12px;
}

.svgTitle circle {
  transform: scale(0, 0);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: center;
}
.svgTitle.loaded circle {
  transform: scale(1, 1);
}

svg {
  overflow: visible !important;
}

svg * {
  transform-box: fill-box;
}

.videoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.videoWrapper video {
  height: 100vh;
}

.legend-line {
  display: flex;
}

.legend-ball {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
}

.legend-title {
  display: block;
  margin-left: 10px;
  text-align: left;
}

.text-ball__wrapper {
  width: 100%;
}

.text-ball {
  margin: 20px auto;
  width: 100%;
  padding-bottom: 100%;
  background-color: #ed1c24;
  color: white;
  position: relative;
  border-radius: 100%;
}
.text-ball p {
  margin: 0;
}
.text-ball:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/speckle.jpg");
  background-size: 105% 105%;
  background-position: center center;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  border-radius: 100%;
  opacity: 0.2;
}

.text-ball__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15%;
  border-radius: 100%;
}
.text-ball__inner p:last-child, .text-ball__inner h2:last-child {
  margin-bottom: 0;
  color: white;
}

.fisheye-footer {
  margin: 20px auto;
  width: 300px;
  height: 300px;
  background-color: #ed1c24;
  padding: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
}
.fisheye-footer p {
  margin: 0;
}

svg {
  vertical-align: middle;
}

.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  bottom: 35px;
  padding-left: 7px;
  cursor: pointer;
  z-index: 2;
  color: #c7c4b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.scroll-down.svg .stroke {
  stroke: #ADA99D;
}

.scroll-down.svg .scroller {
  fill: #ADA99D;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes updown {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes updown {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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