/**
 * Stirtingale Simple SASS Build
 */
@import url("https://use.typekit.net/wtw3vic.css");
.acf-block-preview,
#tinymce,
:root {
  --header-font: neue-haas-grotesk-display, sans-serif;
  --body-font: neue-haas-grotesk-display, sans-serif;
  --body-line-height: 1.45;
  --header-line-height: 1;
  --weight-normal: 500;
  --weight-bold: 600;
  --size: 16px;
  --size-minus1: 0.707rem;
  --size-minus2: 0.875rem;
  --size-plus1: 1.05rem;
  --size-plus2: 1.1025rem;
  --size-plus3: 1.157625rem;
  --size-plus4: 1.21550625rem;
  --size-plus5: 1.2762815625rem;
  --size-plus6: 1.3400956406rem;
  --size-plus7: 1.4071004227rem;
  --size-plus8: 1.4774554438rem;
  --size-plus9: 1.551328216rem;
  --size-plus10: 1.6288946268rem;
  --size-plus-shuge: 1.8402051355rem;
  --size-plus-huge: 2.3486198857rem;
  --size-plus-xhuge: 2.6532977051rem;
  --white: #ffffff;
  --bg: var(--white);
  --headerbg: var(--dark-blue);
  --black: #0b0f22;
  --purewhite: #ffffff;
  --pureblack: #000;
  --lightgrey: #eaeae8;
  --mediumgrey: rgb(174, 174, 174);
  --grey: rgb(84, 84, 84);
  --darkgrey: rgb(55, 55, 55);
/*  --dark-blue: #003675;*/
/*VIA dark-blue*/
  --dark-blue: #203974;
  --light-green: #e3efcc;
  --black: #0d0d0d;
  --magenta: #c5299b;
  --gray: #8b8a7e;
  
/*  --beige: #e3ddd9;*/
  --beige: #72a2d3;

  --light-gray: #a6ab9c;
  --lime-green: #95b93a;
/*  --light-blue: #9adbe8;*/
/*VIA lightblue*/
  --light-blue: #36a7df;
  --dark-yellow: #dfa821;
  --deep-blue: #00587c;
  --dark-indigo: #24125f;
}
@media print, screen and (min-width: 900px) {
  .acf-block-preview,
#tinymce,
:root {
    --size: 0.9075vw;
    --size-plus0: 1.1vw;
    --size-plus1: 1.2375vw;
    --size-plus2: 1.3921875vw;
    --size-plus3: 1.5662109375vw;
    --size-plus4: 1.661217562vw;
    --size-plus5: 1.9822357178vw;
    --size-plus6: 2.1653080438vw;
    --size-plus7: 2.3652882865vw;
    --size-plus8: 2.8223629653vw;
    --size-plus9: 3.175158336vw;
    --size-plus10: 3.572053128vw;
    --size-plus-shuge: 4.7951170818vw;
    --size-plus-huge: 6.4369557238vw;
    --size-plus-xhuge: 8.6409566822vw;
  }
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=56.25em&large=85em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  max-width: 118.75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 56.25em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 56.25em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 3.6rem);
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 3.6rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 3.6rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 3.6rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 3.6rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 3.6rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 3.6rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 3.6rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 3.6rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 3.6rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 3.6rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 3.6rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 3.6rem);
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.6rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.6rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.6rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.6rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.6rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.6rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.6rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.6rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.8rem;
  margin-left: -1.8rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.8rem;
  margin-left: -1.8rem;
}
.grid-padding-x > .cell {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

.small-up-9 > .cell {
  width: 11.1111111111%;
}

.small-up-10 > .cell {
  width: 10%;
}

.small-up-11 > .cell {
  width: 9.0909090909%;
}

.small-up-12 > .cell {
  width: 8.3333333333%;
}

@media print, screen and (min-width: 56.25em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }

  .medium-up-9 > .cell {
    width: 11.1111111111%;
  }

  .medium-up-10 > .cell {
    width: 10%;
  }

  .medium-up-11 > .cell {
    width: 9.0909090909%;
  }

  .medium-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 85em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }

  .large-up-9 > .cell {
    width: 11.1111111111%;
  }

  .large-up-10 > .cell {
    width: 10%;
  }

  .large-up-11 > .cell {
    width: 9.0909090909%;
  }

  .large-up-12 > .cell {
    width: 8.3333333333%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 3.6rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 3.6rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 3.6rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 3.6rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 3.6rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 3.6rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 3.6rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 3.6rem);
}

.grid-margin-x.small-up-9 > .cell {
  width: calc(11.1111111111% - 3.6rem);
}

.grid-margin-x.small-up-10 > .cell {
  width: calc(10% - 3.6rem);
}

.grid-margin-x.small-up-11 > .cell {
  width: calc(9.0909090909% - 3.6rem);
}

.grid-margin-x.small-up-12 > .cell {
  width: calc(8.3333333333% - 3.6rem);
}

@media print, screen and (min-width: 56.25em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.6rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.6rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.6rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.6rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.6rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.6rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.6rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.6rem);
  }

  .grid-margin-x.medium-up-9 > .cell {
    width: calc(11.1111111111% - 3.6rem);
  }

  .grid-margin-x.medium-up-10 > .cell {
    width: calc(10% - 3.6rem);
  }

  .grid-margin-x.medium-up-11 > .cell {
    width: calc(9.0909090909% - 3.6rem);
  }

  .grid-margin-x.medium-up-12 > .cell {
    width: calc(8.3333333333% - 3.6rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.6rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.6rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.6rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.6rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.6rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.6rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.6rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.6rem);
  }

  .grid-margin-x.large-up-9 > .cell {
    width: calc(11.1111111111% - 3.6rem);
  }

  .grid-margin-x.large-up-10 > .cell {
    width: calc(10% - 3.6rem);
  }

  .grid-margin-x.large-up-11 > .cell {
    width: calc(9.0909090909% - 3.6rem);
  }

  .grid-margin-x.large-up-12 > .cell {
    width: calc(8.3333333333% - 3.6rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 56.25em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 56.25em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 56.25em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 85em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 85em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 85em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 3.6rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 3.6rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 3.6rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 3.6rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 3.6rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 3.6rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 3.6rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 3.6rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 3.6rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 3.6rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 3.6rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 3.6rem / 2);
}

@media print, screen and (min-width: 56.25em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3.6rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.6rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3.6rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.6rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3.6rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.6rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3.6rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.6rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.6rem / 2);
  }
}
@media print, screen and (min-width: 85em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3.6rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.6rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3.6rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.6rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3.6rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.6rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.6rem / 2);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3.6rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.6rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.6rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.8rem;
  margin-bottom: -1.8rem;
}
.grid-padding-y > .cell {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.grid-margin-y {
  margin-top: -1.8rem;
  margin-bottom: -1.8rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 3.6rem);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 3.6rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.6rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.6rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.6rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.6rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.6rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.6rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.6rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.6rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.6rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.6rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.6rem);
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.6rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.6rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.6rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.6rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.6rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.6rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.6rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.6rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 56.25em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 85em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 56.25em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 56.25em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 85em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -1.8rem;
  margin-bottom: -1.8rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 3.6rem);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 3.6rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.6rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.6rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.6rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.6rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.6rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.6rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.6rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.6rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.6rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.6rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.6rem);
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.6rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.6rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.6rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.6rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.6rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.6rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.6rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.6rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.6rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.6rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 3.6rem);
}

@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.6rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.6rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 56.25em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 85em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 56.25em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 85em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 56.24875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 56.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 56.25em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 56.24875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 56.25em) and (max-width: 84.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 56.24875em), screen and (min-width: 85em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 85em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 84.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 85em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 84.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
  text-align: justify;
  font-size: 0;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

html,
body {
  overscroll-behavior: none;
  overscroll-behavior-x: none;
}

.grid-container {
  max-width: 100%;
}

html.has-scroll-smooth {
  backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden;
}
html.has-scroll-smooth body {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 900px) {
  html.has-scroll-smooth body {
    position: fixed;
  }
}
@media print, screen and (min-width: 900px) {
  html.has-scroll-smooth body {
    height: var(--navheight);
  }
}

[data-scroll],
[data-scroll-section] {
  perspective: 1px;
}

.--disablemotion,
.--disablemotion * {
  transition: none !important;
}
.--disablemotion .shoot-ticker {
  display: none !important;
}

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

*,
*:active,
*:focus,
*:visited {
  outline: none !important;
}

::-moz-selection {
  background: var(--mediumgrey);
}

::selection {
  background: var(--mediumgrey);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.screen-reader,
.frm_screen_reader,
.hide,
.visuallyHidden,
.visually-hidden {
  display: none !important;
}

.--zoom,
.zoom {
  cursor: pointer;
}
.--zoom img,
.--zoom video,
.zoom img,
.zoom video {
  transition: all ease 2s;
}

strong,
b {
  font-weight: var(--weight-bold);
}

.flex-height {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(100vh - calc(var(--menuheight) * 1));
}
.flex-height.full {
  height: 100vh;
}
.flex-height.half {
  height: 50vh;
}
.flex-height.fill-height {
  height: 100%;
}
.flex-height.--left video,
.flex-height.--left iframe,
.flex-height.--left img {
  object-position: left center;
}
.flex-height.--right video,
.flex-height.--right iframe,
.flex-height.--right img {
  object-position: right center;
}
.flex-height video,
.flex-height iframe,
.flex-height img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
@media print, screen and (min-width: 900px) {
  .flex-height.cover video,
.flex-height.cover iframe,
.flex-height.cover img, .flex-height.fit video,
.flex-height.fit iframe,
.flex-height.fit img {
    object-fit: cover;
  }
}
.flex-height.contain video,
.flex-height.contain iframe,
.flex-height.contain img {
  object-fit: contain;
}
.flex-height.contain.--top video,
.flex-height.contain.--top iframe,
.flex-height.contain.--top img {
  object-position: top;
}
.flex-height.contain.--middle video,
.flex-height.contain.--middle iframe,
.flex-height.contain.--middle img {
  object-position: center;
}
.flex-height.contain.--bottom video,
.flex-height.contain.--bottom iframe,
.flex-height.contain.--bottom img {
  object-position: bottom;
}

.flex-row img,
.flex-row video {
  width: 100%;
  height: auto;
}

.media-row {
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  gap: 0 0.9rem;
}
@media print, screen and (min-width: 900px) {
  .media-row {
    gap: 0 1.875rem;
  }
}

.marquee {
  padding: 0.9rem 0;
  margin: 0;
  overflow: hidden;
  border-top: var(--line);
  border-bottom: var(--line);
  display: flex;
}
.marquee > span {
  font-size: var(--size-plus1);
  white-space: nowrap;
  text-transform: none;
  line-height: 1;
}
.marquee > span > span {
  margin: 0 0.49em;
}

.marquee-cta {
  overflow: hidden;
  position: relative;
}
.marquee-cta .marquee {
  opacity: 0;
  transition: all ease 500ms;
  border: none;
  z-index: 2;
}
.marquee-cta .marquee > span {
  text-transform: uppercase;
}
.marquee-cta > a,
.marquee-cta .cta-text {
  z-index: 2;
  position: relative;
}
.marquee-cta:after {
  content: " ";
  position: absolute;
  transition: all ease 500ms;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  background: var(--lightgrey);
  height: 100%;
  max-height: 0px;
}
.marquee-cta:hover .marquee {
  opacity: 1;
}
.marquee-cta:hover:after {
  max-height: 20vh;
}

.flex-cta-hover {
  position: relative;
  padding-bottom: 100%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  --black: var(--white);
}
.flex-cta-hover.--yellow {
  background-color: var(--yellow);
  --black: var(--black);
}
.flex-cta-hover.--red {
  background-color: var(--red);
}
.flex-cta-hover.--blue {
  background-color: var(--blue);
}
.flex-cta-hover.--black {
  background-color: var(--black);
}
.flex-cta-hover .flex-title,
.flex-cta-hover .flex-hover {
  transition: transform ease 500ms;
}
.flex-cta-hover .flex-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.flex-cta-hover .flex-title h3 {
  font-size: var(--size-plus8);
}
.flex-cta-hover .flex-hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(100%);
}
.flex-cta-hover .flex-hover .top {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
}
.flex-cta-hover .flex-hover .top > div {
  padding: 1.8em;
}
.flex-cta-hover .flex-hover .top .top-inner {
  width: 100%;
}
.flex-cta-hover .flex-hover .top .bottom-inner {
  width: 100%;
}
@media print, screen and (min-width: 900px) {
  .flex-cta-hover .flex-hover .top .bottom-inner {
    width: 50%;
    margin-left: 50%;
  }
}
.flex-cta-hover .flex-hover .bottom {
  height: 50%;
  position: relative;
}
.flex-cta-hover .flex-hover .bottom img,
.flex-cta-hover .flex-hover .bottom video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-cta-hover:hover .flex-title {
  transform: translateY(-100%);
}
.flex-cta-hover:hover .flex-hover {
  transform: translateY(0);
}

.flex-video,
.flex-image {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 56.25%;
  z-index: 1;
}
.flex-video.embed-reveal,
.flex-image.embed-reveal {
  cursor: pointer;
}
.flex-video.parallax-container,
.flex-image.parallax-container {
  overflow: hidden;
}
.flex-video.parallax-container .parallax,
.flex-image.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.circle,
.flex-image.circle {
  overflow: hidden;
  border-radius: 100%;
  padding-bottom: 100% !important;
}
.flex-video video,
.flex-video iframe,
.flex-video img,
.flex-image video,
.flex-image iframe,
.flex-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.flex-video iframe,
.flex-image iframe {
  z-index: 3;
}
.flex-video svg,
.flex-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 162px;
  height: 162px;
}
.flex-video iframe,
.flex-image iframe {
  height: 100%;
}
.flex-video.square,
.flex-image.square {
  padding-bottom: 100%;
}
.flex-video .embed-layer,
.flex-image .embed-layer {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video .embed-layer .grid-container,
.flex-video .embed-layer .grid-x,
.flex-image .embed-layer .grid-container,
.flex-image .embed-layer .grid-x {
  height: 100%;
}
.flex-video.zoom,
.flex-image.zoom {
  cursor: pointer;
}
.flex-video.zoom img,
.flex-video.zoom video,
.flex-image.zoom img,
.flex-image.zoom video {
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.flex-video.zoom:hover img,
.flex-video.zoom:hover video,
.flex-image.zoom:hover img,
.flex-image.zoom:hover video {
  transform: scale(1.125);
}
.flex-video.round,
.flex-image.round {
  border-radius: 100%;
  overflow: hidden;
}
.flex-video.shrink img,
.flex-image.shrink img {
  height: 100%;
  object-fit: contain;
}
.flex-video.fit img,
.flex-video.fit video, .flex-video.cover img,
.flex-video.cover video,
.flex-image.fit img,
.flex-image.fit video,
.flex-image.cover img,
.flex-image.cover video {
  height: 100%;
  object-fit: cover;
}
.flex-video.border,
.flex-image.border {
  border: 0.625rem solid var(--black);
}
.flex-video.border.green,
.flex-image.border.green {
  border-color: var(--green);
}
.flex-video.border.cream,
.flex-image.border.cream {
  border-color: var(--cream);
}
.flex-video.border.blue,
.flex-image.border.blue {
  border-color: var(--black);
}
.flex-video.slide-up,
.flex-image.slide-up {
  background: var(--mediumgrey);
}
.flex-video.slide-up .flex-image-slide,
.flex-image.slide-up .flex-image-slide {
  height: 125%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-video.slide-up img,
.flex-video.slide-up video,
.flex-video.slide-up iframe,
.flex-image.slide-up img,
.flex-image.slide-up video,
.flex-image.slide-up iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.flex-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.image-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  transform: perspective(1500px) rotateY(0) rotateX(0);
  transition: transform 500ms ease 0s;
}
.image-card video,
.image-card iframe,
.image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: grayscale(100%);
}
.image-card.perspective-left:hover {
  transform: perspective(3000px) rotateY(25deg) rotateX(25deg);
}
.image-card.perspective-right:hover {
  transform: perspective(3000px) rotateY(-25deg) rotateX(25deg);
}

@media print, screen and (min-width: 900px) {
  .small-only {
    display: none !important;
  }
}
@media print, screen and (max-width: 900px) {
  .medium-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 85em) {
  .large-up {
    display: none !important;
  }
}
hr {
  width: 100%;
  height: 1px;
  margin: 1.8rem 0;
  background: var(--black);
  border: none;
}

ul,
ol,
p {
  font-size: 1rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  white-space: normal;
}
@media print, screen and (min-width: 900px) {
  ul,
ol,
p {
    font-size: var(--size-plus1);
  }
}
ul b,
ul strong,
ol b,
ol strong,
p b,
p strong {
  font-weight: var(--weight-bold);
}
ul.plus,
ol.plus,
p.plus {
  font-size: var(--size-plus2);
}
ul.lead,
ol.lead,
p.lead {
  font-size: var(--size-plus3);
}
ul.lead.plus,
ol.lead.plus,
p.lead.plus {
  font-size: var(--size-plus6);
  line-height: var(--header-line-height);
}
@media print, screen and (min-width: 900px) {
  ul.lead.plus,
ol.lead.plus,
p.lead.plus {
    font-size: var(--size-plus5);
  }
}

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

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

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

@media print, screen and (min-width: 900px) {
  .--sticky {
    position: sticky;
    top: 0;
  }
}

html {
  font-size: 100%;
}

body {
  background-color: var(--bg);
  font-family: var(--body-font);
  font-weight: var(--weight-normal);
  line-height: var(--body-line-height);
  color: var(--black);
  min-height: 100vh;
}
@media screen and (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}
body.--lock {
  overflow: hidden;
}

ul,
ol,
p {
  font-family: var(--body-font);
  color: var(--black);
  font-weight: var(--weight-normal);
  line-height: var(--body-line-height);
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 900px) {
  ul,
ol,
p {
    font-size: var(--size-plus1);
  }
}
ul.small,
ol.small,
p.small {
  font-size: var(--size);
}

small,
.text_small {
  font-size: var(--size-minus2);
}

a {
  color: var(--black);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
a:hover {
  color: var(--darkgrey);
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 2.75rem 0 0.45rem;
  font-family: var(--header-font);
  font-weight: var(--weight-normal);
  line-height: var(--header-line-height);
  color: var(--black);
  margin: 0 0 0.9rem 0;
}

.h3,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  color: var(--black);
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1,
.h1 {
  margin-top: 0;
  font-size: var(--size-plus6);
}
h1.large,
.h1.large {
  font-size: var(--size-plus8);
}

h2,
.h2 {
  font-size: var(--size-plus5);
}

h3,
.h3 {
  font-size: var(--size-plus4);
}

h4,
.h4 {
  font-size: var(--size-plus3);
}

h5,
.h5 {
  font-size: var(--size-plus2);
}

h5,
.h5 {
  font-size: var(--size-plus1);
}

small,
.text_small {
  font-size: var(--size-minus2);
}

a {
  color: var(--brand);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
a:hover {
  color: var(--darkgrey);
}

.client-portal a {
  border: 1px solid var(--black);
  padding: 0.45em 0.9em;
  font-size: 0.8525rem;
  border-radius: 1.8em;
  margin-top: -0.45em;
  white-space: nowrap;
}
.client-portal a:hover {
  background: var(--black);
  color: var(--white);
}

p a {
  text-decoration: underline;
}

.line-container {
  position: relative;
}
.line-container .line {
  position: absolute;
  background: var(--black);
}
.line-container .line.relative {
  position: relative;
}
.line-container .line.horizontal {
  width: 100%;
  height: 1px;
}
.line-container .line.horizontal.offset {
  left: -1.8rem;
  width: calc(100% + 1.8em);
}
.line-container .line.horizontal.padding {
  left: 1.8rem;
  width: calc(100% - 1.8em);
}
.line-container .line.vertical {
  width: 1px;
  height: 100%;
}
.line-container .line.vertical.offset {
  top: -1.8rem;
  height: calc(100% + 1.8em);
}
.line-container .line.vertical.padding {
  top: 1.8rem;
  height: calc(100% - 1.8em);
}
.line-container .line.center {
  left: 50%;
  left: calc(50% - 0.5px);
}

@keyframes blink {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: none;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes type {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  scroll-padding-top: 0;
  background: var(--white);
}

.grid-container {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
@media print, screen and (min-width: 900px) {
  .grid-container {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-container {
    padding-left: 4.7rem;
    padding-right: 4.7rem;
  }
}

header#primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  z-index: 999;
  background: var(--white);
}
@media print, screen and (min-width: 900px) {
  header#primary {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }
  header#primary .grid-container.fluid {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media print, screen and (max-width: 900px) {
  header#primary {
    max-width: 100vw;
    overflow: hidden;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  header#primary .grid-container.fluid,
header#primary .grid-margin-x,
header#primary .grid-margin-x > .cell {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
header#primary.headroom {
  transition: all ease 300ms;
}
header#primary.headroom--top {
  --black: var(--white);
  background: transparent;
}
header#primary.headroom--top.headroom--unpinned {
  transform: translateY(0);
}
header#primary.headroom--top.--dark {
  --black: var(--pureblack);
}
header#primary.menu-open {
  --black: var(--white);
}
header#primary.menu-open.--dark {
  --black: var(--white);
}
header#primary .hamburger.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
header#primary .hamburger.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
header#primary .hamburger .line {
  width: 50px;
  height: 1px;
  background-color: var(--black);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#primary .hamburger:hover {
  cursor: pointer;
}
header#primary.headroom--not-top {
  background: var(--headerbg);
  --black: var(--white);
}
@media print, screen and (min-width: 900px) {
  header#primary.headroom--not-top ul li.logo .animated,
header#primary.headroom--not-top ul li.logo svg {
    max-width: 150px;
    transition: all ease 150ms;
  }
}
header#primary.headroom--unpinned {
  transform: translateY(-100%);
}
header#primary.headroom--pinned {
  transform: translateY(0);
}
header#primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.9rem;
}
@media print, screen and (min-width: 900px) {
  header#primary ul {
    gap: 1.8rem;
  }
}
header#primary ul li {
  font-size: var(--size);
  text-transform: uppercase;
}
header#primary ul li.logo {
  --minwidth: 150px;
  min-width: var(--minwidth);
}
@media print, screen and (min-width: 900px) {
  header#primary ul li.logo {
    --minwidth: 150px;
  }
}
@media print, screen and (max-width: 900px) {
  header#primary ul li.logo .flex-image {
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  header#primary ul li.logo .animated {
    position: absolute;
    top: 0;
    display: block;
    opacity: 0;
  }
  header#primary ul li.logo .animated.--transforming {
    pointer-events: none;
    max-width: 55vw;
  }
}
@media print, screen and (min-width: 900px) and (min-width: 1440px) {
  header#primary ul li.logo .animated.--transforming {
    max-width: 58vw;
  }
}
@media print, screen and (min-width: 900px) {
  header#primary ul li.logo .animated.--transforming img,
header#primary ul li.logo .animated.--transforming svg {
    max-width: none;
  }
}
header#primary ul li.logo svg {
  width: 100%;
  max-width: 150px;
  min-width: var(--minwidth);
  height: auto;
}
header#primary ul li a {
  transition: color ease 500ms;
  color: var(--black);
}
header#primary ul li a svg,
header#primary ul li a svg * {
  transition: all ease 500ms;
}
header#primary .header-menu-container {
  display: flex;
}
header#primary .header-menu-container .menu-cell-container-outer {
  font-size: 1rem;
  background: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: none;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
header#primary .header-menu-container .menu-cell-container-outer.current_page_parent, header#primary .header-menu-container .menu-cell-container-outer.current_page_item {
  border-bottom: 1px solid var(--black);
  transition: border-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header#primary .header-menu-container .menu-cell-container-outer .menu-cell-container {
  color: var(--black);
  transition: color ease 500ms;
  position: relative;
  overflow: visible;
  width: auto;
}
header#primary .header-menu-container .menu-cell-container-outer .menu-cell-container .menu-cell-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 1.1;
}
header#primary .header-menu-container .menu-cell-container-outer .menu-cell-container .menu-cell-inner .cell-text {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header#primary .header-menu-container .menu-cell-container-outer .menu-cell-container .menu-cell-inner .cell-text.absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  transform: translate(0, 101%);
}
header#primary .header-menu-container .menu-cell-container-outer:hover .menu-cell-container .cell-text {
  transform: translate(0px, -101%);
}
header#primary .header-menu-container .menu-cell-container-outer:hover .menu-cell-container .cell-text.absolute {
  transform: translate(0px, 0%);
}
header#primary .header-menu-container.client-portal a {
  font-size: 0.85rem;
}
header#primary .header-menu-container.client-portal .menu-cell-container-outer {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  transform: translateY(0.225em);
  border-bottom: 1px solid var(--black);
}

@media screen and (max-width: 900px) {
  body.home header#primary .logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms ease;
  }
  body.home header#primary.headroom--not-top .logo {
    opacity: 1;
    pointer-events: auto;
  }
}

nav#mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  nav#mobile {
    z-index: 999;
    background: var(--headerbg);
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    height: var(--navheight);
    left: 0;
    width: 100vw;
    padding: 1.3125rem 1.8rem;
    transition: all ease 500ms;
    transform: translateX(-100vw);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  nav#mobile.is-active {
    pointer-events: auto;
    transform: translateX(0);
  }
  nav#mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9em;
  }
  nav#mobile ul li {
    /* PROFILE */
    text-transform: uppercase;
    font-size: var(--size-plus-huge);
  }
  nav#mobile ul li,
nav#mobile ul li a {
    color: var(--white);
  }
}

footer {
  background-color: var(--white);
  border-top: 1px solid var(--black);
  margin-top: 3.6rem;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
footer.no-border {
  border-top: none;
}
@media print, screen and (min-width: 900px) {
  footer {
    margin-top: 5.2rem;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  font-size: var(--size);
  margin: 0.45em 0 0 0;
  text-transform: uppercase;
}
footer .small-print-container {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 900px) {
  footer .small-print-container {
    margin-top: 3.6rem;
  }
}
footer .small-print-container .small-print p {
  margin: 0.9em 0;
  color: var(--mediumgrey);
  font-size: var(--size-minus1);
}

#primary-container {
  min-height: 100vh;
  position: relative;
}
@media print, screen and (max-width: 900px) {
  #primary-container {
    width: 100vw;
    overflow: hidden;
  }
}

.block-offset-header {
  margin-top: var(--menuheight);
}

.finenti-block.block-textheader h1 {
  font-size: var(--size-plus-xhuge);
  text-transform: none;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-textheader h1 {
    font-size: var(--size-plus-huge);
  }
}
.finenti-block.block-textheader h1,
.finenti-block.block-textheader h2,
.finenti-block.block-textheader h3,
.finenti-block.block-textheader h4,
.finenti-block.block-textheader h5,
.finenti-block.block-textheader h6 {
  margin: 0;
}
.finenti-block.block-frontpage-header {
  --black: var(--white);
  background: var(--dark-blue);
  padding-top: 5.6rem;
  padding-bottom: 3.6rem;
}
.finenti-block.block-frontpage-header svg {
  max-width: 100%;
  height: auto;
}
.finenti-block.block-frontpage-header svg.logo {
  margin-bottom: 1.8em;
}
.finenti-block.block-frontpage-header .grid-container,
.finenti-block.block-frontpage-header .grid-container .grid-x {
  position: relative;
}
.finenti-block.block-frontpage-header .grid-container .arrow-down {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-header .grid-container .arrow-down {
    display: none;
  }
}
.finenti-block.block-frontpage-header .grid-container p {
  margin: 0;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-header .grid-container p {
    font-size: 1rem;
    padding-left: 1.8em;
  }
  .finenti-block.block-frontpage-header .grid-container p.lead {
    padding-left: 0;
    font-size: var(--size-plus4);
    line-height: 1.3;
  }
}
.finenti-block.block-frontpage-header .grid-container .cell {
  position: relative;
}
.finenti-block.block-frontpage-header .grid-container .border-inner {
  display: block;
  opacity: 0.25;
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--white);
  top: 0;
  left: 0.9em;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-frontpage-header .grid-container .border-inner {
    display: none;
  }
}
.finenti-block.block-frontpage-header .grid-container .border {
  display: block;
  opacity: 0.25;
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--white);
  top: 0;
  left: -3.6rem;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-header .grid-container .border {
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-frontpage-header {
    padding-top: 10.2rem;
    padding-top: 25vh;
    padding-bottom: 3.6rem;
  }
}
.finenti-block.block-frontpage-header p {
  margin: 0;
}
.finenti-block.block-frontpage-header p.lead {
  line-height: var(--header-line-height);
  font-size: var(--size-plus4);
  margin-bottom: 0.9em;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-frontpage-header p.lead {
    line-height: var(--body-line-height);
  }
}
.finenti-block.block-services {
  overflow: hidden;
  background: var(--beige);
  margin-bottom: 3.6rem;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  min-height: 150vw;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services {
    min-height: 200vh;
    margin-bottom: 3.6rem;
  }
}
.finenti-block.block-services .text-layer-2,
.finenti-block.block-services .text-layer-1 {
  position: relative;
  z-index: 4;
}
.finenti-block.block-services .text-layer-2 {
  z-index: 2;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-services .text-layer-2 {
    display: none;
  }
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-services .text-layer-1 {
    padding-bottom: 3.6rem;
  }
}
.finenti-block.block-services .grid-container h1 {
  font-size: var(--size-plus-xhuge);
  color: var(--deep-blue);
  text-transform: none;
}
.finenti-block.block-services .grid-container .bigtext {
  transform: translateY(33.33vh);
  color: var(--deep-blue);
  text-transform: none;
}
.finenti-block.block-services .grid-container .bigtext span {
  font-size: 35vw;
  display: inline-block;
  line-height: 0.9;
}
.finenti-block.block-services .grid-container .sub_header {
  z-index: 3;
  font-size: var(--size-plus3);
  color: var(--black);
  line-height: 1.3;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .grid-container .sub_header {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.finenti-block.block-services .grid-container .sub_header svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1.8rem;
  width: auto;
}
.finenti-block.block-services .grid-container .sub_header svg path {
  stroke: var(--black);
}
.finenti-block.block-services .grid-container .sub_header span.outer {
  width: 100%;
  width: calc(100% - 4.5rem);
  transition: all ease 1s;
  display: block;
  padding-bottom: 1.8em;
  border-bottom: 1px solid var(--black);
}
.finenti-block.block-services .grid-container .sub_header span.outer span.inner {
  display: block;
  width: 85%;
  opacity: 1;
}
.finenti-block.block-services .grid-height {
  height: 150vw;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .grid-height {
    height: 100vh;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .grid-height.grid-height-reduce {
    height: 66.66vh;
  }
}
.finenti-block.block-services .grid-height.half {
  height: 50vh;
}
.finenti-block.block-services .grid-height.spacer {
  display: flex;
  align-content: space-between;
}
.finenti-block.block-services .circle-container {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-services .circle-container {
    display: none;
  }
}
.finenti-block.block-services .circle-container .circle-container-inner {
  width: 100%;
  height: 100vh;
  display: flex;
  transform-origin: center;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-services .circle-container .circle-container-inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.finenti-block.block-services .circle-container .circle-inner.bg {
  flex-grow: 1;
  /* Allow the circle-inner elements to auto-expand */
  background-color: var(--beige);
}
.finenti-block.block-services .circle-container .circle-inner.square {
  flex-shrink: 1;
  /* Allow the square element to shrink */
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .circle-container .circle-inner.square {
    width: 100vh;
  }
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-services .circle-container .circle-inner.square {
    width: 166vw;
    margin-left: -33vw;
  }
}
.finenti-block.block-services .circle-container .circle-inner svg {
  width: 100%;
  height: auto;
  margin: -0.9rem 0;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .circle-container .circle-inner svg {
    height: 100%;
    margin: 0;
    width: auto;
  }
}
.finenti-block.block-services .image-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-services .image-container {
    height: 110vh;
  }
}
.finenti-block.block-services .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.finenti-block.finenti-media-scale {
  margin-top: -1px;
  margin-bottom: -1px;
  --bg: var(--black);
  background: var(--bg);
  position: relative;
}
.finenti-block.finenti-media-scale .flex-image {
  margin-bottom: -0.45rem;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.finenti-media-scale .flex-image, .finenti-block.finenti-media-scale .flex-image.square {
    padding-bottom: 133.33% !important;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .flex-image, .finenti-block.finenti-media-scale .flex-image.square {
    padding-bottom: 56.25%;
  }
}
.finenti-block.finenti-media-scale .flex-image svg#nav {
  position: absolute;
  bottom: 4.25rem;
  top: auto;
  left: auto;
  transform: none;
  right: 3.6rem;
  height: 1.8rem;
  width: auto;
  z-index: 3;
  display: block;
  opacity: 0;
  transform: translateY(-0.45rem);
  transition: all ease 750ms;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.finenti-media-scale .text .text,
.finenti-block.finenti-media-scale .text .header {
    transform: none !important;
  }
}
.finenti-block.finenti-media-scale .text .header.fp {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 3;
  color: var(--bg);
  font-size: var(--size-plus-huge);
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.fp {
    top: 3.6rem;
    left: 7.2rem;
  }
}
.finenti-block.finenti-media-scale .text .header.fp span {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.fp span {
    opacity: 0;
    transition: all ease 1s;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.fp.is-inview span {
    opacity: 1;
  }
}
.finenti-block.finenti-media-scale .text .header-fp {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 3;
  color: var(--bg);
  font-size: var(--size-plus-huge);
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header-fp {
    top: 3.6rem;
    left: 7.2rem;
  }
}
.finenti-block.finenti-media-scale .text .header-fp span {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header-fp span {
    opacity: 0;
    transition: all ease 1s;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header-fp.is-inview span {
    opacity: 1;
  }
}
.finenti-block.finenti-media-scale .text .header.fp2 {
  position: absolute;
  top: 1.8rem;
  left: 0.9rem;
  width: 66%;
  line-height: var(--header-line-height);
  z-index: 3;
  color: var(--white);
  font-size: var(--size-plus8);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.fp2 {
    right: 8.333333vw;
    width: 30.333332vw;
    left: auto;
    overflow: hidden;
  }
}
.finenti-block.finenti-media-scale .text .header.fp2 span {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.fp2 span {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.fp {
  position: absolute;
  bottom: 1.8rem;
  left: 0.9rem;
  z-index: 3;
  color: var(--white);
  font-size: var(--size-plus7);
  width: 70%;
  line-height: 1.3;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.fp {
    bottom: 7.2rem;
    left: 50%;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.fp {
    font-size: var(--size-plus6);
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.fp {
    width: 35%;
    overflow: hidden;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.fp span {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.fp span {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .header.who {
  top: var(--menuheight);
  left: 0.9rem;
  width: 80%;
  position: absolute;
  z-index: 3;
  color: var(--bg);
  font-size: var(--size-plus-xhuge);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who {
    top: 25%;
    left: 7.2rem;
    width: 40%;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who {
    overflow: hidden;
  }
}
.finenti-block.finenti-media-scale .text .header.who span {
  line-height: 0.9;
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who span {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who {
  position: absolute;
  bottom: 1.8rem;
  left: 0.9rem;
  width: 80%;
  z-index: 3;
  color: var(--white);
  font-size: var(--size-plus1);
  line-height: 1.3;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.who {
    bottom: 14.2rem;
    width: 30%;
    left: 66.66%;
  }
}
@media print, screen and (max-width: 1200px) {
  .finenti-block.finenti-media-scale .text .sub_header.who {
    bottom: 7.2rem;
    width: 30%;
    left: 66.66%;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who svg {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: auto;
  top: auto;
  height: 1.8rem;
  width: auto;
  transition: all ease 1s;
  display: block;
  transform: translateY(-0.9rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.who svg {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who span.outer {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
  max-width: calc(100% - 3.6rem);
  padding-bottom: 1.8em;
  border-bottom: 1px solid var(--white);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.who span.outer {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who span.outer span.inner {
  display: block;
  width: 85%;
  opacity: 1;
}
.finenti-block.finenti-media-scale .text .header.who-inner {
  position: absolute;
  top: 1.8rem;
  left: 0.9rem;
  width: 80%;
  z-index: 3;
  color: var(--white);
  font-size: var(--size-plus-huge);
  transition: opacity ease 500ms 100ms;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who-inner br {
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who-inner {
    top: 25%;
    left: 7.2rem;
    width: 33%;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who-inner {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who-inner {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .header.who-inner.is-inview {
  opacity: 1;
}
.finenti-block.finenti-media-scale .text .header.who-inner span {
  line-height: 1;
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .header.who-inner span {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .header.who-inner span.small {
  margin-bottom: 0.45em;
  text-transform: uppercase;
  font-size: var(--size-plus1);
}
.finenti-block.finenti-media-scale .text .sub_header.who-inner {
  position: absolute;
  bottom: 1.8rem;
  left: 0.9rem;
  width: 80%;
  z-index: 3;
  color: var(--white);
  font-size: var(--size-plus3);
  line-height: 1.3;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.who-inner {
    bottom: 7.2rem;
    left: 50%;
    width: 40%;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who-inner div.inner {
  transition: all ease 1s;
  display: block;
  transform: translateY(0.45rem);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-media-scale .text .sub_header.who-inner div.inner {
    opacity: 0;
  }
}
.finenti-block.finenti-media-scale .text .sub_header.who-inner div.inner ul,
.finenti-block.finenti-media-scale .text .sub_header.who-inner div.inner li p {
  color: var(--white);
}
.finenti-block.finenti-media-scale .text .sub_header.who-inner div.inner ul {
  padding-left: 0.9em;
}
.finenti-block.finenti-media-scale.--is-admin svg#nav-arrow,
.finenti-block.finenti-media-scale.--is-admin svg#nav, .finenti-block.finenti-media-scale[data-scroll-section-inview] svg#nav-arrow,
.finenti-block.finenti-media-scale[data-scroll-section-inview] svg#nav {
  opacity: 1;
  transform: translateY(0);
}
.finenti-block.finenti-media-scale.--is-admin .text .header div.inner,
.finenti-block.finenti-media-scale.--is-admin .text .header span,
.finenti-block.finenti-media-scale.--is-admin .text .header span.outer,
.finenti-block.finenti-media-scale.--is-admin .text .sub_header div.inner,
.finenti-block.finenti-media-scale.--is-admin .text .sub_header span,
.finenti-block.finenti-media-scale.--is-admin .text .sub_header span.outer, .finenti-block.finenti-media-scale[data-scroll-section-inview] .text .header div.inner,
.finenti-block.finenti-media-scale[data-scroll-section-inview] .text .header span,
.finenti-block.finenti-media-scale[data-scroll-section-inview] .text .header span.outer,
.finenti-block.finenti-media-scale[data-scroll-section-inview] .text .sub_header div.inner,
.finenti-block.finenti-media-scale[data-scroll-section-inview] .text .sub_header span,
.finenti-block.finenti-media-scale[data-scroll-section-inview] .text .sub_header span.outer {
  opacity: 1;
  transform: translateY(0);
}
.finenti-block.finenti-media-scale .border {
  width: 3.6rem;
  position: absolute;
  background: var(--bg);
  top: 0;
  height: 100%;
  z-index: 2;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.finenti-media-scale .border {
    display: none;
  }
}
.finenti-block.finenti-media-scale .border.left {
  transform-origin: left;
  left: 0;
}
.finenti-block.finenti-media-scale .border.right {
  transform-origin: right;
  right: 0;
}
.finenti-block.finenti-media-scale .border .grid-container {
  position: relative;
  z-index: 1;
}
.finenti-block.block-frontpage-counter .cta {
  margin-top: 1.8rem;
  width: 100%;
}
.finenti-block.block-frontpage-counter .fill-height {
  height: 100%;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-counter .flex-image {
    padding-bottom: 0 !important;
    height: 56.25vw;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    width: calc(100% - 3.6rem);
  }
}
.finenti-block.block-frontpage-counter .big-counter {
  z-index: 3;
  height: 100%;
  right: 0;
  width: 100%;
  position: absolute;
  top: 0;
}
.finenti-block.block-frontpage-counter .big-counter .counter-number {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.finenti-block.block-frontpage-counter .big-counter .counter-number.active {
  opacity: 1;
}
.finenti-block.block-frontpage-counter .big-counter .counter-number img {
  position: absolute;
  right: -5%;
  top: -5%;
  margin-left: auto;
  height: 110%;
  width: auto;
}
.finenti-block.block-frontpage-counter .grid-text-container {
  position: relative;
  display: flex;
  align-content: space-between;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-counter .grid-text-container {
    margin: 0 -0.9em;
    padding: 1.8em 0.9em;
  }
  .finenti-block.block-frontpage-counter .grid-text-container .bg {
    opacity: 0.33;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .finenti-block.block-frontpage-counter .grid-text-container .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .finenti-block.block-frontpage-counter .grid-text-container .cell {
    position: relative;
    z-index: 2;
  }
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-counter .grid-text-container .inner-counter {
    padding-top: var(--menuheight);
    padding-bottom: var(--menuheight);
  }
}
.finenti-block.block-frontpage-counter .grid-text-container .inner-counter p {
  margin: 0;
  font-size: var(--size-plus7);
  opacity: 0;
  transition: opacity ease 500ms;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-frontpage-counter .grid-text-container .inner-counter p {
    font-size: var(--size-plus8);
    margin: 0.225em 0;
    line-height: 1;
  }
}
.finenti-block.block-frontpage-counter .grid-text-container .inner-counter .active p {
  opacity: 1;
}
.finenti-block.block-counter .border {
  width: 0;
  position: absolute;
  background: var(--bg);
  top: 0;
  height: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-counter .border {
    width: 3.6rem;
  }
}
.finenti-block.block-counter .border.left {
  transform-origin: left;
  left: 0;
}
.finenti-block.block-counter .border.right {
  transform-origin: right;
  right: 0;
}
.finenti-block.block-counter .border .grid-container {
  position: relative;
  z-index: 1;
}
.finenti-block.block-counter .cta {
  margin-top: 1.8rem;
  width: 100%;
}
.finenti-block.block-counter .big-image {
  height: 115vh;
  height: calc(100vh + calc(var(--menuheight) * 2));
}
.finenti-block.block-counter .big-counter {
  pointer-events: none;
  z-index: 3;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.finenti-block.block-counter .big-counter .counter-number {
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity ease 500ms;
}
.finenti-block.block-counter .big-counter .counter-number img {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  height: 75%;
  width: auto;
  right: -1.5vw;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-counter .big-counter .counter-number img {
    height: 110%;
    bottom: -5%;
  }
}
.finenti-block.block-counter .big-counter .counter-number.active {
  opacity: 1;
}
.finenti-block.block-counter .inner-counter {
  z-index: 3;
  position: absolute;
  left: 6vw;
  bottom: 0;
  height: 100%;
  padding-top: var(--menuheight);
  padding-bottom: var(--menuheight);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-counter .inner-counter {
    height: auto;
    display: block;
  }
}
.finenti-block.block-counter .inner-counter p {
  color: var(--white);
  margin: 0;
  font-size: var(--size-plus8);
  opacity: 0;
  transition: opacity ease 500ms;
}
.finenti-block.block-counter .inner-counter .active p {
  opacity: 1;
}
.finenti-block.block-accordion-simple p.lead, .finenti-block.block-accordion p.lead {
  font-size: var(--size-plus7);
}
.finenti-block.block-accordion-simple .accordion-cell, .finenti-block.block-accordion .accordion-cell {
  border-top: 2px solid var(--black);
  padding-top: calc(var(--menuheight) * 0.5);
  padding-bottom: calc(var(--menuheight) * 0.4);
}
.finenti-block.block-accordion-simple .accordion-cell:first-of-type, .finenti-block.block-accordion .accordion-cell:first-of-type {
  margin-top: calc(var(--menuheight) * 0.5);
}
.finenti-block.block-accordion-simple .accordion-cell:last-of-type, .finenti-block.block-accordion .accordion-cell:last-of-type {
  margin-bottom: calc(var(--menuheight) * 0.5);
  border-bottom: 2px solid var(--black);
}
.finenti-block.block-accordion-simple .accordion-cell-title, .finenti-block.block-accordion .accordion-cell-title {
  cursor: pointer;
}
.finenti-block.block-accordion-simple .accordion-cell-title.disable, .finenti-block.block-accordion .accordion-cell-title.disable {
  cursor: default;
}
.finenti-block.block-accordion-simple .accordion-cell-title span, .finenti-block.block-accordion .accordion-cell-title span {
  font-size: var(--size-plus10);
  line-height: 1;
}
.finenti-block.block-accordion-simple .accordion-cell-title span.digit, .finenti-block.block-accordion .accordion-cell-title span.digit {
  white-space: nowrap;
}
.finenti-block.block-accordion-simple .accordion-cell-title .close, .finenti-block.block-accordion .accordion-cell-title .close {
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.finenti-block.block-accordion-simple .accordion-cell-title .close svg, .finenti-block.block-accordion .accordion-cell-title .close svg {
  height: var(--size-plus);
  width: auto;
}
.finenti-block.block-accordion-simple .accordion-cell-title .arrow, .finenti-block.block-accordion .accordion-cell-title .arrow {
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.finenti-block.block-accordion-simple .accordion-cell-title .arrow svg, .finenti-block.block-accordion .accordion-cell-title .arrow svg {
  height: var(--size-plus5);
  width: auto;
}
.finenti-block.block-accordion-simple .accordion-cell-title:hover .arrow, .finenti-block.block-accordion .accordion-cell-title:hover .arrow {
  transform: translateX(0.45em);
}
.finenti-block.block-accordion-simple .accordion-cell-title:hover .close, .finenti-block.block-accordion .accordion-cell-title:hover .close {
  transform: rotate(180deg);
}
.finenti-block.block-accordion-simple .accordion-cell-content, .finenti-block.block-accordion .accordion-cell-content {
  display: none;
  padding-top: calc(var(--menuheight) * 1);
  padding-bottom: calc(var(--menuheight) * 0.5);
}
.finenti-block.block-accordion-simple .accordion-cell-title span {
  font-size: var(--size-plus7);
}
.finenti-block.block-technology {
  position: relative;
}
.finenti-block.block-technology .text-layer {
  position: relative;
  z-index: 2;
}
.finenti-block.block-technology .text-layer .grid-x .align-self-top {
  margin-top: 7.5%;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-technology .text-layer .grid-x {
    min-height: 33.33vh;
  }
}
.finenti-block.block-technology .text-layer .grid-x h5 {
  margin: 0;
}
.finenti-block.block-technology .text-layer .grid-x h2 {
  font-size: var(--size-plus-huge);
  text-transform: none;
  margin-top: 0.9rem;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-technology .text-layer .grid-x h2 {
    font-size: var(--size-plus-shuge);
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-technology .text-layer .grid-x h2 {
    margin-bottom: 75%;
  }
}
.finenti-block.block-technology .text-layer .grid-x p.lead {
  line-height: 1.125;
  font-size: var(--size-plus5);
  margin: 0 0 0.9em 0;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-technology .text-layer .grid-x p.lead {
    font-size: var(--size-plus7);
  }
}
.finenti-block.block-technology .image-layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 66.66%;
  transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-technology .image-layer {
    left: 49%;
    width: 33.333333%;
  }
}
.finenti-block.finenti-people.finenti-people-fp {
  padding-top: var(--menuheight);
  padding-bottom: 0.225em;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-people.finenti-people-fp {
    padding-top: calc(var(--menuheight) * 2);
    padding-bottom: calc(var(--menuheight) * 2);
  }
}
.finenti-block.finenti-people.finenti-people-fp .cta {
  display: block;
}
.finenti-block.finenti-people h3.h1 {
  font-size: var(--size-plus-xhuge);
  text-transform: none;
  font-weight: var(--weight-normal);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.finenti-people h3.h1 {
    font-size: var(--size-plus10);
  }
}
@media print, screen and (max-width: 900px) {
  .finenti-block.finenti-people .person-cell {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.45rem;
    margin-right: 0;
  }
  .finenti-block.finenti-people .person-cell.modal {
    padding-left: 0;
    padding-right: 0;
    margin-left: 2.7rem;
    margin-right: -2.25rem;
    width: calc(50% - 2.9rem);
  }
}
.finenti-block.finenti-people .person-cell h2,
.finenti-block.finenti-people .person-cell h5 {
  margin: 0.9rem 0 0.45rem 0;
  text-transform: none;
  font-weight: var(--weight-normal);
}
.finenti-block.block-whoweare {
  padding-top: calc(var(--menuheight) * 2);
  padding-bottom: calc(var(--menuheight) * 2);
}
.finenti-block.block-whoweare h2,
.finenti-block.block-whoweare h3 {
  font-weight: var(--weight-normal);
  text-transform: none;
}
.finenti-block.block-whoweare h2 {
  font-size: var(--size-plus-xhuge);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-whoweare h2 {
    font-size: var(--size-plus-shuge);
  }
}
.finenti-block.block-whoweare h3 {
  font-size: var(--size-plus-xhuge);
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-whoweare h3 {
    font-size: var(--size-plus10);
  }
}
.finenti-block.block-whoweare .big-clock {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: justify;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-whoweare .big-clock {
    padding-top: calc(var(--menuheight) * 1);
    padding-bottom: calc(var(--menuheight) * 1);
  }
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-whoweare .big-clock {
    margin-top: calc(var(--menuheight) * 2);
    margin-bottom: calc(var(--menuheight) * -1);
  }
}
.finenti-block.block-whoweare .big-clock > span {
  font-size: 50vw;
  line-height: 0.5;
  color: var(--dark-yellow);
  display: block;
  text-align: center;
}
.finenti-block.block-whoweare .big-clock > span.reduce {
  font-size: 42.5vw;
}
.finenti-block.block-whoweare .image-effect {
  position: relative;
}
@media print, screen and (max-width: 900px) and (max-width: 900px) {
  .finenti-block.block-whoweare .image-effect {
    margin-bottom: var(--menuheight);
  }
}
.finenti-block.block-whoweare .image-effect .text-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media print, screen and (max-width: 900px) {
  .finenti-block.block-whoweare .image-effect .text-container {
    position: relative;
    top: auto;
    margin-top: 1.8em;
    margin-bottom: 1.8em;
  }
}
.finenti-block.block-whoweare .image-effect .image-container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-whoweare .image-effect .image-container {
    width: 75%;
    margin-left: 25%;
  }
}
.finenti-block.block-client-portal {
  padding-top: var(--menuheight);
  margin-bottom: -3.6rem;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-client-portal {
    margin-bottom: -5.2rem;
  }
}
.finenti-block.block-client-portal .client-area-single svg {
  max-width: 100%;
  height: auto;
}
.finenti-block.block-client-portal .client-area-single .flex-cell {
  border-right: 1px solid var(--black);
}
.finenti-block.block-client-portal .client-area-single:last-of-type .flex-cell {
  border-right: none;
}
.finenti-block.block-client-portal .flex-cell {
  padding-bottom: 100%;
  height: 0px;
  width: 100%;
  position: relative;
}
.finenti-block.block-client-portal .flex-cell.instructions {
  padding-bottom: 66.66%;
}
.finenti-block.block-client-portal .flex-cell.--white {
  background: var(--white);
}
.finenti-block.block-client-portal .flex-cell.--black {
  --black: var(--white);
  background: var(--black);
}
.finenti-block.block-client-portal .flex-cell.--purewhite {
  background: var(--purewhite);
}
.finenti-block.block-client-portal .flex-cell.--pureblack {
  --black: var(--white);
  background: var(--pureblack);
}
.finenti-block.block-client-portal .flex-cell.--lightgrey {
  background: var(--lightgrey);
}
.finenti-block.block-client-portal .flex-cell.--mediumgrey {
  background: var(--mediumgrey);
}
.finenti-block.block-client-portal .flex-cell.--grey {
  background: var(--grey);
}
.finenti-block.block-client-portal .flex-cell.--darkgrey {
  --black: var(--white);
  background: var(--darkgrey);
}
.finenti-block.block-client-portal .flex-cell.--dark-blue {
  --black: var(--white);
  background: var(--dark-blue);
}
.finenti-block.block-client-portal .flex-cell.--light-green {
  background: var(--light-green);
}
.finenti-block.block-client-portal .flex-cell.--magenta {
  --black: var(--white);
  background: var(--magenta);
}
.finenti-block.block-client-portal .flex-cell.--gray {
  background: var(--gray);
}
.finenti-block.block-client-portal .flex-cell.--light-gray {
  background: var(--light-gray);
}
.finenti-block.block-client-portal .flex-cell.--lime-green {
  background: var(--lime-green);
}
.finenti-block.block-client-portal .flex-cell.--light-blue {
  background: var(--light-blue);
}
.finenti-block.block-client-portal .flex-cell.--dark-yellow {
  background: var(--dark-yellow);
}
.finenti-block.block-client-portal .flex-cell.--deep-blue {
  --black: var(--white);
  background: var(--deep-blue);
}
.finenti-block.block-client-portal .flex-cell.--dark-indigo {
  --black: var(--white);
  background: var(--dark-indigo);
}
.finenti-block.block-client-portal .flex-cell .flex-cell-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  padding: 1.8rem 3.6rem;
}
@media print, screen and (min-width: 900px) {
  .finenti-block.block-client-portal .flex-cell .flex-cell-inner {
    padding: 1.875rem 5.2rem;
  }
}
.finenti-block.block-client-portal .flex-cell .flex-cell-inner h1 {
  font-size: vaR(--size-plus10);
  text-transform: none;
}

.cta-button {
  display: flex;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  font-weight: var(--weight-bold);
  position: relative;
  line-height: 2.25;
  margin-top: 2.7em;
}
.cta-button span {
  font-size: var(--size-plus1);
}
.cta-button svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  height: var(--size);
}
.cta-button:hover svg {
  transform: translate(50%, -50%);
}

.magenta-button {
  display: inline-flex;
  border: 1px solid var(--magenta);
  border-radius: 1.8rem;
  background: var(--magenta);
  --black: var(--white);
  font-weight: var(--weight-normal);
  text-transform: uppercase;
  position: relative;
  line-height: 2.25;
  padding: 0.225rem 3.6rem 0.225rem 1.8rem;
  min-width: 66.66%;
}
.magenta-button span {
  font-size: var(--size-plus1);
  color: var(--black);
}
.magenta-button svg {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  height: var(--size);
}
.magenta-button:hover svg {
  transform: translate(50%, -50%);
}

.--moveoutsideloco.--white,
.wp-block-group.--white {
  background: var(--white);
  --bg: var(--white);
}
.--moveoutsideloco.--black,
.wp-block-group.--black {
  background: var(--black);
  --bg: var(--black);
}
.--moveoutsideloco.--purewhite,
.wp-block-group.--purewhite {
  background: var(--purewhite);
  --bg: var(--purewhite);
}
.--moveoutsideloco.--pureblack,
.wp-block-group.--pureblack {
  background: var(--pureblack);
  --bg: var(--pureblack);
}
.--moveoutsideloco.--lightgrey,
.wp-block-group.--lightgrey {
  background: var(--lightgrey);
  --bg: var(--lightgrey);
}
.--moveoutsideloco.--mediumgrey,
.wp-block-group.--mediumgrey {
  background: var(--mediumgrey);
  --bg: var(--mediumgrey);
}
.--moveoutsideloco.--grey,
.wp-block-group.--grey {
  background: var(--grey);
  --bg: var(--grey);
}
.--moveoutsideloco.--darkgrey,
.wp-block-group.--darkgrey {
  background: var(--darkgrey);
  --bg: var(--darkgrey);
}
.--moveoutsideloco.--dark-blue,
.wp-block-group.--dark-blue {
  background: var(--dark-blue);
  --bg: var(--dark-blue);
}
.--moveoutsideloco.--light-green,
.wp-block-group.--light-green {
  background: var(--light-green);
  --bg: var(--light-green);
}
.--moveoutsideloco.--magenta,
.wp-block-group.--magenta {
  background: var(--magenta);
  --bg: var(--magenta);
  --black: var(--white);
}
.--moveoutsideloco.--gray,
.wp-block-group.--gray {
  background: var(--gray);
  --bg: var(--gray);
}
.--moveoutsideloco.--light-gray,
.wp-block-group.--light-gray {
  background: var(--light-gray);
  --bg: var(--light-gray);
}
.--moveoutsideloco.--lime-green,
.wp-block-group.--lime-green {
  background: var(--lime-green);
  --bg: var(--lime-green);
}
.--moveoutsideloco.--light-blue,
.wp-block-group.--light-blue {
  background: var(--light-blue);
  --bg: var(--light-blue);
}
.--moveoutsideloco.--dark-yellow,
.wp-block-group.--dark-yellow {
  background: var(--dark-yellow);
  --bg: var(--dark-yellow);
}
.--moveoutsideloco.--deep-blue,
.wp-block-group.--deep-blue {
  background: var(--deep-blue);
  --bg: var(--deep-blue);
}
.--moveoutsideloco.--dark-indigo,
.wp-block-group.--dark-indigo {
  background: var(--dark-indigo);
  --bg: var(--dark-indigo);
}

.wp-block-columns {
  display: grid;
  grid-gap: 30px;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.wp-block-columns.padding {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media print, screen and (min-width: 900px) {
  .wp-block-columns.padding {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
  }
}
@media print, screen and (min-width: 900px) {
  .wp-block-columns {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media print, screen and (min-width: 85em) {
  .wp-block-columns {
    padding-left: 4.7rem;
    padding-right: 4.7rem;
  }
}
.wp-block-columns .wp-block-columns,
.wp-block-columns .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns > * {
  grid-column: 1/-1;
  margin: 0 !important;
}

@media (min-width: 600px) {
  .wp-block-columns {
    grid-template-columns: repeat(12, 1fr);
  }

  .wp-block-column {
    grid-column-start: auto;
    grid-column-end: span 6;
  }

  .wp-block-column:only-child {
    grid-column-end: span 12;
  }
}
@media (min-width: 900px) {
  /* Three column layout */
  .wp-block-column:not([style*=flex-basis]):nth-last-child(3):first-child,
.wp-block-column:not([style*=flex-basis]):nth-last-child(3):first-child ~ .wp-block-column {
    grid-column-end: span 4;
  }

  /* "25 / 50 / 25" layout */
  .wp-block-column[style*="25%"] {
    grid-column-end: span 3;
  }

  .wp-block-column[style*="50%"] {
    grid-column-end: span 6;
  }

  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*="33.33%"] {
    grid-column-end: span 4;
  }

  .wp-block-column[style*="66.66%"] {
    grid-column-end: span 8;
  }
}
.share-link {
  z-index: 99;
  position: fixed;
  right: 0.9rem;
  top: 10.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.9em;
}
@media print, screen and (min-width: 900px) {
  .share-link {
    right: 3.6rem;
    top: 12.5vh;
  }
}
.share-link span {
  font-size: var(--size);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  transform: rotate(180deg);
}
.share-link svg {
  width: var(--size-plus2);
  height: auto;
}

#post-single {
  margin-top: 3.6rem;
  margin-top: calc(var(--menuheight) * 2);
  margin-bottom: 3.6rem;
  margin-bottom: calc(var(--menuheight) * 2);
}
@media print, screen and (max-width: 900px) {
  #post-single {
    padding-right: 2.35rem;
  }
}
#post-single .disclaimer {
  margin-top: 3.6em;
}
@media print, screen and (min-width: 900px) {
  #post-single .disclaimer {
    max-width: 85%;
  }
}
#post-single .disclaimer h1,
#post-single .disclaimer h2,
#post-single .disclaimer h3,
#post-single .disclaimer h4,
#post-single .disclaimer h5,
#post-single .disclaimer h6 {
  font-size: var(--size);
  font-weight: var(--weight-bold);
  color: var(--black);
}
#post-single .disclaimer p {
  font-size: var(--size);
  color: var(--mediumgrey);
}
#post-single ul.button-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  gap: 1.35em;
  align-items: center;
}
#post-single ul.button-list li a,
#post-single ul.button-list li span {
  line-height: 1;
  border: 1px solid var(--lime-green);
  color: var(--lime-green);
  padding: 0.45rem 0.9rem;
  border-radius: 1.8rem;
  font-size: var(--size);
  text-transform: none;
}
#post-single ul.button-list li a:hover {
  background: var(--lime-green);
  color: var(--white);
}
#post-single ul.button-list li.title a {
  padding: 0;
  color: var(--black);
  border: none;
  border-radius: none;
  text-transform: uppercase;
  font-size: var(--size-plus1);
}
#post-single ul.button-list li.title a:hover {
  color: var(--lime-green);
  background: none;
}
#post-single .lead-container p {
  margin: 0;
}
#post-single h1.huge {
  font-size: var(--size-plus10);
  text-transform: none;
  line-height: var(--header-line-height);
  margin: 0;
}
#post-single .next-articles {
  border-top: 1px solid var(--black);
  padding-top: 3.6rem;
  margin-top: 3.6rem;
}
#post-single .next-articles a {
  font-size: var(--size-plus5);
}

.hero-section {
  margin-top: 3.6rem;
  margin-top: calc(var(--menuheight) * 2);
  margin-bottom: 1.8rem;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .hero-section {
    margin-bottom: 3.6rem;
    margin-bottom: calc(var(--menuheight) * 2);
  }
}
.hero-section h1 {
  text-transform: none;
  font-size: var(--size-plus-huge);
  margin: 0 0 0.9em 0;
  margin-top: 3.6rem;
  margin-top: calc(var(--menuheight) * 2);
}
.hero-section .circle {
  border-radius: 100%;
  background-color: var(--lime-green);
  position: absolute;
  width: 150vw;
  height: 150vw;
  left: -25vw;
  top: 0;
}
@media print, screen and (min-width: 900px) {
  .hero-section .circle {
    width: 97.25vw;
    height: 97.25vw;
    left: 1.25vw;
  }
}
.hero-section .grid-container {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 900px) {
  .hero-section .hero-section-post {
    transform: none !important;
  }
}
@media print, screen and (min-width: 900px) {
  .hero-section .hero-section-post.hero-section-post-2 {
    padding-top: 10%;
  }
}

.news-section.sub-page {
  margin-top: 3.6rem;
  margin-top: calc(var(--menuheight) * 2);
  margin-bottom: 3.6rem;
  margin-bottom: calc(var(--menuheight) * 2);
}

.post-container ul.button-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0.45rem 0;
  gap: 0.9rem;
  align-items: center;
}
@media print, screen and (max-width: 900px) {
  .post-container ul.button-list.collapse {
    align-items: flex-start;
    gap: 0.45rem;
    flex-direction: column;
  }
}
.post-container ul.button-list li a,
.post-container ul.button-list li span {
  line-height: 1;
  border: 1px solid var(--black);
  color: var(--black);
  padding: 0.25em 1.8em;
  border-radius: 1.8rem;
  font-size: var(--size-minus1);
  text-transform: none;
}
@media print, screen and (min-width: 900px) {
  .post-container ul.button-list li a,
.post-container ul.button-list li span {
    font-size: var(--size);
  }
}
.post-container ul.button-list li a:hover {
  background: var(--black);
  color: var(--white);
}
.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
  margin: 0.45rem 0;
  text-transform: none;
}
.post-container a {
  text-decoration: none;
}

#load-more {
  font-size: var(--size-plus8);
  margin: 5.2em 0 3.6em 0;
}

.people-modal {
  z-index: 1000;
  position: fixed;
  background-color: var(--bg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  pointer-events: none;
  transform: scale(0.33);
  opacity: 0;
  transform-origin: center;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.people-modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.people-modal .close {
  z-index: 999;
  cursor: pointer;
  position: absolute;
  top: 1.725rem;
  left: 1.8rem;
  cursor: pointer;
}
.people-modal .close svg {
  height: 1.8rem;
  width: auto;
}
@media print, screen and (min-width: 900px) {
  .people-modal .close svg {
    height: 1.35rem;
  }
}
.people-modal .person-cell-meta {
  padding: 1.8rem 0.9rem 25vw 0.9rem;
}
@media print, screen and (min-width: 900px) {
  .people-modal .person-cell-meta {
    padding: 5.2rem 4.5rem 5.2rem;
  }
}
.people-modal .person-cell-meta h2,
.people-modal .person-cell-meta h5 {
  text-transform: none;
  font-weight: var(--weight-normal);
}
.people-modal .person-cell-meta h2 {
  margin: 0 0 0.45rem 0;
}
.people-modal .person-cell-meta h5 {
  margin: 0 0 3.6rem 0;
}
.people-modal .person-cell-meta p {
  max-width: 36ch;
}
.people-modal .grid-height {
  min-height: 100vh;
}
.people-modal .person-cell .flex-image {
  cursor: pointer;
}
@media print, screen and (min-width: 900px) {
  .people-modal .person-cell .flex-image {
    transform: scale(0.5);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.people-modal .person-cell.medium-order-1 .flex-image {
  transform-origin: left top;
}
.people-modal .person-cell.medium-order-2 .flex-image {
  transform-origin: right top;
}
@media print, screen and (min-width: 900px) {
  .people-modal .swiper-slide-active .flex-image {
    transform: scale(1);
    cursor: default;
  }
}

.block-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.block-form .frm_submit {
  padding: 0.45em 0;
}
@media screen and (min-width: 900px) {
  .block-form .frm_submit {
    margin: 1.8em 0;
  }
}
.block-form .frm_submit button {
  padding: 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  font-weight: var(--weight-bold);
  font-size: var(--size-plus1);
  position: relative;
  line-height: 2.25;
  min-width: 50%;
  max-width: 100%;
  transition: all ease 500ms;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25.488" height="21.249" viewBox="0 0 25.488 21.249"><g id="Group_393" data-name="Group 393" transform="translate(0 20.188) rotate(-90)"><g id="Group_15" data-name="Group 15"><path id="Path_22" data-name="Path 22" d="M0,0,9.564,9.564,19.127,0" transform="translate(0 13.803)" fill="none" stroke="%23fff" stroke-width="3"></path><path id="Path_23" data-name="Path 23" d="M0,0V23.377" transform="translate(9.564)" fill="none" stroke="%23fff" stroke-width="3"></path></g></g></svg>');
  background-repeat: no-repeat;
  background-size: auto 33%;
  background-position: 100% 50%;
  text-transform: none;
}
@media screen and (min-width: 900px) {
  .block-form .frm_submit button {
    min-width: 20rem;
  }
}
.block-form .frm_submit button:hover {
  transform: translateX(0.9em);
}
.block-form label,
.block-form input,
.block-form textarea {
  width: var(--size-plus0);
  margin: 0.9em 0;
  padding: 0.45em 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 900px) {
  .block-form label,
.block-form input,
.block-form textarea {
    margin: 1.8em 0;
  }
}
.block-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--mediumgrey);
  opacity: 1;
  /* Firefox */
}
.block-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--mediumgrey);
}
.block-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--mediumgrey);
}
.block-form label {
  color: var(--mediumgrey);
  font-weight: var(--weight-normal);
}
.block-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--black);
  opacity: 0.33;
}
.block-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--black);
  opacity: 0.33;
}
.block-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--black);
  opacity: 0.33;
}
.block-form .frm_error {
  font-weight: var(--weight-bold);
  color: var(--black);
}
.block-form textarea,
.block-form input {
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  color: var(--black);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--black);
}
.block-form .frm_none_container label {
  display: none;
}
.block-form .frm_verify {
  display: none;
}
.block-form textarea {
  resize: none;
  min-height: 10rem;
}
.block-form .frm_dropzone {
  margin: 0 0 0.9rem 0;
  padding: 0.9rem;
  height: 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--mediumgrey);
  background: var(--lightgrey);
  border: dashed 1px var(--black);
  min-width: 100%;
  width: var(--size-plus0);
}
.block-form .frm_dropzone .fallback {
  display: none;
}
@media screen and (min-width: 900px) {
  .block-form .frm_dropzone {
    margin: -0.45em 0 2.7rem 0;
  }
}
.block-form .frm_dropzone span {
  display: block;
}
.block-form .frm_dropzone .frm_upload_text {
  display: none;
}
.block-form .frm_dropzone .frm_small_text {
  color: var(--grey);
  font-size: var(--size-minus2);
  font-weight: var(--weight-normal);
}

@media print, screen and (max-width: 900px) {
  .mobile-no-spacing .block-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-no-spacing .block-text p {
    margin: 0.45em 0 !important;
  }
  .mobile-no-spacing .block-text .cta {
    margin-top: 0.9em;
  }
}

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