@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
GLOBAL TRANSITION MIXIN
Use like this: @include transition(property1, property2);
*********************/
/*********************
COLORS
*********************/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* RelationDesk */
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Slider */
#current-lang,
.mobile-nav__languages,
a[href="http://retriever.no/search"] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}

.foundation-mq {
  font-family: "small=0em&smallMedium=25em&medium=37.5em&mediumLarge=56.25em&large=64em&xlarge=75em&xxlarge=101.25em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #f5eee9;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #060403;
  -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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 25em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 37.5em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 25em) {
  .smallMedium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .smallMedium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .smallMedium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .smallMedium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .smallMedium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .smallMedium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .smallMedium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .smallMedium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .smallMedium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .smallMedium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .smallMedium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .smallMedium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .smallMedium-up-1 {
    flex-wrap: wrap;
  }
  .smallMedium-up-1 > .column, .smallMedium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .smallMedium-up-2 {
    flex-wrap: wrap;
  }
  .smallMedium-up-2 > .column, .smallMedium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .smallMedium-up-3 {
    flex-wrap: wrap;
  }
  .smallMedium-up-3 > .column, .smallMedium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .smallMedium-up-4 {
    flex-wrap: wrap;
  }
  .smallMedium-up-4 > .column, .smallMedium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .smallMedium-up-5 {
    flex-wrap: wrap;
  }
  .smallMedium-up-5 > .column, .smallMedium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .smallMedium-up-6 {
    flex-wrap: wrap;
  }
  .smallMedium-up-6 > .column, .smallMedium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .smallMedium-up-7 {
    flex-wrap: wrap;
  }
  .smallMedium-up-7 > .column, .smallMedium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .smallMedium-up-8 {
    flex-wrap: wrap;
  }
  .smallMedium-up-8 > .column, .smallMedium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 25em) and (min-width: 25em) {
  .smallMedium-expand {
    flex: 1 1 0px;
  }
}
.row.smallMedium-unstack > .column, .row.smallMedium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 25em) {
  .row.smallMedium-unstack > .column, .row.smallMedium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 25em) {
  .smallMedium-collapse > .column, .smallMedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 25em) {
  .smallMedium-uncollapse > .column, .smallMedium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 37.5em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 37.5em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 37.5em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .mediumLarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .mediumLarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .mediumLarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .mediumLarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .mediumLarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .mediumLarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .mediumLarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .mediumLarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .mediumLarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .mediumLarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .mediumLarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .mediumLarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .mediumLarge-up-1 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-1 > .column, .mediumLarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mediumLarge-up-2 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-2 > .column, .mediumLarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mediumLarge-up-3 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-3 > .column, .mediumLarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .mediumLarge-up-4 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-4 > .column, .mediumLarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mediumLarge-up-5 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-5 > .column, .mediumLarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mediumLarge-up-6 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-6 > .column, .mediumLarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .mediumLarge-up-7 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-7 > .column, .mediumLarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .mediumLarge-up-8 {
    flex-wrap: wrap;
  }
  .mediumLarge-up-8 > .column, .mediumLarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 56.25em) and (min-width: 56.25em) {
  .mediumLarge-expand {
    flex: 1 1 0px;
  }
}
.row.mediumLarge-unstack > .column, .row.mediumLarge-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 56.25em) {
  .row.mediumLarge-unstack > .column, .row.mediumLarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 56.25em) {
  .mediumLarge-collapse > .column, .mediumLarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 56.25em) {
  .mediumLarge-uncollapse > .column, .mediumLarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 101.25em) and (min-width: 101.25em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 101.25em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 101.25em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.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: 25em) {
  .smallMedium-order-1 {
    order: 1;
  }

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

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

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

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

  .smallMedium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .mediumLarge-order-1 {
    order: 1;
  }

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

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

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

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

  .mediumLarge-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

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

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

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

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

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-order-1 {
    order: 1;
  }

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

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

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

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

  .xxlarge-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: 25em) {
  .smallMedium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .smallMedium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .mediumLarge-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .mediumLarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.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: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.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: 25em) {
  .grid-x > .smallMedium-shrink, .grid-x > .smallMedium-full, .grid-x > .smallMedium-1, .grid-x > .smallMedium-2, .grid-x > .smallMedium-3, .grid-x > .smallMedium-4, .grid-x > .smallMedium-5, .grid-x > .smallMedium-6, .grid-x > .smallMedium-7, .grid-x > .smallMedium-8, .grid-x > .smallMedium-9, .grid-x > .smallMedium-10, .grid-x > .smallMedium-11, .grid-x > .smallMedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .grid-x > .mediumLarge-shrink, .grid-x > .mediumLarge-full, .grid-x > .mediumLarge-1, .grid-x > .mediumLarge-2, .grid-x > .mediumLarge-3, .grid-x > .mediumLarge-4, .grid-x > .mediumLarge-5, .grid-x > .mediumLarge-6, .grid-x > .mediumLarge-7, .grid-x > .mediumLarge-8, .grid-x > .mediumLarge-9, .grid-x > .mediumLarge-10, .grid-x > .mediumLarge-11, .grid-x > .mediumLarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 101.25em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-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: 25em) {
  .grid-x > .smallMedium-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .smallMedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    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: 56.25em) {
  .grid-x > .mediumLarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .mediumLarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    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%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .xxlarge-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: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 25em) {
  .grid-margin-x > .smallMedium-auto {
    width: auto;
  }
  .grid-margin-x > .smallMedium-shrink {
    width: auto;
  }
  .grid-margin-x > .smallMedium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smallMedium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-auto {
    width: auto;
  }
  .grid-margin-x > .smallMedium-shrink {
    width: auto;
  }
  .grid-margin-x > .smallMedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smallMedium-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x > .mediumLarge-auto {
    width: auto;
  }
  .grid-margin-x > .mediumLarge-shrink {
    width: auto;
  }
  .grid-margin-x > .mediumLarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .mediumLarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 101.25em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.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%;
}

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

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

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

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

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

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

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

  .smallMedium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .mediumLarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .mediumLarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .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%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.smallMedium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.mediumLarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 101.25em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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: 25em) {
  .small-margin-collapse > .smallMedium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .smallMedium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .smallMedium-3 {
    width: 25%;
  }
  .small-margin-collapse > .smallMedium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .smallMedium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .smallMedium-6 {
    width: 50%;
  }
  .small-margin-collapse > .smallMedium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .smallMedium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .smallMedium-9 {
    width: 75%;
  }
  .small-margin-collapse > .smallMedium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .smallMedium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .smallMedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .small-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .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%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-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: 25em) {
  .smallMedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .smallMedium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 25em) {
  .smallMedium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .small-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .small-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .small-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 25em) {
  .smallMedium-margin-collapse > .smallMedium-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .smallMedium-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .smallMedium-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .smallMedium-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .smallMedium-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .smallMedium-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .smallMedium-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .smallMedium-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .smallMedium-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .smallMedium-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .smallMedium-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .smallMedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .smallMedium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .smallMedium-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .smallMedium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .large-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .large-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .large-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .smallMedium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .smallMedium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .smallMedium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .smallMedium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .smallMedium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .smallMedium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .smallMedium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .smallMedium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .smallMedium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .smallMedium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .smallMedium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .smallMedium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .smallMedium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 37.5em) {
  .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: 37.5em) {
  .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: 37.5em) {
  .medium-margin-collapse > .smallMedium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .smallMedium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .smallMedium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .smallMedium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .smallMedium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .smallMedium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .smallMedium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .smallMedium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .smallMedium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .smallMedium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .smallMedium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .smallMedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .medium-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .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 screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

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

@media print, screen and (min-width: 64em) {
  .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: 64em) {
  .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: 64em) {
  .large-margin-collapse > .smallMedium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .smallMedium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .smallMedium-3 {
    width: 25%;
  }
  .large-margin-collapse > .smallMedium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .smallMedium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .smallMedium-6 {
    width: 50%;
  }
  .large-margin-collapse > .smallMedium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .smallMedium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .smallMedium-9 {
    width: 75%;
  }
  .large-margin-collapse > .smallMedium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .smallMedium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .smallMedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .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: 64em) {
  .large-margin-collapse > .mediumLarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .mediumLarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .mediumLarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .mediumLarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .mediumLarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .mediumLarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .mediumLarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .mediumLarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .mediumLarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .mediumLarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .mediumLarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .mediumLarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .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 screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 101.25em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .smallMedium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

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

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

  .grid-margin-x > .smallMedium-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smallMedium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .mediumLarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .mediumLarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .mediumLarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .mediumLarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 101.25em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.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: 25em) {
  .grid-y > .smallMedium-shrink, .grid-y > .smallMedium-full, .grid-y > .smallMedium-1, .grid-y > .smallMedium-2, .grid-y > .smallMedium-3, .grid-y > .smallMedium-4, .grid-y > .smallMedium-5, .grid-y > .smallMedium-6, .grid-y > .smallMedium-7, .grid-y > .smallMedium-8, .grid-y > .smallMedium-9, .grid-y > .smallMedium-10, .grid-y > .smallMedium-11, .grid-y > .smallMedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .grid-y > .mediumLarge-shrink, .grid-y > .mediumLarge-full, .grid-y > .mediumLarge-1, .grid-y > .mediumLarge-2, .grid-y > .mediumLarge-3, .grid-y > .mediumLarge-4, .grid-y > .mediumLarge-5, .grid-y > .mediumLarge-6, .grid-y > .mediumLarge-7, .grid-y > .mediumLarge-8, .grid-y > .mediumLarge-9, .grid-y > .mediumLarge-10, .grid-y > .mediumLarge-11, .grid-y > .mediumLarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 101.25em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-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: 25em) {
  .grid-y > .smallMedium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .smallMedium-12, .grid-y > .smallMedium-11, .grid-y > .smallMedium-10, .grid-y > .smallMedium-9, .grid-y > .smallMedium-8, .grid-y > .smallMedium-7, .grid-y > .smallMedium-6, .grid-y > .smallMedium-5, .grid-y > .smallMedium-4, .grid-y > .smallMedium-3, .grid-y > .smallMedium-2, .grid-y > .smallMedium-1, .grid-y > .smallMedium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .smallMedium-shrink {
    height: auto;
  }
  .grid-y > .smallMedium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .smallMedium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .smallMedium-3 {
    height: 25%;
  }
  .grid-y > .smallMedium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .smallMedium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .smallMedium-6 {
    height: 50%;
  }
  .grid-y > .smallMedium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .smallMedium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .smallMedium-9 {
    height: 75%;
  }
  .grid-y > .smallMedium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .smallMedium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .smallMedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    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: 56.25em) {
  .grid-y > .mediumLarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .mediumLarge-12, .grid-y > .mediumLarge-11, .grid-y > .mediumLarge-10, .grid-y > .mediumLarge-9, .grid-y > .mediumLarge-8, .grid-y > .mediumLarge-7, .grid-y > .mediumLarge-6, .grid-y > .mediumLarge-5, .grid-y > .mediumLarge-4, .grid-y > .mediumLarge-3, .grid-y > .mediumLarge-2, .grid-y > .mediumLarge-1, .grid-y > .mediumLarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .mediumLarge-shrink {
    height: auto;
  }
  .grid-y > .mediumLarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .mediumLarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .mediumLarge-3 {
    height: 25%;
  }
  .grid-y > .mediumLarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .mediumLarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .mediumLarge-6 {
    height: 50%;
  }
  .grid-y > .mediumLarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .mediumLarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .mediumLarge-9 {
    height: 75%;
  }
  .grid-y > .mediumLarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .mediumLarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .mediumLarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    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%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

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

.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: 25em) {
  .smallMedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

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

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

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

  .smallMedium-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: 37.5em) {
  .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: 56.25em) {
  .mediumLarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

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

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

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

  .mediumLarge-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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

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

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

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

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

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

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

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

  .xxlarge-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 {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 25em) {
  .grid-y.smallMedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y.mediumLarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 101.25em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 25em) {
  .cell .grid-y.smallMedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cell .grid-y.mediumLarge-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 101.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 25em) {
  .grid-margin-y.smallMedium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.mediumLarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 101.25em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 101.24875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 101.25em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 101.25em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 101.24875em) {
  .show-for-xxlarge-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;
  }
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #cacaca;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(6, 4, 3, 0);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #cacaca;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(6, 4, 3, 0);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(6, 4, 3, 0);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(6, 4, 3, 0);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(6, 4, 3, 0);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 0 0 0 rgba(6, 4, 3, 0);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease-in-out;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 25em) {
  .position-left.reveal-for-smallMedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-smallMedium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-smallMedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-smallMedium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-smallMedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-smallMedium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-smallMedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-smallMedium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-smallMedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-smallMedium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-smallMedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-smallMedium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-smallMedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-smallMedium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-smallMedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-smallMedium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .position-left.reveal-for-mediumLarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-mediumLarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-mediumLarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-mediumLarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-mediumLarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-mediumLarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-mediumLarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-mediumLarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-mediumLarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-mediumLarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-mediumLarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-mediumLarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-mediumLarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 101.25em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 25em) {
  .off-canvas.in-canvas-for-smallMedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-smallMedium.position-left, .off-canvas.in-canvas-for-smallMedium.position-right, .off-canvas.in-canvas-for-smallMedium.position-top, .off-canvas.in-canvas-for-smallMedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-smallMedium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 37.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 56.25em) {
  .off-canvas.in-canvas-for-mediumLarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-mediumLarge.position-left, .off-canvas.in-canvas-for-mediumLarge.position-right, .off-canvas.in-canvas-for-mediumLarge.position-top, .off-canvas.in-canvas-for-mediumLarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-mediumLarge .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 101.25em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
/*
 * ------------------------------------------------------------
 * Componentes - Website
 * ------------------------------------------------------------
*/
/*
* Test module
* This is where we define 
* the styling for the footer
*/
/*
* Reset
* Reset css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
* Helpers
* space-top, space-bottom
* text-left etc.
*/
/*********************
TEXT ALIGNS
*********************/
.text-center {
  text-align: center;
}

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

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

/*********************
TEXT STYLES
*********************/
.uppercase {
  text-transform: uppercase;
}

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

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

.text-black {
  font-weight: 900;
}

.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: 500;
}

.light, .round-img__wrapper h1, .round-img__wrapper h2, .round-img__wrapper h3, .round-img__wrapper h4, .round-img__wrapper h5, .round-img__wrapper h6 {
  font-weight: 300;
}

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

/*********************
COLORS
*********************/
.color-primary {
  color: #2b295c;
}

.color-lightgray, .sub-heading__light {
  color: #060403;
  opacity: 0.3;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #060403;
}

.bg-primary {
  background-color: #191836;
}

.bg-white {
  background-color: #ffffff;
}

.bg-beige {
  background-color: #f1ded0;
}

.bg-pink {
  background-color: #f09cab;
}

.bg-yellow {
  background-color: #fac07b;
}

.bg-turquoise {
  background-color: #278697;
}

.bg-clearblue {
  background-color: #238bc3;
}

.bg-lightgrey-rd {
  background-color: #f4f4f4;
}

.color-dark-green-rd {
  color: #219352;
}

/*********************
BACKGROUND IMAGE
*********************/
.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image--fit {
  background-size: contain;
}
.bg-image--fill {
  background-size: cover;
}

/*********************
SPACE CLASSES
*********************/
.space {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 37.5em) {
  .space {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .space {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.space--small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .space--small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space--small {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .space--small {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space--small {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.space--top-small {
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .space--top-small {
    padding-top: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space--top-small {
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .space--top-small {
    padding-top: 2.8125rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space--top-small {
    padding-top: 3.125rem;
  }
}

.space-bottom {
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 37.5em) {
  .space-bottom {
    padding-bottom: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-bottom {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .space-bottom {
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-bottom {
    padding-bottom: 4.6875rem;
  }
}

.space-bottom--small {
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .space-bottom--small {
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-bottom--small {
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .space-bottom--small {
    padding-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-bottom--small {
    padding-bottom: 3.125rem;
  }
}

.nopad {
  padding: 0;
}

.marg-left {
  margin-left: 30px;
}

.marg-right {
  margin-right: 30px;
}

/*********************
PLACEMENT CLASSES
*********************/
.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

/*
* Animations
* This is where we define 
* @keyframe type animation classes.
*/
/*
* Fonts
* This is where we import
* fonts that the site uses.
*/
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg") format("svg");
}
/*
* Glyphs
* This is where we import 
* icon-fonts, and also where
* we specify icon-classes.
*/
.icon-facebook:before,
.icon-linkedin:before,
.icon-instagram:before,
.icon-twitter:before,
.icon-google:before,
.icon-apple:before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.7;
  position: relative;
  top: 2px;
  width: 20px;
}

.icon-facebook:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-fb.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-fb.svg) no-repeat 50% 50%;
}

.icon-linkedin:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-li.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-li.svg) no-repeat 50% 50%;
}

.icon-twitter:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-footer-tw.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-footer-tw.svg) no-repeat 50% 50%;
}

.icon-instagram:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-footer-ig.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-footer-ig.svg) no-repeat 50% 50%;
}

.icon-apple:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-apple.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-apple.svg) no-repeat 50% 50%;
}

.icon-google:before {
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-googleplay.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-googleplay.svg) no-repeat 50% 50%;
}

.icon-arrow:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 5px;
  width: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .icon-arrow:after {
    top: 6px;
    height: 24px;
    width: 24px;
  }
}

.icon-arrow-small:after {
  background-color: #2b295c;
  content: "";
  display: inline-block;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Group/Icons%20-%20used%20backend/arrow_right-small.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Group/Icons%20-%20used%20backend/arrow_right-small.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  left: 5px;
  top: 1px;
  width: 12px;
}

.icon-arrow-down:after {
  background-color: #2b295c;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  transform: rotate(90deg);
  top: 4px;
  left: -10px;
  width: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .icon-arrow-down:after {
    top: 5px;
    height: 24px;
    width: 24px;
  }
}

.icon-arrow.color-primary::after {
  background-color: #2b295c;
}

.icon-login:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-login.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-login.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.login .icon-login {
  font-weight: 500;
  transition: all .2s ease-in-out;
}
.login .icon-login:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-login.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-login.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-dropdown {
  color: #383635;
}
.icon-dropdown:after {
  background-color: #383635;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-dropdown.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-dropdown.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-dropdown__small:after {
  background-color: #060403;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-dropdown-small.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-dropdown-small.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}

.icon-download:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-download.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-download.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  left: 10px;
  width: 24px;
}

.icon-search:after {
  background-color: #060403;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-search.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-search.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  left: 10px;
  width: 24px;
}

.icon-plus:after {
  background-color: #060403;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/DO%20NOT%20DELETE/Icons/icon-plus.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/DO%20NOT%20DELETE/Icons/icon-plus.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  left: 10px;
  width: 24px;
}

.icon-minus:after {
  background-color: #060403;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/DO%20NOT%20DELETE/Icons/icon-minus.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/DO%20NOT%20DELETE/Icons/icon-minus.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  left: 10px;
  width: 24px;
}

/* RelationDesk */
.icon-arrow-rd:after {
  background-color: #219352;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-rightarrow.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 5px;
  width: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .icon-arrow-rd:after {
    top: 5px;
    height: 24px;
    width: 24px;
  }
}

/*
* Typography
* This is where we set the  
* base typography for the site.
*/
/*********************
LINK STYLES
*********************/
body {
  color: #383635;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.15, 0.75, 0.5, 1);
  transition-property: color;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.content__ingress a:not(.button),
.blog-post__body a:not(.button) {
  text-decoration: underline;
}

/*********************
TYPOGRAPHY STYLES
*********************/
h1,
.h1 {
  color: #060403;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
h1.slanted,
.h1.slanted {
  font-style: italic;
}
h1 a,
.h1 a {
  text-decoration: none;
  cursor: pointer;
}

h2,
.h2,
h3,
.h3,
.timeline .date,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #060403;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.02em;
}
h2 a,
.h2 a,
h3 a,
.h3 a,
.timeline .date a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  cursor: pointer;
}
h2.slanted,
.h2.slanted,
h3.slanted,
.h3.slanted,
.timeline .slanted.date,
h4.slanted,
.h4.slanted,
h5.slanted,
.h5.slanted,
h6.slanted,
.h6.slanted {
  font-style: italic;
}

.heading_styled {
  display: inline-block;
}
.heading_styled span,
.heading_styled div {
  display: inline-block;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  h1,
.h1 {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 75em) {
  h1,
.h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 101.25em) {
  h1,
.h1 {
    font-size: 4.625rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.25;
}
@media screen and (min-width: 75em) {
  h2,
.h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3,
.timeline .date {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 75em) {
  h3,
.h3,
.timeline .date {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.375rem;
  font-weight: 500 !important;
  line-height: 1.25;
}
@media print, screen and (min-width: 64em) {
  h4,
.h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}
@media print, screen and (min-width: 64em) {
  h5,
.h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}
@media print, screen and (min-width: 64em) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}

.heading_styled {
  display: inline-block;
}

.menu-heading, .footer ul li, .mobile-nav__languages .current-lang__mobile span, .top-menu__wrapper,
.mega-menu__wrapper {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 37.5em) {
  .menu-heading, .footer ul li, .mobile-nav__languages .current-lang__mobile span, .top-menu__wrapper,
.mega-menu__wrapper {
    font-size: 1.125rem;
  }
}

p,
.text-default,
.timeline-content span,
.text-logo__wrapper .content,
.text-content,
ol li,
ul li,
.cta_full-gray {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media print, screen and (min-width: 37.5em) {
  p,
.text-default,
.timeline-content span,
.text-logo__wrapper .content,
.text-content,
ol li,
ul li,
.cta_full-gray {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  p,
.text-default,
.timeline-content span,
.text-logo__wrapper .content,
.text-content,
ol li,
ul li,
.cta_full-gray {
    font-size: 1.25rem;
  }
}

.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
@media print, screen and (min-width: 37.5em) {
  .text-large {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-large {
    font-size: 1.5rem;
  }
}

.text-small {
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 37.5em) {
  .text-small {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-small {
    font-size: 1.25rem;
  }
}

.text-smaller, .blog-post__single .blog-post__timestamp, section.form .legal-consent-container p, section.form .legal-consent-container span, section.form-white .legal-consent-container p, section.form-white .legal-consent-container span, .floating-form__full .legal-consent-container p, .legal-consent-container p, .top-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .menu-item__desc {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 37.5em) {
  .text-smaller, .blog-post__single .blog-post__timestamp, section.form .legal-consent-container p, section.form .legal-consent-container span, section.form-white .legal-consent-container p, section.form-white .legal-consent-container span, .floating-form__full .legal-consent-container p, .legal-consent-container p, .top-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .menu-item__desc {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-smaller, .blog-post__single .blog-post__timestamp, section.form .legal-consent-container p, section.form .legal-consent-container span, section.form-white .legal-consent-container p, section.form-white .legal-consent-container span, .floating-form__full .legal-consent-container p, .legal-consent-container p, .top-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .menu-item__desc {
    font-size: 1rem;
  }
}

.small-heading {
  border-bottom: 1px solid rgba(6, 4, 3, 0.2);
  color: rgb(6, 4, 3);
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.small-heading__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.cond, .sub-heading__light {
  font-family: "Roboto Condensed", sans-serif !important;
}

b,
strong {
  font-weight: 500;
}

.sub-heading__dark {
  color: #2b295c;
  letter-spacing: -0.2px;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (min-width: 25em) {
  .sub-heading__dark {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .sub-heading__dark {
    font-size: 19px;
  }
}
@media screen and (min-width: 75em) {
  .sub-heading__dark {
    font-size: 20px;
  }
}

.sub-heading__light {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 25em) {
  .sub-heading__light {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .sub-heading__light {
    font-size: 16px;
  }
}

/* RelationDesk */
#site-relationdesk {
  background-color: #f4f4f4;
  font-family: "Open sans", sans-serif;
}
#site-relationdesk h1,
#site-relationdesk h4,
#site-relationdesk .form-heading {
  font-family: "Open sans", sans-serif;
  font-weight: 800 !important;
}
#site-relationdesk .rd h3 {
  font-size: 2.125rem;
  font-family: "Open sans", sans-serif;
  font-weight: 800 !important;
}
#site-relationdesk p {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
}
#site-relationdesk .body-block ul li {
  font-family: "Open sans", sans-serif;
}
#site-relationdesk .usp-desc p {
  padding-bottom: 20px;
}
#site-relationdesk .bold {
  font-weight: 800;
}
#site-relationdesk .blog-post h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
}
#site-relationdesk .link-text-rd {
  color: #219352 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
#site-relationdesk .text-content h1,
#site-relationdesk .text-content h2,
#site-relationdesk .text-content h3,
#site-relationdesk .text-content h4,
#site-relationdesk .text-content h5,
#site-relationdesk .text-content h6 {
  font-family: "Open sans", sans-serif;
  font-weight: 800;
}
#site-relationdesk .top-section__intro h3 {
  font-family: "Open sans", sans-serif;
}

/*
* Buttons
* This is where we define 
* styling for button elements
* we specify icon-classes.
*/
button:not(.a),
.button,
.cta_button,
.cta_full-gray {
  font-family: "Roboto", sans-serif;
  border-radius: 35px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out !important;
}
@media print, screen and (min-width: 37.5em) {
  button:not(.a),
.button,
.cta_button,
.cta_full-gray {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  button:not(.a),
.button,
.cta_button,
.cta_full-gray {
    font-size: 1.25rem;
  }
}
button:not(.a) a,
.button a,
.cta_button a,
.cta_full-gray a {
  transition: all 0.2s ease-in-out !important;
}
button:not(.a).button-medium,
.button.button-medium,
.cta_button.button-medium,
.cta_full-gray.button-medium {
  font-size: 16px;
  padding: 0.3125rem 1.5625rem;
}
@media print, screen and (min-width: 37.5em) {
  button:not(.a).button-medium,
.button.button-medium,
.cta_button.button-medium,
.cta_full-gray.button-medium {
    font-size: 18px;
  }
}
button:not(.a).button-large,
.button.button-large,
.cta_button.button-large,
.cta_full-gray.button-large {
  padding: 15px 30px;
}
@media screen and (min-width: 75em) {
  button:not(.a).button-large,
.button.button-large,
.cta_button.button-large,
.cta_full-gray.button-large {
    padding: 15px 50px !important;
  }
}

.button-primary,
.cta_button.button-primary {
  background-color: #2b295c !important;
  padding: 8px 20px 10px 20px;
}
.button-primary:hover,
.cta_button.button-primary:hover {
  background-color: #1b1939 !important;
  transition: all 0.2s ease-in-out !important;
}

.button-primary-inverted {
  background-color: #ffffff;
  color: #2b295c;
}
.button-primary-inverted:after {
  background-color: #2b295c;
}
.button-primary-inverted:hover {
  background-color: #2b295c !important;
  color: #ffffff !important;
}
.button-primary-inverted:hover:after {
  background-color: #ffffff !important;
}

.button-secondary,
.cta_button.button-secondary {
  background-color: #238bc3;
  padding: 0.625rem 1.5625rem;
}
.button-secondary:hover,
.cta_button.button-secondary:hover {
  background-color: #1b6c98;
}

/* RelationDesk */
.button-rd,
.cta_button.button-rd {
  background-color: #29B866;
  font-size: 20px;
  padding: 0.625rem 1.5625rem;
}
.button-rd:hover,
.cta_button.button-rd:hover {
  background-color: #208e4f !important;
}

.button-rd-large {
  font-size: 20px !important;
}

.button-white-rd {
  background-color: #ffffff;
  font-size: 20px;
  padding: 0.625rem 1.5625rem;
}

.button .icon-login {
  position: relative;
  top: -2px;
}

.cta_full-gray {
  background: rgba(43, 41, 92, 0.1) !important;
  border-radius: 5px;
  color: #2b295c;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: initial;
  text-transform: none;
  transition: background-color 0.1s ease;
}
.cta_full-gray.icon-arrow::after {
  background-color: #2b295c;
  margin-left: 0;
}
.cta_full-gray:hover {
  background: rgba(43, 41, 92, 0.15) !important;
  color: #2b295c !important;
}

/*
* New CTA button styles
*/

.btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.44px;
  text-align: center;
  color:#fff;
  padding: 16px 24px;
  border-radius: 200px;
  text-transform:uppercase;
  transition:0.2s all ease-in-out;
}

.btn-small {
  padding: 10px 24px;
}

.btn:hover {
  background:#56558D;
  color:#fff;
}

.btn:active {
  background:#2A295C;
  color:#fff;
}

.btn:focus {
  background:#2A295C;
  box-shadow: 0px 0px 0px 3px rgba(42, 41, 92, 0.48);
  color:#fff;
}

.btn-default {
  background-color:#2A295C;
}

.btn-primary {
  background-color:#238AC3;
}

.btn-secondary {
  background-color:#fff;
  color:#191836;
}

/*
* Navigation
* This is where we define 
* styling for all navigations
*/
/*********************
DESKTOP MENU STYLING
*********************/
@media print, screen and (min-width: 64em) {
  .header-menu__wrapper {
    padding-right: 0;
  }
}
.header-menu__wrapper .hs_cos_wrapper {
  height: 100%;
}

.top-menu__wrapper,
.mega-menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-transform: uppercase;
  /* Highlight section in mega menu (desktop) */
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper,
.mega-menu__wrapper {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 5px;
  }
}
.top-menu__wrapper ul,
.mega-menu__wrapper ul {
  list-style: none;
  display: flex;
  height: 100%;
  position: relative;
}
.top-menu__wrapper ul li,
.mega-menu__wrapper ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.top-menu__wrapper ul li.menu-item-has-children,
.mega-menu__wrapper ul li.menu-item-has-children {
  position: relative;
}
.top-menu__wrapper ul li.menu-item-has-children a,
.top-menu__wrapper ul li.menu-item-has-children .a,
.mega-menu__wrapper ul li.menu-item-has-children a,
.mega-menu__wrapper ul li.menu-item-has-children .a {
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.top-menu__wrapper ul li.menu-item-has-children .a,
.mega-menu__wrapper ul li.menu-item-has-children .a {
  text-transform: uppercase;
}
.top-menu__wrapper ul li.menu-item-has-children span,
.mega-menu__wrapper ul li.menu-item-has-children span {
  position: absolute;
  right: 0;
  top: 8px;
}
.top-menu__wrapper ul li.top-level-li,
.mega-menu__wrapper ul li.top-level-li {
  white-space: nowrap;
}
.top-menu__wrapper ul li.top-level-li.active .icon-dropdown.active::after,
.mega-menu__wrapper ul li.top-level-li.active .icon-dropdown.active::after {
  transform: rotate(180deg);
}
.top-menu__wrapper ul li.top-level-li h3,
.mega-menu__wrapper ul li.top-level-li h3 {
  white-space: initial;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul li.top-level-li .icon-dropdown::after,
.mega-menu__wrapper ul li.top-level-li .icon-dropdown::after {
    margin-right: 0;
  }
}
.top-menu__wrapper ul li.top-level-li .icon-dropdown.active::after,
.mega-menu__wrapper ul li.top-level-li .icon-dropdown.active::after {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul li.top-level-li,
.mega-menu__wrapper ul li.top-level-li {
    margin: 0 5px;
  }

  .kan.header .top-menu__wrapper ul li.top-level-li,
  .kan.header .mega-menu__wrapper ul li.top-level-li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 75em) {
  .top-menu__wrapper ul li.top-level-li,
.mega-menu__wrapper ul li.top-level-li {
    margin: 0 20px;
  }
}
.top-menu__wrapper ul li.top-level-li > span,
.mega-menu__wrapper ul li.top-level-li > span {
  opacity: 1;
  top: 20px;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul li.top-level-li:hover > a, .top-menu__wrapper ul li.top-level-li:hover > .a,
.mega-menu__wrapper ul li.top-level-li:hover > a,
.mega-menu__wrapper ul li.top-level-li:hover > .a {
    opacity: 0.7;
  }
}
.top-menu__wrapper .menu-item a:not(.btn),
.top-menu__wrapper .menu-item .a,
.mega-menu__wrapper .menu-item a:not(.btn),
.mega-menu__wrapper .menu-item .a {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper .menu-item a:not(.btn),
.top-menu__wrapper .menu-item .a,
.mega-menu__wrapper .menu-item a:not(.btn),
.mega-menu__wrapper .menu-item .a {
    display: initial;
    padding: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper .menu-item.active > a, .top-menu__wrapper .menu-item.active > .a, .top-menu__wrapper .menu-item.active-branch > a, .top-menu__wrapper .menu-item.active-branch > .a,
.mega-menu__wrapper .menu-item.active > a,
.mega-menu__wrapper .menu-item.active > .a,
.mega-menu__wrapper .menu-item.active-branch > a,
.mega-menu__wrapper .menu-item.active-branch > .a {
    border-bottom: 3px solid #191836;
    padding: 0 0 33px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper .menu-item.active > .a, .top-menu__wrapper .menu-item.active-branch > .a,
.mega-menu__wrapper .menu-item.active > .a,
.mega-menu__wrapper .menu-item.active-branch > .a {
    position: relative;
    top: 1rem;
  }
}
.top-menu__wrapper ul.top-menu__level1,
.mega-menu__wrapper ul.top-menu__level1 {
  padding: 1.25rem;
}
.top-menu__wrapper ul.top-menu__level1 a:not(.btn),
.top-menu__wrapper ul.top-menu__level1 .a,
.mega-menu__wrapper ul.top-menu__level1 a:not(.btn),
.mega-menu__wrapper ul.top-menu__level1 .a {
  padding: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul.top-menu__level1,
.mega-menu__wrapper ul.top-menu__level1 {
    align-items: center;
    padding: 1.25rem 0;
  }
}
.top-menu__wrapper .menu-image__wrapper,
.mega-menu__wrapper .menu-image__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.top-menu__wrapper .menu-image__wrapper img,
.mega-menu__wrapper .menu-image__wrapper img {
  display: none;
  max-width: 75px;
  margin-right: 30px;
}
@media screen and (min-width: 75em) {
  .top-menu__wrapper .menu-image__wrapper img,
.mega-menu__wrapper .menu-image__wrapper img {
    display: block;
  }
}
.top-menu__wrapper .highlight__wrapper,
.mega-menu__wrapper .highlight__wrapper {
  background-color: #fafafa;
  padding-left: 50px;
  padding-right: 50px;
}
.top-menu__wrapper .highlight__wrapper:after,
.mega-menu__wrapper .highlight__wrapper:after {
  background-color: #fafafa;
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-menu__wrapper .highlight__wrapper img,
.mega-menu__wrapper .highlight__wrapper img {
  max-width: 50%;
  max-height: 210px;
  margin: 15px auto;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper .highlight__wrapper img,
.mega-menu__wrapper .highlight__wrapper img {
    margin: 0 auto 15px auto;
  }
}
.top-menu__wrapper .highlight__wrapper .highlight-heading,
.mega-menu__wrapper .highlight__wrapper .highlight-heading {
  padding: 10px 0;
  margin-bottom: 0;
  text-transform: none;
}
.top-menu__wrapper .highlight__wrapper p,
.mega-menu__wrapper .highlight__wrapper p {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
  padding-bottom: 15px;
  white-space: normal;
}
.top-menu__wrapper .highlight__wrapper span,
.mega-menu__wrapper .highlight__wrapper span {
  position: static !important;
}
.top-menu__wrapper .highlight__wrapper .cta_button,
.mega-menu__wrapper .highlight__wrapper .cta_button {
  margin: 10px auto;
}
.top-menu__wrapper ul.top-menu__level2,
.mega-menu__wrapper ul.top-menu__level2 {
  background-color: #ffffff;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
}
.top-menu__wrapper ul.top-menu__level2.hidden,
.mega-menu__wrapper ul.top-menu__level2.hidden {
  display: none;
}
.top-menu__wrapper ul.top-menu__level2 span.icon-dropdown,
.mega-menu__wrapper ul.top-menu__level2 span.icon-dropdown {
  display: none;
}
.top-menu__wrapper ul.top-menu__level2 li,
.mega-menu__wrapper ul.top-menu__level2 li {
  border-bottom: none;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul.top-menu__level2 li a:hover,
.top-menu__wrapper ul.top-menu__level2 li .a:hover,
.top-menu__wrapper ul.top-menu__level2 li a:active,
.top-menu__wrapper ul.top-menu__level2 li .a:active,
.mega-menu__wrapper ul.top-menu__level2 li a:hover,
.mega-menu__wrapper ul.top-menu__level2 li .a:hover,
.mega-menu__wrapper ul.top-menu__level2 li a:active,
.mega-menu__wrapper ul.top-menu__level2 li .a:active {
    opacity: 0.5;
  }
}
.top-menu__wrapper ul.top-menu__level2 li.menu-item-has-children a,
.top-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .a,
.mega-menu__wrapper ul.top-menu__level2 li.menu-item-has-children a,
.mega-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .a {
  background-color: #ffffff;
  color: #060403;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
  transition: background-color 0.1s ease;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul.top-menu__level2 li.menu-item-has-children a,
.top-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .a,
.mega-menu__wrapper ul.top-menu__level2 li.menu-item-has-children a,
.mega-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .a {
    padding: 0;
  }
}
.top-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .menu-item__desc,
.mega-menu__wrapper ul.top-menu__level2 li.menu-item-has-children .menu-item__desc {
  height: auto;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.top-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .menu-item__desc {
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-top: 10px;
  padding-right: 15px;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .menu-item__desc {
    padding-right: 30px;
  }
}
.top-menu__wrapper ul.top-menu__level3 li,
.mega-menu__wrapper ul.top-menu__level3 li {
  text-transform: none;
  font-weight: 400;
}
.top-menu__wrapper ul.top-menu__level3 li a,
.top-menu__wrapper ul.top-menu__level3 li .a,
.mega-menu__wrapper ul.top-menu__level3 li a,
.mega-menu__wrapper ul.top-menu__level3 li .a {
  letter-spacing: -0.2px;
  height: 30px !important;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul.top-menu__level3 li a,
.top-menu__wrapper ul.top-menu__level3 li .a,
.mega-menu__wrapper ul.top-menu__level3 li a,
.mega-menu__wrapper ul.top-menu__level3 li .a {
    padding: 0;
  }
  .top-menu__wrapper ul.top-menu__level3 li a:hover, .top-menu__wrapper ul.top-menu__level3 li a:active,
.top-menu__wrapper ul.top-menu__level3 li .a:hover,
.top-menu__wrapper ul.top-menu__level3 li .a:active,
.mega-menu__wrapper ul.top-menu__level3 li a:hover,
.mega-menu__wrapper ul.top-menu__level3 li a:active,
.mega-menu__wrapper ul.top-menu__level3 li .a:hover,
.mega-menu__wrapper ul.top-menu__level3 li .a:active {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper ul.top-menu__level3,
.mega-menu__wrapper ul.top-menu__level3 {
    flex-direction: column;
    line-height: 1;
    padding-bottom: 50px;
  }
}

/* overwrites for default top menu (relationdesk) */
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper:not(.mega-menu__wrapper) .top-level-li:hover ul.top-menu__level2,
.top-menu__wrapper:not(.mega-menu__wrapper) .top-level-li:active ul.top-menu__level2 {
    display: block;
  }
}
.top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 {
    background-color: #ffffff;
    height: auto;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 3.875rem;
  }
  .top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 a,
.top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 .a {
    display: block;
    border-bottom: 1px solid rgba(6, 4, 3, 0.099907);
    padding: 1.125rem 2rem 1.125rem 1.125rem;
  }
  .top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 a:hover,
.top-menu__wrapper:not(.mega-menu__wrapper) ul.top-menu__level2 .a:hover {
    background-color: rgba(6, 4, 3, 0.03);
    color: #060403;
    opacity: 1;
  }
}

.mobile-search {
  border-bottom: 1px solid rgba(6, 4, 3, 0.1);
  padding-bottom: 15px;
  margin: 0 20px;
}
.mobile-search .search-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  letter-spacing: 1.5px;
}
.mobile-search .search-link svg {
  margin-right: 7px;
}
.mobile-search .search-link span {
  color: #060403;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.header-search svg .search-color {
  fill: #060403;
}
.header-search svg:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 64em) {
  .header-search {
    padding-top: 12px;
  }
}
@media screen and (min-width: 75em) {
  .header-search {
    padding-right: 35px;
  }
}

.current-lang {
  border-left: 1px solid rgba(6, 4, 3, 0.1);
  border-right: 1px solid rgba(6, 4, 3, 0.1);
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  .current-lang {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 75em) {
  .current-lang {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.current-lang img {
  position: relative;

/*   top: 3px; */
}


.current-lang img:before {
  content: "";
  height: 200px!important;
  position: absolute;
  width: 200px!important;
  z-index: 1;
  background: red;
}

.current-lang img:after {
  content: "";
  position: absolute;
  left: 55px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #e83474;
}

.language-dropdown {
  background-color: #ffffff;
  position: absolute;
  top: 101px;
  left: -50%;
}

@media screen and (max-width: 1024px) {
  .language-dropdown {
    left: -1px;
  }
}

.language-dropdown img {
  position: relative;
  margin-right: 10px;
  min-width: 28px;
  top: 0;
}

.rd-border-right {
  border-right: 1px solid rgba(6, 4, 3, 0.1);
}



/*********************
NEW KAN MEGA MENU 
*********************/

.kan.header {
}




.kan.header img.logo {
  max-width: 75% !important;
}

.kan.header .row.align-middle a,
.kan.header .row.align-middle button {
  font-size: 14px;
}

.kan.header .btn {
  margin-left:10px;
}

.top-ui-menu {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(6, 4, 3, 0.1);;
}

.top-ui-menu .ui-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-block: 5px;
}

.top-ui-menu .column {
  padding: 0;
}

.top-ui-menu .current-lang {
  border: none;
  padding-left: 16px;
}

.top-ui-menu .show-for-large .login,
.top-ui-menu .show-for-large .header-search {
  padding-inline: 12px;
}

 .top-ui-menu .search-link {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 2px 5px;
} 

/* .top-ui-menu .icon-login,
.top-ui-menu .lang.title, */
.top-ui-menu .search-link > .search-text {
  display: inline-block;
  font-size: 12px;
  color: #949494;
}

.global_login .icon-login:before {
  background-color: #238AC3;
  -webkit-mask-size: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
  mask-image: url(../images/icon-login_sm.svg) no-repeat 50% 50% !important;
  --webkit-mask-image: url(../images/icon-login_sm.svg) no-repeat 50% 50% !important;
  height: 18px;
  width: 18px;
  top: 4px;
}

.global_login .login,
.global_login > .login .icon-login,
.current-lang {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.global_login span.icon-login:hover {
  opacity: .7s;
}

/* .kan.header .global_login > .login span.icon-login  {
  padding-bottom: 5px;
 } */

.global_login {
  border-left: 1px solid rgba(6, 4, 3, 0.1);
  border-right: 1px solid rgba(6, 4, 3, 0.1);
  
}

.lang_title {
  margin-left: 0.625rem;
}

.current-lang::before {
  width: 200px;
}

.kan.header .language-dropdown {
  top: 30px;
  z-index: 10;
}

.kan.header .language-dropdown ul.lang_list_class li  a.lang_switcher_link span  {
  font-size: 12px !important;
}

.kan.header form[role="search"] {
  padding-right: 12px;
}

.kan.header .search_wrapper {
  border: 1px solid #949494;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 5px;
  width: 85px;

  transition: all .2s ease-in-out;

  /******
  ENABLE TRANSITION WHEN SEARCH ISN'T A BUTTON 
  transition: width .2s ease-in-out; 
  *******/
}

.kan.header .search_wrapper:hover {
  cursor: pointer;
  border-color: #238AC3;
  background: #e9f7ff; 
}

.kan.header .search_wrapper:active {
  background: #e0f1fc;
}


.menu-item-has-children button.icon-dropdown,
.has_children button.icon-dropdown {
  padding-bottom: 25px !important;
}

.kan.header .highlight__wrapper .cta_button {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.kan.header .sm-dropwdown__wrapper a {
  transition: opacity .2s ease-in-out;
}

.kan.header .sm-dropwdown__wrapper a:hover {
  opacity: .7;
}

.kan.header .highlight__wrapper .icon-arrow:after {
  top: 0 !important;
}

.kan.header .search_wrapper:focus-within {
    /******
  ENABLE TRANSITION WHEN SEARCH ISN'T A BUTTON 
  border-color: #238AC3;
  width: 200px;
    *******/
  border-color: #238AC3;
  caret-color: transparent;
}

.kan.header .search-input {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  font-size: 12px;
}

.kan.header .search-input:focus {
  border: none !important;
}

.kan.header .top-menu__level1 a:not(.btn),
.kan.header .top-menu__level1 {
  padding-block: 0;
}

.top-menu__wrapper button.a {
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1.5px;
} 

@media print, screen and (min-width: 64em){
  .kan.header .mega-menu__wrapper.top-menu__wrapper {
    padding-top: 0px;
  }

  .kan.header .highlight__wrapper {
    padding-top: 95px;
  }

  .kan.header .row.align-middle,
  .top-ui-menu.show-for-large {
    padding-right: 1rem;
  }

  .global_login .login,
  .global_login > .login .icon-login,
  .current-lang  {
    padding-bottom: 5px;
  }
} 

.kan.header .grandchildren__wrapper {
  padding-top: 30px;
}

.kan.header .has_grandchildren button.active,
.kan.header .has_children button.active {
  box-shadow: inset 0 -3px 0 black; 
  padding: 20px 0;
}

.kan.header .desktop-dropdown__wrapper {
  top: auto;
}


.kan.header .has_children button.non_active 
+ .sm-dropwdown__wrapper.active {
  visibility: hidden;
  border: 1px solid red;
} 

.desktop-dropdown__wrapper h3.dropdown_title {
  padding-left: 10px;
  text-transform: initial;
  margin-bottom: 30px;
  font-size: 28px;
}

.kan.header .highlight__wrapper h3 {
  font-size: 28px
}

.kan.header .highlight__wrapper p {
  font-size: 14px;
}

.kan.header .grandchild {
  border-radius: 4px;
  padding: 23px 0px 0px 23px;
  width: 45%;
  white-space: normal;
}

.kan.header .has_grandchildren >
button.active + .desktop-dropdown__wrapper.active {
  max-height: 640px; 
} 

.kan.header .desktop-dropdown__wrapper .grid-container {
  margin-bottom: 6rem;
}

.kan.header .desktop-dropdown__wrapper .grid-x {
  gap: 10px;
}

.kan.header .grandchild:nth-child(1) {
  background: rgba(250, 192, 123, 0.1);
  border-left: 8px solid #FAC07B;
}

.kan.header .grandchild:nth-child(2) {
  background: rgba(203, 231, 248, 0.1);
  border-left: 8px solid #CBE7F8;
}

.kan.header .grandchild:nth-child(3) {
  background: rgba(131, 185, 194, 0.1);
  border-left: 8px solid #83B9C2;
}

.kan.header .grandchild:nth-child(4) {
  background: rgba(217, 217, 217, 0.1);
  border-left: 8px solid #D9D9D9;
}

.kan.header ul.top-menu__level3 {
  padding-top: 7px !important;
  padding-bottom: 7px;
}

.grandchild .grandchild_title {
  letter-spacing: clamp(0.063rem, 0.028rem + 0.17vw, 0.156rem);
}

/* .kan.header .desktop-dropdown__wrapper .top-menu__level3 li:not(:last-child) {
  padding-bottom: 7px;
} */

@media print, screen and (min-width: 64em) {
  .kan.header .grid-x > .large-6 {
    width: 49%;
  }
}

@media print, screen and (max-width: 66.875em) {
  .kan.header .desktop-dropdown__wrapper .grid-x {
    gap: 5px;
  }
}

.kan.header .highlight_img-wrapper img {
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.kan.header .highlight_img-wrapper {
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.kan.header h3.highlight-heading {
  padding: 15px 0;
}

.has_children {
  position: relative;
}

.sm-dropwdown__wrapper {
  background: #ffffff;
  padding: 40px 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  left: -65%;
  right: -50%;

  position: absolute;
  width: 280px;

  display: none;
}

.sm-dropwdown__wrapper.active {
  display: block;
}

.sm-dropwdown__wrapper ul {
  flex-direction: column;
  padding-inline-start: 0px;
}

.sm-dropwdown__wrapper ul li:not(:last-child) {
  padding-bottom: 15px;
}

/*********************
NEW KAN MOBILE MENU
*********************/

.kan.header {
  height: auto;
}

.mobile_menu_pushdown {
  margin-top: 1.5rem;
}

/* ui top banner */

.top-ui-menu.mobile .ui-content >
.mobile__log-in .column.shrink.login{
    padding: 0 10px!important;
    font-size: 12px;
}

.top-ui-menu.mobile .ui-content >
.mobile-nav__languages {
  padding: 0 !important;
  position: relative;
}

.top-ui-menu.mobile .ui-content .current-lang__mobile {
  padding: 0 10px 0px 15px!important;
  align-items: center;
}

.top-ui-menu.mobile .ui-content .current-lang__mobile span {
  margin-left: 8px;
  font-weight: 400;
}

.top-ui-menu.mobile .icon-login,
.top-ui-menu.mobile p.search-text,
.top-ui-menu.mobile .current-lang__mobile span {
  font-size: clamp(0.75rem, 0.693rem + 0.28vw, 0.875rem);
  letter-spacing: 0;
  text-transform: capitalize;
}

/* .top-ui-menu.mobile .current-lang_img, */
.top-ui-menu .current-lang_img > img {
  width: 22px;
  height: 18px;
}

.top-ui-menu .current-lang_img {
  display: flex;
}

.top-ui-menu.mobile .mobile-search {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
}

.top-ui-menu.mobile .mobile__log-in {
  width: auto;
}

.top-ui-menu.mobile .mobile__log-in .icon-login {
  display: flex;
}

.top-ui-menu.mobile .mobile__log-in .global_login .icon-login:before {
  top: 0px;
}

.kan.header .mobile-nav__languages .language-dropdown__mobile {
  display: block;
  position: absolute;
  width: 100%;
}

.kan.header .mobile-nav__languages .language-dropdown__mobile a  {
  display: flex;
  flex-direction: row;
}

.kan.header .mobile-nav__languages .language-dropdown__mobile a img {
  width: 22px;
  height: 18px;
}

.kan.header .mobile-nav__languages .language-dropdown__mobile a span {
  font-size: 12px;
}


/*  actual navigation */

.mobile_menu_wrapper .menu-item-has-children.active .icon-dropdown::after {
  transform: rotate(180deg);
}

.mobile_menu_wrapper .top-menu__level2 {
  padding-left: 0 !important;
}

.mobile_menu_wrapper .has_grandchildren .grandchild {
  border-radius: 4px;
  margin-bottom: 20px;
}

.mobile_menu_wrapper .has_grandchildren .grandchild_title {
  letter-spacing: 1.5px;
}

.mobile_menu_wrapper .has_grandchildren .grandchild_title, 
.mobile_menu_wrapper .has_grandchildren a,
.mobile_menu_wrapper .menu-item,
.mobile_menu_wrapper .has_children a {
  font-size: clamp(0.875rem, 0.761rem + 0.57vw, 1.125rem);
  font-size: 14px;
}

.mobile_menu_wrapper .has_grandchildren .top-menu__level2 a {
  padding: 10px !important;
  height: auto !important;
} 

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(1) {
  background: rgba(250, 192, 123, 0.1);
  border-left: 8px solid #FAC07B;
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(1) ul li:not(:last-child),
.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(1) .grandchild_title {
  border-bottom: 1px solid rgba(250, 192, 123, 0.2);
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(2) {
  background: rgba(203, 231, 248, 0.1);
  border-left: 8px solid #CBE7F8;
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(2) ul li:not(:last-child),
.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(2) .grandchild_title {
  border-bottom: 1px solid rgba(203, 231, 248, 0.2);
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(3) {
  background: rgba(217, 217, 217, 0.1);
  border-left: 8px solid #D9D9D9;
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(3) ul li:not(:last-child),
.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(3) .grandchild_title {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(4) {
  background: rgba(131, 185, 194, 0.1);
  border-left: 8px solid #83B9C2;
}

.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(4) ul li:not(:last-child),
.mobile_menu_wrapper .has_grandchildren .grandchild:nth-child(4) .grandchild_title {
  border-bottom: 1px solid rgba(131, 185, 194, 0.2);
}

.mobile_menu_wrapper .has_children .top-menu__level2 a {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  padding-block: 6px;
  padding-inline: 18px;
}


/*********************
MOBILE MENU TOGGLE
*********************/
.mobile-menu__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobile-menu__nav #menu-btn {
  margin-right: 15px;
  margin-top: 5px;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2b295c;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 14px;
}

#nav-icon1 span:nth-child(2) {
  top: 24px;
}

#menu-btn[aria-expanded=true] #nav-icon1 span:nth-child(2) {
  top: 23px;
  transform: rotate(135deg);
}
#menu-btn[aria-expanded=true] #nav-icon1 span:nth-child(1) {
  top: 23px;
  transform: rotate(-135deg);
}

.off-canvas.is-transition-overlap {
  z-index: 10000;
}

.off-canvas {
  background: #ffffff;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 50px;
  z-index: 1;
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.2s ease-out, opacity 0.2s ease-out;
}
.off-canvas.is-open {
  opacity: 1;
  height: 100%;
}

.position-top {
  top: 50px;
  overflow-y: scroll;
}

div[data-global-resource-path="dazy-theme/templates/partials/off-canvas.html"] {
  height: calc(100% - 50px);
}

.mobile-nav {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .hs_cos_wrapper {
  width: 100%;
}
.mobile-nav .top-menu__wrapper .hs-menu-depth-1 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
}
.mobile-nav ul li {
  border-bottom: 1px solid rgba(6, 4, 3, 0.05);
  color: #060403;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.mobile-nav ul .hs-menu-children-wrapper li {
  border-bottom: none;
}

.mobile-nav__languages {
  padding: 20px 0px 0;
}
.mobile-nav__languages .current-lang__mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 15px 15px 15px;
}
.mobile-nav__languages .current-lang__mobile span {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-left: 16px;
}
.mobile-nav__languages .current-lang__mobile:after {
  top: 1px;
}
.mobile-nav__languages .current-lang__mobile.active::after {
  transform: rotate(180deg);
}
.mobile-nav__languages .language-dropdown__mobile {
  display: none;
  position: static;
}
.mobile-nav__languages .language-dropdown__mobile a {
  border-bottom: none;
  padding: 10px 0 10px 15px;
}
.mobile-nav__languages .language-dropdown__mobile a img {
  top: -2px;
}
.mobile-nav__languages .language-dropdown__mobile a span {
  color: #060403;
  font-size: 18px;
  margin-left: 6px;
}

.mobile__log-in {
  width: 100%;
}
.mobile__log-in .button {
  border-radius: 0;
  height: 50px;
  width: 100%;
}
.mobile__log-in .button span {
  position: relative;
  top: -3px;
}

/*********** Desktop mega menu dropdown **************/
.desktop-dropdown__wrapper {
  position: fixed;
  left: 0;
  top: 102px;
  width: 100%;
  max-height: 0;
  transition: max-height 0.7s cubic-bezier(0, 1, 0.5, 1);
  overflow: hidden;
}
.desktop-dropdown__wrapper.active {
  max-height: 540px;
}

.login {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

/*
* Lists
* This is where we define 
* styling for lists. 
*/
/*********************
LIST ( UL, LI ) - STYLES
*********************/
ul {
  padding-left: 20px;
}
ol {
  padding-left: 20px;
}
.list--clean {
  text-decoration: none;
}
.list--horizontal .list__item {
  display: inline-block;
}

/*********************
 STYLED LISTS
*********************/
.styled_list ul {
  list-style: none;
  padding-left: 0;
}
.styled_list ul li {
  margin-bottom: 10px;
  padding: 10px 20px;
}
.styled_list li.turqoise {
  border-left: 5px solid #278697;
}
.styled_list li.clear_blue {
  border-left: 5px solid #238bc3;
}
.styled_list li.pink {
  border-left: 5px solid #f09cab;
}
.styled_list li.mango {
  border-left: 5px solid #fac07b;
}
.styled_list li.bg-gray {
  background-color: rgba(6, 4, 3, 0.03);
  border-radius: 5px;
  margin-bottom: 2px;
  padding: 20px;
}

#table-of-contents {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 124px;
  margin-bottom: 360px;
}
@media print, screen and (min-width: 64em) {
  #table-of-contents {
    display: block;
  }
}

#table-of-contents ul {
  margin-top: 40px;
  list-style: none;
  border-left: 2px solid RGBA(6, 4, 3, 0.05);
}
#table-of-contents ul li {
  margin-bottom: 1rem;
  position: relative;
  opacity: 0.5;
}
#table-of-contents ul li:hover {
  opacity: 0.75;
}
#table-of-contents ul li::before {
  background-color: transparent;
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  left: -22px;
  top: 0;
  transition: all 0.1s ease;
}
#table-of-contents ul li.active {
  opacity: 1;
}
#table-of-contents ul li.active:hover {
  opacity: 1;
}
#table-of-contents ul li.active::before {
  background-color: #000;
}

/*
* Tables
* This is where we define 
* styling for tables
*/
/*
* Forms
* This is where we define 
* everything concerning forms.
*/
/*********************
GENERAL FORM STYLES
*********************/
fieldset.form-columns-1 .hs-input:not([type=checkbox]) {
  width: 100% !important;
}

@media print, screen and (min-width: 37.5em) {
  fieldset.form-columns-2 .hs-form-field {
    width: 49% !important;
  }
}

@media print, screen and (min-width: 37.5em) {
  fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid rgba(25, 24, 54, 0.35);
  font-size: 1rem;
  padding: 0.75rem 1rem 0.8125rem;
  margin: 0 0 0.9375rem;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  max-width: 100%;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border: 2px solid rgba(6, 4, 3, 0.6);
  outline: none;
}

.input--50 {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .input--50 {
    display: inline-block;
    width: calc(50% - 0.5rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .input--50:first-child {
    margin-right: 1rem;
  }
}

.input--33 {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .input--33 {
    display: inline-block;
    width: calc(33.333% - 1rem);
    margin-left: 1.5rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .input--33:first-child {
    margin-left: 0;
  }
}

input[type=submit] {
  background-color: #238bc3;
  border: none;
  border-radius: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.35px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 0.75rem 1.5625rem 0.875rem;
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media print, screen and (min-width: 37.5em) {
  input[type=submit] {
    padding: 10px 25px 12px 25px;
  }
}
@media print, screen and (min-width: 64em) {
  input[type=submit] {
    font-size: 20px;
    padding: 15px 30px;
  }
}
input[type=submit]:hover {
  background-color: #1b6c98;
}
input[type=submit]:focus {
  outline: none;
}

form label {
  font-weight: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0.25rem;
  letter-spacing: 1.5px;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  form label {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  form label {
    font-size: 18px;
  }
}
form label span.hs-form-required {
  color: #F09CAB !important;
}

.legal-consent-container {
  margin-top: 1.25rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px;
}
.legal-consent-container p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4375rem;
  font-weight: bold;
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.3rem;
  font-weight: normal;
}
.legal-consent-container p a {
  text-decoration: underline;
}
.legal-consent-container span::before {
  margin-bottom: 1.25rem;
}
.legal-consent-container .hs-form-required {
  display: none !important;
}
.legal-consent-container .hs-form-booleancheckbox p,
.legal-consent-container .hs-form-booleancheckbox span,
.legal-consent-container .hs-form-booleancheckbox label,
.legal-consent-container .hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display span,
.legal-consent-container .hs-form-booleancheckbox-display label {
  font-weight: 400 !important;
  color: #ffffff !important;
}

section.form form {
  padding: 1.25rem;
}
section.form label {
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  display: block;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 37.5em) {
  section.form label {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.form label {
    font-size: 1.125rem;
  }
}
section.form input[type=submit]:hover {
  background-color: #1b1939;
}

/*********************
FLOAING FORM WITH IMAGE (MODULE)
*********************/
.floating-form__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media print, screen and (min-width: 37.5em) {
  .floating-form__row {
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .floating-form__row {
    justify-content: flex-end;
  }
  .floating-form__row.left {
    justify-content: flex-start;
  }
  .floating-form__row.center {
    justify-content: center;
  }
}

.floating-form__wrapper {
  padding: 50px 15px;
}
.floating-form__wrapper h1, .floating-form__wrapper h2, .floating-form__wrapper h3, .floating-form__wrapper h4, .floating-form__wrapper h5, .floating-form__wrapper h6 {
  color: #ffffff;
}
@media print, screen and (min-width: 37.5em) {
  .floating-form__wrapper {
    width: 535px;
  }
}
@media print, screen and (min-width: 64em) {
  .floating-form__wrapper {
    padding: 50px 40px;
    width: 650px;
  }
}
@media screen and (min-width: 75em) {
  .floating-form__wrapper {
    min-width: 785px;
  }
}
.floating-form__wrapper input[type=submit] {
  width: 100%;
}

.floating-form__wrapper-pushed_down {
  position: relative;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .floating-form__wrapper-pushed_down {
    bottom: -200px;
  }
}

.floating-form__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .floating-form__info {
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .floating-form__info {
    flex-direction: column;
  }
}

.floating-form__contact {
  margin-left: 20px;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .floating-form__contact {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.floating-form__contact span {
  font-weight: 500;
  font-size: 20px;
}

.round-img {
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  height: 72px;
  width: 72px;
  image-rendering: -webkit-optimize-contrast;
}
@media print, screen and (min-width: 64em) {
  .round-img {
    height: 122px;
    width: 122px;
  }
}

/*********************
FLOATING FORM FULL SIZE (Module)
*********************/
.floating-form__full {
  padding: 25px;
}
.floating-form__full h1, .floating-form__full h2, .floating-form__full h3, .floating-form__full h4, .floating-form__full h5, .floating-form__full h6, .floating-form__full span, .floating-form__full label {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .floating-form__full {
    padding: 50px;
  }
}
.floating-form__full span.hs_cos_wrapper_type_form {
  width: 100%;
}
.floating-form__full form fieldset {
  width: 100%;
  max-width: none;
}
.floating-form__full form input[type=submit] {
  width: 90%;
  max-width: 375px;
  margin: 20px auto 0 auto;
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  .floating-form__full form input[type=submit] {
    margin: 35px auto 0 auto;
  }
}
.floating-form__full .legal-consent-container {
  text-align: left;
}
.floating-form__full .legal-consent-container p {
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
}

.floating-form__full-inner {
  max-width: 785px;
  margin: 0 auto;
}

.form-heading {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 37.5em) {
  .form-heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .form-heading {
    margin-bottom: 50px;
  }
}

section.form-white input[type=text],
section.form-white input[type=email],
section.form-white input[type=tel],
section.form-white input[type=number],
section.form-white input[type=url],
section.form-white input[type=search],
section.form-white input[type=password],
section.form-white textarea {
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 2px;
}
section.form-white input[type=text]:focus,
section.form-white input[type=email]:focus,
section.form-white input[type=tel]:focus,
section.form-white input[type=number]:focus,
section.form-white input[type=url]:focus,
section.form-white input[type=search]:focus,
section.form-white input[type=password]:focus,
section.form-white textarea:focus {
  border: 1px solid black;
  outline: none !important;
}
section.form-white input[type=submit] {
  background-color: #2b295c;
}
section.form-white input[type=submit]:hover {
  background-color: #1b1939;
}
section.form-white .legal-consent-container p, section.form-white .legal-consent-container span {
  color: rgba(6, 4, 3, 0.5) !important;
}

section.form .hs-fieldtype-checkbox, section.form-white .hs-fieldtype-checkbox {
  margin-top: 15px;
}
section.form .hs-fieldtype-checkbox > label, section.form-white .hs-fieldtype-checkbox > label {
  margin: 0;
  font-weight: 400 !important;
}
section.form .hs-fieldtype-checkbox > label > span, section.form-white .hs-fieldtype-checkbox > label > span {
  color: #404040;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.09375rem;
  line-height: 1.125rem;
}
section.form .hs-fieldtype-checkbox > label span.hs-form-required, section.form-white .hs-fieldtype-checkbox > label span.hs-form-required {
  color: #F09CAB;
}
section.form .hs-fieldtype-checkbox ul, section.form-white .hs-fieldtype-checkbox ul {
  margin: 0.9375rem 0;
}
section.form .hs-fieldtype-checkbox ul li, section.form-white .hs-fieldtype-checkbox ul li {
  list-style: none;
}
section.form .hs-fieldtype-booleancheckbox, section.form-white .hs-fieldtype-booleancheckbox {
  margin-top: 15px;
}
section.form .hs-fieldtype-booleancheckbox legend.hs-field-desc, section.form-white .hs-fieldtype-booleancheckbox legend.hs-field-desc {
  color: #404040;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.09375rem;
  line-height: 1.125rem;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
}
section.form label.hs-form-booleancheckbox-display, section.form-white label.hs-form-booleancheckbox-display {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
section.form label.hs-form-booleancheckbox-display span, section.form-white label.hs-form-booleancheckbox-display span {
  font-weight: 400;
  display: inline-block;
  text-transform: none;
}
section.form label.hs-form-booleancheckbox-display span::before, section.form-white label.hs-form-booleancheckbox-display span::before {
  background-color: #ffffff;
  border: 0.0625rem solid rgba(25, 24, 54, 0.35);
  border-radius: 0.1875rem;
  content: "";
  display: inline-block;
  float: left;
  line-height: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}
section.form label.hs-form-booleancheckbox-display span span.hs-form-required::before, section.form-white label.hs-form-booleancheckbox-display span span.hs-form-required::before {
  border: 0;
  width: 0;
  height: 0;
  margin: 0;
}
section.form label.hs-form-booleancheckbox-display input[type=checkbox], section.form-white label.hs-form-booleancheckbox-display input[type=checkbox] {
  display: none;
}
section.form label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span::before, section.form-white label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span::before {
  font-family: "Glyphicons Halflings";
  background-color: #fff;
  content: "\E013";
  color: #2b2a5c;
  padding-top: 0.125rem;
  padding-left: 0.1875rem;
  font-size: 0.625rem !important;
}
section.form .legal-consent-container, section.form-white .legal-consent-container {
  margin-top: 1.25rem;
}
section.form .legal-consent-container p, section.form .legal-consent-container span, section.form-white .legal-consent-container p, section.form-white .legal-consent-container span {
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  letter-spacing: 0;
}
section.form .legal-consent-container p a, section.form .legal-consent-container span a, section.form-white .legal-consent-container p a, section.form-white .legal-consent-container span a {
  text-decoration: underline;
}
section.form .legal-consent-container .hs-form-booleancheckbox-display > span, section.form-white .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px;
}
section.form .legal-consent-container .hs-form-booleancheckbox-display span::before, section.form-white .legal-consent-container .hs-form-booleancheckbox-display span::before {
  margin-bottom: 1.875rem;
}
section.form .legal-consent-container .hs-form-booleancheckbox-display .hs-form-required, section.form-white .legal-consent-container .hs-form-booleancheckbox-display .hs-form-required {
  display: none !important;
}

.branded-form {
  background-color: inherit !important;
  margin-bottom: 0 !important;
}
.branded-form form {
  background-color: #191836;
  color: #ffffff;
}
@media print, screen and (min-width: 37.5em) {
  .branded-form form {
    max-width: 535px;
    margin: 0 auto;
  }
}
.branded-form form h1, .branded-form form h2, .branded-form form h3 {
  color: #ffffff;
  padding: 50px 0;
}
.branded-form form label {
  font-weight: 500;
}
.branded-form form label span {
  font-weight: 500 !important;
  color: #ffffff;
}
.branded-form form label span.hs-form-required {
  color: #F09CAB !important;
}
.branded-form form .hs-form-booleancheckbox span, .branded-form form .hs-form-booleancheckbox p {
  color: #ffffff;
}
.branded-form form .hs-form-booleancheckbox span::before {
  background-color: #ffffff !important;
}
.branded-form select {
  margin-top: 0 !important;
  margin-bottom: 0.9375rem !important;
}
.branded-form input[type=submit] {
  background-color: #238bc3 !important;
  margin-bottom: 50px !important;
  width: 100%;
}
.branded-form input[type=submit]:hover {
  background-color: #1b6c98 !important;
}

section.form .hs-fieldtype-radio, section.form-white .hs-fieldtype-radio {
  margin-top: 0.9375rem;
}
section.form .hs-fieldtype-radio > label, section.form-white .hs-fieldtype-radio > label {
  display: block !important;
  text-align: left;
}
section.form .hs-fieldtype-radio > label > span, section.form-white .hs-fieldtype-radio > label > span {
  color: #404040;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.09375rem;
  line-height: 1.125rem;
}
section.form .hs-fieldtype-radio > label span.hs-form-required, section.form-white .hs-fieldtype-radio > label span.hs-form-required {
  color: #F09CAB;
}
section.form .hs-fieldtype-radio ul, section.form-white .hs-fieldtype-radio ul {
  margin: 0.9375rem 0;
}
section.form .hs-fieldtype-radio ul li, section.form-white .hs-fieldtype-radio ul li {
  list-style: none;
}
section.form label.hs-form-radio-display, section.form-white label.hs-form-radio-display {
  cursor: pointer;
}
section.form label.hs-form-radio-display span, section.form-white label.hs-form-radio-display span {
  line-height: 1.5rem;
  padding-left: 0.625rem;
  text-transform: none;
}
section.form label.hs-form-radio-display span::before, section.form-white label.hs-form-radio-display span::before {
  margin-top: 0.1875rem;
  margin-right: 0.25rem;
  padding-left: 0px;
  padding-right: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border-radius: 6.25rem;
  border: 0.0625rem solid rgba(25, 24, 54, 0.35);
  display: inline-block;
  line-height: 0.9375rem;
  content: "";
  float: left;
}
section.form label.hs-form-radio-display input[type=radio], section.form-white label.hs-form-radio-display input[type=radio] {
  display: none;
}
section.form label.hs-form-radio-display input[type=radio]:checked + span::before, section.form-white label.hs-form-radio-display input[type=radio]:checked + span::before {
  background-color: #FFF;
  box-shadow: 0 0 0px 0.3125rem #2b2a5c inset;
  border: 0 solid transparent;
  font-family: "san-serif";
  content: "";
  color: #FFF;
  padding-top: 0.1875rem;
  padding-right: 0.1875rem;
  line-height: -2.5rem;
}
section.form .legal-consent-container .hs-form-radio-display > span, section.form-white .legal-consent-container .hs-form-radio-display > span {
  margin-left: 0px;
}

section.form .hs-fieldtype-select {
  margin-top: 0.9375rem;
}
section.form .hs-fieldtype-select > label > span {
  color: #404040;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
}
section.form select {
  width: 100% !important;
  color: #777;
  padding: 0.875rem 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem !important;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF !important;
  background: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/field_chevron.svg) 96%/15% no-repeat;
  background-size: auto;
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
  margin-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  min-height: 3.75rem;
}
section.form select::-ms-expand {
  display: none;
}
section.form select:focus {
  border: 1px solid black;
  transition: none;
  outline: none !important;
}

/* CAUTION: IE hackery ahead */
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0 ) {
  section.form select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}
section.form .hs-form-required {
  color: #F09CAB;
}
section.form .hs-error-msgs li {
  list-style: none;
}
section.form .hs-error-msgs li label {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: rem(0.5);
  line-height: 1.125rem;
  color: #F09CAB;
  text-transform: none;
}

.logo {
  display: flex;
  justify-content: center;
}

.section-logo img {
  margin: 0 0.3125rem 1.25rem 0.3125rem;
  max-height: auto;
}
@media print, screen and (min-width: 64em) {
  .section-logo img {
    margin-bottom: 0;
    max-height: auto;
  }
}

.info-text {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 56.24875em) {
  .info-text {
    padding-top: 0px;
  }
}

/* ---------------- DEMO FORM ---------------------- */
.demo {
  /* Custom Input */
  /* Hide the original checkbox */
  /* Add new checkbox */
  /* Style new checked item */
  /* Show when checked */
  /* Style when focused */
  /* Fields */
  /* Labels */
  /* Help text */
  /* Inputs */
  /* Inputs - checkbox/radio */
  /* Inputs - date picker */
  /* Inputs - file picker */
  /* Headings and text */
  /* Validation */
  /* Submit button */
  /* Captcha */
}
.demo .inputs-list li.hs-form-booleancheckbox {
  margin: 16px 0;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label {
  position: relative;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 30px;
  /* Width of the new radio select and any additional spacing on the left */
}
.demo ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label span::before {
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border: 3px solid;
  border-left: 0;
  border-top: 0;
  height: 14px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 6px;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
}
.demo ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}
@media print, screen and (max-width: 24.99875em) {
  .demo .form-columns-2 .input {
    margin-right: 0px !important;
    margin-left: -8px;
  }
}
.demo .hs-form-field {
  margin-bottom: 1rem;
}
.demo form label {
  display: block;
  font-weight: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 0.35rem;
}
.demo form legend {
  font-size: 0.875rem;
}
.demo form select {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF !important;
  background: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/field_chevron.svg) 96%/15% no-repeat;
  background-size: auto;
  color: #060403;
}
.demo form select::-ms-expand {
  display: none;
}
.demo form select:focus {
  border: 1px solid black;
  transition: none;
  outline: none !important;
}
.demo form input[type=text],
.demo form input[type=email],
.demo form input[type=password],
.demo form input[type=tel],
.demo form input[type=number],
.demo form input[type=file],
.demo form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
}
.demo form textarea {
  resize: vertical;
}
.demo form fieldset {
  max-width: 100% !important;
}
.demo form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.demo form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
.demo form .inputs-list input,
.demo form .inputs-list span {
  vertical-align: middle;
}
.demo form input[type=checkbox],
.demo form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}
.demo .hs-dateinput {
  position: relative;
}
.demo .hs-dateinput:before {
  content: "\1F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.demo .fn-date-picker .pika-table thead th {
  color: #FFF;
}
.demo .fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.demo .fn-date-picker td .pika-button:hover,
.demo .fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}
.demo form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
.demo form .hs-richtext p {
  color: rgba(6, 4, 3, 0.498716);
  font-size: 16px;
  margin: 0 0 1.4rem;
  opacity: 0.5;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.33px;
}
.demo form .hs-richtext img {
  max-width: 100% !important;
}
.demo .hs-form-required {
  color: #EF6B51;
}
.demo .hs-input.invalid.error {
  border-color: #EF6B51;
}
.demo .hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.demo .grecaptcha-badge {
  margin: 0 auto;
}
.demo form {
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 5px;
}
.demo form h2 {
  margin: 0 0 1.4rem;
}
.demo .legal-consent-container .hs-form-booleancheckbox-display p {
  color: #060403 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 26px;
  text-align: center;
}
.demo .legal-consent-container .hs-form-booleancheckbox-display label, .demo .legal-consent-container .hs-form-booleancheckbox-display span, .demo .legal-consent-container .hs-form-booleancheckbox label, .demo .legal-consent-container .hs-form-booleancheckbox span, .demo .hs-richtext p {
  color: #404040 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 26px;
}
.demo .rd ul.inputs-list li.hs-form-booleancheckbox label span {
  text-transform: none;
}
.demo .rd .hs-richtext h2, .demo .rd .hs-main-font-element h2 {
  font-family: "Open sans", sans-serif;
  font-weight: 800;
  font-size: 34px;
}
.demo .rd input[type=submit] {
  background-color: #29B866;
  border: none;
  border-radius: 35px;
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.35px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 0.75rem 1.5625rem 0.875rem;
  margin-top: 20px;
  text-transform: none;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .demo .rd input[type=submit] {
    padding: 10px 25px 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .demo .rd input[type=submit] {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.demo .rd input[type=submit]:hover {
  background-color: #208e4f;
}
.demo .rd input[type=submit]:focus {
  outline: none;
}
.demo input[type=submit] {
  background-color: #238bc3;
  border: none;
  border-radius: 35px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.35px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 0.75rem 1.5625rem 0.875rem;
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .demo input[type=submit] {
    padding: 10px 25px 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .demo input[type=submit] {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.demo input[type=submit]:hover {
  background-color: #1b6c98;
}
.demo input[type=submit]:focus {
  outline: none;
}
.demo .cta-card {
  width: 1058px;
  height: 310px;
  text-align: center;
  position: relative;
}
.demo .cta-card button {
  background: #2B295C;
  border-radius: 35px;
  width: 246px;
  height: 60px;
  color: #fff;
}
.demo .cta-card .content {
  width: 350px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -200px;
  /* Apply negative top and left margins to truly center the element */
}

/* ---------------- END DEMO FORM ---------------------- */
/* ---------------- CONTACT FORM ---------------------- */
.contact {
  padding-bottom: 30px;
  /* Custom Input */
  /* Hide the original checkbox */
  /* Add new checkbox */
  /* Style new checked item */
  /* Show when checked */
  /* Style when focused */
  /* Fields */
  /* Labels */
  /* Help text */
  /* Inputs */
  /* Inputs - checkbox/radio */
  /* Inputs - date picker */
  /* Inputs - file picker */
  /* Headings and text */
  /* Validation */
  /* Submit button */
  /* Captcha */
}
@media print, screen and (max-width: 24.99875em) {
  .contact {
    padding-bottom: 10px;
  }
}
.contact .contact-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 74.99875em) {
  .contact .contact-cta {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.contact .contact-cta > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 60px;
  min-height: calc(50% - 15px);
  border-radius: 5px;
}
.contact .cta_button {
  margin-top: 30px;
}
.contact form {
  padding: 50px 40px;
  background-color: #191836;
  border-radius: 5px;
}
.contact form h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 31.2px;
}
.contact form h2 {
  margin: 0 0 1.4rem;
}
.contact .hs-richtext, .contact .hs-main-font-element {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.57px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.contact textarea {
  height: auto;
  min-height: 150px;
  border-radius: 0;
  margin: 0;
}
.contact .inputs-list li.hs-form-booleancheckbox {
  margin: 0px 0;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label {
  position: relative;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 30px;
  /* Width of the new radio select and any additional spacing on the left */
}
.contact ul.inputs-list li.hs-form-booleancheckbox label input {
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label span::before {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label span::after {
  content: "";
  border: 3px solid #060403;
  border-left: 0;
  border-top: 0;
  height: 14px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 6px;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
}
.contact ul.inputs-list li.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}
@media print, screen and (max-width: 24.99875em) {
  .contact .form-columns-2 .input {
    margin-right: 0px !important;
    margin-left: -8px;
  }
}
.contact .hs-form-field {
  margin-bottom: 1rem;
}
.contact form label {
  display: block;
  font-weight: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: none;
  display: block;
  font-size: 18px;
  margin-bottom: 0.25rem;
  letter-spacing: 1.5px;
  text-align: left;
}
.contact form legend {
  font-size: 0.875rem;
}
.contact form select {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF !important;
  background: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/field_chevron.svg) 96%/15% no-repeat;
  background-size: auto;
  color: #060403;
}
.contact form select::-ms-expand {
  display: none;
}
.contact form select:focus {
  border: 1px solid black;
  transition: none;
  outline: none !important;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form input[type=password],
.contact form input[type=tel],
.contact form input[type=number],
.contact form input[type=file],
.contact form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid rgba(25, 24, 54, 0.35);
  border-radius: 5px;
  margin: 0;
}
.contact form textarea {
  resize: vertical;
}
.contact form fieldset {
  max-width: 100% !important;
}
.contact form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact form .inputs-list > li {
  display: block;
  margin: 0.1rem 0;
}
.contact form .inputs-list input,
.contact form .inputs-list span {
  vertical-align: middle;
}
.contact form input[type=checkbox],
.contact form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}
.contact .hs-dateinput {
  position: relative;
}
.contact .hs-dateinput:before {
  content: "\1F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.contact .fn-date-picker .pika-table thead th {
  color: #FFF;
}
.contact .fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.contact .fn-date-picker td .pika-button:hover,
.contact .fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}
.contact form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
.contact form .hs-richtext p {
  color: rgba(6, 4, 3, 0.498716);
  font-size: 16px;
  margin: 0 0 0.1rem;
  opacity: 0.5;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.33px;
}
.contact form .hs-richtext img {
  max-width: 100% !important;
}
.contact .hs-form-required {
  color: #EF6B51;
}
.contact .hs-input.invalid.error {
  border-color: #EF6B51;
}
.contact .hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  text-align: center;
}
.contact .grecaptcha-badge {
  margin: 0 auto;
}
.contact .legal-consent-container .hs-form-booleancheckbox-display p {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 26px;
  text-align: center;
}
.contact .legal-consent-container .hs-form-booleancheckbox-display label, .contact .legal-consent-container .hs-form-booleancheckbox-display span, .contact .legal-consent-container .hs-form-booleancheckbox label, .contact .legal-consent-container .hs-form-booleancheckbox span, .contact .hs-richtext p {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 26px;
}
.contact input[type=submit] {
  background-color: #238bc3;
  border: none;
  border-radius: 35px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.35px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 0.75rem 1.5625rem 0.875rem;
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .contact input[type=submit] {
    padding: 10px 25px 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .contact input[type=submit] {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.contact input[type=submit]:hover {
  background-color: #1b6c98;
}
.contact input[type=submit]:focus {
  outline: none;
}
.contact .cta-card {
  width: 1058px;
  height: 310px;
  text-align: center;
  position: relative;
}
.contact .cta-card button {
  background: #2B295C;
  border-radius: 35px;
  width: 246px;
  height: 60px;
  color: #fff;
}
.contact .cta-card .content {
  width: 350px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -200px;
  /* Apply negative top and left margins to truly center the element */
}

.contact-info {
  background-color: #F1DED0;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-info {
    text-align: center;
  }
  .contact-info h2 {
    padding-top: 15px;
  }
}
.contact-info > div {
  padding-top: 10px;
  padding-bottom: 20px;
}

/*
* Modals
* This is where we define 
* everything concerning modals.
*/
/*
* Header
* This is where we define 
* the styling for headers
*/
/*********************
HEADER
*********************/
.loader {
  background-color: #f5eee9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 150vh;
  width: 100%;
  z-index: 999999;
  background-position: center;
  background-repeat: no-repeat;
}
.loader svg {
  height: 300px;
  width: 300px;
  fill: #191836;
  opacity: 0.05;
  position: absolute;
  top: 10%;
}
@media screen and (min-width: 75em) {
  .loader svg {
    top: 20%;
  }
}

.header {
  background-color: #ffffff;
  height: 3.125rem;
  box-shadow: 0 1px 0 0 rgba(6, 4, 3, 0.1), 0 1px 0 0 #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100000;
  transition: all 0.4s ease;
}
.header.hidden {
  top: -150px;
}
@media print, screen and (min-width: 64em) {
  .header {
    height: 6.25rem;
  }

/*   .kan.header {
    height: 6.5rem;
  } */
}
.header .logo {
  max-width: 60%;
  margin-left: 10px;
}
@media print, screen and (min-width: 37.5em) {
  .header .logo {
    max-width: 137px;
  }
}
@media screen and (min-width: 75em) {
  .header .logo {
    max-width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .header__last-col {
    padding-left: 2.5rem;
  }
}

.lang-fix {
  display: flex;
  flex-flow: row wrap;
}

/* Overrides, HS language switcher */
.globe_class {
  background-image: none !important;
  width: 0 !important;
  border-radius: inherit !important;
  width: auto !important;
  height: auto !important;
}

.lang_list_class:after,
.lang_list_class:before {
  top: -8px !important;
  border: 12px solid transparent !important;
  border-bottom-color: #000 !important;
  content: none !important;
  display: none !important;
  position: absolute !important;
}

.lang_list_class {
  display: flex !important;
  flex-flow: column !important;
  position: relative !important;
  top: 0px !important;
  left: 0 !important;
  transform: none !important;
  text-align: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.lang_list_class li a {
  font-family: Roboto, sans-serif;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.1s ease;
  color: #383635 !important;
}
.lang_list_class li a:hover {
  color: #383635 !important;
}

ul.lang_list_class li:first-of-type {
  display: none;
}
ul.lang_list_class li:last-child {
  padding-bottom: 25px;
}
ul.lang_list_class li {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(6, 4, 3, 0.1) !important;
  cursor: pointer !important;
  flex-direction: row !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  transition: all 0.1s ease !important;
  border-right: none !important;
  border-left: none !important;
  padding:0 !important;
}
ul.lang_list_class li:hover {
  background-color: rgba(6, 4, 3, 0.03) !important;
}
ul.lang_list_class li a {
  display: flex !important;
  padding: 20px 50px 20px 20px !important;
}

.lang_switcher_link[lang=en]::before {
  content: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Marketing%20and%20CMS%20Hub/Group/Icons%20-%20used%20backend/icon-flag-en.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.lang_switcher_link[lang=da]::before {
  content: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Marketing%20and%20CMS%20Hub/Group/Icons%20-%20used%20backend/icon-flag-dk.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.lang_switcher_link[lang=no]::before {
  content: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Marketing%20and%20CMS%20Hub/Group/Icons%20-%20used%20backend/icon-flag-no.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.lang_switcher_link[lang=fi]::before {
  content: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Marketing%20and%20CMS%20Hub/Group/Icons%20-%20used%20backend/icon-flag-fi.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.lang_switcher_link[lang=sv]::before {
  content: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Marketing%20and%20CMS%20Hub/Group/Icons%20-%20used%20backend/icon-flag-se.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

ul.lang-menu {
  padding-top: 17px;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu {
    height: 48px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    flex-flow: row nowrap;
  }
}
ul.lang-menu a {
  text-decoration: none !important;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu a {
    display: inline-block;
    color: #ffffff !important;
  }
  ul.lang-menu a:hover {
    display: block;
  }
  ul.lang-menu a:hover::before, ul.lang-menu a:hover::after {
    text-decoration: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu li {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 0px;
  }
}
ul.lang-menu .language-dropdown__desktop {
  display: none;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: 1px 2px 8px rgba(15, 48, 63, 0.03);
  padding-bottom: 10px;
  position: absolute;
  min-width: 80%;
  top: 35px;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu .language-dropdown__desktop {
    min-width: 115px;
    top: 42px;
  }
}
ul.lang-menu .language-dropdown__desktop a {
  color: !important;
  padding: 10px;
  width: 100%;
}
ul.lang-menu .language-dropdown__mobile {
  display: none;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: 1px 2px 8px rgba(15, 48, 63, 0.03);
  padding-bottom: 10px;
  position: absolute;
  min-width: 80%;
  top: 35px;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu .language-dropdown__mobile {
    min-width: 115px;
    top: 42px;
  }
}
ul.lang-menu .language-dropdown__mobile a {
  color: !important;
  padding: 10px;
  width: 100%;
}
ul.lang-menu .desktop-lang__wrapper {
  position: relative;
}
ul.lang-menu .desktop-lang__wrapper .icon-chevron-down-thin::after {
  background-color: transparent;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
}
ul.lang-menu .desktop-lang__wrapper:hover a {
  text-decoration: underline !important;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__desktop {
  display: block;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__desktop a {
  text-decoration: none !important;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__desktop a:hover {
  text-decoration: none !important;
  background-color: #e7eaec;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__mobile {
  display: block;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__mobile a {
  text-decoration: none !important;
}
ul.lang-menu .desktop-lang__wrapper:hover .language-dropdown__mobile a:hover {
  text-decoration: none !important;
  background-color: #e7eaec;
}

ul.lang-menu-mobile {
  padding-top: 17px;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu-mobile {
    height: 48px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    flex-flow: row nowrap;
  }
}
ul.lang-menu-mobile a {
  text-decoration: none !important;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu-mobile a {
    display: inline-block;
    color: #ffffff !important;
  }
  ul.lang-menu-mobile a:hover {
    display: block;
  }
  ul.lang-menu-mobile a:hover::before, ul.lang-menu-mobile a:hover::after {
    text-decoration: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu-mobile li {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 0px;
  }
}
ul.lang-menu-mobile .language-dropdown__mobile {
  display: none;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: 1px 2px 8px rgba(15, 48, 63, 0.03);
  padding-bottom: 10px;
  position: absolute;
  min-width: 80%;
  top: 35px;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  ul.lang-menu-mobile .language-dropdown__mobile {
    min-width: 115px;
    top: 42px;
  }
}
ul.lang-menu-mobile .language-dropdown__mobile a {
  color: !important;
  padding: 10px;
  width: 100%;
}
ul.lang-menu-mobile .desktop-lang__wrapper {
  position: relative;
}
ul.lang-menu-mobile .desktop-lang__wrapper .icon-chevron-down-thin::after {
  background-color: transparent;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover a {
  text-decoration: underline !important;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__desktop {
  display: block;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__desktop a {
  text-decoration: none !important;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__desktop a:hover {
  text-decoration: none !important;
  background-color: #e7eaec;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__mobile {
  display: block;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__mobile a {
  text-decoration: none !important;
}
ul.lang-menu-mobile .desktop-lang__wrapper:hover .language-dropdown__mobile a:hover {
  text-decoration: none !important;
  background-color: #e7eaec;
}

.lang_switcher_class {
  position: relative !important;
  display: block !important;
}

/* Language switcher mobile */
@media print, screen and (max-width: 56.24875em) {
  ul.lang_list_class {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: none;
    position: relative;
    top: 0;
    left: 0;
  }
  ul.lang_list_class::before, ul.lang_list_class::after {
    display: none;
  }
  ul.lang_list_class li {
    border: 0 !important;
    padding: 0px 0px 25px 0px !important;
  }
  ul.lang_list_class li a {
    color: #383635 !important;
    font-weight: 600;
  }
}
/* Language switcher desktop */
@media print, screen and (min-width: 64em) {
  .header__language-switcher--label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-flow: row nowrap;
    margin-right: s;
  }
  .header__language-switcher--label button {
    color: #ffffff;
    box-shadow: none;
    padding: none;
  }
  .header__language-switcher--label.active, .header__language-switcher--label:hover {
    cursor: pointer;
  }
  .header__language-switcher--label.active .header__language-switcher--label-current, .header__language-switcher--label:hover .header__language-switcher--label-current {
    color: none;
  }
  .header__language-switcher--label.active .header__language-switcher--label-current::after, .header__language-switcher--label:hover .header__language-switcher--label-current::after {
    background-color: none;
  }
  .header__language-switcher--label.active .header__language-switcher--label-current::after {
    transform: rotate(180deg);
  }
  .header__language-switcher--label .header__language-switcher--label-current::after {
    background-color: white;
    top: 2px;
    margin-left: 6px;
    transition: all 0.1s ease-out;
    width: 0.6rem;
  }
  .header__language-switcher--label .language-menu__wrapper {
    position: absolute;
  }
  .header__language-switcher--label ul.lang_list_class,
.header__language-switcher--label ul.lang_list_home {
    background: white;
    color: #060403;
    box-shadow: none;
    padding: none;
    position: absolute;
    top: 3.5rem;
    left: 5rem;
    min-width: 134px;
    display: flex;
    flex-direction: column;
    gap: none;
    align-items: flex-start;
  }
  .header__language-switcher--label ul.lang_list_class:before, .header__language-switcher--label ul.lang_list_class:after,
.header__language-switcher--label ul.lang_list_home:before,
.header__language-switcher--label ul.lang_list_home:after {
    display: none;
  }
  .header__language-switcher--label ul.lang_list_class li,
.header__language-switcher--label ul.lang_list_home li {
    padding: 0 !important;
  }
  .header__language-switcher--label ul.lang_list_class li a,
.header__language-switcher--label ul.lang_list_home li a {
    text-decoration: underline;
  }
  .header__language-switcher--label ul.lang_list_class li a:hover,
.header__language-switcher--label ul.lang_list_home li a:hover {
    color: pink !important;
  }
  .header__language-switcher--label ul.lang_list_home {
    left: 0.5rem;
    top: 2.625rem;
  }
}
@media screen and (min-width: 75em) {
  .top-bar__wrapper .header__language-switcher--label {
    margin-right: none;
  }
}
/* Fix for language list that links to startpage
	 (if there are no translations) */
ul.lang_list_class.lang_list_home {
  display: block !important;
  position: relative !important;
  top: 10px !important;
  left: 0 !important;
  transform: none !important;
  text-align: none !important;
  list-style-type: none !important;
  /* padding: 0 !important; */
  margin: 0 !important;
}
ul.lang_list_class.lang_list_home li:first-of-type {
  display: block;
}

/*
* Content 
* This is where we define 
* styling for entry-content,
* articles, comments etc.
*/
.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline img:focus,
.no-focus-outline #current-lang:focus {
  outline: none !important;
}

body#no-scroll {
  overflow: hidden;
  height: 100%;
}

.body-overlay.show {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 110vh;
  width: 100%;
}

.body-block {
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .body-block {
    padding-top: 100px;
  }
}

.page-content__wrapper {
  margin: 0 auto;
  width: calc(100% - 20px);
  z-index: 0;
}
@media print, screen and (min-width: 64em) {
  .page-content__wrapper {
    width: calc(100% - 48px);
  }
}
.page-content__wrapper .page__content,
.page-content__wrapper .landingpage__content {
  z-index: 10;
}

.content__ingress {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .content__ingress {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 75em) {
  .content__ingress {
    padding-right: 100px;
  }
}
.content__ingress p,
.content__ingress h1,
.content__ingress h2,
.content__ingress h3,
.content__ingress h4,
.content__ingress h5,
.content__ingress h6,
.content__ingress span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .content__ingress p,
.content__ingress h1,
.content__ingress h2,
.content__ingress h3,
.content__ingress h4,
.content__ingress h5,
.content__ingress h6,
.content__ingress span {
    font-size: 2.375rem;
  }
}

hr {
  border: none;
  border-top: 2px solid RGBA(6, 4, 3, 0.1);
  margin: 10px 0;
}

.page-content__below {
  padding-top: 150px;
}

.page-content__below-single {
  padding-top: 0;
}

.section-content__wrapper {
  margin: 0 auto;
  padding: 20px 0;
}
@media print, screen and (min-width: 37.5em) {
  .section-content__wrapper {
    padding: 50px 0;
  }
}
.section-content__wrapper .column, .section-content__wrapper .columns {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .section-content__wrapper .column, .section-content__wrapper .columns {
    margin-bottom: 0;
  }
}

.background__wrapper {
  position: relative;
}
.background__wrapper .background {
  position: absolute;
  top: 25%;
  left: 24px;
  width: calc(100% - 48px);
  height: 50%;
  z-index: -1;
}

.text-content {
  margin-bottom: 30px;
  /*.hs-cta-wrapper {
        display: flex;
        justify-content: center;
    }*/
}
.text-content a:not(.btn) {
  text-decoration: underline;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.text-content .cta_button {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .text-content .cta_button {
    margin-bottom: 20px;
  }
}

.row.img_left {
  justify-content: flex-start;
}
.row.img_left img {
  margin: 0 auto;
}

.row.img_right {
  justify-content: flex-end;
}
.row.img_right img {
  margin: 0 auto;
}

.column.img_left, .img_left.columns {
  order: 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 37.5em) {
  .column.img_left, .img_left.columns {
    order: 1;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .column.img_left .text-content, .img_left.columns .text-content {
    padding-left: 150px;
  }
  .column.img_left .text-content.text-content-50, .img_left.columns .text-content.text-content-50 {
    padding-left: 0;
  }
}

.column.img_right, .img_right.columns {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .column.img_right, .img_right.columns {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column.img_right .text-content, .img_right.columns .text-content {
    padding-right: 150px;
  }
  .column.img_right .text-content.text-content-50, .img_right.columns .text-content.text-content-50 {
    padding-right: 0;
  }
}

.page-content__wrapper.theme-beige .divider,
.page-content__below.theme-beige .divider {
  border-bottom: 10px solid #f1ded0;
}
.page-content__wrapper.theme-beige .floating-form__wrapper,
.page-content__below.theme-beige .floating-form__wrapper {
  border-top: 5px solid #f1ded0;
}
.page-content__wrapper.theme-beige .testimonials-bg,
.page-content__below.theme-beige .testimonials-bg {
  background-color: #f1ded0;
}
.page-content__wrapper.theme-pink .divider,
.page-content__below.theme-pink .divider {
  border-bottom: 10px solid #f09cab;
}
.page-content__wrapper.theme-pink .floating-form__wrapper,
.page-content__below.theme-pink .floating-form__wrapper {
  border-top: 5px solid #f09cab;
}
.page-content__wrapper.theme-pink .testimonials-bg,
.page-content__below.theme-pink .testimonials-bg {
  background-color: #f09cab;
}
.page-content__wrapper.theme-yellow .divider,
.page-content__below.theme-yellow .divider {
  border-bottom: 10px solid #fac07b;
}
.page-content__wrapper.theme-yellow .floating-form__wrapper,
.page-content__below.theme-yellow .floating-form__wrapper {
  border-top: 5px solid #fac07b;
}
.page-content__wrapper.theme-yellow .testimonials-bg,
.page-content__below.theme-yellow .testimonials-bg {
  background-color: #fac07b;
}
.page-content__wrapper.theme-turquoise .divider,
.page-content__below.theme-turquoise .divider {
  border-bottom: 10px solid #278697;
}
.page-content__wrapper.theme-turquoise .floating-form__wrapper,
.page-content__below.theme-turquoise .floating-form__wrapper {
  border-top: 5px solid #278697;
}
.page-content__wrapper.theme-turquoise .testimonials-bg,
.page-content__below.theme-turquoise .testimonials-bg {
  background-color: #278697;
}
.page-content__wrapper.theme-sky_blue .divider,
.page-content__below.theme-sky_blue .divider {
  border-bottom: 10px solid #6ea5c3;
}
.page-content__wrapper.theme-sky_blue .floating-form__wrapper,
.page-content__below.theme-sky_blue .floating-form__wrapper {
  border-top: 5px solid #6ea5c3;
}
.page-content__wrapper.theme-sky_blue .testimonials-bg,
.page-content__below.theme-sky_blue .testimonials-bg {
  background-color: #6ea5c3;
}
.page-content__wrapper.theme-clear_blue .divider,
.page-content__below.theme-clear_blue .divider {
  border-bottom: 10px solid #238bc3;
}
.page-content__wrapper.theme-clear_blue .floating-form__wrapper,
.page-content__below.theme-clear_blue .floating-form__wrapper {
  border-top: 5px solid #238bc3;
}
.page-content__wrapper.theme-clear_blue .testimonials-bg,
.page-content__below.theme-clear_blue .testimonials-bg {
  background-color: #238bc3;
}

.page-content__wrapper-thanks {
  padding-bottom: 200px;
}

#fade-slider,
#fade-slider__full {
  padding: 3.125rem 0;
}
#fade-slider .slick-track,
#fade-slider__full .slick-track {
  display: flex;
}
#fade-slider .slick-track .slick-slide,
#fade-slider__full .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
#fade-slider .slick-dots,
#fade-slider__full .slick-dots {
  list-style: initial;
  display: flex;
  justify-content: center;
}
#fade-slider .slick-dots li button,
#fade-slider__full .slick-dots li button {
  color: transparent;
}
#fade-slider .slick-dots li button::before,
#fade-slider__full .slick-dots li button::before {
  font-size: 30px;
  color: rgba(43, 41, 92, 0.2);
}
#fade-slider .slick-dots li button::before:hover,
#fade-slider__full .slick-dots li button::before:hover {
  color: rgba(43, 41, 92, 0.5);
}
#fade-slider .slick-dots li.slick-active button::before,
#fade-slider__full .slick-dots li.slick-active button::before {
  color: rgb(43, 41, 92);
}
#fade-slider.dots_hidden .slick-dots,
#fade-slider__full.dots_hidden .slick-dots {
  display: none !important;
}

/* RelationDesk */
.text-button-section {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .text-button-section {
    padding-top: 150px;
  }
}
.text-button-section h4 {
  padding-bottom: 20px;
}

#hs-eu-cookie-confirmation {
  background: #191836 !important;
}
#hs-eu-cookie-confirmation-inner {
  background: #191836 !important;
  font-size: 16px !important;
}
#hs-eu-cookie-confirmation-inner p {
  color: rgba(255, 255, 255, 0.5) !important;
}
#hs-eu-cookie-confirmation-inner a {
  font-weight: 500 !important;
}
#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  border-radius: 35px !important;
  text-transform: uppercase;
  padding: 10px 25px;
}
#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: #1b6c98 !important;
}
#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 35px !important;
  padding: 10px 25px;
  text-transform: uppercase;
}

/*
* Footer
* This is where we define 
* the styling for the footer
*/
.footer-divider {
  background-color: #2b295c;
  height: 20px;
  position: relative;
  bottom: -10px;
  margin: 0 10px;
}
@media print, screen and (min-width: 64em) {
  .footer-divider {
    margin: 0 15px;
  }
}

.footer {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.footer .menu-heading, .footer ul li, .footer .top-menu__wrapper,
.footer .mega-menu__wrapper, .footer .mobile-nav__languages .current-lang__mobile span, .mobile-nav__languages .current-lang__mobile .footer span {
  color: #ffffff;
}
.footer a {
  transition: none;
}
.footer a:hover, .footer a span:hover {
  color: rgb(255, 255, 255);
}
.footer a:hover::before, .footer a span:hover::before {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}
.footer svg {
  margin-bottom: 30px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.footer ul li {
  margin-bottom: 0.625rem;
}
.footer ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer .copyright {
  padding: 0 10px;
}
.footer .copyright p, .footer .copyright span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 31.2px;
}

.logo-footer {
  fill: #ffffff;
}

.office-wrapper {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 37.5em) {
  .office-wrapper {
    margin-bottom: 3.75rem;
  }
}
.office-wrapper a {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .social-media {
    margin-top: 30px;
  }
}
.social-media span {
  display: block;
}

.footer-form__wrapper .footer-form__text {
  max-width: 330px;
}
.footer-form__wrapper form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.footer-form__wrapper form label {
  display: none;
}
.footer-form__wrapper form input[type=email] {
  border-radius: 2px 0 0 2px;
}
.footer-form__wrapper form input[type=email]:focus {
  border: none !important;
}
.footer-form__wrapper form input[type=submit] {
  border-radius: 0 25px 25px 0;
  margin-top: 0;
  min-height: 49px;
}

a.privacy_policy_link {
  text-decoration: underline;
}

/*
* Error-page
* This is where we define 
* the styling for the 404
*/
.error-page {
  padding-top: 80px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .error-page {
    padding-top: 180px;
  }
}
.error-page footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.error-page .button {
  padding-top: 10px;
  margin-top: 20px;
}

/*
* Blog
* This is where we define 
* the styling for the blog
*/
.blog-header__title {
  margin-bottom: 50px;
}

/********************************
            BLOG FEED
********************************/
.hs-blog-listing .blog-post__feed {
  margin-top: 50px;
}
@media print, screen and (min-width: 37.5em) {
  .hs-blog-listing .blog-post__feed {
    margin-top: 0px;
  }
}

.blog-post__feed .blog-post {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 80px;
  position: relative;
  min-height: 250px;
}
.blog-post__feed .blog-post:hover .blog-post-overlay {
  opacity: 0.1;
}
@media print, screen and (min-width: 25em) {
  .blog-post__feed .blog-post {
    min-height: 270px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .blog-post__feed .blog-post {
    min-height: 290px;
  }
}
@media print, screen and (min-width: 64em) {
  .blog-post__feed .blog-post {
    min-height: 350px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 75em) {
  .blog-post__feed .blog-post {
    min-height: 440px;
  }
}
.blog-post__feed .blog-post .category {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media print, screen and (min-width: 64em) {
  .blog-post__feed .blog-post .category {
    top: 20px;
    left: 20px;
  }
}
.blog-post__feed .blog-post__link {
  z-index: 50;
  width: 100%;
}
.blog-post__feed .blog-post__heading {
  background-color: #f5eee9;
  padding: 10px;
  position: relative;
  bottom: -50px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (min-width: 64em) {
  .blog-post__feed .blog-post__heading {
    bottom: -30px;
    padding: 20px 30px;
    width: 90%;
  }
}
.blog-post__feed .blog-post__heading .text-smaller, .blog-post__feed .blog-post__heading .blog-post__single .blog-post__timestamp, .blog-post__single .blog-post__feed .blog-post__heading .blog-post__timestamp, .blog-post__feed .blog-post__heading .top-menu__wrapper .menu-item__desc, .top-menu__wrapper .blog-post__feed .blog-post__heading .menu-item__desc,
.blog-post__feed .blog-post__heading .mega-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .blog-post__feed .blog-post__heading .menu-item__desc, .blog-post__feed .blog-post__heading .legal-consent-container p, .legal-consent-container .blog-post__feed .blog-post__heading p, .blog-post__feed .blog-post__heading section.form .legal-consent-container span, section.form .legal-consent-container .blog-post__feed .blog-post__heading span, .blog-post__feed .blog-post__heading section.form-white .legal-consent-container span, section.form-white .legal-consent-container .blog-post__feed .blog-post__heading span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.blog-post__feed .blog-post__heading .icon-arrow:after {
  background-color: #2b295c;
  top: 7px;
}

/******************************/
/*** RELATED CONTENT MODULE  ***/
/*****************************/
.blog-post__feed-related-content .blog-post {
  height: 290px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 37.5em) {
  .blog-post__feed-related-content .blog-post {
    height: 350px;
  }
}
@media print, screen and (min-width: 64em) {
  .blog-post__feed-related-content .blog-post {
    height: 290px;
  }
}
.blog-post__feed-related-content .blog-post__link {
  margin-top: 0;
}
.blog-post__feed-related-content .blog-post__image {
  position: static;
}
.blog-post__feed-related-content .blog-post__heading {
  background-color: transparent;
  position: static;
  padding: 10px 0;
  width: 100%;
}
.blog-post__feed-related-content .blog-post__heading h2 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .blog-post__feed-related-content .blog-post__heading {
    padding: 10px 0;
  }
}

.related-posts__wrapper .blog-post__heading {
  padding:0 15px 15px 15px;
}

.related-posts__wrapper .blog-post__heading h4 {
  font-weight:400 !important;
  margin-top:10px;
}

.related-posts__wrapper .blog-post__heading span {
  padding:0 !important;
  margin-top:10px;
  display:block;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight:400;
}

.related-posts__wrapper .blog-post__heading span:after {
  display:none;
}

/**********************************/
.blog-post__image {
  color: transparent;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 25;
  margin-top: 0;
}
.blog-post__image .blog-post-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/********************************
        BLOG CATEGORIES
********************************/
.category {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.category-analysis-suite,
.category-retriever-analysis,
.category-pink, .category-media-monitoring {
  background-color: #238bc3;
}

.category-editorial-suite,
.category-retriever-editorial,
.category-mango {
  background-color: #ffdaac;
}

.category-business-suite,
.category-retriever-business,
.category-clear_blue {
  background-color: #c3c3cd;
}

.category-social-suite,
.category-retriever-social,
.category-turqoise {
  background-color: #278697;
}

.categories {
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 37.5em) {
  .categories {
    max-width: 720px;
  }
}
@media print, screen and (min-width: 64em) {
  .categories {
    max-width: none;
    margin: 70px auto;
  }
}
.categories .categories-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 1400px;
}

/********************************
           BLOG TAGS
********************************/
.tag {
  border: 1px solid #238bc3;
  border-radius: 35px;
  color: #238bc3;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 5px 1px 8px;
}

/********************************
          PAGINATION
********************************/
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .blog-pagination {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.blog-pagination__link {
  color: #2b295c;
  font-weight: 500;
}

.blog-pagination__link--active {
  color: #ffffff;
  background-color: #2b295c;
}

.blog-pagination__prev-link {
  margin-right: 30px;
}

.blog-pagination__next-link {
  margin-left: 30px;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  opacity: 0.25;
  pointer-events: none;
}

.blog-pagination__number-link {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 40px;
  width: 40px;
}

.page-content__below-single .floating-block__wrapper {
  margin-top: -150px;
}

/********************************
    RELATED POSTS SIDEBAR
********************************/
@media print, screen and (min-width: 37.5em) {
  .related-posts__flex-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  .related-posts__flex-wrapper .related-blog-title {
    width: 48.5%;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 64em) {
  .related-posts__flex-wrapper .related-blog-title {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .related-posts__flex-wrapper {
    justify-content: space-evenly;
  }
}
@media print, screen and (min-width: 64em) {
  .related-posts__flex-wrapper {
    flex-direction: column;
  }
}

.related-blog-post {
  position: relative;
  margin-bottom: 30px;
}
.related-blog-post:hover .related-blog-post__image {
  opacity: 0.9;
}
.related-blog-post .aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 56.2256809339%;
  background: white;
  position: relative;
}
.related-blog-post .related-blog-post__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.related-blog-post .related-blog-categories {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
.related-blog-post .blog-post__heading h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 31.2px;
}
@media print, screen and (min-width: 64em) {
  .related-blog-post .blog-post__heading h4 {
    font-size: 24px;
  }
}
.related-blog-post .text-smaller.icon-arrow:after, .related-blog-post .blog-post__single .icon-arrow.blog-post__timestamp:after, .blog-post__single .related-blog-post .icon-arrow.blog-post__timestamp:after, .related-blog-post .top-menu__wrapper .icon-arrow.menu-item__desc:after, .top-menu__wrapper .related-blog-post .icon-arrow.menu-item__desc:after,
.related-blog-post .mega-menu__wrapper .icon-arrow.menu-item__desc:after,
.mega-menu__wrapper .related-blog-post .icon-arrow.menu-item__desc:after, .related-blog-post .legal-consent-container p.icon-arrow:after, .legal-consent-container .related-blog-post p.icon-arrow:after, .related-blog-post section.form .legal-consent-container span.icon-arrow:after, section.form .legal-consent-container .related-blog-post span.icon-arrow:after, .related-blog-post section.form-white .legal-consent-container span.icon-arrow:after, section.form-white .legal-consent-container .related-blog-post span.icon-arrow:after {
  background-color: #2b295c;
  height: 12px;
  width: 20px;
  top: 1px;
}

/********************************
           BLOG LATEST CARDS
********************************/
.card {
  position: relative;
}

.card img {
  border-radius: 4px 4px 0px 0px;
}

.card-section .card-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #060403;
}

@media print, screen and (max-width: 56.24875em) {
  .card-section .card-title {
    font-size: 1.125rem;
  }
}
.card-section .card-post-link {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media print, screen and (max-width: 56.24875em) {
  .card-section .card-post-link {
    font-size: 0.875rem;
  }
}
.card .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media print, screen and (max-width: 56.24875em) {
  .card .tags {
    font-size: 0.625rem;
    padding: 5px 10px;
  }
}
.card .social-suite,
.card .retriever-social {
  background-color: #278697;
}

.card .retriever-business {
  background-color:#c3c3cd;
}

.card .analysis-suite,
.card .retriever-analysis {
  background-color: #238BC3;
}

.card .editorial-suite,
.card .retriever-editorial {
  background-color: #FFDAAC;
}

.card-section {
  margin-top: 0px;
  background: #FFFFFF;
  border-radius: 0px 0px 4px 4px;
  padding: 30px 30px;
}

.card .career {
  background-color:#2a295c;
}

/********************************
           SINGLE POST
********************************/
.blog-post__single {
  padding: 0 10px;
}
.blog-post__single .blog-post__meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
@media print, screen and (min-width: 64em) {
  .blog-post__single .blog-post__meta {
    padding: 30px 0;
  }
}
.blog-post__single .blog-post__meta .blog-post__tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.blog-post__single .blog-post__timestamp {
  background-color: #f5eee9;
  display: flex;
  height: 26px;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .blog-post__single .content__ingress {
    padding-right: 100px;
  }
}
.blog-post__single .blog-post__body {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .blog-post__single .blog-post__body {
    padding-bottom: 100px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 75em) {
  .blog-post__single .blog-post__body {
    padding-right: 100px;
  }
}
.blog-post__single .blog-post__body h1,
.blog-post__single .blog-post__body h2,
.blog-post__single .blog-post__body h3,
.blog-post__single .blog-post__body h4,
.blog-post__single .blog-post__body h5,
.blog-post__single .blog-post__body h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.top-section__wrapper-single {
  margin: 50px auto 50px 0 !important;
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .top-section__wrapper-single {
    align-items: flex-end;
    padding-top: 0;
  }
  .top-section__wrapper-single h1 {
    padding-right: 3.125rem;
  }
}
.top-section__wrapper-single .blog-post__single-image {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .top-section__wrapper-single .blog-post__single-image {
    margin-top: 0;
    position: relative;
    bottom: -100px;
    right: 40px;
  }
}
@media screen and (min-width: 75em) {
  .top-section__wrapper-single .blog-post__single-image {
    bottom: -150px;
  }
}
@media screen and (min-width: 101.25em) {
  .top-section__wrapper-single .blog-post__single-image {
    right: 15px;
  }
}
.top-section__wrapper-single img {
  margin: 0 auto;
}

.blog-post__author {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .blog-post__author {
    margin-top: 250px;
  }
}
.blog-post__author .text-smaller.color-primary, .blog-post__author .top-menu__wrapper .color-primary.menu-item__desc, .top-menu__wrapper .blog-post__author .color-primary.menu-item__desc,
.blog-post__author .mega-menu__wrapper .color-primary.menu-item__desc,
.mega-menu__wrapper .blog-post__author .color-primary.menu-item__desc, .blog-post__author .legal-consent-container p.color-primary, .legal-consent-container .blog-post__author p.color-primary, .blog-post__author section.form .legal-consent-container span.color-primary, section.form .legal-consent-container .blog-post__author span.color-primary, .blog-post__author section.form-white .legal-consent-container span.color-primary, section.form-white .legal-consent-container .blog-post__author span.color-primary, .blog-post__author .blog-post__single .color-primary.blog-post__timestamp, .blog-post__single .blog-post__author .color-primary.blog-post__timestamp {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}
.blog-post__author .text-smaller.color-primary:after, .blog-post__author .top-menu__wrapper .color-primary.menu-item__desc:after, .top-menu__wrapper .blog-post__author .color-primary.menu-item__desc:after,
.blog-post__author .mega-menu__wrapper .color-primary.menu-item__desc:after,
.mega-menu__wrapper .blog-post__author .color-primary.menu-item__desc:after, .blog-post__author .legal-consent-container p.color-primary:after, .legal-consent-container .blog-post__author p.color-primary:after, .blog-post__author section.form .legal-consent-container span.color-primary:after, section.form .legal-consent-container .blog-post__author span.color-primary:after, .blog-post__author section.form-white .legal-consent-container span.color-primary:after, section.form-white .legal-consent-container .blog-post__author span.color-primary:after, .blog-post__author .blog-post__single .color-primary.blog-post__timestamp:after, .blog-post__single .blog-post__author .color-primary.blog-post__timestamp:after {
  background-color: #2b295c;
  position: relative;
}
.blog-post__author .blog-post__author-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 25px;
}
.blog-post__author .blog-post__author-inner .bold {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.blog-post__author .blog-post__author-inner .text-smaller, .blog-post__author .blog-post__author-inner .top-menu__wrapper .menu-item__desc, .top-menu__wrapper .blog-post__author .blog-post__author-inner .menu-item__desc,
.blog-post__author .blog-post__author-inner .mega-menu__wrapper .menu-item__desc,
.mega-menu__wrapper .blog-post__author .blog-post__author-inner .menu-item__desc, .blog-post__author .blog-post__author-inner .legal-consent-container p, .legal-consent-container .blog-post__author .blog-post__author-inner p, .blog-post__author .blog-post__author-inner section.form .legal-consent-container span, section.form .legal-consent-container .blog-post__author .blog-post__author-inner span, .blog-post__author .blog-post__author-inner section.form-white .legal-consent-container span, section.form-white .legal-consent-container .blog-post__author .blog-post__author-inner span, .blog-post__author .blog-post__author-inner .blog-post__single .blog-post__timestamp, .blog-post__single .blog-post__author .blog-post__author-inner .blog-post__timestamp {
  font-size: 15px;
}
.blog-post__author .blog-post__author-inner .round-img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-left: 0;
}
.blog-post__author .blog-post__author-inner .round-img__wrapper .round-img {
  width: 70px;
  height: 70px;
}
@media print, screen and (min-width: 64em) {
  .blog-post__author .blog-post__author-inner .round-img__wrapper .round-img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 75em) {
  .blog-post__author .blog-post__author-inner .round-img__wrapper .round-img {
    width: 122px;
    height: 122px;
  }
}

/*
 * ------------------------------------------------------------
 * Componentes - Landingpages
 * ------------------------------------------------------------
*/
body.landingpage header {
  background-color: #fff !important;
  justify-content: center;
  display:flex;
}
body.landingpage header .container {
  background-color: white;
  height: auto;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  body.landingpage header .container {
    height: auto;
  }
}
body.landingpage header .container img {
  display: block;
  margin: 0 auto;
  vertical-align: 100%;
  max-width: 140px;
}
@media print, screen and (min-width: 64em) {
  body.landingpage header .container img {
    max-width: 185px;
  }
}

body.landingpage footer {
  margin-top: 9.375rem;
}
body.landingpage footer h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 1.625rem;
  text-align: center;
}
body.landingpage footer ul {
  margin-top: 1.25rem !important;
  margin-bottom: 2.5rem;
  text-align: center;
}
body.landingpage footer ul li {
  display: inline-block;
}
body.landingpage footer ul li a {
  display: inline-block;
  margin-right: 1.25rem;
  text-transform: none;
}
body.landingpage footer p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.95rem;
  text-align: center;
}
body.landingpage footer p a {
  text-decoration: underline;
}

/*
 * ------------------------------------------------------------
 * Templates - Website
 * ------------------------------------------------------------
*/
.contact-page__form {
  background-color: #ffffff !important;
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .contact-page__form {
    padding-top: 0;
  }
}
.contact-page__form form {
  background-color: #191836;
  color: #ffffff;
}
@media print, screen and (min-width: 37.5em) {
  .contact-page__form form {
    max-width: 535px;
    margin: 0 auto;
  }
}
.contact-page__form form h1, .contact-page__form form h2, .contact-page__form form h3 {
  color: #ffffff;
  padding: 50px 0;
}
.contact-page__form form span, .contact-page__form form p {
  color: #fff !important;
}
.contact-page__form form label {
  font-weight: 500;
}
.contact-page__form form label span {
  font-weight: 500 !important;
  color: #ffffff !important;
}
.contact-page__form form label span.hs-form-required {
  color: #F09CAB !important;
}
.contact-page__form form .hs-form-booleancheckbox span::before {
  background-color: #ffffff !important;
}
.contact-page__form select {
  margin-top: 0 !important;
  margin-bottom: 0.9375rem !important;
}
.contact-page__form input[type=submit] {
  background-color: #238bc3 !important;
  margin-bottom: 50px !important;
  width: 100%;
}
.contact-page__form input[type=submit]:hover {
  background-color: #1b6c98 !important;
}

@media print, screen and (min-width: 64em) {
  .landingpage__content {
    padding-right: 40px;
  }
}

/*
 * ------------------------------------------------------------
 * Modules - Website
 * ------------------------------------------------------------
*/
.row.overlap, .overlap {
  margin-top: -5rem;
  position: relative;
  top: 0px;
  z-index: 100;
}

.cards-row {
  padding: 30px 10px 50px 10px;
}
@media print, screen and (min-width: 37.5em) {
  .cards-row {
    padding: 30px 15px 50px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64em) {
  .cards-row {
    justify-content: space-evenly;
  }
}

.dazy-card__column {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .dazy-card__column {
    width: 49%;
  }
}
@media print, screen and (min-width: 64em) {
  .dazy-card__column {
    width: 24%;
  }
  .dazy-card__column.uneven {
    width: 32%;
  }
}

.dazy-card__wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 0.625rem;
  transition: all 0.2s ease-in-out;
}
.dazy-card__wrapper:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
}
@media print, screen and (min-width: 37.5em) {
  .dazy-card__wrapper {
    margin-bottom: 1.25rem;
  }
}
.dazy-card__wrapper .sub-heading__dark {
  font-family: "Roboto", sans-serif;
}
.dazy-card__wrapper a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 15px 5px 15px 5px;
}
@media print, screen and (min-width: 37.5em) {
  .dazy-card__wrapper a {
    min-height: 120px;
    padding: 15px 5px 15px 25px;
  }
}
@media print, screen and (min-width: 64em) {
  .dazy-card__wrapper {
    text-align: center;
  }
  .dazy-card__wrapper a {
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: none;
    text-align: center;
    padding: 30px 5px 15px 5px;
  }
}
.dazy-card__wrapper .card-image {
  position: relative;
}
.dazy-card__wrapper img.card-blob {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .dazy-card__wrapper img.card-blob {
    max-width: 140% !important;
    left: -10px;
    top: -15px;
  }
}
.dazy-card__wrapper img.card-icon {
  display: inline-block;
  margin-right: 15px;
  max-width: 50px !important;
  height: auto;
}
@media print, screen and (min-width: 37.5em) {
  .dazy-card__wrapper img.card-icon {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .dazy-card__wrapper img.card-icon {
    margin: 0 auto 15px auto;
    max-height: 132px !important;
    max-width: none !important;
    width: auto;
  }
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}

.hs-search-field__bar input[type=text] {
  border-bottom: 3px solid #383635;
  color: rgba(6, 4, 3, 0.5);
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 10px 0 0 5px;
}
.hs-search-field__bar input[type=text]:focus, .hs-search-field__bar input[type=text]:active {
  color: #060403;
  border-bottom: 3px solid #383635 !important;
}
@media print, screen and (min-width: 37.5em) {
  .hs-search-field__bar input[type=text] {
    font-size: 32px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hs-search-field__bar input[type=text] {
    font-size: 40px;
  }
}
.hs-search-field__bar input[type=text]:focus {
  border: none;
}
.hs-search-field__bar form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.search-field__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.search-field__wrapper img {
  padding-bottom: 5px;
}
@media print, screen and (min-width: 37.5em) {
  .search-field__wrapper img {
    padding-bottom: 10px;
    margin-right: 10px;
    height: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .search-field__wrapper img {
    height: 60px;
  }
}

.search-input__wrapper {
  position: relative;
  width: 100%;
  margin-right: 10px;
  max-width: 1000px;
}
@media print, screen and (min-width: 37.5em) {
  .search-input__wrapper {
    margin-right: 30px;
  }
}

.search-button__wrapper {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .search-button__wrapper {
    display: block;
    width: 20%;
  }
  .search-button__wrapper button {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  .search-text {
    display: none;
  }
}

/***************************************
            SEARCH RESULTS
**************************************/
#radios {
  width: 100%;
}
#radios form {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 37.5em) {
  #radios form {
    justify-content: flex-start;
    border-bottom: 2px solid rgba(6, 4, 3, 0.1);
  }
}
#radios input[type=radio] {
  visibility: hidden;
  width: 1px;
}
#radios input[type=radio]:checked + label {
  color: #060403;
  border-bottom: 2px solid #060403;
}
#radios label {
  border-bottom: 2px solid rgba(6, 4, 3, 0.1);
  color: rgba(6, 4, 3, 0.5);
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  top: 2px;
  width: 50%;
  text-align: center;
}
@media print, screen and (min-width: 37.5em) {
  #radios label {
    border: none;
    width: auto;
    text-align: left;
  }
  #radios label:last-of-type {
    margin-left: 30px;
  }
}

.results-number {
  background-color: #f5eee9;
  border-bottom: none;
  padding: 5px;
  margin-bottom: 50px;
}

.hs-search-results__listing {
  padding: 85px 0 85px 0 !important;
  margin: 0;
  list-style: none;
}

.hs-search-highlight {
  font-weight: 500;
}

.hs-search-results__prev-page {
  float: left;
}

.hs-search-results__next-page {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .hs-search-results__link {
    margin-top: 20px;
  }
}

.search-result__item {
  border-bottom: 1px solid rgba(6, 4, 3, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.search-result__item img {
  max-width: 100%;
}
@media print, screen and (min-width: 64em) {
  .search-result__item {
    flex-flow: row wrap;
  }
}

@media print, screen and (min-width: 64em) {
  .search-result__desc {
    padding-left: 30px;
  }
}

.hs-search-results__title {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.hs-search-results__description {
  font-family: Roboto;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 26px;
}

/*.hs-search-results__featured-image {
    display: flex;
    justify-content: center;
    flex-direction: row;
}*/
.hs-search__no-results p {
  font-weight: 300;
  font-size: 40px;
}

/*.hs-search-field__suggestions {
   border-radius: 0 0 2px 2px;
   background-color: $white;
   box-shadow: 0 0 0 1px #E7E6E6;
   display: none;
   margin-top: -14px !important;
   padding: 20px !important;
   position: absolute;
   width: 100%;
   max-width: 1000px;
   list-style: none;
   z-index: 100;

   .hs-search-field--open &{
       display: block;
   }

 }*/
/*.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}*/
/*.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  font-family: 'Roboto', sans-serif;

  color: $black;
  display: block;

  @include breakpoint (large up) {
      font-size: 24px;
  }
}*/
/* .hs-search-field__suggestions #results-for {
   color: rgba(6,4,3,0.5);
   font-size: 16px;
   margin-bottom: 10px;
 }

 .hs-search-field__suggestions a:hover,
 .hs-search-field__suggestions a:focus {
   color: rgba(6,4,3,0.7);
   outline: none;
 }*/
.text-logo__wrapper {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 75em) {
  .text-logo__wrapper .heading_styled {
    padding-bottom: 30px;
  }
}
.text-logo__wrapper .content {
  margin: 0 0 50px 0;
}
.text-logo__wrapper .content a {
  text-decoration: underline;
}
@media screen and (min-width: 75em) {
  .text-logo__wrapper .content {
    padding: 0 100px 0 100px;
  }
}
.text-logo__wrapper svg {
  position: absolute;
  top: -10%;
  left: 0;
  height: 120%;
  width: 100%;
  z-index: -1;
  fill: #191836;
  opacity: 0.05;
}
.text-logo__wrapper .hs-cta-node {
  display: block;
}

/* TOP SECTION STARTPAGE */
@media print, screen and (min-width: 37.5em) {
  .top-section-start__wrapper {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .top-section-start__wrapper {
    padding-top: 100px;
  }
}

.top-section__start, .top-section__rd-start {
  padding: 50px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 37.5em) {
  .top-section__start, .top-section__rd-start {
    align-items: flex-start;
    padding: 50px 15px;
  }
}

/* TOP SECTION */
.top-section__wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  min-height: 12.5rem;
  margin: 50px auto 50px 8px;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .top-section__wrapper {
    margin: 50px auto;
    min-height: 18.75rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .top-section__wrapper {
    margin: 50px auto;
    min-height: 18.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-section__wrapper {
    margin: 0 auto 50px auto;
    min-height: 25rem;
  }
}
.top-section__wrapper-thanks {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .top-section__wrapper-campaign {
    min-height: 21.875rem;
  }
}

.top-section__intro {
  margin-top: 10px;
  max-width: 785px;
}
@media print, screen and (min-width: 64em) {
  .top-section__intro {
    margin-top: 25px;
  }
}
@media screen and (min-width: 75em) {
  .top-section__intro {
    margin-bottom: 50px;
  }
}
.top-section__intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 32.8px;
}
@media print, screen and (min-width: 64em) {
  .top-section__intro p {
    font-size: 2.375rem;
    letter-spacing: -0.63px;
    line-height: 44.8px;
  }
}

.page__top-section {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .page__top-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

/* TOP SECTION */
.top-section__wrapper-service {
  margin: 50px auto 0px 8px;
  position: relative;
  overflow: hidden;
  margin: 0px auto 50px 8px;
}
@media print, screen and (min-width: 37.5em) {
  .top-section__wrapper-service {
    min-height: 12.5rem;
    margin: 50px auto 50px 8px;
  }
}
@media print, screen and (min-width: 64em) {
  .top-section__wrapper-service {
    min-height: 18.75rem;
  }
}
@media screen and (min-width: 75em) {
  .top-section__wrapper-service {
    margin: 0 auto 0 8px;
    height: 450px;
  }
}

@media print, screen and (min-width: 64em) {
  .service-image__wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
  }
}

.top-section__service-image {
  position: relative;
  bottom: -30px;
  height: 160px;
  float: right;
  margin-right: 10px;
  width: 160px;
}
@media print, screen and (min-width: 37.5em) {
  .top-section__service-image {
    bottom: 0;
    height: 165px;
    width: 165px;
  }
}
@media print, screen and (min-width: 64em) {
  .top-section__service-image {
    height: 250px !important;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .top-section__service-image {
    height: 300px !important;
    width: auto;
    top: -50px;
  }
}
@media screen and (min-width: 101.25em) {
  .top-section__service-image {
    left: -70px;
  }
}

/* TOP SECTION SERVICES */
.top-section__wrapper .sub-heading {
  color: #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.top-section__intro.preamble p {
  color: #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 2rem;
}

.floating-block__wrapper {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 10px;
}
@media print, screen and (min-width: 37.5em) {
  .floating-block__wrapper {
    padding: 50px 40px;
  }
}
.floating-block__wrapper.theme_dark {
  background-color: #191836;
  color: #ffffff;
}
.floating-block__wrapper.theme_dark p {
  color: rgba(255, 255, 255, 0.7);
}
.floating-block__wrapper.theme_dark h1,
.floating-block__wrapper.theme_dark h2,
.floating-block__wrapper.theme_dark h3,
.floating-block__wrapper.theme_dark h4,
.floating-block__wrapper.theme_dark h5,
.floating-block__wrapper.theme_dark h6 {
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
}
@media print, screen and (min-width: 64em) {
  .floating-block__wrapper.theme_dark h1,
.floating-block__wrapper.theme_dark h2,
.floating-block__wrapper.theme_dark h3,
.floating-block__wrapper.theme_dark h4,
.floating-block__wrapper.theme_dark h5,
.floating-block__wrapper.theme_dark h6 {
    font-size: 2.375rem;
  }
}
.floating-block__wrapper.theme_dark .icon-arrow:after {
  background-color: #2b295c;
}
.floating-block__wrapper.theme_light {
  background-color: #ffffff;
}
.floating-block__wrapper .cta_button {
  margin-top: 50px;
}

.blog-floating-block__wrapper button {
  margin: 50px auto 0 auto;
  max-width: 321px;
  padding: 15px 30px 17px 30px;
}

.cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-card.padding-cta {
  padding: 50px 10px;
}
@media print, screen and (min-width: 64em) {
  .cta-card.padding-cta {
    padding: 50px 3.125rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .cta-card.padding-cta {
    padding: 50px 2.5rem;
  }
}
@media print, screen and (max-width: 24.99875em) {
  .cta-card.padding-cta {
    padding: 50px 0.625rem;
  }
}
.cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.cta-card h5,
.cta-card h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 50px;
  letter-spacing: -1px;
  color: #060403;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.cta-card h5,
.cta-card h6 {
    font-size: 2.5rem;
  }
}
.cta-card.theme_pink-light {
  border-top: 5px solid #F09CAB;
  border-radius: 0px 0px 5px 5px;
  background-color: #FDF5F7;
  color: #060403;
}
.cta-card.theme_pink-light p {
  color: #060403;
}
.cta-card.theme_pink-light .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_pink-light .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_yellow {
  border-top: 5px solid #FAC07B;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF9F2;
  color: #060403;
}
.cta-card.theme_yellow p {
  color: #060403;
}
.cta-card.theme_yellow .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_yellow .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_turquoise-light {
  border-top: 5px solid #278697;
  border-radius: 0px 0px 5px 5px;
  background-color: #E9F3F5;
  color: #060403;
}
.cta-card.theme_turquoise-light p {
  color: #060403;
}
.cta-card.theme_turquoise-light .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_turquoise-light .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_blue-light {
  border-top: 5px solid #6EA5C3;
  border-radius: 0px 0px 5px 5px;
  background-color: #F0F6F9;
  color: #060403;
}
.cta-card.theme_blue-light p {
  color: #060403;
}
.cta-card.theme_blue-light .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_blue-light .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_blue-relation {
  border-top: 5px solid #29B765;
  border-radius: 0px 0px 5px 5px;
  background-color: #191836;
  color: #ffffff;
}
.cta-card.theme_blue-relation p {
  color: #ffffff;
}
.cta-card.theme_blue-relation h1,
.cta-card.theme_blue-relation h2,
.cta-card.theme_blue-relation h3,
.cta-card.theme_blue-relation h4,
.cta-card.theme_blue-relation h5,
.cta-card.theme_blue-relation h6 {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .cta-card.theme_blue-relation h1,
.cta-card.theme_blue-relation h2,
.cta-card.theme_blue-relation h3,
.cta-card.theme_blue-relation h4,
.cta-card.theme_blue-relation h5,
.cta-card.theme_blue-relation h6 {
    font-size: 2.375rem;
  }
}
.cta-card.theme_blue-relation .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_blue-relation .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_smoke {
  border-top: 5px solid #C3C3CD;
  border-radius: 0px 0px 5px 5px;
  background-color: #f9f9fa;
  color: #060403;
}
.cta-card.theme_smoke p {
  color: #060403;
}
.cta-card.theme_smoke h1,
.cta-card.theme_smoke h2,
.cta-card.theme_smoke h3,
.cta-card.theme_smoke h4,
.cta-card.theme_smoke h5,
.cta-card.theme_smoke h6 {
  color: #060403;
}
@media print, screen and (min-width: 64em) {
  .cta-card.theme_smoke h1,
.cta-card.theme_smoke h2,
.cta-card.theme_smoke h3,
.cta-card.theme_smoke h4,
.cta-card.theme_smoke h5,
.cta-card.theme_smoke h6 {
    font-size: 2.375rem;
  }
}
.cta-card.theme_smoke .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_smoke .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_magenta-singlepost {
  border-top: 5px solid #181835;
  border-radius: 0px 0px 5px 5px;
  background-color: #181835;
  color: #ffffff;
}
.cta-card.theme_magenta-singlepost p {
  color: #ffffff;
}
.cta-card.theme_magenta-singlepost h1,
.cta-card.theme_magenta-singlepost h2,
.cta-card.theme_magenta-singlepost h3,
.cta-card.theme_magenta-singlepost h4,
.cta-card.theme_magenta-singlepost h5,
.cta-card.theme_magenta-singlepost h6 {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .cta-card.theme_magenta-singlepost h1,
.cta-card.theme_magenta-singlepost h2,
.cta-card.theme_magenta-singlepost h3,
.cta-card.theme_magenta-singlepost h4,
.cta-card.theme_magenta-singlepost h5,
.cta-card.theme_magenta-singlepost h6 {
    font-size: 2.375rem;
  }
}
.cta-card.theme_magenta-singlepost .icon-arrow {
  background-color: #ffffff;
}
.cta-card.theme_magenta-singlepost .icon-arrow:after {
  background-color: #ffffff;
}
.cta-card.theme_magenta-singlepost .cta_button {
  margin-top: 20px;
}
.cta-card .cta_button {
  margin-top: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .cta-card .cta_button {
    margin-top: 30px;
  }
}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-card.padding-cta {
  padding: 50px 10px;
}
@media print, screen and (min-width: 64em) {
  .info-card.padding-cta {
    padding: 50px 3.125rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .info-card.padding-cta {
    padding: 50px 2.5rem;
  }
}
@media print, screen and (max-width: 24.99875em) {
  .info-card.padding-cta {
    padding: 50px 0.625rem;
  }
}
.info-card .icons {
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
}
.info-card .icon-ellipse {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 64px;
  height: 33px;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Ellipse%202.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Ellipse%202.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 2px;
}
.info-card .icon-arrow-connect {
  content: "";
  display: inline-block;
  height: 22px;
  width: 24px;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/icon-arrow-down.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 20px;
  left: -44px;
}
.info-card h1,
.info-card h2,
.info-card h3,
.info-card h4,
.info-card h5,
.info-card h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 50px;
  letter-spacing: -1px;
  color: #060403;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .info-card h1,
.info-card h2,
.info-card h3,
.info-card h4,
.info-card h5,
.info-card h6 {
    font-size: 2.5rem;
  }
}
.info-card.theme_pink-light {
  border-top: 10px solid #F09CAB;
  border-radius: 0px 0px 5px 5px;
  background-color: #FDF5F7;
  color: #060403;
}
.info-card.theme_pink-light p {
  color: #060403;
}
.info-card.theme_pink-light .icon-arrow-connect {
  background-color: #F09CAB;
}
.info-card.theme_yellow {
  border-top: 10px solid #FAC07B;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF9F2;
  color: #060403;
}
.info-card.theme_yellow p {
  color: #060403;
}
.info-card.theme_yellow .icon-arrow {
  background-color: #ffffff;
}
.info-card.theme_yellow .icon-arrow:after {
  background-color: #ffffff;
}
.info-card.theme_yellow .icon-arrow-connect {
  background-color: #FAC07B;
}
.info-card.theme_turquoise-light {
  border-top: 10px solid #278697;
  border-radius: 0px 0px 5px 5px;
  background-color: #E9F3F5;
  color: #060403;
}
.info-card.theme_turquoise-light p {
  color: #060403;
}
.info-card.theme_turquoise-light .icon-arrow {
  background-color: #ffffff;
}
.info-card.theme_turquoise-light .icon-arrow:after {
  background-color: #ffffff;
}
.info-card.theme_turquoise-light .icon-arrow-connect {
  background-color: #278697;
}
.info-card.theme_blue-light {
  border-top: 10px solid #6EA5C3;
  border-radius: 0px 0px 5px 5px;
  background-color: #F0F6F9;
  color: #060403;
}
.info-card.theme_blue-light p {
  color: #060403;
}
.info-card.theme_blue-light .icon-arrow {
  background-color: #ffffff;
}
.info-card.theme_blue-light .icon-arrow:after {
  background-color: #ffffff;
}
.info-card.theme_blue-light .icon-arrow-connect {
  background-color: #6EA5C3;
}
.info-card.theme_smoke {
  border-top: 10px solid #c3c3cd;
  border-radius: 0px 0px 5px 5px;
  background-color: #f9f9fa;
  color: #060403;
}
.info-card.theme_smoke p {
  color: #060403;
}
.info-card.theme_smoke h1,
.info-card.theme_smoke h2,
.info-card.theme_smoke h3,
.info-card.theme_smoke h4,
.info-card.theme_smoke h5,
.info-card.theme_smoke h6 {
  color: #060403;
}
@media print, screen and (min-width: 64em) {
  .info-card.theme_smoke h1,
.info-card.theme_smoke h2,
.info-card.theme_smoke h3,
.info-card.theme_smoke h4,
.info-card.theme_smoke h5,
.info-card.theme_smoke h6 {
    font-size: 2.375rem;
  }
}
.info-card.theme_smoke .icon-arrow {
  background-color: #ffffff;
}
.info-card.theme_smoke .icon-arrow:after {
  background-color: #ffffff;
}
.info-card.theme_smoke .icon-arrow-connect {
  background-color: #c3c3cd;
}
.info-card.theme_blue-relation {
  border-top: 10px solid #29B765;
  border-radius: 0px 0px 5px 5px;
  background-color: #191836;
  color: #ffffff;
}
.info-card.theme_blue-relation p {
  color: #ffffff;
}
.info-card.theme_blue-relation h1,
.info-card.theme_blue-relation h2,
.info-card.theme_blue-relation h3,
.info-card.theme_blue-relation h4,
.info-card.theme_blue-relation h5,
.info-card.theme_blue-relation h6 {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .info-card.theme_blue-relation h1,
.info-card.theme_blue-relation h2,
.info-card.theme_blue-relation h3,
.info-card.theme_blue-relation h4,
.info-card.theme_blue-relation h5,
.info-card.theme_blue-relation h6 {
    font-size: 2.375rem;
  }
}
.info-card.theme_blue-relation .icon-arrow {
  background-color: #ffffff;
}
.info-card.theme_blue-relation .icon-arrow:after {
  background-color: #ffffff;
}
.info-card.theme_blue-relation .icon-arrow-connect {
  background-color: #29B765;
}
.info-card .cta_button {
  margin-top: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .info-card .cta_button {
    margin-top: 30px;
  }
}

.testimonials__outer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-bg {
  display: none;
  height: 150px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials-bg {
    display: block;
  }
}

.testimonials__wrapper {
  position: relative;
  padding: 40px 10px 80px 10px;
  z-index: 10;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials__wrapper {
    padding: 100px 80px;
  }
}
.testimonials__wrapper span {
  color: #383635;
  display: block;
  margin-top: 40px;
  width: 100%;
}

.round-img {
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.testimonials_images {
  display: flex;
  height: 68px;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 15px;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials_images {
    top: -50px;
    height: 110px;
  }
}
.testimonials_images .column, .testimonials_images .columns {
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 68px;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials_images .column, .testimonials_images .columns {
    width: 110px;
  }
}
.testimonials_images .round-img {
  height: 100%;
  width: 100%;
}
.testimonials_images .testimonials_img {
  position: relative;
  right: -5px;
  z-index: 20;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials_images .testimonials_img {
    right: -10px;
  }
}
.testimonials_images .testimonials_logo {
  border: 2px solid #f5eee9;
  z-index: 10;
}
.testimonials_images .testimonials_logo img {
  max-width: 60px !important;
  position: relative;
  left: 2px;
  max-height: 40px !important;
}
@media print, screen and (min-width: 37.5em) {
  .testimonials_images .testimonials_logo img {
    max-width: 85px !important;
    max-height: 65px !important;
  }
}

.testimonials_quote {
  position: relative;
  top: 20px;
}
.testimonials_quote h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .testimonials_quote h3 {
    font-size: 2.375rem;
  }
}

.testimonial-cta {
  position: absolute;
  bottom: -30px;
  margin: o auto;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
}

.contact__wrapper {
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .contact__wrapper {
    padding-top: 1.5625rem;
  }
}
.contact__wrapper h1,
.contact__wrapper h2,
.contact__wrapper h3,
.contact__wrapper h4,
.contact__wrapper h5,
.contact__wrapper h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.67px;
}
.contact__wrapper p {
  margin: 0;
}

.office__wrapper {
  padding-bottom: 50px;
}
.office__wrapper a {
  text-decoration: underline;
}
.office__wrapper p {
  margin-bottom: 0;
}
.office__wrapper p.bold {
  color: #060403;
}

.contact__people-bg {
  background-image: url("https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/bg-nordicmap.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 0;
  width: 0;
  top: -200px;
  right: -500px;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .contact__people-bg {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 101.25em) {
  .contact__people-bg {
    top: -200px;
    right: -200px;
  }
}

.contact__people {
  z-index: 50;
}

.contact__people-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .contact__people-wrapper {
    padding-top: 150px;
    padding-bottom: 140px;
    margin-bottom: 200px;
  }
}

#site-relationdesk .contact__wrapper h1,
#site-relationdesk .contact__wrapper h2,
#site-relationdesk .contact__wrapper h3,
#site-relationdesk .contact__wrapper h4,
#site-relationdesk .contact__wrapper h5,
#site-relationdesk .contact__wrapper h6 {
  font-family: "Open sans", sans-serif;
  font-weight: 800;
}

.clients__wrapper {
  margin-top: 10px;
}
.clients__wrapper.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 37.5em) {
  .clients__wrapper.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__wrapper .small-heading {
  margin-bottom: 50px;
}

#clients-mobile {
  max-width: 200px;
  margin: 0 auto;
}

#clients-desktop {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
#clients-desktop.padding-left-right {
  padding: 0 20px;
}
@media print, screen and (min-width: 64em) {
  #clients-desktop.padding-left-right {
    padding: 0 50px;
  }
}
@media screen and (min-width: 75em) {
  #clients-desktop.padding-left-right {
    padding: 0 100px;
  }
}
#clients-desktop .client-logo__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 30%;
  max-width: 210px;
  padding: 10px;
}
#clients-desktop .client-logo__wrapper img {
  max-height: 100%;
}

/********** Slick slider styles **********/
@media print, screen and (max-width: 24.99875em) {
  .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 24.99875em) {
  .slick-slide {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
  }
}

.timeline__heading {
  padding: 50px 0 0 0;
}
@media print, screen and (min-width: 64em) {
  .timeline__heading {
    padding: 50px 0 20px 0;
  }
}

.timeline__wrapper {
  padding: 50px 0;
}

.timeline {
  position: relative;
  overflow: hidden;
}
.timeline::before {
  content: "";
  background: #060403;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 17px;
}
@media print, screen and (min-width: 64em) {
  .timeline::before {
    transform: translateX(-50%);
  }
}
.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}
.timeline .date {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .timeline .date {
    display: inline-block;
    padding: 10px 0;
  }
}

.timeline-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .timeline-item {
    margin-bottom: 30px;
  }
}
.timeline-item:nth-child(even) {
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .timeline-item:nth-child(even) {
    padding: 0 20px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .timeline-item:nth-child(even) .timeline-marker {
    left: 50%;
  }
  .timeline-item:nth-child(even) .timeline-marker .sphere {
    right: 0;
  }
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  /*&::after {
  	content: '';
  	position: absolute;
  	border-style: solid;
  	width: 0;
  	height: 0;
  	top: 30px;
  	left: -15px;
  	border-width: 10px 15px 10px 0;
  	border-color: transparent #f5f5f5 transparent transparent;
  }*/
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.timeline-item:nth-child(odd) {
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .timeline-item:nth-child(odd) {
    padding: 0 0 0 20px;
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  .timeline-item:nth-child(odd) .timeline-marker {
    right: 50%;
  }
  .timeline-item:nth-child(odd) .timeline-marker .sphere {
    left: 0;
  }
}

.timeline-marker {
  display: none;
  position: absolute;
  height: 1px;
  width: 100px;
  background: #000;
  top: 32px;
  transition: width 0.3s linear;
}
@media screen and (min-width: 75em) {
  .timeline-marker {
    display: block;
  }
}
.timeline-marker .sphere {
  background-color: #060403;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -5px;
}

.timeline-img {
  display: none;
  width: 30px;
  height: 30px;
  background: #060403;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
@media print, screen and (min-width: 64em) {
  .timeline-img {
    display: block;
    margin-top: 17px;
  }
}

.timeline-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .timeline-content {
    width: 45%;
  }
}
@media screen and (min-width: 75em) {
  .timeline-content {
    width: 40%;
  }
}
.timeline-content h2 {
  display: block;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 64em) {
  .timeline-content h2 {
    visibility: hidden;
    margin-bottom: 10px;
  }
}
/*.timeline-card {
	padding: 0!important;

	p {
		padding: 0 20px;
	}

	a {
		margin-left: 20px;
	}
}*/
.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  position: absolute;
  bottom: 5px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .timeline {
    /*&::before {
    	left: 50px;
    }*/
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content {
    /*&::after {
    	content: '';
    	position: absolute;
    	border-style: solid;
    	width: 0;
    	height: 0;
    	top: 30px;
    	left: -15px;
    	border-width: 10px 15px 10px 0;
    	border-color: transparent #f5f5f5 transparent transparent;
    }*/
  }
}
.social-share__column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .social-share__column {
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .blog-post__single .social-share__column {
    align-items: center;
  }
}

.social-share {
  padding-top: 6.25rem;
}

.share-heading, .share-buttons .page-url__wrapper .tooltip {
  opacity: 0.3;
  color: #060403;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 50px;
}
.share-buttons > a {
  display: inline-block;
  margin: 0px 5px;
}
.share-buttons .page-url__wrapper {
  position: relative;
  margin-left: 5px;
}
.share-buttons .page-url__wrapper .tooltip {
  color: #060403;
  opacity: 0;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -40px;
  left: -32px;
  width: 100px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  margin: 0;
}
.share-buttons .page-url__wrapper .tooltip.show {
  opacity: 1;
}
.share-buttons .share_url {
  cursor: pointer;
}
.share-buttons #url {
  background: pink;
  max-width: none;
  position: absolute;
  left: -9999px;
  min-width: 500px;
}

.section-icon-columns h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media screen and (min-width: 75em) {
  .section-icon-columns h2 {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.section-icon-columns .small-heading {
  margin-top: 25px;
  margin-bottom: 50px;
}

.section-icon-columns .icon__wrapper {
  max-height: 75px;
}

.icon-column__wrapper {
  background-color: transparent;
  border-bottom: 1px solid rgba(6, 4, 3, 0.1);
  padding: 20px 0;
  transition: all 0.1s ease;
}
@media print, screen and (min-width: 64em) {
  .icon-column__wrapper {
    border-bottom: none;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
  }
  .icon-column__wrapper:hover {
    background-color: rgba(6, 4, 3, 0.05);
  }
}

.icon__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 80px;
  max-height: 80px;
}
@media print, screen and (min-width: 64em) {
  .icon__wrapper {
    height: 106px;
    max-height: 106px;
  }
}
.icon__wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.icon-desc {
  padding-left: 30px;
}
.icon-desc ul {
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .icon-desc {
    padding-left: 0;
    padding-top: 20px;
  }
}

.question__wrapper {
  border-bottom: 1px solid rgba(6, 4, 3, 0.1);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  padding: 20px 0;
}

.faq-column-two {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .faq-column-two {
    display: block;
  }
}

.question p {
  color: #060403;
}

.answer {
  display: none;
  padding-top: 10px;
}
.answer p {
  color: #383635;
}

.faq-icon {
  display: none;
  margin-right: 20px;
}
.faq-icon:after {
  background-color: #238bc3;
}
.faq-icon.active {
  display: block;
}

.usp-column__wrapper {
  padding: 15px;
}
@media print, screen and (min-width: 64em) {
  .usp-column__wrapper {
    border-bottom: none;
    border-radius: 10px;
    padding: 15px;
  }
}

.round-img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 75em) {
  .round-img__wrapper {
    max-height: 242px;
    max-width: 242px;
  }
}
.round-img__wrapper .round-img__aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 100%;
}
.round-img__wrapper .round-img__aspect-ratio-box .round-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usp-desc {
  text-align: left;
  padding-left: 30px;
}
.usp-desc ul {
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .usp-desc {
    text-align: center;
    padding-left: 0;
    padding-top: 40px;
  }
}

.no-border-radius {
  border-radius: 0;
}

.section-hero-video {
  position: relative;
  height: 85vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0 5px;
}
@media print, screen and (min-width: 37.5em) {
  .section-hero-video {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.section-hero-video .video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.section-hero-video .content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 60rem;
}

.section-hero-video .content * + * {
  margin-top: 1rem;
}

.h1-white {
  color: white;
  text-align: center;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 37.5em) {
  .h1-white {
    padding-bottom: 2rem;
  }
}

.button-center {
  display: flex;
  justify-content: center;
}

.top-section__rd-start {
  text-align: center;
}
@media print, screen and (min-width: 37.5em) {
  .top-section__rd-start {
    text-align: left;
  }
}

.rd-image {
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .rd-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.rd-image img {
  margin-bottom: -10%;
}
@media print, screen and (min-width: 64em) {
  .rd-image img {
    margin-bottom: 0;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    right: -12%;
  }
}
@media screen and (min-width: 75em) {
  .rd-image img {
    max-width: 108% !important;
  }
}

.short-text-rd {
  font-weight: 300 !important;
  padding-bottom: 3.125rem;
}

.module.content-text-image {
  padding-top: 6.25rem;
  padding-bottom: 0;
}
.module.content-text-image h2 {
  font-size: 2.125rem;
}
.module.content-text-image p,
.module.content-text-image ul li {
  font-size: 1.0625rem;
}
@media print, screen and (max-width: 56.24875em) {
  .module.content-text-image {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.module.content-text-image .column.img_right .text-content, .module.content-text-image .img_right.columns .text-content {
  padding-left: 0;
  padding-right: 0;
}
.module.content-text-image .column.img_left .text-content, .module.content-text-image .img_left.columns .text-content {
  padding-left: 0;
  padding-right: 0;
  justify-content:end;
}
.module.content-text-image .img_right .end {
  display: none;
}
.module.content-text-image .img_left .start {
  display: none;
}
.module.content-text-image .img_left .end {
  order: 1;
}
.module.content-text-image .cta {
  margin-top: 1.875rem;
}
@media print, screen and (max-width: 56.24875em) {
  .module.content-text-image .column.img_left .text-content, .module.content-text-image .img_left.columns .text-content {
    padding-left: 0;
  }
  .module.content-text-image .img_right .start,
.module.content-text-image .img_right .end {
    display: none;
  }
  .module.content-text-image .img_left {
    order: inherit;
  }
  .module.content-text-image .img_left .start,
.module.content-text-image .img_left .end {
    display: none;
  }
  .module.content-text-image .cta a {
    margin-bottom: 0 !important;
  }
}

.module.content-three-column {
  margin-top: 9.375rem;
}
.module.content-three-column h3 {
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #ffffff;
  margin-bottom: 5rem;
}
.module.content-three-column h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  margin: 1.25rem 0;
}
.module.content-three-column p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.module.content-three-column .img {
  min-height: 14.375rem;
  display: flex;
  justify-content: center;
}
.module.content-three-column .img img {
  align-self: flex-end;
}
.module.content-three-column .auto {
  padding-right: 6.25rem;
}
.module.content-three-column.theme_pink-light {
  border-top: 10px solid #F09CAB;
  border-radius: 0px 0px 5px 5px;
  background-color: #FDF5F7;
  color: #060403;
}
.module.content-three-column.theme_pink-light h2,
.module.content-three-column.theme_pink-light h3,
.module.content-three-column.theme_pink-light p {
  color: #060403;
}
.module.content-three-column.theme_yellow {
  border-top: 10px solid #FAC07B;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF9F2;
  color: #060403;
}
.module.content-three-column.theme_yellow h2,
.module.content-three-column.theme_yellow h3,
.module.content-three-column.theme_yellow p {
  color: #060403;
}
.module.content-three-column.theme_turquoise-dark {
  background-color: #2A295C;
  color: #ffffff;
}
.module.content-three-column.theme_turquoise-dark h2,
.module.content-three-column.theme_turquoise-dark h3,
.module.content-three-column.theme_turquoise-dark p {
  color: #ffffff;
}
.module.content-three-column.theme_turquoise-light {
  border-top: 10px solid #278697;
  border-radius: 0px 0px 5px 5px;
  background-color: #E9F3F5;
  color: #060403;
}
.module.content-three-column.theme_turquoise-light p {
  color: #060403;
}
.module.content-three-column.theme_blue-light {
  border-top: 10px solid #6EA5C3;
  border-radius: 0px 0px 5px 5px;
  background-color: #F0F6F9;
  color: #060403;
}
.module.content-three-column.theme_blue-light p {
  color: #060403;
}
.module.content-three-column.theme_smoke {
  border-top: 10px solid #c3c3cd;
  border-radius: 0px 0px 5px 5px;
  background-color: #f9f9fa;
  color: #060403;
}
.module.content-three-column.theme_smoke p {
  color: #060403;
}
.module.content-three-column.theme_smoke h2,
.module.content-three-column.theme_smoke h3 {
  color: #060403;
}
@media print, screen and (min-width: 64em) {
  .module.content-three-column.theme_smoke h2,
.module.content-three-column.theme_smoke h3 {
    font-size: 2.375rem;
  }
}
.module.content-three-column.theme_blue-relation {
  border-top: 10px solid #29B765;
  border-radius: 0px 0px 5px 5px;
  background-color: #191836;
  color: #ffffff;
}
.module.content-three-column.theme_blue-relation p {
  color: #ffffff;
}
.module.content-three-column.theme_blue-relation h2,
.module.content-three-column.theme_blue-relation h3 {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .module.content-three-column.theme_blue-relation h2,
.module.content-three-column.theme_blue-relation h3 {
    font-size: 2.375rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .module.content-three-column {
    margin-top: 3.125rem;
  }
  .module.content-three-column h3 {
    margin-bottom: 0;
  }
  .module.content-three-column .medium-auto {
    text-align: center;
    padding: 0 1.875rem;
  }
}

.module.content-cta h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 3.125rem;
  text-align: center;
  letter-spacing: -1px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 56.24875em) {
  .module.content-cta h2 {
    font-size: 1.5rem;
  }
}
.module.content-cta .middle {
  margin: 1.25rem 0;
  padding: 2.8125rem;
}
.module.content-cta .middle.theme_pink-light {
  border-top: 10px solid #F09CAB;
  border-radius: 0px 0px 5px 5px;
  background-color: #FDF5F7;
  color: #060403;
}
.module.content-cta .middle.theme_pink-light h2,
.module.content-cta .middle.theme_pink-light h3,
.module.content-cta .middle.theme_pink-light p {
  color: #060403;
}
.module.content-cta .middle.theme_yellow {
  border-top: 10px solid #FAC07B;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF9F2;
  color: #060403;
}
.module.content-cta .middle.theme_yellow h2,
.module.content-cta .middle.theme_yellow h3,
.module.content-cta .middle.theme_yellow p {
  color: #060403;
}
.module.content-cta .middle.theme_turquoise-dark {
  background-color: #2A295C;
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-dark h2,
.module.content-cta .middle.theme_turquoise-dark h3,
.module.content-cta .middle.theme_turquoise-dark p {
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-darker {
  background-color: #191836;
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-darker h2,
.module.content-cta .middle.theme_turquoise-darker h3,
.module.content-cta .middle.theme_turquoise-darker p {
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-dark {
  background-color: #2A295C;
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-dark h2,
.module.content-cta .middle.theme_turquoise-dark h3,
.module.content-cta .middle.theme_turquoise-dark p {
  color: #ffffff;
}
.module.content-cta .middle.theme_turquoise-light {
  border-top: 10px solid #278697;
  border-radius: 0px 0px 5px 5px;
  background-color: #E9F3F5;
  color: #060403;
}
.module.content-cta .middle.theme_turquoise-light h2,
.module.content-cta .middle.theme_turquoise-light h3,
.module.content-cta .middle.theme_turquoise-light p {
  color: #060403;
}
.module.content-cta .middle.theme_blue-light {
  border-top: 10px solid #6EA5C3;
  border-radius: 0px 0px 5px 5px;
  background-color: #F0F6F9;
  color: #060403;
}
.module.content-cta .middle.theme_blue-light h2,
.module.content-cta .middle.theme_blue-light h3,
.module.content-cta .middle.theme_blue-light p {
  color: #060403;
}
.module.content-cta .middle.theme_smoke {
  border-top: 10px solid #c3c3cd;
  border-radius: 0px 0px 5px 5px;
  background-color: #f9f9fa;
  color: #060403;
}
.module.content-cta .middle.theme_smoke p {
  color: #060403;
}
.module.content-cta .middle.theme_smoke h2,
.module.content-cta .middle.theme_smoke h3 {
  color: #060403;
}
@media print, screen and (min-width: 64em) {
  .module.content-cta .middle.theme_smoke h2,
.module.content-cta .middle.theme_smoke h3 {
    font-size: 2.375rem;
  }
}
.module.content-cta .middle.theme_blue-relation {
  border-top: 10px solid #29B765;
  border-radius: 0px 0px 5px 5px;
  background-color: #191836;
  color: #ffffff;
}
.module.content-cta .middle.theme_blue-relation p {
  color: #ffffff;
}
.module.content-cta .middle.theme_blue-relation h2,
.module.content-cta .middle.theme_blue-relation h3 {
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .module.content-cta .middle.theme_blue-relation h2,
.module.content-cta .middle.theme_blue-relation h3 {
    font-size: 2.375rem;
  }
}

.module.blog-latest-posts-cards {
  background-color: #F5EEE8;
  margin-bottom: 3.75rem;
}
.module.blog-latest-posts-cards h2 {
  display: inline-block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 3.125rem;
  letter-spacing: 0.125rem;
  border-bottom: 1px solid #d9d9d9;
}
.module.blog-latest-posts-cards .cell {
  padding: 1.25rem 0;
}
.module.blog-latest-posts-cards .card-section .card-title {
  font-size: 1.25rem;
}
.module.blog-latest-posts-cards .card-section .card-post-link {
  font-size: 0.875rem;
}
@media print, screen and (max-width: 56.24875em) {
  .module.blog-latest-posts-cards {
    margin-bottom: 1.875rem;
  }
  .module.blog-latest-posts-cards .hide-for-small {
    display: none;
  }
}

/*
 * ------------------------------------------------------------
 * Modules - Landingages
 * ------------------------------------------------------------
*/
section.form .top {
  padding-top: 6.25rem;
}
section.form .top h1 {
  padding-bottom: 1.25rem;
}
section.form .bottom {
  background-color: #ffffff;
  padding-bottom: 6.25rem;
}
section.form .text,
section.form .fields {
  padding-top: 100px;
}
section.form form input[type=submit] {
  display: block;
  margin: 0 auto;
  margin-top: 1.875rem;
}
section.form form input[type=submit]:after {
  background-color: #060403;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.625rem;
  -webkit-mask-size: cover;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-download.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-download.svg) no-repeat 50% 50%;
  mask-size: cover;
  position: relative;
  top: 5px;
  width: 24px;
}
section.form form .hs-richtext p {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0px;
}
section.form form .grecaptcha-badge {
  box-shadow: none;
  display: none;
}
section.form .follow-links a {
  font-weight: 300 !important;
}
@media print, screen and (max-width: 56.24875em) {
  section.form .text,
section.form .fields {
    padding-top: 1.25rem;
  }
}

section.thank-you {
  background-color: #f5eeea;
  margin-bottom: 9.375rem;
}
section.thank-you .top {
  padding-top: 6.25rem;
}
section.thank-you .top h1 {
  width: 100%;
  text-align: center;
  padding-bottom: 1.25rem;
}
section.thank-you .bottom {
  background-color: #FFF;
  padding-bottom: 6.25rem;
  height: 23.75rem;
}
section.thank-you .text {
  padding-top: 100px;
  text-align: center;
}
section.thank-you .text .hs-cta-wrapper {
  /* 
  fix
  .icon-arrow {
  	&::after {
  	    -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Icons/icon-downarrow.svg) no-repeat 50% 50%;
  	}
  }
  */
}
section.thank-you .text .hs-cta-wrapper .cta_button {
  display: block;
  margin: 50px auto;
}
section.thank-you .wrapper {
  position: relative;
}
section.thank-you .wrapper .bg-white {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
section.thank-you .wrapper .blog-thanks {
  position: relative;
  top: -150px;
  z-index: 2;
  background-color: #191836;
  color: #ffffff;
  display: block;
  padding: 4.375rem 1.25rem;
  text-align: center;
}
section.thank-you .wrapper .blog-thanks h2 {
  color: #ffffff;
}
section.thank-you .wrapper .blog-thanks p {
  display: block;
  margin-bottom: 3.125rem;
}
@media print, screen and (max-width: 56.24875em) {
  section.thank-you .text {
    padding-top: 1.25rem;
  }
  section.thank-you .bottom {
    height: inherit;
  }
}

/*
* Base
* Base styling or any other styling that 
* don't fit in any other module goes here
*/
body.landingpage .row {
  max-width: 90rem;
}

@media print, screen and (min-width: 37.5em) {
  .body-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .body-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 75em) {
  .body-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.off-canvas-wrapper {
  overflow: unset;
}

/* RelationDesk */
.rd-bg-color {
  background-color: #F4F4F4;
  overflow-x: hidden;
}

/*
 * ------------------------------------------------------------
 * Diff - FIX
 * ------------------------------------------------------------
*/
/*
----------------------------
Why this ugly diff file
----------------------------
This file was created sence the developer that work on this 
code after "mimmi" only updated the css in hubspot admin panel
after 2022 and did not commit the changes into this repo 
after that.

So bellow är the diff between: 

(live) hubspot assets/css/style.css 

and 

(local) repo assets/css/style.css
----------------------------
*/
.text-end {
  text-align: end;
}

.space-all-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media print, screen and (min-width: 37.5em) {
  .space-all-small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-all-small {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .space-all-small {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-all-small {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.space-all-xs {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media print, screen and (min-width: 37.5em) {
  .space-all-xs {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-all-xs {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .space-all-xs {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-all-xs {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
.space-all {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media print, screen and (min-width: 37.5em) {
  .space-all {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-all {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .space-all {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-all {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
}
.space-retriever-way {
  padding: 20px;
}

@media print, screen and (min-width: 37.5em) {
  .space-retriever-way {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
    padding-left: 4.375rem;
    padding-right: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .space-retriever-way {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 5rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .space-retriever-way {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-left: 5.3125rem;
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 101.25em) {
  .space-retriever-way {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 5.625rem;
    padding-right: 4.6875rem;
  }
}
.icon-arrow:after {
  transform: scale(1);
}

.icon-arrow-blog:after {
  background-color: #2b295c;
  content: "";
  display: inline-block;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Blog%20posts%20arrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Blog%20posts%20arrow.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 1px;
  left: 5px;
  width: 12px;
  transform: scale(1);
}

@media print, screen and (min-width: 37.5em) {
  .icon-arrow-blog:after {
    top: 0px;
    height: 12px;
    width: 12px;
  }
}
.icon-arrow-way:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Blog%20posts%20arrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/Blog%20posts%20arrow.svg) no-repeat 50% 50%;
  mask-size: contain;
  position: relative;
  top: 1px;
  width: 12px;
  transform: scale(1);
}

@media print, screen and (min-width: 37.5em) {
  .icon-arrow-way:after {
    top: 0px;
    height: 12px;
    width: 12px;
  }
}
.icon-arrow-usp:after {
  background-color: #2b295c;
  content: "";
  display: inline-block;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/usp-arrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/usp-arrow.svg) no-repeat 50% 50%;
  position: relative;
  left: 5px;
  top: 1px;
  width: 12px;
  transform: scale(1);
}

.icon-arrow-usp-title:after {
  background-color: #2b295c;
  content: "";
  display: none;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/usp-arrow.svg) no-repeat 50% 50%;
  mask: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/usp-arrow.svg) no-repeat 50% 50%;
  position: relative;
  left: 5px;
  top: 1px;
  width: 12px;
  transform: scale(1);
  float: right;
}

@media print, screen and (max-width: 56.24875em) {
  .icon-arrow-usp-title:after {
    display: inline-block;
  }
}
.h7 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

@media print, screen and (min-width: 64em) {
  .h7 {
    font-size: 1.375rem;
  }
}
.h8 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}

@media print, screen and (min-width: 64em) {
  .h8 {
    font-size: 1.25rem;
  }
}
.h9 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

@media print, screen and (min-width: 64em) {
  .h9 {
    font-size: 1.125rem;
  }
}
.tag {
  border: 1px solid #238bc3;
  border-radius: 4px;
  color: #238bc3;
  display: inline-block;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
}

.related-blog-post {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  border-radius: 0 0 4px 4px;
  color: #060403;
}

.center {
  margin: 0 auto;
}

.carousel-container {
  background: #ffffff;
  border-radius: 6px;
  position: relative;
}

.carousel-container .pretitle {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2a295c;
}

@media print, screen and (max-width: 56.24875em) {
  .carousel-container .pretitle {
    margin: 0 auto;
    max-width: 150px;
    font-size: 0.625rem;
  }
}
.carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  margin: 30px auto 0px;
}

@media print, screen and (max-width: 56.24875em) {
  .carousel {
    margin: 0px auto 0px;
  }
}
.carousel .carousel-item {
  grid-column: 1/4;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.5s;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.9s ease-in-out;
}

.carousel .carousel-item.active {
  opacity: 1;
  transform: translateX(0);
}

.carousel .carousel-item.cell {
  display: flex;
  justify-content: center;
}

.carousel img {
  margin: 0 auto;
}

@media print, screen and (max-width: 56.24875em) {
  .carousel img {
    margin: 0px auto 0px auto;
    width: 55%;
    height: auto;
  }
}
.carousel a {
  display: flex;
  justify-content: center;
}

@media print, screen and (max-width: 56.24875em) {
  .carousel a {
    margin: 25px auto 0px auto;
  }
}
.carousel .quote {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: -0.791667px;
  color: #383635;
}

@media print, screen and (min-width: 37.5em) {
  .carousel .quote {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .carousel .quote {
    margin: 0 auto;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75em) {
  .carousel .quote {
    margin: 0 auto;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 101.25em) {
  .carousel .quote {
    margin: 0 auto;
    font-size: 2.375rem;
    line-height: 1.5em;
  }
}
.carousel .author {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383635;
}

@media print, screen and (max-width: 56.24875em) {
  .carousel .author {
    margin: 0 auto;
    font-size: 0.625rem;
  }
}
.overflow-fix {
  overflow: hidden;
}

.progress-bar-container {
  max-width: 600px;
  margin: 0 auto;
}

@media print, screen and (max-width: 56.24875em) {
  .progress-bar-container {
    margin-top: 1.25rem;
  }
}
.progress-bar-bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  -webkit-animation: none;
  animation: none;
}

.progress-bar {
  width: 0%;
  height: 5px;
  background-color: #000;
  -webkit-animation: none;
  animation: none;
}

.progress-bar.active {
  background-color: #333;
  -webkit-animation: progress 5s linear forwards;
  animation: progress 5s linear forwards;
}

@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.link {
  background-color: #2b8cc1;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
}

.right-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: x-large;
}

.right-arrow:hover, .left-arrow:hover {
  cursor:pointer;
}

.left-arrow {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: x-large;
}

.partner-bg {
  background: linear-gradient(0deg, #191935, #191935), #F1DED0;
  border-radius: 4px;
}

.partner-bg h2 {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}

@media print, screen and (max-width: 56.24875em) {
  .partner-bg h2 {
    font-size: 0.625rem;
  }
}
.align-middle {
  display: flex;
  align-items: center;
}

.nopadding {
  margin-left: -15px;
  margin-right: -15px;
}

.storyline {
  background-color: #201f45;
  color: #ffffff;
}

.storyline-img {
  background-color: #2a295c;
  background-image: url(https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/test1.svg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.sessions h2.social {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #81b9c3;
}

.sessions h2.analysis {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #cae7f9;
}

.sessions h2.editorial {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #ffdaac;
}

.sessions h2.business {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #c3c3cd;
}

.sessions h2.nocat {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #ffffff;
}

.way-content {
  opacity: 1;
}

.way-content span, .way-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem !important;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}

@media print, screen and (max-width: 56.24875em) {
  .way-content span, .way-content p {
    font-size: 1rem !important;
  }
}
.way-content a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

@media print, screen and (max-width: 56.24875em) {
  .way-content a {
    font-size: 0.875rem !important;
  }
}
.contentimg {
  transform: translateY(50px) rotate(0deg) translateZ(0);
  transition-delay: 0.3s;
  transition: 0.4s;
  opacity: 0;
  filter: grayscale(1);
}

.way-cards-container {
  position: relative;
  margin: 0 auto;
  height: 470px;
  width: 550px;
}

@media print, screen and (max-width: 56.24875em) {
  .way-cards-container {
    width: 100%;
    height: 360px;
  }
}
.way-card {
  position: absolute;
  top: 0;
}

.way-left {
  left: 0;
}

.way-right {
  right: 0;
}

.way-center {
  top: 150px;
}

.way-bottom {
  top: 250px;
}

.way-space {
  height: 10vh;
}

.way-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  padding: 1rem;
}

.way-grid .image {
  grid-column: 1/4;
  grid-row: 1;
}

.hero-usp-section {
  position: relative;
  height: 86vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0 5px;
}

@media print, screen and (min-width: 37.5em) {
  .hero-usp-section {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.hero-usp-section .hero-usp-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-usp-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.hero-usp-section .video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.hero-usp-section .content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 60rem;
  margin-top: -140px;
}

@media screen and (min-width: 75em) {
  .hero-usp-section .content {
    margin-top: -100px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .hero-usp-section .content {
    margin-top: -60px;
    padding: 0px 35px;
  }
}
.hero-usp-section .content h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.hero-usp-section .content .content-pretitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

@media print, screen and (min-width: 64em) {
  .hero-usp-section .content .content-pretitle {
    font-size: 1.375rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .hero-usp-section .content .content-pretitle {
    font-size: 0.75rem;
    margin: 0 !important;
    padding-bottom: 1rem;
  }
}
.hero-button {
  font-family: "Roboto", sans-serif;
  border-radius: 35px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out !important;
  display: inline-block;
  cursor: pointer;
  padding: 8px 20px 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 37.5em) {
  .hero-button {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-button {
    font-size: 1.25rem;
  }
}
.hero-button a {
  transition: all 0.2s ease-in-out !important;
}

.hero-button.button-medium {
  font-size: 16px;
  padding: 0.3125rem 1.5625rem;
}

@media print, screen and (min-width: 37.5em) {
  .hero-button.button-medium {
    font-size: 18px;
  }
}
.hero-button.button-large {
  padding: 15px 30px;
}

@media screen and (min-width: 75em) {
  .hero-button.button-large {
    padding: 15px 50px !important;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .hero-button {
    margin-bottom: 10px;
  }
}
.hero-button.blue {
  background-color: #2b8cc1;
  color: #ffffff;
  text-align: right;
}

@media print, screen and (max-width: 56.24875em) {
  .hero-button.blue {
    text-align: center;
  }
}
.hero-button.white {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

@media print, screen and (max-width: 56.24875em) {
  .hero-button.white {
    text-align: center;
  }
}
.hero-button.white.icon-arrow::after {
  background-color: #2a295c;
  margin-left: 0;
  transform: rotate(90deg);
  top: 4px;
}

.hero-usp-section .btn-row {
  align-items:center;
}

.blue-button-cell {
  text-align: right;
  padding-right:7.5px;
}

.white-button-cell {
  text-align: left;
  padding-left:7.5px;
}

@media print, screen and (max-width: 37em) {
  .hero-usp-section .btn-row .cell {
    width:50%;
  }
}

.usp-cta-left {
  text-align: center;
}

@media print, screen and (min-width: 37.5em) {
  .usp-cta-left {
    text-align: end;
  }
}
.usp-cta-right {
  text-align: center;
}

@media print, screen and (min-width: 37.5em) {
  .usp-cta-right {
    text-align: left;
  }
}
.h1-white-usp {
  color: white;
  text-align: center;
}

.h4-white {
  color: white;
  text-align: center;
}

.button-center {
  display: flex;
  justify-content: center;
}

.usp-section {
  position: relative;
  z-index: 2;
}

@media print, screen and (max-width: 37.49875em) {
  .usp-section {
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .usp-section {
    margin-top: -130px;
  }
}
@media print, screen and (min-width: 64em) {
  .usp-section {
    margin-top: -135px;
  }
}
.usp {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  min-width: 300px;
}

@media print, screen and (min-width: 37.5em) {
  .usp {
    min-width: 280px;
  }
}
@media print, screen and (max-width: 24.99875em) {
  .usp {
    min-width: 0px;
  }
}
.usp ul {
  list-style: none;
}

.usp li {
  font-size: 16px !important;
}

.usp .title {
  padding: 30px 30px 0px 30px;
  min-height: 120px;
}

@media print, screen and (max-width: 56.24875em) {
  .usp .title {
    min-height: 0px;
    padding: 20px;
  }
}
.usp .title .icon-arrow-usp:after {
  color: #2B295C !important;
  background-color: #2B295C !important;
}

@media print, screen and (max-width: 56.24875em) {
  .usp .title {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.usp .title.social {
  border-bottom: 10px solid #81b9c3;
}

.usp .title.analysis {
  border-bottom: 10px solid #cae7f9;
}

.usp .title.editorial {
  border-bottom: 10px solid #ffdaac;
}

.usp .title.business {
  border-bottom: 10px solid #C3C3CD;
}

.usp .title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* identical to box height, or 83% */
  letter-spacing: -0.2px;
  color: #2a295c;
}

.usp .title h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b4b3b3;
  margin-top: 10px;
}

.width-fix {
  min-width: 320px;
}

@media print, screen and (min-width: 37.5em) {
  .width-fix {
    min-width: 320px !important;
  }
}
@media print, screen and (max-width: 24.99875em) {
  .width-fix {
    min-width: 0px !important;
  }
}
.usp__content {
  padding: 15px 30px 40px 30px;
}

.usp__content a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b295c;
}

.usp__content a .icon-arrow-usp-title:after {
  color: #2B295C !important;
  background-color: #2B295C !important;
}

.usp__content.social ul li:before {
  content: "\2022";
  color: #81b9c3;
  display: inline-block;
  margin-left: -20px;
  margin-top: -11px;
  font-size: 35px;
  position: absolute;
}

.usp__content.analysis ul li::before {
  content: "\2022";
  color: #cae7f9;
  display: inline-block;
  margin-left: -20px;
  margin-top: -11px;
  font-size: 35px;
  position: absolute;
}

.usp__content.editorial ul li::before {
  content: "\2022";
  color: #ffdaac;
  display: inline-block;
  margin-left: -20px;
  margin-top: -11px;
  font-size: 35px;
  position: absolute;
}

.usp__content.business ul li::before {
  content: "\2022";
  color: #C3C3CD;
  display: inline-block;
  margin-left: -20px;
  margin-top: -11px;
  font-size: 35px;
  position: absolute;
}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}

/* New landningpage */

body.landingpage-new {
  background:#f5eee9;
}

body.landingpage-new .body-block {
  margin:0;
  padding:0;
  background:#f5eee9;
}

body.landingpage-new .page__top-section {
  padding-top:3.125rem;
}

body.landingpage-new .body-block {
  padding:0;
}

.landingpage-new .body-block {
  padding:50px 0 0 0;
}

body.landingpage-new .page-content__wrapper {
  padding:6.25rem 1rem;
  background:#fff;
}

.landingpage-new .page-content__wrapper {
  margin-bottom: 5rem;
  max-width:120rem;
}

body.landingpage-new .row {
  max-width:1700px;
}

body.landingpage-new .header {
  box-shadow:none;
  border-bottom:10px solid #56558D;
  height: auto;
  background:#fff !important;
  position:absolute;
  padding:1.875rem 0;
}

.landingpage__content-new h1 {
  font-family: "Cormorant Garamond", serif;
  font-size:clamp(2.5rem, 2.225rem + 1.38vw, 3.875rem);
  letter-spacing:-1.24px;
  margin-bottom:1.875rem;
  font-weight:600;
}

.landingpage__content-new .text-content p {
  font-size:1.063rem;
  margin-bottom:1.875rem;
}

.landingpage__content-new .text-content p {
  font-size:1.375rem;
}

.landingpage__content-new .text-content ul li, .landingpage__content-new .text-content ul li p {
  font-size:1.063rem;
  margin-bottom:1.875rem;
}

.landingpage__content-new .text-content ul {
  list-style:none;
  padding-left:3.125rem;
}

.landingpage__content-new .text-content ul li {
  position:relative;
}

.landingpage__content-new .text-content ul li:before {
  content:"";
  background:url('https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/icon-feature-check-white.svg');
  width:30px;
  height:30px;
  position:absolute;
  left:-50px;
  top:0;
  z-index:2;
}

.row.img_right img {
  margin:0;
}

.landingpage__content-new .text-content ul li:after {
  content:"";
  background:#56558D;
  width:30px;
  height:30px;
  position:absolute;
  left:-50px;
  top:0;
  border-radius:50%;
  z-index:1;
}

.landingpage-new .theme-turquoise .text-content ul li:after {
  background:#278697;
}

.landingpage-new .theme-yellow .text-content ul li:after {
  background:#fac07b;
}

.landingpage-new .theme_blue-light .text-content ul li:after {
  background:#6ea5c3;
}

.landingpage-new .landingpage__content-new .text-content {
  max-width:650px;
}

.landingpage-new .section-icon-columns .small-heading {
  border-bottom:none;
  padding-bottom:0;
}

.landingpage-new .single-image-module {
  padding:0;
  margin:0;
  max-width:650px;
}

.landingpage-new .single-image-module .column {
  margin-bottom:0;
}

.landingpage-new .branded-form form {
  max-width:650px;
  background:#F5EEE8;
  border-radius:0 0 15px 15px;
  padding:1.875rem;
  color:#060403;
}

.landingpage-new .branded-form .hs_cos_wrapper {
  display:flex;
  justify-content:end;
}

.landingpage-new .branded-form form h2 {
  padding:0;
}

.landingpage-new .branded-form form h1, .landingpage-new .branded-form form h2, .landingpage-new .branded-form form h3, .landingpage-new .branded-form form p {
  color:#060403;
}

.landingpage-new .branded-form form h2 {
  font-size: 2.125rem;
  margin-bottom:20px;
}

.landingpage-new section.form .hs-error-msgs li label {
  letter-spacing:0;
}

.landingpage-new .branded-form form label {
  text-transform:none;
}

.landingpage-new .branded-form form label span {
  color:#060403;
  font-size:0.875rem;
  letter-spacing:normal;
}

.landingpage-new .branded-form form input[type="text"], .landingpage-new .branded-form form input[type="email"] {
  border:1px solid #95949B;
  border-radius:4px;
  width:100%;
  transition:0.2s all ease-in-out;
}

.landingpage-new .branded-form form input[type="text"]:focus, .landingpage-new .branded-form form input[type="email"]:focus {
  border-color:#2A295C;
}

.landingpage-new .branded-form input[type=submit] {
  margin:1.875rem 0 0 0 !important;
  width:auto;
  background:#2A295C !important;
  font-size:1.125rem;
  transition:0.2s all ease-in-out;
}

.landingpage-new .branded-form input[type=submit]:hover {
  background:#191836 !important;
}

.landingpage-new section.form form .hs-richtext p {
  padding-top:0;
}

.landingpage-new .branded-form .legal-consent-container label, .landingpage-new .branded-form .legal-consent-container label span, .landingpage-new .branded-form .legal-consent-container label p {
   color:#060403 !important;
}

.landingpage-new section.form label.hs-form-booleancheckbox-display input[type=checkbox]:checked+span:before, .landingpage-new section.form-white label.hs-form-booleancheckbox-display input[type=checkbox]:checked+span:before {
  background:#191836 !important;
  color:#fff;
}

.landingpage-new .branded-form form fieldset {
  max-width:100%;
}

body.landingpage-new footer {
  margin-top:5rem !important;
}

body.landingpage-new footer h6 {
  text-align:left;
  margin:0;
}

body.landingpage-new footer ul, body.landingpage-new footer p {
  text-align:left;
  margin-bottom:1.875rem;
}

.landingpage-new .social-media {
  margin-top:2.5rem;
}

.landingpage-new footer ul {
  margin-top: 0.5rem !important;
}

.landingpage-new .footer svg {
  margin-bottom:0;
}

.landingpage-new  .partners-logos-custom {
  width: calc(100% - 3rem);
  margin:0 auto;
}

body.landingpage-new  .partners-logos-custom {
  width: 100%;
}

.partners-logos-custom ul {
  display:flex;
  flex-wrap:wrap;
  list-style:none;
}

.partners-logos-custom.partner-bg h2 {
  font-weight:500;
  font-family: Roboto Condensed,sans-serif!important;
  letter-spacing: 2px;
  font-size: .875rem;
}

.partners-logos-custom ul li {
  width:20%;
  text-align:center;
  height:70px;
  align-items: center;
  display:flex;
  padding:0.625rem 0.938rem;
}

.partners-logos-custom ul li img {
  max-width:180px;
  max-height:70px;
  width:100%;
  height:auto;
  margin:0 auto;
}

.landingpage-new .text-image-module h2, .landingpage-new .text-image-module-new h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight:600;
  margin-bottom:1.875rem;
  font-size:clamp(2.5rem, 2.225rem + 1.38vw, 3.875rem);
  line-height:4.25rem;
}

.landingpage-new .text-image-module p, .landingpage-new .text-image-module-new p {
  margin-bottom:30px;
  font-size:1.375rem;
}

.landingpage-new .text-image-module .text-content p:last-child, .landingpage-new .text-image-module-new .text-content p:last-child {
  margin-bottom:0;
}

.landingpage-new .text-image-module .small-heading, .landingpage-new .text-image-module-new .small-heading {
  letter-spacing:2px;
  margin-bottom:4.063rem;
  padding-bottom:0;
  border-bottom:0;
  font-weight:300;
  font-size:1rem;
}

@media print, screen and (min-width: 37.5em) {
  .landingpage-new .text-image-module-new ul {
    list-style:none;
    padding:0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50%, 1fr));
    margin-bottom:0;
  }
  .landingpage-new .text-image-module-new ul li {
    margin-bottom:1.875rem;
    position:relative;
    margin-top:2.5rem;
    margin-right:2.5rem;
  }
  .landingpage-new .text-image-module-new ul li:nth-child(2n) {
    margin-right:0;
  }
}

.landingpage-new .text-image-module-new ul li:last-child {
  margin-bottom:0;
}

.landingpage-new .text-image-module-new ul li:before {
  content:"";
  background:url('https://8317147.fs1.hubspotusercontent-eu1.net/hubfs/8317147/icon-feature-check-white.svg');
  width:30px;
  height:30px;
  position:absolute;
  top:-40px;
  left:0;
  z-index:2;
  display:block;
}

.landingpage-new .text-image-module-new ul li:after {
  content:"";
  background:#2A295C;
  width:30px;
  height:30px;
  position:absolute;
  border-radius:50%;
  z-index:1;
  display:block;
  top:-40px;
  left:0;
}

body.landingpage-new .page-content__below {
  background:#f5eee9;
  padding-top:6.25rem;
  padding-bottom: 3.125rem;
}

.landingpage-new .page-content__below {
  padding-top:6.25rem;
}

body.landingpage-new .page-content__below .testimonials-bg {
  background:#56558D;
  z-index:1;
}

.landingpage-new .testimonials__outer-wrapper {
  width:calc(100% - 3rem);
  margin:0 auto;
}

.landingpage-new .page-content__below.theme-turquoise .testimonials__wrapper {
  background:#E9F3F5;
}

.landingpage-new .page-content__below.theme-yellow .testimonials__wrapper {
  background:#ffecd5;
}

.landingpage-new .page-content__below.theme-clear_blue .testimonials__wrapper {
  background:#e7f4fb;
}

/* Info card width image */

.section-content__wrapper.info-card-with-image {
  margin:0;
  padding-top:1.875rem;
  padding-bottom:5rem;
}

.info-card-with-image h3 {
  text-align:left;
  padding-bottom:1.25rem;
}

.info-card-with-image .text-wrap {
  max-width:650px;
}

.info-card-with-image .image-wrap {
  justify-content:end;
  display:flex;
}

.wide-block {
  max-width:100%;
  width:calc(100% - 0.938rem);
}

.wide-block .cta-card {
  border-radius:5px;
}

.wide-block .cta-card h3 {
  max-width:1000px;
  margin:0 auto;
  font-family: Cormorant Garamond,serif;
  font-size:3.875rem;
  line-height:1.1;
}

.cta-card.theme_blue-dark .small-heading {
  color:#fff;
}

.cta-card .small-heading {
  font-size:1rem;
  letter-spacing: 2px;
  font-weight:500;
  margin-bottom:1.25rem;
}

.landingpage-new .branded-form form label span.hs-form-required, .landingpage-new section.form .hs-error-msgs li label {
  color:#D41E3E !important;
}

/* For max 1400px */

@media only screen and (max-width:87.5em) {
  .landingpage-new .landingpage__content-new .text-content {
    max-width:550px;
  }
  .landingpage-new .text-image-module h2, .landingpage-new .text-image-module-new h2 {
    line-height: 1.1;
  }
  body.landingpage-new .page-content__wrapper {
    padding: 6.25rem 0.938rem;
  }
  .landingpage-new .page-content__wrapper {
    padding: 0 1.875rem 0 1.875rem;
  }
  .landingpage-new .text-image-module-new img {
    padding:1.875rem;
  }
}

/* Max width 1024px */

@media only screen and (max-width:64em) {
  body.landingpage-new .header {
    padding:1.5rem 0;
  }
  body.landingpage-new .page-content__wrapper {
    padding:3.75rem 2.5rem;
  }
  .landingpage__content-new .text-content p {
    font-size: 1.1rem;
  }
  .landingpage-new .branded-form .hs_cos_wrapper {
    justify-content:start;
  }
  .landingpage-new .branded-form {
    margin-top:0.625rem;  
  }
  .landingpage-new .branded-form form {
    max-width:100%;
  }
  .partners-logos-custom {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
  .landingpage-new .text-image-module p, .landingpage-new .text-image-module-new p {
    font-size:1.25rem;
  }
  .landingpage-new .text-image-module ul, .landingpage-new .text-image-module-new ul {
    list-style:none;
    padding:0;
    margin:0;
  }
  .landingpage-new .text-image-module li, .landingpage-new .text-image-module-new li {
    position:relative;
    margin-bottom:1.875rem;
    margin-top:3.75rem;
  }
  .landingpage-new .module.content-text-image .img_left {
    order:1;
  }
  .landingpage-new .module.content-text-image .img_right {
    order:2;
  }
  .landingpage-new .text-image-module .small-heading, .landingpage-new .text-image-module-new .small-heading {
    margin-bottom:0;
    margin-top:3.125rem;
    font-size:0.875rem;
  }
  .partners-logos-custom {
    margin-bottom:2.5rem;
  }
  .partners-logos-custom ul {
    margin:0;
    padding:0;
  }
  .partners-logos-custom ul li img {
    max-width: 110px;
    max-height: 40px;
  }
  .landingpage-new .testimonials__wrapper {
    padding:3.75rem;
  }
  .landingpage-new .page-content__below {
    padding-top:6.25rem;
  }
  .info-card-with-image h3 {
    font-size:2.5rem;
  }
  .section-content__wrapper.info-card-with-image {
    padding-bottom:0;
  }
  .partners-logos-custom {
    width: 100%;
  }
  .wide-block .cta-card h3 {
    font-size: 3rem;
  }
  .landingpage-new .top-section__intro.preamble p {
    font-size:1.375rem;
    line-height:1.5;
  }
  .landingpage-new .text-image-module .text-content, .landingpage-new .text-image-module-new .text-content {
    margin-bottom:0;
  }
  .landingpage-new .space {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .landingpage-new .landingpage__content-new .text-content {
    max-width:100%;
  }
  .landingpage-new .text-image-module-new img {
    padding:0;
  }
  .landingpage-new .text-image-module-new .text-center {
    margin-bottom:1.25rem;
  }
  .landingpage-new .page-content__wrapper {
    margin:0;
    width:100%;
    padding-bottom:0;
  }
  body.landingpage header .container {
    height:auto;
  }
  body.landingpage-new .page__top-section {
    padding-top:2rem;
  }
  .partners-logos-custom ul li {
    padding:0.625rem 0.938rem;
    height:auto;
  }
  body.landingpage-new .page-content__below {
    padding-bottom:0;
  }
  .landingpage-new .page__top-section {
    padding-top:3.125rem;
  }
  .landingpage-new .single-image-module {
    max-width:100%;
  }
}

@media screen and (max-width:30em) {
  body.landingpage-new .header {
    height:auto;
    padding:1rem 0;
  }
  .landingpage-new .page__top-section {
    padding-top:2.188rem;
  }
  body.landingpage-new .page-content__wrapper, .landingpage-new .page-content__wrapper {
    padding:1.875rem 0.9375rem;
  }
  .landingpage-new .page-content__wrapper {
    padding-top:0;
  }
  .landingpage__content-new .text-content p {
    font-size:1.25rem;
  }
  .landingpage-new .branded-form .hs-form-field .hs-input {
    width:100% !important;
  }
  .landingpage-new .branded-form fieldset .input {
    margin-right:0 !important;
  }
  .landingpage-new .text-image-module .small-heading, .landingpage-new .text-image-module-new .small-heading {
    line-height: 1;
    font-size:0.875rem;
    margin-bottom:1.875rem;
  }
  .partners-logos-custom ul li {
    width:auto;
    text-align:center;
    height:50px;
    padding:0.625rem;
  }
  .partners-logos-custom ul li img {
    max-height:50px;
    max-width:80px;
  }
  .landingpage-new .text-image-module h2, .landingpage-new .text-image-module-new h2 {
    line-height:2.75rem;
  }
  .landingpage-new .text-image-module .column, .landingpage-new .text-image-module-new .column {
    margin-bottom:0;
  }
  .landingpage-new .text-image-module .text-content, .landingpage-new .text-image-module-new .text-content {
    margin-bottom:0;
  }
  .landingpage-new .page-content__below, body.landingpage-new .page-content__below {
    padding-top:3.125rem;
    padding-bottom:0;
  }
  .landingpage-new footer svg {
    max-width:70px;
  }
  .landingpage-new .social-media {
    margin-top:0;
    padding-top:0;
  }
  .landingpage-new .testimonials__wrapper {
    padding:1.875rem 1.875rem 3.125rem 1.875rem;
  }
  .landingpage-new .testimonials__wrapper span {
    font-size:0.875rem;
    margin-top:1.25rem;
  }
  .partners-logos-custom {
    padding-bottom:0;
  }
  .partners-logos-custom ul {
    justify-content:center;
  }
  .landingpage-new .top-section__wrapper h2 {
    font-size:3.5rem;
  }
  .top-bg {
    background-position:50% 50% !important;
  }
  .landingpage-new .info-card p {
    font-size:1.375rem;
  }
  .partners-logos-custom .space-all-small {
    padding-left:0;
    padding-right:0;
  }
  .landingpage-new .page-content__wrapper {
    margin-bottom:1.875rem;
  }
  .landingpage-new .text-image-module .small-heading, .landingpage-new .text-image-module-new .small-heading {
    margin-top:0;
  }
  .landingpage-new .section-icon-columns .small-heading {
    margin-bottom:1.25rem;
    margin-top:0;
    font-size: 0.875rem;
  }
  .wide-block .cta-card h3 {
    font-size:2rem;
  }
  .cta-card .small-heading {
    margin-bottom:0;
    font-size:0.875rem;
  }
  .landingpage-new .cta-card {
    padding:1.875rem 1.25rem;
    margin-bottom:1.875rem;
  }
  .top-section__wrapper-service {
     margin: 3.125rem auto 3.125rem 0.5rem;
  }
  .top-section__wrapper-service .sub-heading {
    line-height:1.5rem;
  }
  .top-section__wrapper-service h2 {
    margin-bottom:1.25rem;
  }
  .testimonials_images .testimonials_logo img {
    left:0;
    max-width: 50px !important;
  }
}

.retriever-way-test .storyline {
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}

.retriever-way-test .storyline-img {
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}

.retriever-way-test .text-container {
  padding:6.25rem 0;
  max-width:600px;
}

.retriever-way-test h2 {
  margin-bottom:1.563rem;
}

.retriever-way-test .way-content p, .retriever-way-test .way-content span, .retriever-way-test .way-content {
  font-size:1.063rem !important;
  line-height:1.5;
}

.retriever-way-test .column {
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content:center;
}

.retriever-way-test .space-retriever-way, .retriever-way-test .space-all {
  padding:3.125rem 5rem;
}

.retriever-way-test .way-card {
  position:relative;
  margin: 0 auto;
}

.retriever-way-test .icon-arrow-way {
  margin-top:1.563rem;
  display:block;
}

.retriever-way-test .way-cards-container {
  max-width:100%;
}

@media screen and (max-width:64em) {
  .retriever-way-test .sessions {
    max-width:650px;
  }
  .retriever-way-test .way-grid {
    display:flex;
    justify-content: center;
    padding-bottom:1.875rem;
  }
  .retriever-way-test h2 {
    font-size:3.875rem;
  }
}

@media screen and (max-width:37em) {
  .retriever-way-test h2 {
    font-size:2.5rem;
  }  
}

@media screen and (max-width:30em) {
  .retriever-way-test .space-retriever-way, .retriever-way-test .space-all {
    padding:4rem 1.563rem 5rem 1.563rem;
  }
  .retriever-way-test h2 {
    font-size:2.5rem;
  }
  .retriever-way-test .sessions li:last-child {
    padding-bottom:0;
  }
  .retriever-way-test .storyline {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }
  .retriever-way-test .storyline-img {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .usp-section .grid-margin-x {
    margin:0;
  }
}