/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/flickity/dist/flickity.css ***!
  \***********************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: mesta
Theme URI: https://mesta.no/
Author: Iteo Norge As
Author URI: https://iteo.no/
Description: Tema for Mesta 2020
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mesta
*/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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;
}

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

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

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

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

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

.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: 40em) {
  .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: 60em) {
  .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;
  }
}
.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: 40em) {
  .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: 60em) {
  .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;
  }
}
.grid-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.34375rem;
  padding-left: 2.34375rem;
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.34375rem;
  padding-left: 2.34375rem;
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .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: 60em) {
  .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;
  }
}
.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: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    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%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

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

.grid-margin-x {
  margin-left: -1.03125rem;
  margin-right: -1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.03125rem;
    margin-right: -1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x {
    margin-left: -2.0625rem;
    margin-right: -2.0625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 2.0625rem);
  margin-left: 1.03125rem;
  margin-right: 1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.0625rem);
    margin-left: 1.03125rem;
    margin-right: 1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x > .cell {
    width: calc(100% - 4.125rem);
    margin-left: 2.0625rem;
    margin-right: 2.0625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 2.0625rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 2.0625rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2.0625rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 2.0625rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 2.0625rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2.0625rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 2.0625rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 2.0625rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2.0625rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 2.0625rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 2.0625rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2.0625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.0625rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.0625rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.0625rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.0625rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.0625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.0625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.0625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 4.125rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 4.125rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 4.125rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 4.125rem);
  }
}
@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% - 4.125rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 4.125rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 4.125rem);
  }
}

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

.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: 40em) {
  .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: 60em) {
  .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%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.0625rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.0625rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.0625rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.0625rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.0625rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.0625rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.0625rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.0625rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.0625rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.0625rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.0625rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.0625rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 4.125rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 4.125rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 4.125rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 4.125rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 4.125rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 4.125rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 4.125rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 4.125rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 4.125rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 4.125rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 4.125rem);
  }
}
.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: 40em) {
  .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: 60em) {
  .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%;
  }
}

.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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 60em) {
  .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 print, screen and (min-width: 40em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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 print, screen and (min-width: 60em) {
  .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 > .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 > .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: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-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% + 2.0625rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-y .grid-padding-y {
  margin-top: -1.03125rem;
  margin-bottom: -1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.03125rem;
    margin-bottom: -1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -2.0625rem;
    margin-bottom: -2.0625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1.03125rem;
  padding-bottom: 1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.03125rem;
    padding-bottom: 1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-padding-y > .cell {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
  }
}

.grid-margin-y {
  margin-top: -1.03125rem;
  margin-bottom: -1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.03125rem;
    margin-bottom: -1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y {
    margin-top: -2.0625rem;
    margin-bottom: -2.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.0625rem);
  margin-top: 1.03125rem;
  margin-bottom: 1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.0625rem);
    margin-top: 1.03125rem;
    margin-bottom: 1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.125rem);
    margin-top: 2.0625rem;
    margin-bottom: 2.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.0625rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.0625rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.0625rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.0625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.0625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.0625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.0625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.0625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.0625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.0625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.0625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.125rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.125rem);
  }
}
@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% - 4.125rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 4.125rem);
  }
}

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

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

.grid-margin-y {
  margin-top: -1.03125rem;
  margin-bottom: -1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.03125rem;
    margin-bottom: -1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y {
    margin-top: -2.0625rem;
    margin-bottom: -2.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.0625rem);
  margin-top: 1.03125rem;
  margin-bottom: 1.03125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.0625rem);
    margin-top: 1.03125rem;
    margin-bottom: 1.03125rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.125rem);
    margin-top: 2.0625rem;
    margin-bottom: 2.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.0625rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.0625rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.0625rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.0625rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.0625rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.0625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.0625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.0625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.0625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.0625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.0625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.0625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.0625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.0625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.0625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.125rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.125rem);
  }
}
@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% - 4.125rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 4.125rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 4.125rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 4.125rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 4.125rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 4.125rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 4.125rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.0625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4.125rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4.125rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.0625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 4.125rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 4.125rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 100%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h0, .h0 {
  font-size: 9.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h1, .h1 {
  font-size: 2.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  h0, .h0 {
    font-size: 9.375rem;
  }
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.5625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 60em) {
  h0, .h0 {
    font-size: 9.375rem;
  }
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.5625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
a {
  line-height: inherit;
  color: #ff6600;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(219.3, 87.72, 0);
  text-decoration: none;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1920px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.5em;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1.5em;
  padding: 0.625rem 0 0 0;
  border-left: none;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: inherit;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #110f10;
}

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #110f10;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #110f10;
    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;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.8125rem;
  margin: 0 0 1.375rem;
  padding: 0.6875rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #110f10;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.375rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.6875rem;
  margin-right: 1.375rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.6875rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1.375rem;
  line-height: 1.5;
  padding: 0.75rem 0;
}

.help-text {
  margin-top: -0.6875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.375rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.6875rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.8125rem;
  margin: 0 0 1.375rem;
  padding: 0.6875rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1.375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.0625rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2817, 15, 16%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #110f10;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.6875rem;
  margin-bottom: 1.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 59.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: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * this file takes care of a lot of basic styling for seldomly used elements,
 * in addition to many universal design principles
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: 1px solid #008fcc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
} */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
} */
a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
} */
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-content .gallery {
  margin-bottom: 1.5em;
}
.entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-caption {
  display: block;
}

/*
 * fonts should be included in the theme and linked to the same way as the example below
 * you can generate webfont versions of your font(s) at: https://www.fontsquirrel.com/tools/webfont-generator
 * they will also create a css file for you. copy the content of that file into this – ordered from light to bold – and modify the url's as needed
 * the fonts should be stored in /src/fonts
 */
/* @font-face {
    font-family: 'Gill-Sans-light';
    src: url('../fonts/GillSansStd-Light.eot');
    src: url('../fonts/GillSansStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansStd-Light.woff') format('woff'),
        url('../fonts/GillSansStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} */
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_lightregular";
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#roboto_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff"), url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff"), url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff"), url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff"), url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/**
 * store site wide variables here
 * note: these are not all variables we have at our disposal; many variables are also defined in the _settings.scss file
 */
/**
 * place your animation keyframes here, so other animations can use them as well
 */
/*
 * all mixins should be placed in this file
 */
/*
 * fix for sticky elements so they don't crash with the wp admin bar
 */
/**
 * create button
 * @param string $level ('primary', 'primaryTransparent', 'secondary', 'secondaryTransparent', 'white', 'whiteTransparent'). optional. default: 'none'
 */
/*
 * all functions should be placed in this file
 * above every snippet you will find a code example that calls the function.
 */
/*
 * get deeply nested values from sass map
 * @param {Map} $map - Map
 * @param {Arglist} $keys - Key chain
 * @return {*} - Desired value
 * example: $h3-size-medium: map-deep-get($header-styles, 'medium', 'h3', 'font-size');
 */
/*
 * applies a smooth linear gradient (smoother than the regular linear gradient) to an element, from $color to transparent
 * inspired by https://css-tricks.com/easing-linear-gradients/
 */
.embed-container {
  position: relative;
  margin-top: 2em;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-content__excerpt {
  color: #636363;
  margin-top: 1em;
  line-height: 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}

/**
 * base html element
 */
html {
  overflow-x: hidden;
  font-size: 100%;
}
@media print, screen and (min-width: 40em) {
  html {
    font-size: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  html {
    font-size: 100%;
  }
}
html:before {
  content: "small";
  display: none;
}
@media print, screen and (min-width: 40em) {
  html:before {
    content: "medium";
  }
}
@media print, screen and (min-width: 60em) {
  html:before {
    content: "large";
  }
}

html.navOpen {
  overflow: hidden;
}

/**
 * basic heading styles
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
  letter-spacing: normal;
  margin-top: 1em;
  margin-bottom: 1rem;
}

.entry-title {
  margin-bottom: 2rem;
}

.large-header {
  margin: 0 !important;
  font-size: 70px !important;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .large-header {
    font-size: 115px !important;
  }
}

@media print, screen and (min-width: 40em) {
  #help-entry {
    font-size: 2.25rem;
  }
}

/*
 * standard form styling
 */
button,
[type=submit],
[type=button] {
  cursor: pointer;
}
button:active, button:focus,
[type=submit]:active,
[type=submit]:focus,
[type=button]:active,
[type=button]:focus {
  outline: none;
}

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

@media print, screen and (max-width: 39.99875em) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}

.screen-reader-response {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.wpcf7-not-valid-tip {
  color: #fff;
  background-color: #cc4b37;
  padding: 0.5em;
  margin-bottom: 2rem;
  display: block;
}

.wpcf7-response-output {
  padding: 0.5em;
}

.wpcf7-validation-errors {
  color: #fff;
  background-color: #cc4b37;
}

.wpcf7-mail-sent-ok {
  color: #000000;
  background-color: #3adb76;
}

.wpcf7-display-none {
  display: none;
}

/***** Hubspot forms *****/
.hbspt-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6E6E6E;
  opacity: 1; /* Firefox */
}
.hbspt-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6E6E6E;
}
.hbspt-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #6E6E6E;
}
.hbspt-form ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.hbspt-form ul li {
  margin-left: 0;
}
.hbspt-form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.hbspt-form label:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form input, .hbspt-form textarea {
  border: none;
  border-bottom: 1px solid #6E6E6E;
  box-shadow: none;
}
.hbspt-form input:focus, .hbspt-form textarea:focus {
  border: none;
  border-bottom: 1px solid #f60;
  box-shadow: none;
}
.hbspt-form textarea {
  height: 150px !important;
  padding: 1em 0 0 0;
}
.hbspt-form select {
  background-image: url("/wp-content/themes/mesta/src/img/arrow-dropdown2.svg");
  background-size: 17px 10px;
  cursor: pointer;
  border-color: #6E6E6E;
}
.hbspt-form select:focus {
  border: 1px solid #f60;
}
.hbspt-form .hs-input {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  height: 55px;
}
.hbspt-form .input {
  margin-right: 0 !important;
}
.hbspt-form .hs-fieldtype-checkbox .hs-input {
  width: auto !important;
  margin-bottom: 0.5em;
  height: auto;
}
.hbspt-form .hs-fieldtype-checkbox label {
  font-size: 1rem;
}
.hbspt-form .hs-form-booleancheckbox .hs-input {
  width: auto !important;
  height: auto;
}
.hbspt-form .hs-form-booleancheckbox label {
  font-size: 18px;
}
.hbspt-form .hs-fieldtype-checkbox label, .hbspt-form .hs-fieldtype-booleancheckbox label {
  margin-top: 5px;
  position: relative;
  width: 100%;
  -webkit-clip-path: none;
  clip-path: none;
  height: 100%;
  cursor: pointer;
}
.hbspt-form .hs-fieldtype-select .hs-input {
  width: 100% !important;
  padding-left: 0.6875rem;
  padding-right: 2.5rem;
}
.hbspt-form .hs-fieldtype-file {
  margin-top: 1rem;
  border-bottom: 1px solid #6E6E6E;
  padding: 1.25em 0 1em;
}
.hbspt-form .hs-fieldtype-file .hs-input {
  cursor: pointer;
}
.hbspt-form .hs-fieldtype-file input {
  border: none;
  cursor: pointer;
}
.hbspt-form .hs-submit .actions:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px;
  width: 30px;
  margin-right: 0.75em;
  vertical-align: -35%;
}
.hbspt-form .hs-submit .actions input {
  text-transform: uppercase;
  background: none;
  padding: 0;
  border: none;
  margin-top: 1em;
}
.hbspt-form .hs-submit:hover {
  text-decoration: underline;
}
.hbspt-form .hs-error-msgs li label {
  color: red;
  margin-top: 5px;
  position: relative;
  width: 100%;
  -webkit-clip-path: none;
  clip-path: none;
  height: 100%;
  line-height: 1.5;
}
.hbspt-form .single-column-form [type=checkbox]:not(:checked), .hbspt-form [type=checkbox]:checked {
  position: relative !important;
  left: 0;
}
.hbspt-form {
  /* Spesifikke felter */
}
.hbspt-form .hs-skade_pa_eiendom {
  margin-bottom: 2rem;
  border-top: 0;
}
.hbspt-form .hs-skade_pa_eiendom select {
  border-top: 0;
}
.hbspt-form .hs-skade_pa_eiendom select:focus {
  border: 1px solid red !important;
}

a:active, a:focus {
  outline: none;
}

blockquote {
  font-size: 1.375rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

figcaption {
  padding-top: 0.5rem;
}

.grid-container-small {
  max-width: 1526px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.34375rem;
}

table {
  border-collapse: collapse;
}
table a {
  font-size: 1rem;
  border-bottom: 1px solid #000000;
  font-weight: normal;
  text-transform: none;
}
table a:hover, table a:active, table a:focus {
  color: #000000;
  border-color: #FF6600;
}
table thead tr {
  background-color: rgba(0, 0, 0, 0.05);
}
table thead th {
  text-align: left;
  padding: 0.75em 1em;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
@media print, screen and (min-width: 60em) {
  table tbody tr:nth-of-type(odd) {
    background-color: #fff;
  }
}
table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
@media print, screen and (min-width: 60em) {
  table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
table tbody tr td {
  padding: 0.75em 1em;
}

.burger-lines--black,
.burger-lines--black::before,
.burger-lines--black::after {
  background: black !important;
}

.closed-text--black::before {
  content: "MENY";
  color: black !important;
  font-size: 14px;
  margin-left: -50px;
  line-height: 18px;
  font-weight: 600;
}

.btn {
  padding: 1rem 2rem;
  background-color: #000099;
  text-decoration: none;
  border-radius: 7px;
}

.mesta-button {
  display: inline-block;
  border-radius: 13px;
}
.mesta-button a {
  height: 100%;
}
.mesta-button .icon svg {
  width: 20px;
  height: 20px;
}
.mesta-button.primary {
  background-color: #ff6600;
}
.mesta-button.primary a {
  color: white;
}
.mesta-button.primary.large a {
  padding: 30px 30px;
  font-size: 25px;
}
.mesta-button.primary:hover {
  background-color: rgb(204, 81.6, 0);
}
.mesta-button.primary-outline {
  background-color: #ff6600;
  border: 1px solid white;
}
.mesta-button.primary-outline a {
  color: white;
}
.mesta-button.primary-outline.large a {
  padding: 30px 30px;
  font-size: 25px;
}
.mesta-button.primary-outline:hover {
  background-color: rgb(153, 61.2, 0);
}
.mesta-button.secondary {
  background-color: #000099;
}
.mesta-button.secondary a {
  color: white;
  padding: 15px 30px;
}
.mesta-button.secondary.border-orange {
  border: 1px solid #ff6600;
}
.mesta-button.secondary.large a {
  padding: 30px 30px;
  font-size: 25px;
}
.mesta-button.secondary:hover {
  background-color: #000033;
}
.mesta-button.service-menu-button {
  padding: 30px 30px;
  background-color: rgba(223, 200, 177, 0.3);
  display: block;
  width: 100%;
  text-align: left;
}
.mesta-button.service-menu-button:not(:last-child) {
  margin-bottom: 10px;
}
.mesta-button.service-menu-button:hover {
  background-color: rgba(223, 200, 177, 0.5);
}
.mesta-button.service-menu-button:hover span {
  font-weight: 600;
}
.mesta-button .arrow-white {
  display: block;
  background-image: url("/wp-content/themes/mesta/src/img/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
}
.mesta-button a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1;
}

.search-link:before {
  content: url("/wp-content/themes/mesta/src/img/search.svg");
  height: 40px;
  width: 40px;
  margin-right: 18px;
  vertical-align: 0;
}

.search-link-front:before {
  content: url("/wp-content/themes/mesta/src/img/search-white.svg");
  height: 40px;
  width: 40px;
  vertical-align: -50%;
  position: absolute;
}

.search-link-small {
  margin: 0;
}

.search-link-small:before {
  content: "";
  background-image: url("/wp-content/themes/mesta/src/img/search-orange.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  vertical-align: -50%;
  position: absolute;
  top: 10px;
}
@media print, screen and (min-width: 60em) {
  .search-link-small:before {
    height: 40px;
    width: 40px;
    top: 5px;
  }
}

.arrowed-link:before, .page-template-kampanjemal .flex-top-image-background .cta-innledning a:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange-small.svg");
  height: 30px;
  width: 30px;
  margin-right: 14px;
  vertical-align: 0%;
}
@media print, screen and (min-width: 40em) {
  .arrowed-link:before, .page-template-kampanjemal .flex-top-image-background .cta-innledning a:before {
    content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
    height: 30px;
    width: 30px;
    margin-right: 18px;
    vertical-align: -35%;
  }
}
@media print, screen and (min-width: 60em) {
  .arrowed-link:before, .page-template-kampanjemal .flex-top-image-background .cta-innledning a:before {
    content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
    height: 30px;
    width: 30px;
    margin-right: 18px;
    vertical-align: -35%;
  }
}

.blue-goto:before {
  content: url("/wp-content/themes/mesta/src/img/blue-goto.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -65%;
}

.arrowed-link-large:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -40%;
}

.arrowed-link-round:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange-round.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -40%;
}

.arrowed-link-round-right:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange-round.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -40%;
}

.arrowed-link-round-right:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange-round.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -40%;
}

.large-blue-arrowed-link:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-blue-circle.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: -75%;
}

.large-blue-arrowed-link-header:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-blue-circle.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: middle;
}

.large-blue-arrowed-link-right:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-blue-circle.svg");
  height: 30px;
  width: 30px;
  margin-left: 18px;
  vertical-align: -75%;
}

.arrowed-link-xlarge:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
  vertical-align: middle;
}

a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

.white-link {
  color: #fff !important;
}

.large-link {
  font-size: inherit !important;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  color: inherit;
}

.large-link-search {
  font-size: inherit !important;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}

#primary-menu-footer a,
#primary-menu a {
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
}

.link-gap {
  margin-top: 12px;
  margin-bottom: 12px;
}

.active-subservice {
  color: #ff6600 !important;
}

.nav-links {
  margin-top: 2em;
}
.nav-links .nav-previous {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 40em) {
  .nav-links .nav-previous {
    float: right;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .nav-links .nav-next {
    float: left;
  }
}

/*
 * all icon classes should be created in this file
 * to insert an icon in the html, simply: <span class="swIcon swFacebook"></span> or <span class="swIcon swFacebook swDark"></span>
 * the icon variables are defined in helpers/_vars.scss
 */
/*
 * site navigation styling
 */
/**
 * wordpress admin bar (when logged in)
 */
#wpadminbar {
  opacity: 0.85;
}

/*
 * images inserted into wp posts via the wysiwyg editor
 */
img[class*=wp-image], figure.wp-caption {
  margin: 3rem 0;
  display: block;
}
img[class*=wp-image] > a, figure.wp-caption > a {
  display: block;
}
img[class*=wp-image] img[class*=wp-image], figure.wp-caption img[class*=wp-image] {
  margin: 0;
}
img[class*=wp-image] figcaption, figure.wp-caption figcaption {
  font-family: inherit;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}
img[class*=wp-image].alignleft, img[class*=wp-image].alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
  width: 100%;
  float: none;
}
@media print, screen and (min-width: 40em) {
  img[class*=wp-image].alignleft, img[class*=wp-image].alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 40em) {
  img[class*=wp-image].alignleft, figure.wp-caption.alignleft {
    margin: 1rem 2rem 1rem 0;
    float: left;
  }
}
@media print, screen and (min-width: 40em) {
  img[class*=wp-image].alignright, figure.wp-caption.alignright {
    margin: 1rem 0 1rem 2rem;
    float: right;
  }
}
img[class*=wp-image].aligncenter, figure.wp-caption.aligncenter {
  width: 100% !important;
}
img[class*=wp-image].aligncenter img, figure.wp-caption.aligncenter img {
  width: 100%;
}

.white-text {
  color: #fff !important;
}

ul.plain-list {
  list-style: none;
  margin: 0;
}
ul.plain-list li {
  margin-left: 0;
}
ul.plain-list a {
  text-decoration: none;
}
ul.plain-list a:hover {
  text-decoration: none;
}

p,
li {
  font-size: 18px;
}
p a,
li a {
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
p a:hover,
li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

li {
  margin-left: 0.5rem;
}

.orange-text {
  color: #ff6600 !important;
}

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

.fullw-text {
  width: 100%;
}

.fullh-text {
  height: 100%;
}

.no-margin {
  margin: 0 !important;
}

@media print, screen and (min-width: 40em) {
  blockquote {
    padding: 0 4em;
  }
}
blockquote p {
  color: #ff6600;
  font-size: 1.556rem;
}

.cat-header-text {
  color: #ff6600 !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.75em;
}

.no-transform {
  text-transform: none !important;
}

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

.lowercase {
  text-transform: lowercase !important;
}

.arrow-margin {
  margin-left: 42px;
}

.post-date-lined:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 32px;
  background-color: #ff6600;
  top: 50%;
}

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

.black-text {
  color: #000000 !important;
}

.small-text {
  font-size: 14px !important;
}

.bold {
  font-weight: 600;
}

#ingress-ledig p {
  font-size: 32px !important;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}

h3,
.h3,
h4,
.h4 {
  line-height: 1.3;
}

.no-top-margin,
h1 {
  margin-top: 0 !important;
}

#breadcrumbs {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px;
}
#breadcrumbs a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.post-list-heading {
  margin-left: 50px;
}

.preamble {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .preamble {
    font-size: 1.556rem;
  }
}

.preamble-margin {
  margin-bottom: 1em;
}

.arrowed-heading {
  position: relative;
  padding-left: 1.75em;
  z-index: -1;
}
.arrowed-heading:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px;
  width: 30px;
  margin-right: 14px;
  top: calc(50% - 15px);
  position: absolute;
  left: 0;
}

.advarsel {
  color: red;
  padding: 2em 2em 1em;
  background-color: #F4F4F4;
  border: 1px solid #B8B7B7;
  margin: 2em 0;
}

.front-top-hero {
  align-items: center;
  display: flex;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 15/5;
  position: relative;
  overflow: hidden;
}
.front-top-hero__heading {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 10;
  text-align: center;
  font-size: 40px;
  color: white;
  width: 100%;
  max-width: 800px;
  transform: translateX(-50%);
}
.front-top-hero:has(.top-image) {
  height: 675px;
  aspect-ratio: unset;
}
.front-top-hero:has(.top-image)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 1279px) {
  .front-top-hero {
    aspect-ratio: 10/5;
  }
  .front-top-hero:has(.top-image) {
    aspect-ratio: unset;
  }
}
@media (max-width: 767px) {
  .front-top-hero {
    background-position: bottom center;
    aspect-ratio: 8/5;
  }
  .front-top-hero__heading {
    bottom: 40px;
    font-size: 30px;
  }
  .front-top-hero:has(.top-image) {
    height: 380px;
  }
}
.front-top-hero video,
.front-top-hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero-wrapper--picture {
  position: relative;
  overflow: hidden;
}
.hero-wrapper--picture.hero-wrapper--min-height-vh {
  min-height: 100vh;
}
.hero-wrapper--picture .hero-wrapper__image {
  position: absolute;
  inset: 0;
}
.hero-wrapper--picture .hero-wrapper__image picture,
.hero-wrapper--picture .hero-wrapper__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 35%;
}
.hero-wrapper--picture .hero-wrapper__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.hero-wrapper--picture .hero-wrapper__gradient--contact-dropdown {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
.hero-wrapper--picture .hero-wrapper__gradient--light {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
}
.hero-wrapper--picture .grid-container.large-hero-container,
.hero-wrapper--picture .top-hero-regular.grid-container,
.hero-wrapper--picture .header-pushdown {
  position: relative;
  z-index: 1;
}

.large-hero-container {
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .large-hero-container {
    height: 1080px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-hero-regular {
  padding-top: 170px;
  padding-bottom: 170px;
  margin-bottom: 65px;
  max-height: 640px;
  overflow: hidden;
}

.post-hero {
  height: 640px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  .post-hero {
    margin-bottom: 65px;
  }
}

.single .post-hero {
  height: auto;
}
.single .post-hero img {
  width: 100%;
  max-width: auto;
}

.fifty-fifty {
  width: calc(100% - 60px);
  max-width: 1514px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 967px) {
  .fifty-fifty {
    grid-template-columns: 1fr;
  }
}

.fifty-fifty__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  padding: 120px 30px 30px;
}
.fifty-fifty__item .fifty-fifty__item__image {
  position: absolute;
  inset: 0;
}
.fifty-fifty__item .fifty-fifty__item__image picture,
.fifty-fifty__item .fifty-fifty__item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fifty-fifty__item > div:not(.fifty-fifty__item__image) {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 440px) {
  .fifty-fifty__item {
    aspect-ratio: unset;
  }
}

.fifty-fifty__heading,
.fifty-fifty__excerpt {
  max-width: 480px;
}

.fifty-fifty__excerpt {
  font-size: 25px;
  line-height: 1.35;
}

.fifty-fifty__link {
  color: inherit;
}

@media (max-width: 1279px) {
  .fifty-fifty__item {
    padding-top: 30px;
    align-items: center;
  }
  .fifty-fifty__heading {
    font-size: 28px;
  }
  .fifty-fifty__excerpt {
    font-size: 20px;
  }
}
.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 114px;
  z-index: 101;
}

.header-search-toggle {
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  background-image: url("/wp-content/themes/mesta/src/img/search-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
@media (min-width: 900px) {
  .header-search-toggle {
    display: block;
  }
}
.header-search-toggle:hover {
  transform: scale(1.15);
}
.header-search-toggle--dark {
  background-image: url("/wp-content/themes/mesta/src/img/search.svg");
}

@media (min-width: 900px) {
  .header-menu #menu-toggle {
    display: none !important;
  }
}

.header-search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header.header-search-open .header-search-panel {
  max-height: 120px;
}
@media (max-width: 900px) {
  .header-search-panel {
    display: none;
  }
}

.header-search-inner {
  padding: 16px 0;
  max-width: 1526px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 72px;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-search-form .field {
  flex: 1;
  max-width: 400px;
  padding: 10px 14px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: black;
  font-size: 16px;
}
.header-search-form .field::placeholder {
  color: #999;
}
.header-search-form .submit {
  padding: 12px 24px;
  background-color: #ff6600;
  color: #fff;
  border: 0;
  border-radius: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header-search-form .submit:hover {
  background-color: rgb(204, 81.6, 0);
}

#header-grid {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  max-width: 1526px;
  margin-left: auto;
  margin-right: auto;
}

#header-container {
  height: 100%;
}

#menu-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.open::before {
  color: #fff;
  font-size: 14px;
  content: "LUKK ";
  margin-left: -50px;
  line-height: 18px;
  font-weight: 600;
  display: none;
}

.closed::before {
  color: #fff;
  font-size: 14px;
  content: "MENY ";
  margin-left: -50px;
  line-height: 18px;
  font-weight: 600;
  display: none;
}

#colored-burger .closed:before {
  color: #000000;
  font-size: 14px;
  content: "MENY ";
  margin-left: -50px;
  line-height: 18px;
  font-weight: 600;
  display: none;
}

.menu-content {
  padding-top: 200px;
}
@media print, screen and (min-width: 60em) {
  .menu-content {
    padding-top: 200px;
  }
}

#primary-menu,
#primary-menu li {
  list-style: none;
  margin-left: 0 !important;
}

#primary-menu {
  margin-bottom: 2em;
}

#primary-menu > .menu-item {
  margin-top: 0.5em;
}

#primary-menu a {
  font-size: 26px;
  text-decoration: none;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 18px;
}

#primary-menu .sub-menu .menu-item a {
  font-weight: 400;
}

#primary-menu .current-menu-item > a {
  text-decoration: underline;
}

.menu-header-top > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-header-top > div .menu {
  margin-bottom: 0;
}
.menu-header-top > div .menu-item {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 10px;
}
.menu-header-top > div .menu-item a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.menu-header-top > div .menu-item a:hover {
  text-decoration: underline !important;
}
.menu-header-top > div .menu-item:not(:first-child) {
  margin-left: 10px;
}
.menu-header-top > div .menu-item.current-menu-item > a, .menu-header-top > div .menu-item.current-menu-ancestor > a {
  text-decoration: underline;
}
.menu-header-top > div .menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  margin-bottom: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
.menu-header-top > div .menu-item.menu-item-has-children:hover, .menu-header-top > div .menu-item.menu-item-has-children:focus, .menu-header-top > div .menu-item.menu-item-has-children:focus-within {
  background-color: #F0EAEA;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.menu-header-top > div .menu-item.menu-item-has-children:hover .sub-menu, .menu-header-top > div .menu-item.menu-item-has-children:focus .sub-menu, .menu-header-top > div .menu-item.menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  z-index: 11;
  display: block;
}
.menu-header-top > div .menu-item.menu-item-has-children:hover a, .menu-header-top > div .menu-item.menu-item-has-children:focus a, .menu-header-top > div .menu-item.menu-item-has-children:focus-within a {
  text-decoration: none;
}
.menu-header-top > div .menu-item.menu-item-has-children {
  /* .sub-menu {
    transform-style: preserve-3d;

    &::after {
      content: "";
      position: absolute;
      z-index: -1;
      transform: translateZ(-10px);
      top: 10px;
      left: 0;
      width: calc(100% - 10px);
      width: 100%;
      height: calc(100% - 10px);

    }
  } */
}
.menu-header-top > div .menu-item .sub-menu {
  opacity: 0;
  padding: 10px 10px;
  background-color: #F0EAEA;
  position: absolute;
  top: 38px;
  z-index: -1;
  display: none;
  transform: translateZ(-1px);
  min-width: 200%;
  margin-left: 0;
}
.menu-header-top > div .menu-item .sub-menu.align-left {
  left: 0;
  right: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.menu-header-top > div .menu-item .sub-menu.align-right {
  right: 0;
  left: auto;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.menu-header-top > div .menu-item .sub-menu .menu-item {
  display: block;
  padding: 0;
  margin-left: 0;
  line-height: 1;
}
.menu-header-top > div .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.menu-header-top > div .menu-item .sub-menu .menu-item a {
  font-weight: 400;
  text-transform: none;
}
.menu-header-top .menu-item.menu-button {
  background-color: #000099;
  border-radius: 13px;
}
.menu-header-top .menu-item.menu-button a {
  color: #fff !important;
  padding: 15px 20px;
}
.menu-header-top .menu-item.menu-button a:hover, .menu-header-top .menu-item.menu-button a:focus-within {
  text-decoration: none !important;
}
.menu-header-top .menu-item.menu-button:hover, .menu-header-top .menu-item.menu-button:focus-within {
  background-color: #000033;
}
@media (max-width: 900px) {
  .menu-header-top {
    display: none;
  }
}

.home .menu-header-top > div .menu-item a {
  color: #fff;
}
.home .menu-header-top > div .menu-item.menu-item-has-children:hover, .home .menu-header-top > div .menu-item.menu-item-has-children:focus, .home .menu-header-top > div .menu-item.menu-item-has-children:focus-within {
  background-color: rgba(255, 255, 255, 0.7);
}
.home .menu-header-top > div .menu-item.menu-item-has-children:hover a, .home .menu-header-top > div .menu-item.menu-item-has-children:focus a, .home .menu-header-top > div .menu-item.menu-item-has-children:focus-within a {
  color: black !important;
}
.home .menu-header-top > div .menu-item .sub-menu {
  background-color: rgba(255, 255, 255, 0.7);
}
.home .menu-header-top > div .menu-item .sub-menu a {
  color: black !important;
}

.site-header:has(.menu-content.open) .menu-header-top {
  display: none;
}

#language-switcher {
  position: absolute;
  top: 50%;
  right: 70px;
  list-style: none !important;
}

#language-switcher a {
  text-decoration: none !important;
  color: #fff !important;
}

#language-switcher .current-lang {
  font-weight: 600;
}

#small-primary-menu {
  margin-bottom: 0;
  list-style: none !important;
  margin-left: 0 !important;
}
#small-primary-menu li {
  list-style: none !important;
  margin-left: 0 !important;
}
#small-primary-menu a {
  font-size: 1em;
  color: white;
  width: 100%;
  font-weight: normal;
  text-transform: none !important;
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  #small-primary-menu a {
    font-size: 24px;
  }
}

.social-icons {
  padding-bottom: 2em;
}
.social-icons h4,
.social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.social-icons h4 {
  margin: 0;
  font-size: 1.25em;
}
@media print, screen and (min-width: 60em) {
  .social-icons h4 {
    font-size: 1.5rem;
  }
}
.social-icons img {
  width: 30px;
}
@media screen and (min-width: 75em) {
  .social-icons img {
    width: 35px;
  }
}
.social-icons .facebook {
  margin-right: 5px;
}
@media print, screen and (min-width: 60em) {
  .social-icons .facebook {
    margin-left: 5px;
    margin-right: 10px;
  }
}
.social-icons .instagram {
  margin-right: 10px;
}
@media print, screen and (min-width: 60em) {
  .social-icons .instagram {
    margin-right: 15px;
  }
}

.burger {
  height: 18px;
  width: 18px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -6px;
}

.burger .burger-lines:before {
  left: 0;
  top: 6px;
}

.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  width: 100%;
}

.burger.burger-slip .burger-lines,
.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger.burger-slip.open .burger-lines {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: transparent;
}

.burger.burger-slip.open .burger-lines:before,
.burger.burger-slip.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slip.open .burger-lines:before {
  -webkit-transform: translateX(2em) rotate(135deg);
  -ms-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.burger.burger-slip.open .burger-lines:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
  -ms-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

.burger {
  height: 18px;
  width: 18px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -6px;
}

.burger .burger-lines:before {
  left: 0;
  top: 6px;
}

.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  width: 100%;
}

.burger.burger-slip .burger-lines,
.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger.burger-slip.open .burger-lines {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: transparent;
}

.burger.burger-slip.open .burger-lines:before,
.burger.burger-slip.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slip.open .burger-lines:before {
  -webkit-transform: translateX(2em) rotate(135deg);
  -ms-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.burger.burger-slip.open .burger-lines:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
  -ms-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

.burger {
  height: 18px;
  width: 18px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -6px;
}

.burger .burger-lines:before {
  left: 0;
  top: 6px;
}

.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  width: 100%;
}

.burger.burger-slip .burger-lines,
.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger.burger-slip.open .burger-lines {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: transparent;
}

.burger.burger-slip.open .burger-lines:before,
.burger.burger-slip.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slip.open .burger-lines:before {
  -webkit-transform: translateX(2em) rotate(135deg);
  -ms-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.burger.burger-slip.open .burger-lines:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
  -ms-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

.burger {
  height: 18px;
  width: 18px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -6px;
}

.burger .burger-lines:before {
  left: 0;
  top: 6px;
}

.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  width: 100%;
}

.burger.burger-slip .burger-lines,
.burger.burger-slip .burger-lines:after,
.burger.burger-slip .burger-lines:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger.burger-slip.open .burger-lines {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: transparent;
}

.burger.burger-slip.open .burger-lines:before,
.burger.burger-slip.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slip.open .burger-lines:before {
  -webkit-transform: translateX(2em) rotate(135deg);
  -ms-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.burger.burger-slip.open .burger-lines:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
  -ms-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

.burger .burger-lines-color:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines-color:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines-color {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines-color,
.burger .burger-lines-color:after,
.burger .burger-lines-color:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #000;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines-color:after {
  left: 0;
  top: -6px;
}

.burger .burger-lines-color:before {
  left: 0;
  top: 6px;
}

.burger.burger-slip .burger-lines-color:after,
.burger.burger-slip .burger-lines-color:before {
  width: 100%;
}

.burger.burger-slip .burger-lines-color,
.burger.burger-slip .burger-lines-color:after,
.burger.burger-slip .burger-lines-color:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger.burger-slip.open .burger-lines-color {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: transparent;
}

.burger.burger-slip.open .burger-lines-color:before,
.burger.burger-slip.open .burger-lines-color:after {
  -webkit-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  background-color: #fff;
}

.burger.burger-slip.open .burger-lines-color:before,
.burger.burger-slip.open .burger-lines-color:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slip.open .burger-lines-color:before {
  -webkit-transform: translateX(2em) rotate(135deg);
  -ms-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.burger.burger-slip.open .burger-lines-color:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
  -ms-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

.align-middle {
  align-items: center;
  height: 100%;
}

.innrykk-gridz {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  .innrykk-gridz {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .innrykk-gridz {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.header-pushdown {
  margin-top: 180px;
}

.header-pushdown-lite {
  margin-top: 114px;
}

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

.site-margin-bottom {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .site-margin-bottom {
    margin-bottom: 100px;
  }
}

.fullwidth {
  width: 100% !important;
}

.site-gap-small {
  margin-top: 12px;
  margin-bottom: 12px;
}

.site-gap-small-bottom {
  margin-bottom: 12px;
}

.site-gap-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}

.site-gap-large {
  margin-top: 48px;
  margin-bottom: 48px;
}

.site-gap-large-top {
  margin-top: 48px;
}

.site-gap-xlarge {
  margin-top: 96px;
  margin-bottom: 96px;
}

.site-gap-xlarge-top {
  margin-top: 96px;
}

.site-gap-medium-bottom {
  margin-bottom: 24px;
}

.site-gap-large-bottom {
  margin-bottom: 48px;
}

.site-gap-xlarge-bottom {
  margin-bottom: 96px;
}

.site-pad-xlarge-bottom {
  padding-bottom: 96px;
}

.site-pad-large {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hr-transparent {
  border-color: transparent !important;
}

.float-right {
  float: right;
}

.relative-align {
  position: relative;
}

.bottom-right-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bottom-left-absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-banner-front {
  padding-top: 95px;
  padding-bottom: 95px;
  color: #fff;
}
.service-banner-front h2 {
  margin-top: 0;
}

.blue-background {
  background: #000099;
}

.dark-blue-background {
  background: #0F173D;
}

.service-cell {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .service-cell {
    text-align: left;
  }
}
@media print, screen and (min-width: 60em) {
  .service-cell {
    text-align: left;
  }
}

#service-banner-front .service-cell p:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px;
  width: 30px;
  margin-right: 18px;
}

#service-banner-front .service-cell .h3 {
  margin-bottom: 15px;
}

#service-banner-front .service-cell p {
  padding-left: 18px;
  display: flex;
}

.white-regular-banner {
  padding-top: 190px;
  padding-bottom: 190px;
  background: #fff;
}

.beige-regular-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F2E9E0;
}

.white-contact-banner {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .white-contact-banner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 60em) {
  .white-contact-banner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.gray-banner {
  background: rgba(0, 0, 0, 0.04);
}

.project-banner-front {
  padding-top: 190px;
  padding-bottom: 190px;
}

.jobpost-wrapper {
  min-height: 305px;
}

.background-beige {
  background-color: #F2E9E0;
}

.background-blue {
  background-color: #000099;
  color: #fff;
}

@media (max-width: 500px) {
  .grid-container--featured-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.featured-menu {
  color: #fff;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
}

.featured-menu__heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.featured-menu__content {
  margin: 0;
  padding: 0;
}
.featured-menu__content .nav {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10%;
  max-width: 1184px;
  margin: 0 auto;
}
.featured-menu__content .nav-item {
  flex-basis: 50%;
  margin-left: 0;
  z-index: 98;
}
.featured-menu__content .nav-item .mesta-button a {
  font-size: 30px;
  padding: 20px 30px;
  justify-content: center;
}
.featured-menu__content .nav-item .mesta-button a .arrow-white {
  transition: transform 0.2s ease-in-out;
  background-image: url("/wp-content/themes/mesta/src/img/arrow-large-white.svg");
}
.featured-menu__content .nav-item:has(.active) {
  z-index: 100;
}
.featured-menu__content .nav-item:has(.active) .mesta-button {
  background-color: #0F173D;
  border-color: #fff;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.featured-menu__content .nav-item:has(.active) .mesta-button a .arrow-white {
  transform: rotate(90deg);
  background-image: url("/wp-content/themes/mesta/src/img/arrow-large-orange.svg");
}
.featured-menu__content .mesta-button {
  width: 100%;
  border: 1px solid transparent;
}
.featured-menu__content .tab-content {
  position: absolute;
  top: 97%;
  left: 0;
  width: 100%;
  background: #0F173D;
  color: #fff;
  border: 1px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
  padding: 60px 30px 30px 30px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.featured-menu__content .tab-content:not(:has(.active)) {
  z-index: -1;
  opacity: 0;
}
.featured-menu__content .tab-content .tab-pane {
  transition: opacity 0.2s ease-in-out;
  z-index: -1;
  opacity: 0;
  display: none;
}
.featured-menu__content .tab-content .tab-pane.active {
  z-index: 100;
  opacity: 1;
  display: block;
}
.featured-menu__content .tab-content .section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.featured-menu__content .tab-content .section:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.featured-menu__content .tab-content .section:not(:first-child) {
  margin-top: 20px;
}
.featured-menu__content .tab-content .section__heading {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  grid-column: 1/span 2;
}
.featured-menu__content .tab-content .section__heading a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.featured-menu__content .tab-content .section__heading a:hover {
  color: #ff6600;
}
.featured-menu__content .tab-content .section__content {
  grid-column: 3/span 10;
  padding-left: 40px;
}
.featured-menu__content .tab-content .section__content ul {
  margin: 0;
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-menu__content .tab-content .section__content ul li {
  list-style: none;
  list-style-position: inside;
  margin-left: 0;
  display: flex;
  align-items: center;
  /* &::marker {
      content: '•';
      margin-left: 4px;
  } */
}
.featured-menu__content .tab-content .section__content ul li:not(:last-child) {
  list-style-position: inside;
  text-align: right;
  direction: rtl;
}
.featured-menu__content .tab-content .section__content ul li:not(:last-child)::before {
  content: "•";
  font-size: 22px;
  margin-left: 10px;
}
.featured-menu__content .tab-content .section__submenu-item .link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.featured-menu__content .tab-content .section__submenu-item .link:hover {
  text-decoration: underline;
  color: #ff6600;
}
.featured-menu__content .tab-content a:hover {
  text-decoration: underline;
}
.featured-menu__content {
  /* .nav-item {
      width: 50%;
  }

  .nav-pills .nav-link {
      font-weight: bold;
      padding-top: 13px;
      text-align: center;
      background: #343436;
      color: #fff;
      border-radius: 30px;
      height: 100px;
  }

  .nav-pills .nav-link.active {
      background: #fff;
      color: #000;
  }

  .tab-content {
      display: none;
      position: absolute;
      width: 450px;
      height: auto;
      margin-top: -50px;
      background: #fff;
      color: #000;
      border-radius: 30px;
      z-index: 1000;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
      padding: 30px;
      margin-bottom: 50px;
  }

  .tab-content button {
      border-radius: 15px;
      width: 100px;
      margin: 0 auto;
      float: right;
  } */
}
@media (max-width: 1000px) {
  .featured-menu__content .tab-content .section__heading {
    grid-column: 1/span 12;
  }
  .featured-menu__content .tab-content .section__content {
    grid-column: 1/span 12;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .featured-menu__content .nav-item .mesta-button a {
    font-size: 24px;
  }
  .featured-menu__content .nav-item .mesta-button a .arrow-white {
    background-size: 20px;
  }
}
@media (max-width: 768px) {
  .featured-menu__content .nav {
    gap: 20px;
  }
  .featured-menu__content .nav-item .mesta-button a {
    font-size: 20px;
  }
  .featured-menu__content .nav-item .mesta-button a .arrow-white {
    background-size: 16px;
  }
}
@media (max-width: 500px) {
  .featured-menu__content .nav {
    gap: 10px;
  }
  .featured-menu__content .nav-item .mesta-button a {
    font-size: 16px;
    padding: 20px 10px;
    gap: 5px;
  }
  .featured-menu__content .nav-item .mesta-button a .arrow-white {
    background-size: 16px;
  }
}

.flexible-content {
  padding: 60px 0;
}

.business-areas {
  color: #fff;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
}

.business-areas__heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.business-areas__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .business-areas__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .business-areas__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.business-areas__listitem {
  margin: 0;
}

.business-areas__link {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  color: inherit;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .business-areas__link {
    font-size: 20px;
  }
}

.business-areas__icon img {
  max-width: 150px;
  max-height: 150px;
}

.site-footer {
  background-color: #0F173D;
  background-image: url("/wp-content/themes/mesta/src/img/footer-bg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 1100px auto;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 75em) {
  .site-footer {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 40em) {
  .site-footer #first-footer-clm img {
    width: 200px;
  }
}
@media print, screen and (min-width: 60em) {
  .site-footer #first-footer-clm img {
    width: 230px;
  }
}
@media screen and (min-width: 75em) {
  .site-footer #first-footer-clm img {
    width: 270px;
  }
}
.site-footer #primary-menu-footer {
  margin-top: 40px;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .site-footer #primary-menu-footer {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 60em) {
  .site-footer #primary-menu-footer {
    margin-top: 60px;
  }
}
@media screen and (min-width: 75em) {
  .site-footer #primary-menu-footer {
    margin-top: 80px;
  }
}
.site-footer #primary-menu-footer li {
  margin-left: 0;
  list-style: none;
}
@media screen and (min-width: 75em) {
  .site-footer #primary-menu-footer li {
    margin-bottom: 0.75em;
  }
}
.site-footer #primary-menu-footer a {
  font-size: 26px;
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .site-footer #primary-menu-footer a {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 60em) {
  .site-footer #primary-menu-footer a {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .site-footer #primary-menu-footer a {
    font-size: 36px;
    line-height: 1.3;
  }
}
.site-footer #small-primary-menu a {
  text-decoration: none;
}
@media print, screen and (min-width: 60em) {
  .site-footer #small-primary-menu a {
    font-size: 1em;
  }
}
@media screen and (min-width: 75em) {
  .site-footer #small-primary-menu a {
    font-size: 24px;
  }
}
.site-footer #second-footer-clm,
.site-footer #third-footer-clm {
  margin-top: 40px;
}
@media print, screen and (min-width: 60em) {
  .site-footer #second-footer-clm,
  .site-footer #third-footer-clm {
    margin-top: 113px;
  }
}
@media screen and (min-width: 75em) {
  .site-footer #second-footer-clm,
  .site-footer #third-footer-clm {
    margin-top: 150px;
  }
}
.site-footer #third-footer-clm h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.5;
}
.site-footer #third-footer-clm a,
.site-footer #third-footer-clm a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  text-transform: none;
}
.site-footer #third-footer-clm a:focus, .site-footer #third-footer-clm a:hover,
.site-footer #third-footer-clm a:visited:focus,
.site-footer #third-footer-clm a:visited:hover {
  color: #f60;
}
.site-footer .social-media {
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
  display: flex;
}
.site-footer .social-media li {
  margin: 0;
}
.site-footer .social-media li a {
  text-decoration: none !important;
  display: block;
  margin-right: 15px;
}
.site-footer .social-media li a img {
  max-height: 40px;
  width: 35px;
}

.member-of-logos {
  display: block;
  margin-top: 35px;
  max-width: 380px;
}
@media (max-width: 768px) {
  .member-of-logos {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}

#breadcrumbs {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
}
#breadcrumbs a {
  font-size: 14px;
}

#breadcrumbs a {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.post-date-lined {
  position: relative;
  margin-top: 40px;
}

.post-date-lined p {
  margin-left: 50px;
  font-size: 14px;
  font-weight: 600;
}

.post-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.featured-post-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.small-blog-post img {
  width: 100%;
}
.small-blog-post .blog-list-title h3 {
  margin-top: 0.25em;
}

#map-filter-mesta .mapsvg-data-form-view {
  margin-bottom: 2em;
}
#map-filter-mesta .mapsvg-data-form-view .form-group {
  display: inline-block;
  width: 45%;
  margin-right: 2em;
}
@media print, screen and (min-width: 60em) {
  #map-filter-mesta .mapsvg-data-form-view .form-group {
    width: 25%;
  }
}
#map-filter-mesta .mapsvg-data-form-view .form-group:nth-of-type(even) {
  margin-right: 0;
}
#map-filter-mesta .mapsvg-data-form-view .form-group .select2-selection {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-color: #e6e6e6 !important;
  font-size: 1.25rem;
}
#map-filter-mesta .mapsvg-data-form-view .form-group .select2-selection .select2-selection__arrow b {
  display: none;
}
#map-filter-mesta .mapsvg-data-form-view .form-group .select2-selection .select2-selection__arrow:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-down.svg");
  height: auto;
  width: 18px;
  display: inline-block;
  vertical-align: 0%;
}
#map-filter-mesta .mapsvg-data-form-view .form-group .select2-selection .select2-selection__placeholder {
  color: #000000;
}
#map-filter-mesta .mapsvg-data-form-view .form-group .select2-selection .select2-selection__clear {
  color: #ff6600;
  margin-right: 0.5em;
  font-weight: 400;
}

.mapsvg-buttons.left {
  margin-left: 0 !important;
}
.mapsvg-buttons .mapsvg-btn-group {
  box-shadow: none !important;
}
.mapsvg-buttons .mapsvg-btn-group .mapsvg-btn-map {
  background-color: #ff6600;
  height: 30px;
  width: 30px;
  border: 0;
  margin-bottom: 2px;
}
.mapsvg-buttons .mapsvg-btn-group .mapsvg-btn-map:before, .mapsvg-buttons .mapsvg-btn-group .mapsvg-btn-map:after {
  background-color: #000000 !important;
}
.mapsvg-buttons .mapsvg-btn-group .mapsvg-btn-map:before {
  height: 2px;
  width: 18px;
  top: 14px;
}
.mapsvg-buttons .mapsvg-btn-group .mapsvg-btn-map:after {
  width: 2px;
  height: 18px;
  left: 14px;
}

/***** MAP POP UP *****/
.popover-padding {
  padding: 15px;
}

.mapsvg-controller-view-content {
  padding: 0 !important;
}

.mapsvg-controller-view-wrap {
  top: 0 !important;
}

.blue-bg {
  background-color: #000099;
  padding: 15px;
}

.gray-field {
  background-color: #F2F2F2;
}

.mapsvg-popover-close {
  background-image: url("/wp-content/themes/mesta/src/img/gray-arrow.svg");
  background-size: contain;
  width: 100px !important;
  height: 100px !important;
  background-repeat: no-repeat;
}
.mapsvg-popover-close:before, .mapsvg-popover-close:after {
  display: none;
}

.mapsvg-controller-view-toolbar {
  position: absolute;
  bottom: 15px;
  width: 30px;
  left: 15px;
  bottom: 30px;
}

#mapsvg-map-70 .mapsvg-popover {
  margin-bottom: -45px;
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}

/***** MAP MARKER *****/
.mapsvg-layers-wrap .mapsvg-layer-markers .mapsvg-marker img {
  max-width: 50px;
  margin: 25px;
}

/*  #map-filter-mesta .form-group {
    width: 20%!important;
    display: inline-block;
    padding-right: 44px;
    width: 100%!important;
	padding-bottom: 24px;
}

#map-filter-mesta .select2-selection {
    border: none;
    font-size: 24px;
    color: #000!important;
}

#map-filter-mesta .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset!important;
}



#map-filter-mesta .select2-selection__rendered:before {
    content: url("/wp-content/themes/mesta/src/img/arrow-down.svg");
    height: auto;
    width: 20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: 0%;
}

#map-filter-mesta .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none!important;
}

.select2-dropdown {
    border: none!important;
}

.select2-container--open .select2-dropdown {
    padding: 15px;
    border-radius: 0!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid $black!important;
    border-left: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;

}

#map-filter-mesta input {
    font-size: 24px!important;
}

.mapsvg-directory-search {
    top: 15px!important;
}

.mapsvg-directory-search, .mapsvg-directory-search:focus, .mapsvg-directory-search:active {
    border: none!important;
}



.mapsvg-directory-search-wrap:after {
    content: url("/wp-content/themes/mesta/src/img/search-icon.svg");
    height: auto;
    width: 20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: 0%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: map-get($colors, primary)!important;
}

*/
.knowledge-btn {
  cursor: pointer;
}

.knowledge-btn:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px !important;
  width: 30px !important;
  margin-right: 18px !important;
  transition: 0.5s;
}

.knowledge-content {
  margin-left: 48px;
}

#knowledge-trigger .active:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange-down.svg");
  height: 30px !important;
  width: 30px !important;
  margin-right: 18px !important;
  transition: 0.5s;
}

.ui-state-active .ui-icon {
  display: none;
}

.gf_progressbar_wrapper {
  display: none !important;
}

#knowledge-trigger .active {
  background-color: #000099 !important;
}

.knowledge-btn .hide {
  background-color: #fff;
}

.ui-state-default {
  color: white;
}

.form-header-main {
  font-size: 36px !important;
  color: #000000 !important;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .form-header-main {
    font-size: 52px !important;
    color: #000000 !important;
    display: inline-block;
  }
}
@media print, screen and (min-width: 60em) {
  .form-header-main {
    font-size: 52px !important;
    color: #000000 !important;
    display: inline-block;
  }
}

.gform_next_button, .gform_previous_button, .gform_button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 14px !important;
}

.gfield_select {
  border: 0 !important;
  border-bottom: 1px solid #000000;
}

.gform_page_footer .next-btn:before, .gform_page_footer .send-btn:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-orange.svg");
  height: 30px !important;
  width: 30px !important;
  margin-right: 5px !important;
  vertical-align: -50%;
}

.gform_page_footer .prev-btn:before {
  content: url("/wp-content/themes/mesta/src/img/arrow-blue-180deg.svg");
  height: 30px !important;
  width: 30px !important;
  margin-right: 5px !important;
  vertical-align: -50%;
}

.gform_page_fields {
  padding-bottom: 24px;
  padding-top: 0px;
}

.ui-accordion-content {
  height: auto !important;
}

.gform_fields .underlined {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.upload {
  margin-top: 24px !important;
  margin-bottom: 24px;
}

.gform_fields li .ginput_container select, .gform_fields li .ginput_container input, .gform_fields li .ginput_container textarea {
  margin-bottom: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ginput_container {
  margin-top: 38px !important;
  margin-bottom: 0 !important;
}

.single-column-form ul.gfield_checkbox li input[type=checkbox]:checked + label, .single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 19px;
  font-weight: 400;
  font-size: 15px;
}

/*Custom subscribe box for .single-column-form class*/
.single-column-form [type=checkbox]:not(:checked), [type=checkbox]:checked {
  position: absolute !important;
  left: -9999px;
}

.single-column-form [type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}

.single-column-form [type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2px;
}

.single-column-form [type=checkbox]:not(:checked) + label:after, [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 6px;
  left: -13px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: #ff6600;
  transition: all 0.2s;
}

/* checked mark aspect changes */
.single-column-form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.single-column-form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.single-column-form [type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #000000;
  background-color: #ddd;
}

.single-column-form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}

.single-column-form [type=checkbox]:disabled + label {
  color: #aaa;
}

.gfield_checkbox li, .ginput_container_fileupload, .gfield .field_sublabel_below {
  border: 0 !important;
}

.ginput_container_fileupload {
  margin-top: 5px !important;
}

.gfield_required {
  display: none;
}

/** NEW knowledgebase **/
.page-template-kontakt-dropdown main#main {
  position: relative;
}
.page-template-kontakt-dropdown main#main h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.page-template-kontakt-dropdown main#main .content h3 {
  padding-left: 0;
  font-size: 1.5rem;
}
.page-template-kontakt-dropdown .overlay-heading {
  position: absolute;
  top: 8em;
  width: 100%;
  top: 8em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kontakt-dropdown .overlay-heading {
    top: 5em;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-dropdown .overlay-heading {
    top: 6em;
  }
}
@media screen and (min-width: 75em) {
  .page-template-kontakt-dropdown .overlay-heading {
    top: 6em;
  }
}
@media screen and (min-width: 90em) {
  .page-template-kontakt-dropdown .overlay-heading {
    top: 10em;
  }
}
.page-template-kontakt-dropdown .top-hero-regular {
  height: 550px;
}
.page-template-kontakt-dropdown h1 {
  margin-bottom: 2rem;
  color: #fff;
}
.page-template-kontakt-dropdown .accordion h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}
.page-template-kontakt-dropdown .kontakt-dropdown {
  border: 1px solid #B8B7B7;
  border-bottom: none;
}
.page-template-kontakt-dropdown .kontakt-dropdown .knowledge-btn:before {
  vertical-align: middle;
}
.page-template-kontakt-dropdown .kontakt-dropdown h2 {
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion {
  background-color: #fff;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  margin: 0;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion:last-of-type {
  border-bottom: none;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul a {
  font-size: 1.25rem;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul li {
  border-bottom: 1px solid #B8B7B7;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul li a.accordion-toggle {
  border-bottom: none;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul li .link-arrow:after, .page-template-kontakt-dropdown .kontakt-dropdown ul.accordion ul li .accordion-toggle:after {
  width: 20px;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion li {
  display: block;
  margin-left: 0;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion a {
  text-transform: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.5rem;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion a.main-toggle:hover {
  text-decoration: underline;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion a.secondary-toggle:hover {
  text-decoration: underline;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion a.link-arrow {
  display: inline-block;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion a.link-arrow:hover {
  background-color: #fff;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner {
  background-color: #F4F4F4;
  overflow: hidden;
  display: none;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner p a {
  font-size: 1rem;
  border-bottom: 1px solid #000000;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner p a:hover {
  border-color: #FF6600;
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner p {
  padding: 0 4rem 0 1.25rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner p {
    padding: 0 4rem 0 1.25rem;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner p {
    padding: 0 9rem 0 1.25rem;
  }
}
.page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner .ingress p {
  padding: 0 4rem 0 1.25rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner .ingress p {
    padding: 0 4rem 0 1.25rem;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-dropdown .kontakt-dropdown ul.accordion .accordion-inner .ingress p {
    padding: 1.25rem 9rem 0 1.25rem;
  }
}
.page-template-kontakt-dropdown .kontakt-dropdown .link-arrow {
  width: 100%;
  display: block;
  position: relative;
}
.page-template-kontakt-dropdown .kontakt-dropdown .link-arrow:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-dropdown2.svg");
  color: #FF6600;
  position: absolute;
  transition: transform 0.2s linear;
  top: 0.5rem;
  right: 1.25rem;
  transform: rotate(-90deg);
  width: 25px;
}
.page-template-kontakt-dropdown .kontakt-dropdown .accordion-toggle {
  padding: 0.75rem 1.25rem;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #B8B7B7;
}
.page-template-kontakt-dropdown .kontakt-dropdown .accordion-toggle:after {
  content: url("/wp-content/themes/mesta/src/img/arrow-dropdown2.svg");
  color: #FF6600;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.2s linear;
  width: 25px;
}
.page-template-kontakt-dropdown .kontakt-dropdown .show:after {
  transform: rotate(-180deg);
  transition: transform 0.2s linear;
}
.page-template-kontakt-dropdown .kontakt-dropdown .arrow {
  color: #FF6600;
  float: right;
  margin-right: 35px;
  font-size: 1.5em;
}
.page-template-kontakt-dropdown .innganger {
  margin-bottom: 2em;
}
.page-template-kontakt-dropdown .innganger .inngang h2, .page-template-kontakt-dropdown .innganger .inngang .h4 {
  font-weight: 400;
}
.page-template-kontakt-dropdown .innganger .inngang a, .page-template-kontakt-dropdown .innganger .inngang a:visited {
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
}

.search-link-front {
  position: relative;
}

#searchform .field {
  border: 0;
  box-shadow: none !important;
  background: transparent;
  color: #fff;
  font-size: 36px;
  text-align: left;
  margin-left: 30px;
  line-height: 1;
  width: 88%;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  #searchform .field {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 60em) {
  #searchform .field {
    margin-left: 50px;
    width: 50%;
    font-size: 36px;
  }
}

#searchform .submit {
  display: none !important;
}

#searchform.inpage .field {
  color: initial;
  font-size: inherit;
  height: 1.2em;
  margin: inherit;
  display: inline-block;
  width: auto;
  line-height: inherit;
  margin-left: 70px;
  padding: 0px;
}

#searchform.inpage .search-link:before {
  position: absolute;
  width: 52px;
  height: 100px;
}

.search-results .results-summary {
  margin-bottom: 40px;
}
.search-results .search-result {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results .search-result .post-date p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  margin-left: 50px;
}
.search-results .search-result .search-result__link {
  display: inline-block;
}
.search-results .search-result .search-result__link.lined {
  position: relative;
}
.search-results .search-result .search-result__link.lined > * {
  margin-left: 50px;
}
.search-results .search-result .search-result__link.lined:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 32px;
  background-color: #ff6600;
  top: 50%;
}
.search-results .search-result .search-result__link .post-list-heading {
  margin-bottom: 0;
}
.search-results .search-result__breadcrumb {
  margin-top: 10px;
  margin-left: 50px;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.search-results .search-result__breadcrumb .breadcrumb-current {
  font-weight: 600;
}
.search-results .search-result__breadcrumb > * {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.search-results .post-loop {
  margin-bottom: 100px;
}

.employee h3 {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 600;
}
.employee .employee-role {
  margin: 0.5em 0 1em;
  font-weight: 600;
}
.employee p {
  font-size: 1em;
}
.employee .employee-img img {
  border-radius: 100%;
}
.employee .employee-linkedin {
  text-transform: none !important;
  text-decoration: underline;
  font-size: 1em;
}
@media print, screen and (min-width: 40em) {
  .employee h3 {
    margin-top: 0.25em !important;
    margin-bottom: 0;
  }
  .employee .employee-info {
    padding-left: 3em;
  }
}

.icon-cards-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-card {
  transition: all 0.2s ease-in-out;
  background-color: rgba(223, 200, 177, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 13px;
}
.icon-card__body {
  display: flex;
  gap: 20px;
}
.icon-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-card__icon img {
  width: 136px;
  min-width: 136px;
}
.icon-card__footer {
  display: flex;
  justify-content: flex-end;
}
.icon-card:hover {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .icon-card__body {
    flex-direction: column;
  }
  .icon-card__content h3 {
    margin-top: 0;
  }
}

.image-carousel {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.image-carousel__ingress {
  margin-bottom: 40px;
}
.image-carousel__ingress h2,
.image-carousel__ingress p {
  margin-top: 0;
}
.image-carousel .main-carousel {
  padding-left: 20px;
  padding-right: 20px;
}
.image-carousel .carousel-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.image-carousel .carousel-cell.size-small {
  width: 20%;
  height: 150px;
}
.image-carousel .carousel-cell.size-small img {
  width: 150px;
}
.image-carousel .carousel-cell.size-large {
  width: 20%;
  height: 300px;
}
.image-carousel .carousel-cell.size-large img {
  width: 300px;
}
.image-carousel .carousel-cell.size-portrait {
  width: 25%;
  height: 400px;
}
.image-carousel .carousel-cell.size-portrait img {
  width: 270px;
  height: 400px;
  object-fit: cover;
}
.image-carousel .carousel-cell img {
  height: 100%;
}
.image-carousel {
  /* no circle */
}
.image-carousel .flickity-button {
  background: transparent;
}
.image-carousel .flickity-button svg {
  transition: all 0.2s ease-in-out;
}
.image-carousel .flickity-button:hover svg {
  transform: scale(1.2);
}
.image-carousel .flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.image-carousel {
  /* big previous & next buttons */
}
.image-carousel .flickity-prev-next-button {
  width: 100px;
  height: 100px;
}
.image-carousel .flickity-prev-next-button.previous {
  left: -60px;
}
.image-carousel .flickity-prev-next-button.next {
  right: -60px;
}
.image-carousel {
  /* icon color */
}
.image-carousel .flickity-button-icon {
  fill: #FF6600;
}
@media (max-width: 1200px) {
  .image-carousel .carousel-cell {
    margin-right: 50px;
  }
}
@media (max-width: 900px) {
  .image-carousel .carousel-cell.size-portrait {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .image-carousel .carousel-cell.size-portrait {
    width: 50%;
  }
}
@media (max-width: 541px) {
  .image-carousel .carousel-cell.size-portrait {
    width: 70%;
  }
}

.text-embed__text > *:first-child {
  margin-top: 0;
}
.text-embed__code.embed-right {
  order: 2;
}

.videoFade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.media-lightbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 800px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
.media-lightbox video {
  max-height: 800px;
  width: auto;
}
.media-lightbox .boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
  width: 40px;
  height: 40px;
}
.media-lightbox .boxclose:before {
  content: "╳";
}

.videoFade:hover ~ .boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

.accordion {
  padding-bottom: 40px;
  line-height: 1;
}
.accordion__item {
  transition: all 0.4s ease-in-out;
  background-color: rgba(223, 200, 177, 0.3);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
}
.accordion__item:hover {
  background-color: rgba(223, 200, 177, 0.5);
}
.accordion__arrow {
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
}
.accordion__arrow svg {
  width: 100%;
  height: 100%;
}
.accordion details {
  overflow: hidden;
}
.accordion details .content {
  padding: 20px 0;
}
.accordion details .content p {
  font-size: 15px;
}
.accordion details .content h2,
.accordion details .content h3 {
  font-size: 18px;
}
.accordion summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.accordion summary::marker {
  display: none;
}

/* THE MAGIC 🧙‍♀️ */
details[open] .accordion__arrow {
  transform: rotate(90deg);
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  display: none;
}

.counting-numbers {
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.counting-numbers__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.item {
  margin: 0 20px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 4px solid yellow; */
  overflow: hidden;
}

.item__body {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item__counter {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.item__number {
  font-size: 70px;
  line-height: 1;
}

.item__suffix {
  line-height: 1;
  padding-left: 6px;
  font-size: 70px;
}

.item__title {
  font-size: 24px;
  font-weight: 700;
  max-width: 270px;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding-bottom: 20px;
}

.item__text-over,
.item__text-under {
  display: block;
  font-size: 18px;
  max-width: 140px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.item__text-over {
  top: -20px;
}

.item__text-under {
  top: calc(100% + 10px);
}

/* Initial border setting */
.item::before {
  /*  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: conic-gradient(#545860 0% 0%, transparent 0% 100%);
  z-index: 2;
  transition: background 50ms linear; */
}

.item__grey-border {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff6600;
  z-index: -1;
  border-radius: 50%;
}

.item::after {
  content: "";
  position: absolute;
  background-color: #000099;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.counting-numbers__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .counting-numbers__wrapper {
    justify-content: center;
  }
}
.people-columns {
  margin-top: 0;
}
.people-columns h2 {
  margin-bottom: 30px;
}
.people-columns__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.people-columns .person {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}
.people-columns .person__image img {
  width: 100%;
  height: auto;
}
.people-columns .person__content {
  height: 100%;
  padding-top: 20px;
}
.people-columns .person__content p {
  font-size: 15px;
  margin-bottom: 4px;
}
.people-columns .person__content p b {
  font-size: 13px;
  font-weight: 700;
}
.people-columns .person__content h2,
.people-columns .person__content h3,
.people-columns .person__content h4,
.people-columns .person__content h5,
.people-columns .person__content h6 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .people-columns__container .person {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .people-columns__container .person {
    grid-column: span 12;
  }
}

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

/*
 * browser specific styling
 * note: feel free to use these browser selectors in other sass-files. this file is just meant to provide you a list of useragent strings
 */
.page-template-kampanjemal .flex-button {
  padding: 0.7em 1em 0.6em 2.5em;
  border-radius: 10px;
  margin-top: 1em;
  position: relative;
  float: left;
  clear: left;
  font-size: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-button {
    padding: 0.6em 3em 0.6em 3em;
    margin-top: 2em;
    font-size: 1.125rem;
    border-radius: 15px;
    line-height: 1.5;
  }
}
.page-template-kampanjemal .flex-button:hover {
  color: #000000;
}
.page-template-kampanjemal .flex-button:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/mesta/src/img/arrow-black.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 2px;
  height: 40px;
  width: 40px;
  left: 0.25em;
  top: 5px;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-button:before {
    left: 0.5em;
    background-position: center;
    background-size: 18px;
  }
}
.page-template-kampanjemal .flex-button--primary {
  background-color: #4FF6AD;
}
.page-template-kampanjemal .flex-button--secondary {
  border: 3px solid #4FF6AD;
}
.page-template-kampanjemal .flex-top-image {
  position: relative;
}
.page-template-kampanjemal .flex-top-image .flex-top-text {
  padding: 2em 0;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-top-image .flex-top-text {
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page-template-kampanjemal .flex-top-image .flex-top-image {
  position: relative;
}
.page-template-kampanjemal .flex-top-image .flex-top-image picture {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-top-image .flex-top-image .top-img-filter-on {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.page-template-kampanjemal .flex-top-image .flex-top-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-kampanjemal .flex-top-image .flex-top-image-background {
  position: relative;
}
.page-template-kampanjemal .flex-top-image blockquote {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-kampanjemal .flex-top-image blockquote p {
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-top-image blockquote p {
    font-size: 32px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-kampanjemal .flex-top-image blockquote p {
    font-size: 40px;
  }
}
@media screen and (min-width: 90em) {
  .page-template-kampanjemal .flex-top-image blockquote p {
    font-size: 42px;
  }
}
.page-template-kampanjemal .flex-top-image blockquote cite {
  font-style: normal;
  font-size: 18px;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-top-image blockquote cite {
    margin-top: 2em;
  }
}
.page-template-kampanjemal .flex-top-image blockquote cite span {
  display: block;
}
.page-template-kampanjemal .flex-top-image blockquote cite:before {
  content: none;
}
.page-template-kampanjemal .flex-top-image .white-text blockquote p {
  color: #fff;
}
.page-template-kampanjemal .flex-introduction {
  padding: 2.5em 0;
  background-color: #e6e6e6;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-introduction {
    padding: 5em 0;
  }
}
.page-template-kampanjemal .flex-introduction .introduction-heading {
  margin-bottom: 0;
  margin-right: 5em;
}
.page-template-kampanjemal .flex-introduction .introduction-heading .small-heading {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-kampanjemal .flex-introduction .introduction-heading .small-heading:after {
  content: "";
  display: block;
  margin-top: 0.8em;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  border-bottom: 3px solid #4FF6AD;
}
.page-template-kampanjemal .flex-introduction .introduction-heading h2 {
  margin-bottom: 0;
}
.page-template-kampanjemal .flex-introduction .preamble {
  margin-bottom: 0;
}
.page-template-kampanjemal .flex-introduction .introduction-text .icons {
  margin-top: 3em;
}
@media screen and (min-width: 75em) {
  .page-template-kampanjemal .flex-introduction .introduction-text .icons {
    margin-top: 5em;
  }
}
.page-template-kampanjemal .flex-introduction .introduction-text .icons img {
  margin-right: 0.5em;
  width: 31%;
}
.page-template-kampanjemal .flex-introduction .introduction-text .icons img:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 75em) {
  .page-template-kampanjemal .flex-introduction .introduction-text .icons img {
    width: auto;
    margin-right: 1em;
  }
}
.page-template-kampanjemal .flex-content .flex-text-image {
  padding-top: 2.5em;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .flex-text-image {
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
.page-template-kampanjemal .flex-content .flex-text-image .flex-text-image-row {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .flex-text-image .flex-text-image-row {
    margin-bottom: 2em;
  }
}
.page-template-kampanjemal .flex-content .text-background-image {
  position: relative;
  overflow: hidden;
}
.page-template-kampanjemal .flex-content .text-background-image .text-background-image__image {
  position: absolute;
  inset: 0;
}
.page-template-kampanjemal .flex-content .text-background-image .text-background-image__image picture,
.page-template-kampanjemal .flex-content .text-background-image .text-background-image__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-kampanjemal .flex-content .text-background-image .text-background-image__image--fallback {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-kampanjemal .flex-content .text-background-image .text-background-filter-on,
.page-template-kampanjemal .flex-content .text-background-image .text-background-filter-off {
  position: relative;
  z-index: 1;
  padding: 2.5em 0;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .text-background-image .text-background-filter-on,
  .page-template-kampanjemal .flex-content .text-background-image .text-background-filter-off {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-content .text-background-image .text-background-filter-on,
  .page-template-kampanjemal .flex-content .text-background-image .text-background-filter-off {
    padding: 7em 0;
    min-height: 475px;
  }
}
.page-template-kampanjemal .flex-content .text-background-image .text-background-filter-on {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-kampanjemal .flex-content .text-background-image h2 {
  margin: 0 0 0.8em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .text-background-image p {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-content .text-background-image p {
    font-size: 1.75em;
  }
}
.page-template-kampanjemal .flex-content .flex-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.page-template-kampanjemal .flex-content .flex-video iframe,
.page-template-kampanjemal .flex-content .flex-video object,
.page-template-kampanjemal .flex-content .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-kampanjemal .flex-content .flex-articles {
  padding-top: 3em;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .flex-articles {
    padding-top: 5em;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-content .flex-articles {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
.page-template-kampanjemal .flex-content .flex-articles h2 {
  margin: 0 0 0.8em;
}
.page-template-kampanjemal .flex-content .flex-articles .flex-archive-button {
  text-align: center;
}
.page-template-kampanjemal .flex-content .flex-articles .flex-archive-button .flex-button {
  float: none;
  display: inline-block;
  margin-top: 2em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-content .flex-articles .flex-archive-button .flex-button {
    margin-top: 4em;
  }
}
.page-template-kampanjemal .flex-newsletter {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-newsletter {
    margin-bottom: 10em;
  }
}
.page-template-kampanjemal .flex-newsletter .newsletter_image,
.page-template-kampanjemal .flex-newsletter .newsletter-text {
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-newsletter .newsletter_image,
  .page-template-kampanjemal .flex-newsletter .newsletter-text {
    display: inline-block;
    width: 49.7%;
    vertical-align: middle;
  }
}
.page-template-kampanjemal .flex-newsletter .newsletter-text {
  padding: 1.5em;
}
@media print, screen and (min-width: 60em) {
  .page-template-kampanjemal .flex-newsletter .newsletter-text {
    padding: 3em;
  }
}
.page-template-kampanjemal .flex-newsletter .newsletter-text .tagline {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 400;
}
.page-template-kampanjemal .flex-newsletter .newsletter-text h2 {
  margin: 0 0 0.5em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kampanjemal .flex-newsletter .newsletter-text h2 {
    margin: 0 0 0.25em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .page-template-kampanjemal .flex-newsletter .newsletter-text h2 {
    font-size: 3rem;
  }
}
.page-template-kampanjemal .flex-newsletter .newsletter-text .large-text {
  line-height: 1.4;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 75em) {
  .page-template-kampanjemal .flex-newsletter .newsletter-text .large-text {
    font-size: 24px;
  }
}

.page-template-underentreprenor .flex-top-image {
  position: relative;
}
.page-template-underentreprenor .flex-top-image .flex-top-text {
  padding: 2em 0;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-underentreprenor .flex-top-image .flex-top-text h1 {
  margin: 0;
  font-size: 2em;
}
@media print, screen and (min-width: 60em) {
  .page-template-underentreprenor .flex-top-image .flex-top-text h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 75em) {
  .page-template-underentreprenor .flex-top-image .flex-top-text h1 {
    font-size: 5em;
  }
}
.page-template-underentreprenor .flex-top-image .flex-top-image {
  position: relative;
}
.page-template-underentreprenor .flex-top-image .flex-top-image .top-img-filter-on {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-template-underentreprenor .flex-top-image .flex-top-image img {
  width: 100%;
}
.page-template-underentreprenor .introduction {
  padding: 2em 0 0;
}
@media print, screen and (min-width: 40em) {
  .page-template-underentreprenor .introduction {
    padding: 3em 0 0;
  }
}
.page-template-underentreprenor .introduction h2 {
  font-size: 24px;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .page-template-underentreprenor .introduction h2 {
    font-size: 26px;
  }
}
.page-template-underentreprenor .content {
  padding-bottom: 4em;
}
@media print, screen and (min-width: 40em) {
  .page-template-underentreprenor .content {
    padding-bottom: 6em;
  }
}
.page-template-underentreprenor .flex-text-image {
  padding-top: 2.5em;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 40em) {
  .page-template-underentreprenor .flex-text-image {
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
.page-template-underentreprenor .flex-text-image .flex-text-image-row {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .page-template-underentreprenor .flex-text-image .flex-text-image-row {
    margin-bottom: 2em;
  }
}

.page-template-kontakt-oversikt .entry-content, .page-template-kontakt-dropdown .entry-content {
  margin-top: 3em;
}
.page-template-kontakt-oversikt .entry-content h2.h3, .page-template-kontakt-dropdown .entry-content h2.h3 {
  margin-top: 1em !important;
}
.page-template-kontakt-oversikt .entry-content table thead, .page-template-kontakt-dropdown .entry-content table thead {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-oversikt .entry-content table thead, .page-template-kontakt-dropdown .entry-content table thead {
    display: table-header-group;
  }
}
.page-template-kontakt-oversikt .entry-content table thead th, .page-template-kontakt-dropdown .entry-content table thead th {
  width: 25%;
}
.page-template-kontakt-oversikt .entry-content table tbody tr, .page-template-kontakt-dropdown .entry-content table tbody tr {
  float: left;
  width: 100%;
  padding: 1em 1em 0.75em;
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-oversikt .entry-content table tbody tr, .page-template-kontakt-dropdown .entry-content table tbody tr {
    float: none;
    padding: 0;
  }
}
.page-template-kontakt-oversikt .entry-content table tbody tr td, .page-template-kontakt-dropdown .entry-content table tbody tr td {
  width: 100%;
  float: left;
  padding: 0 0 0.5em;
}
@media print, screen and (min-width: 40em) {
  .page-template-kontakt-oversikt .entry-content table tbody tr td, .page-template-kontakt-dropdown .entry-content table tbody tr td {
    width: 50%;
    padding: 0 0 0.5em;
  }
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-oversikt .entry-content table tbody tr td, .page-template-kontakt-dropdown .entry-content table tbody tr td {
    width: 25%;
    float: none;
    padding: 0.75em 1em;
  }
}
.page-template-kontakt-oversikt .entry-content table tbody tr td span, .page-template-kontakt-dropdown .entry-content table tbody tr td span {
  font-weight: 600;
}
@media print, screen and (min-width: 60em) {
  .page-template-kontakt-oversikt .entry-content table tbody tr td span, .page-template-kontakt-dropdown .entry-content table tbody tr td span {
    display: none;
  }
}

.single-post .entry-image, .page-template-default .entry-image {
  margin-bottom: 4em;
  text-align: center;
}
.single-post h1, .page-template-default h1 {
  margin: 1.1em 0 0.5em !important;
}
.single-post .post-date-lined, .page-template-default .post-date-lined {
  margin-bottom: 5em;
}
.single-post .entry-content, .page-template-default .entry-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 8em;
}

.page-template-organisasjon-ledelse .entry-content h2 {
  margin-bottom: 1.5em;
}

.home .front-top-hero h1.large-header {
  margin: 0 !important;
}
.home .post-date-lined {
  margin-bottom: 0;
}

.page-template-kampanjemal #primary.content-area.transparent-header .header-pushdown-lite {
  margin-top: 0;
}
.page-template-kampanjemal .video-container {
  padding-bottom: 60px;
}
.page-template-kampanjemal .flex-top-image-background.cover .flex-top-image, .page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-image {
  min-height: 600px;
}
.page-template-kampanjemal .flex-top-image-background.cover .flex-top-image picture, .page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-image picture {
  position: absolute;
  inset: 0;
}
.page-template-kampanjemal .flex-top-image-background.cover .flex-top-image img, .page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
}
.page-template-kampanjemal .flex-top-image-background.cover .flex-top-text, .page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-text {
  position: absolute;
  top: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-kampanjemal .flex-top-image-background.cover .top-img-filter-on, .page-template-kampanjemal .flex-top-image-background.fullheight .top-img-filter-on {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-image {
  min-height: 100vh;
  height: 100%;
}
.page-template-kampanjemal .flex-top-image-background.fullheight .flex-top-text {
  top: 171px;
  transform: translateY(0);
}
.page-template-kampanjemal .flex-top-image-background .cta-heading {
  margin-bottom: 80px;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning {
  margin-top: 80px;
  max-width: 500px;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning h2 {
  font-size: 30px;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning p,
.page-template-kampanjemal .flex-top-image-background .cta-innledning li,
.page-template-kampanjemal .flex-top-image-background .cta-innledning a {
  font-size: 15px;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning a {
  color: inherit;
  text-decoration: none !important;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning a::before {
  margin-right: 10px;
}
.page-template-kampanjemal .flex-top-image-background .cta-innledning a:hover {
  color: #ff6600;
}
.page-template-kampanjemal .content-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-kampanjemal .content-columns__ingress {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-kampanjemal .content-columns__wrapper {
  gap: 30px;
  justify-content: center;
  margin: 40px 0;
}
.page-template-kampanjemal .content-columns__wrapper .column__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.page-template-kampanjemal .content-columns__wrapper .column__content h3 {
  margin-bottom: 0;
}
.page-template-kampanjemal .content-columns__wrapper .column__content h4 {
  margin-top: 0;
  font-size: 15px;
}
.page-template-kampanjemal .content-columns__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 959px) {
  .page-template-kampanjemal .content-columns__wrapper .column__image img {
    height: 400px;
  }
}
@media (max-width: 639px) {
  .page-template-kampanjemal .content-columns__wrapper .column__image img {
    height: 600px;
  }
  .page-template-kampanjemal .content-columns__buttons {
    flex-direction: column;
  }
}

.service-content-cell {
  max-width: 680px;
}

.page-template-aktuelt {
  background-color: #F2E9E0;
}
.page-template-aktuelt .site-header {
  background-color: #F2E9E0;
}
.page-template-aktuelt .entry-title {
  font-size: 44px;
  margin-bottom: 0;
}

.aktuelt-container {
  margin-top: 0;
}
.aktuelt-container .blog-stories-list {
  justify-content: center;
}
.aktuelt-container .blog-stories-list .top-bar {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.aktuelt-container .blog-stories-list .top-bar .mesta-filters {
  grid-column: span 4;
}
.aktuelt-container .blog-stories-list .top-bar .mesta-filters select {
  background: white url("/wp-content/themes/mesta/src/img/arrow-orange.svg") no-repeat;
  background-size: 16px;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .aktuelt-container .blog-stories-list .top-bar .mesta-filters {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .aktuelt-container .blog-stories-list .top-bar .mesta-filters {
    grid-column: span 12;
  }
}
.aktuelt-container .blog-stories-list .top-bar .linkedin-button {
  grid-column: 9/span 4;
  display: flex;
  justify-content: flex-end;
}
.aktuelt-container .blog-stories-list .top-bar .linkedin-button .mesta-button .icon svg {
  width: 28px;
  height: 28px;
}
.aktuelt-container .blog-stories-list__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.aktuelt-container .blog-stories-list__container .post {
  position: relative;
  grid-column: span 4;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.aktuelt-container .blog-stories-list__container .post__image img {
  width: 100%;
  height: auto;
}
.aktuelt-container .blog-stories-list__container .post__content {
  padding: 20px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aktuelt-container .blog-stories-list__container .post__content__meta {
  padding-bottom: 10px;
  font-size: 13px;
  display: flex;
  gap: 6px;
}
.aktuelt-container .blog-stories-list__container .post__content__meta .category {
  font-weight: 600;
}
.aktuelt-container .blog-stories-list__container .post__content .title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.aktuelt-container .blog-stories-list__container .post__content .title-wrapper .arrow-icon .icon {
  display: flex;
  align-items: center;
}
.aktuelt-container .blog-stories-list__container .post__content .title-wrapper .arrow-icon .icon svg {
  width: 17px;
  height: 17px;
}
.aktuelt-container .blog-stories-list__container .post__content__name a .link-inset {
  position: absolute;
  inset: 0;
}
.aktuelt-container .blog-stories-list__container .post__content__name h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
}
@media (max-width: 1100px) {
  .aktuelt-container .blog-stories-list__container .post {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .aktuelt-container .blog-stories-list__container .post {
    grid-column: span 12;
  }
}
.aktuelt-container.posts-banner h2 {
  margin-bottom: 30px;
}
.aktuelt-container.posts-banner .post__content__meta .date {
  color: #ff6600;
}
.aktuelt-container.posts-banner .post__content__name h3 {
  font-size: 20px;
  font-weight: 400;
}
.aktuelt-container.posts-banner .previous-posts {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.aktuelt-container.posts-banner .post-small {
  flex-grow: 1;
}
.aktuelt-container.posts-banner .posts-banner-button {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .aktuelt-container.posts-banner .blog-stories-list__container .post {
    grid-column: span 6;
  }
  .aktuelt-container.posts-banner .blog-stories-list__container .previous-posts {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .aktuelt-container.posts-banner .blog-stories-list__container .post {
    grid-column: span 12;
  }
}

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