:root {
  /* Colors */
  /* Fonts */

  /* Font Sizes */
  /*Media Queries*/

  /* Spacings */
  /* Wrapper Padding*/

  /*  17
      21
      27
   */
}
.explorationContainer .exploreCanvas .visualContainer .vcBody .visualTitle {
  font-family: "CentraNo2-Book" !important;
  font-size: 12px;
  color: #a6a6a6;
  padding: 0 5px;
  z-index: 1;
}
.explorationContainer {
  font-family: "CentraNo2-Book" !important;
}
.iframe-container {
  background-color: #f7f5ed;
  padding: 32px;
  overflow: auto;
}
@media screen and (min-width: 620px) {
  .iframe-container {
    overflow: hidden;
  }
}
.iframe-container {
  /* position: relative;
  padding-top: 100%; */
}
.iframe-container__no-border {
  padding: 0;
  margin: 32px 0;
  overflow: auto;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .iframe-container__no-border {
    overflow: hidden;
  }
}
/* 
.iframe-itself {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
} */
.margin-top--none {
  margin-top: 0px; 
}
.margin-bottom--small {
  margin-bottom: 10px; 
}
.margin--none {
  margin: 0;
}
.padding--none {
  padding: 0; 
}
.text-align--center {
  text-align: center;
}
.truncate {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Redactor Plugin Styles */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Redactor Custom Styles */
.redactor-title, .redactor-subtitle {
  font-weight: 600;
}
@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-large {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-small {
    display: none;
  }

  .m-center-align {
    text-align: center;
  }
  .m-margin-top {
    margin-top: 32px;
  }
  .m-margin-bottom {
    margin-bottom: 32px;
  }
}
p.hidden-large.center {
  text-align: center;
  margin-bottom: 2;
}
@font-face {
  font-family: "CentraNo2-Book";
  src: url(/dist/CentraNo2-Book.woff2) format("woff2"),
    url(/dist/CentraNo2-Book.woff) format("woff"),
    url(/dist/CentraNo2-Book.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CentraNo2-BookItalic";
  src: url(/dist/CentraNo2-BookItalic.woff2) format("woff2"),
    url(/dist/CentraNo2-BookItalic.woff) format("woff"),
    url(/dist/CentraNo2-BookItalic.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CentraNo2-Bold";
  src: url(/dist/CentraNo2-Bold.woff2) format("woff2"),
    url(/dist/CentraNo2-Bold.woff) format("woff"),
    url(/dist/CentraNo2-Bold.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CentraNo2-BoldItalic";
  src: url(/dist/CentraNo2-BoldItalic.woff2) format("woff2"),
    url(/dist/CentraNo2-BoldItalic.woff) format("woff"),
    url(/dist/CentraNo2-BoldItalic.eot?#iefix) format("embedded-opentype");
  font-weight: bold;
  font-style: italic;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 16px;
}
p {
  max-width: 65ch;
}
/* Variations for font size and line height */
p {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.65;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  max-width: 830px;
}
@media (min-width: 1000px) {
  p {
    font-size: 1.32rem;
    line-height: 1.65;
  }
}
.smaller {
  font-size: 16px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "CentraNo2-Book";
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 300;
  max-width: 100vw;
  -webkit-font-feature-settings: "liga" 1, "kern" 1;
          font-feature-settings: "liga" 1, "kern" 1;
}
@media (min-width: 200px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
}
}
@media (min-width: 620px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
}
}
@media (min-width: 1000px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
}
}
@media (min-width: 1280px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
}
}
h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.32;
}
@media (min-width: 620px) {
  h2 {
    font-size: 2.4rem;
    line-height: 1.32;
  }
}
h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 620px) {
  h3 {
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  font-size: 23.04px;
  font-size: 1.44rem;
  line-height: 1.45;
}
@media (min-width: 1000px) {
  blockquote {
    font-size: 2.24rem;
    line-height: 1.45;
  }
}
b,
strong {
  font-family: "CentraNo2-Bold"
}
b a, strong a {
  font-family: "CentraNo2-Bold";
}
b a:hover, strong a:hover {
  color: #4e644b;
  border-bottom: 2px solid;
}
i,
em {
  font-family: "CentraNo2-BookItalic";
}
/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/**
 * Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
img {
  max-width: 100%;
  height: auto;
  border-width: 0;
}
hr {
  height: 0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}
input[type="search"] {
  background: #f7f5ed url(https://ofv.no/images/search-loupe.svg) no-repeat 9px center;
  border: none;
  padding: 10px 20px 10px 40px;
  width: 55px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="search"] {
    width: 120px;
  }
}
input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #4e644b;
}
input:-moz-placeholder {
  color: #5c5c5c;
}
input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.search--subject {
  margin-bottom: 32px;
}
.search--results {
  padding: 32px;
  margin-bottom: 32px;
  min-height: 320px;
  background-color: #f7f5ed;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.search--results:hover {
  background-color: #80907d;
  color: #4e644b;
}
.search--results a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.search--results a:hover {
  color: #4e644b;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  float: left;
  height: 20px;
  width: 30px;
  content: "↓";
}
details[open] summary:after {
  content: "↑";
}
summary {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.65;
}
@media (min-width: 1000px) {
  summary {
    font-size: 1.32rem;
    line-height: 1.65;
  }
}
summary:focus {
  outline: none;
}
.more--results {
  cursor: pointer;
  padding: 32px 0;
}
html {
  font-size: 16px;
}
body {
  font-family: "CentraNo2-Book";
  background-color: #ffffff;
  color: #1d1d1d;
  line-height: 1.7;
  -webkit-font-feature-settings: “tnum”;
          font-feature-settings: “tnum”;
  font-variant-numeric: tabular-nums;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt", "tnum";
}
@media (min-width: 200px) {
  body {
}
}
@media (min-width: 620px) {
  body {
}
}
@media (min-width: 1000px) {
  body {
}
}
@media (min-width: 1280px) {
  body {
}
}
::-moz-selection {
  background: #4e644b;
  color: #ffffff;
}
::selection {
  background: #4e644b;
  color: #ffffff;
}
a {
  color: inherit;
  font-family: "CentraNo2-Book";
  text-decoration: none;
  font-size: inherit
}
a:hover {
  color: #80907d;
}
.c-body-content__text a {
  border-bottom: 2px solid #000
}
.c-body-content__text a:hover {
  color: #80907d;
  border-bottom: 2px solid #fdc638;
}
img {
  width: 100%;
  height: auto;
  float: none !important;
}
@media (min-width: 200px) {
  article {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  article {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  article {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  article {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
article p:first-child {
  margin-top: 0px;
}
hr {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #5c5c5c;
}
hr.grayBackgound {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #5c5c5c;
}
dialog {
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 10;
}
label {
  margin: 0 32px;
}
.front--entrance {
  height: 250px;
  padding: 0 64px 0 0
}
.front--entrance h1 {
  font-size: 5vw;
}
.front--entrance h2 {
  margin-bottom: 32px;
}
.front--entrance p {
  margin: 0;
}
.front--entrance img {
  max-width: 300px;
  margin: 0 auto;
}
.front--entrance button {
  width: 200px;
}
.related--item__text {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.related--item {
  padding: 32px;
  /* margin-bottom: var(--spacing); */
  min-height: 320px;
  background-color: #f7f5ed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%
}
.related--item:hover {
  background-color: #0c0c0b;
  color: #4e644b;
}
.related--item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.related--item a:hover {
  color: #4e644b;
}
.news--item {
  padding: 32px;
  /* margin-bottom: var(--spacing); */
  min-height: 320px;
  height: 100%;
  background-color: #f7f5ed;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.news--item:hover {
  background-color: #80907d;
  color: #4e644b;
}
.news--item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.news--item a:hover {
  color: #4e644b;
}
.news .news__entrie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.news .news__entrie--image {
  margin-bottom: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 250px;
}
@media screen and (min-width: 620px) {
  .news .news__entrie--image {
    height: 350px;
  }
}
@media screen and (min-width: 991px) {
  .news .news__entrie--image {
    height: 100%;
  }
}
.news .news__entrie--image {
  /* z-index: 10; */
}
.news .news__entrie--image img {
  /* filter: grayscale(100%); */
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news__entrie--image:hover {
  color: #4e644b;
}
.news .news__entrie--image a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1d1d1d;
}
.news .news__entrie--image a:hover {
  color: #4e644b;
}
.news .news__entrie--text {
  padding-bottom: 32px;
  /* z-index: 2; */
}
@media (min-width: 1000px) {
  .news .news__entrie--text {
    padding-bottom: 0;
  }
}
.news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__entrie--text {
  margin-top: 0;
}
@media (min-width: 380px) {
  .news__entrie--text {
    margin-top: 14px;
  }
}
.news--list {
  &__archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    padding: 14px 0;
    border-top: 1px solid #1d1d1d
  }
  &__archive p {
    margin: 0;
  }
  &__archive:last-child {
    border-bottom: 1px solid #1d1d1d;
  }
}
@media (min-width: 620px) {
  .news--list {
    &__archive {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 14px 0;
    }
  }
}
.entries--item-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px
}
.entries--item-simple .entries__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4e644b;
  padding: 32px 0;
}
.entries--item-simple .entries__content .entries__content--title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-body-content h2 {
  margin-top: 64px;
}
.c-body-content h3 {
  margin-top: 64px;
}
.c-body-content table {
  margin: 48px 0 64px 0;
}
.c-body-content__image {
  margin: 64px 0
}
.c-body-content__image figure {
  margin: 0;
  padding: 0;
}
.yearlyReport--item {
  padding: 32px;
  /* margin-bottom: var(--spacing); */
  min-height: 352px;
  height: inherit;
  background-color: #f7f5ed;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.yearlyReport--item:hover {
  background-color: #80907d;
  color: #4e644b;
}
.yearlyReport--item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.yearlyReport--item a:hover {
  color: #4e644b;
}
.yearlyReport .yearlyReport__entrie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.yearlyReport .yearlyReport__entrie--image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  z-index: 10;
  text-align: center;
}
.yearlyReport .yearlyReport__entrie--image img {
  width: 150px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.yearlyReport .yearlyReport__entrie--image:hover {
  color: #4e644b;
}
.yearlyReport .yearlyReport__entrie--image a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1d1d1d;
}
.yearlyReport .yearlyReport__entrie--image a:hover {
  color: #4e644b;
}
.yearlyReport .yearlyReport__entrie--text {
  padding-bottom: 32px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1000px) {
  .yearlyReport .yearlyReport__entrie--text {
    padding-bottom: 0;
  }
}
.yearlyReport a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
body.fixed-nav .site-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  display: none;
  z-index: 4;
  background-color: white;
  opacity: 0.6;
}
.show-mask {
  display: block !important;
}
#sticky-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sticky-main li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
nav {
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 32px;
}
body.fixed-nav nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(92, 92, 92, .09);
          box-shadow: 0px 8px 10px 0px rgba(92, 92, 92, .09);
  position: fixed;
  padding: 32px 15vw;
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.fixed-nav nav {
    position: absolute;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.fixed-nav nav {
    position: absolute;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.fixed-nav nav {
    position: absolute;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.fixed-nav nav {
    position: absolute;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.fixed-nav nav {
    position: absolute;
  }
}
.nav {
  padding: 0 2.5vw;
  margin: 0 20px;
}
.nav a {
  border-bottom: none;
}
.nav a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
@media (min-width: 200px) {
  .nav {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .nav {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .nav {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.nav-head,
.nav-foot {
  margin-bottom: 96px;
}
.about__us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 32px;
}
@media (min-width: 620px) {
  .about__us {
    padding-bottom: 0;
  }
}
.about__us a {
  border-bottom: none !important;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #f7f5ed;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  height: 100%;
  z-index: 1;
}
.about__us {
  & a:focus,
  a:hover {
    background-color: #fdc638;
    color: #4e644b;
  }
}
.about__us a.current {
  background-color: #fdc638;
}
.nav__list li {
  padding: 4px 0;
  list-style: none;
}
.label__free {
  padding: 5px 10px;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 16px;
  border: none;
  border-radius: 25px;
}
.label__free--gray {
  padding: 10px 20px;
  background-color: #f7f5ed;
  color: #4e644b;
  border: none;
  border-radius: 25px;
}
.filter--nav {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.menu--header .svg {
  position: relative;
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .menu--header .svg {
    width: 90px;
  }
}
.menu--header .svg:hover .svg__tick-1 {
  -webkit-animation: tick-1-animation 0.3s ease-out forwards;
          animation: tick-1-animation 0.3s ease-out forwards;
}
.menu--header .svg:hover .svg__tick-2 {
  -webkit-animation: tick-2-animation 0.3s ease-out forwards 0.15s;
          animation: tick-2-animation 0.3s ease-out forwards 0.15s;
}
.menu--header .svg__tick-1 {
  stroke: #4e644b;
  stroke-width: 9.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.menu--header .svg__tick-2 {
  stroke: #4e644b;
  stroke-width: 9.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}
@-webkit-keyframes tick-1-animation {
  from {
    stroke-dashoffset: 30;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes tick-1-animation {
  from {
    stroke-dashoffset: 30;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes tick-2-animation {
  from {
    stroke-dashoffset: 30;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes tick-2-animation {
  from {
    stroke-dashoffset: 30;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (min-width: 200px) {
  .header {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .header {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .header {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.header {
  padding-bottom: 5vw;
  z-index: -1;
  margin-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 140px;
}
.header a {
  border-bottom: 2px solid;
}
@media (min-width: 200px) {
  .header--home {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .header--home {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .header--home {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .header--home {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.header--home {
  /* padding-bottom: calc(var(--wrapper-padding)*2); */
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 200px) {
  .header--home {
    padding-top: 0 45vw;
  }
}
@media (min-width: 620px) {
  .header--home {
    padding-top: 0 12.5vw;
  }
}
@media (min-width: 1000px) {
  .header--home {
    padding-top: 0 12.5vw;
  }
}
@media (min-width: 1280px) {
  .header--home {
    padding-top: 0 12.5vw;
  }
}
.header--home {
  color: #1d1d1d;
  padding-top: 130px;
}
@media (min-width: 620px) {
  .header--home {
    padding-top: 164px;
  }
}
.header--home a {
  border-bottom: 2px solid;
}
.header--home a:hover {
  color: #4e644b;
}
.header--home img {
  min-width: 100%;
}
.header--theme-wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 620px) {
  .header--theme-wrap {
    margin: 0px !important;
  }
}
@media (min-width: 200px) {
  .header--theme {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .header--theme {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .header--theme {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .header--theme {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.header--theme {
  z-index: -1;
  margin-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 164px;
  padding-bottom: 32px;
}
@media (min-width: 380px) {
  .header--theme {
    padding-bottom: 0;
  }
}
.header--image {
  width: auto;
  display: none;
}
@media (min-width: 1000px) {
  .header--image {
    display: block;
    padding: 0;
  }
}
.header--image {
  & img,
  svg {
    min-width: 345px;
    float: right;
  }
}
@media (min-width: 200px) {
  .header--front {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .header--front {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .header--front {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .header--front {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.header--front {
  padding-bottom: 5vw;
  z-index: -1;
  margin-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 140px;
  color: #1d1d1d;
}
.header--front a {
  border-bottom: 2px solid;
}
@media (min-width: 200px) {
  .header--white {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .header--white {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .header--white {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .header--white {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.header--white {
  padding-bottom: 5vw;
  z-index: -1;
  margin-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 140px;
  background-color: #ffffff;
  color: #1d1d1d;
}
.header--white a {
  border-bottom: 2px solid;
}
.menu--header {
  padding-top: 14px;
}
@media (min-width: 200px) {
  .menu--header {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media (min-width: 620px) {
  .menu--header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1000px) {
  .menu--header {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1280px) {
  .menu--header {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
.menu--header {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 620px) {
  .menu--header {
    padding-top: 32px;
  }
}
@media all and (-ms-high-contrast: none) {
  .menu--header {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .menu--header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.filler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.menu--button button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding-right: 0;
}
.menu--button button:hover {
  background-color: transparent;
}
.menu--button button {
  &:focus,
    :hover {
      background-color: transparent;
  }
}
.menu--header__item {
  padding: 7px;
  padding-right: 3px;
}
.menu--header__item:first-child {
  padding: 22px 0;
}
/* Buger icon triggering menu */
.burger {
  cursor: pointer;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}
.burger__line {
  width: 28px;
  height: 2px;
  margin: 0 0 4px 0;
  background: #1d1d1d;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__line:last-child {
  margin-bottom: 0;
}
.burger--close {
  z-index: 9999 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: fixed;
  right: 15.5vw;
}
@media (min-width: 200px) {
  .burger--close {
    right: 0;
    top: 30px;
  }
}
@media (min-width: 620px) {
  .burger--close {
    right: 5vw;
    top: 60px;
  }
}
@media (min-width: 1000px) {
  .burger--close {
    right: 10vw;
    top: 60px;
  }
}
@media (min-width: 1280px) {
  .burger--close {
    right: 15vw;
    top: 60px;
  }
}
.burger--close .burger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
  background: #ffffff;
}
.burger--close .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--close .burger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
  background: #ffffff;
}
.menu {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  min-width: 300px;
}
@media (min-width: 620px) {
  .menu {
    width: 42%;
    min-width: 440px;
  }
}
.menu {
  visibility: hidden;
}
.menu--active {
  visibility: visible;
}
.menu__content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  background: #4e644b;
  padding: 30px;
  float: right;
}
@media (min-width: 620px) {
  .menu__content {
    padding: 64px;
  }
}
.menu__content--active {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  div.menu__content {
    float: none;
    width: 100%;
    min-height: 0;
  }
  div.menu__content--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .menu__content {
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.menu__content--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 112px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .menu__content--nav {
    padding-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu__content--item {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .menu__content--item {
    margin-bottom: 0;
  }
}
.menu__content--item ul {
  margin-left: 0;
  list-style: none;
}
.menu__content--item h3 {
  line-height: 1.848;
}
.menu__content--item a {
  color: #ffffff;
}
.link__arrow {
  display: none;
}
@media screen and (min-width: 1025px) {
  a:hover .link__arrow {
    display: inline-block;
  }
}
.menu__content--search {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__content--search {
    display: block;
    margin-bottom: 32px;
  }
}
.login--links a {
  color: #ffffff;
  font-size: 17.6px;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .login--links a {
    font-size: 1.32rem;
  }
}
.login--button {
  position: relative;
}
.login-container--active {
  z-index: 5;
}
footer {
  background-color: #f7f5ed;
  padding: 64px 0 0 0
}
footer a {
  border-bottom: none;
}
footer li {
  font-size: 16px;
}
.private-policy {
  color: #000;
  a {
    border-bottom: 1px solid #000;
  }
}
.form-wrapper {
  .field {
    padding-bottom: 16px;
  }
  .plaintext {
    padding-bottom: 0px !important;
  }
}
.form-wrapper input[type="text"],
  .form-wrapper input[type="email"],
  .form-wrapper input[type="tel"] {
  min-width: 100%;
  height: 64px;
  background-color: #f7f5ed !important;
  border: none;
  border-bottom: 2px solid #5c5c5c;
  padding: 14px !important;
  margin: 0px !important;
}
.form-wrapper input[type="text"]:hover,
    .form-wrapper input[type="text"]:focus,
    .form-wrapper input[type="email"]:hover,
    .form-wrapper input[type="email"]:focus,
    .form-wrapper input[type="tel"]:hover,
    .form-wrapper input[type="tel"]:focus {
  outline: none;
  border-bottom: 2px solid #4e644b;
}
.form-wrapper label {
  width: 100%;
  display: block;
  margin: 5px 0px 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-wrapper label .required-sign {
  display: inline-block;
  color: #b20033 !important;
}
.form-wrapper .input label {
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 5px 0px 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-wrapper .input label:hover {
  cursor: pointer;
}
.form-wrapper .input input[type="checkbox"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* margin: 3px !important; */
  padding: 10.5px;
  border: 2px solid #5c5c5c;
  background-color: transparent !important;
}
.form-wrapper .input input[type="checkbox"]:hover {
  border: 2px solid #4e644b;
  cursor: pointer;
}
.form-wrapper .input input[type="checkbox"]:focus {
  outline: none;
}
.form-wrapper .input input[type="checkbox"]:checked {
  background-color: #4e644b !important;
  border: 2px solid #4e644b;
  padding: 0px;
}
.form-wrapper .input input[type="checkbox"]:checked::after {
  background-color: #4e644b !important;
  display: inline-block;
  font-family: "Segoe UI Symbol";
  /* for Edge */
  font-size: 14px;
  line-height: 9px;
  content: "\2715\fe0e";
  color: #ffffff !important;
}
.form-wrapper .error {
  border-bottom: 2px solid #b20033;
}
.form-wrapper p {
  font-size: 16px;
}
.form-wrapper .required-sign {
  display: none;
}
.form-wrapper .inactive {
  background-color: #f7f5ed;
  color: #5c5c5c;
}
.regstat-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px
}
.regstat-label input[type="radio"] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border: 2px solid #5c5c5c;
  border-radius: 50%;
  background-color: transparent !important;
}
.regstat-label input[type="radio"]:hover {
  border: 2px solid #4e644b;
  cursor: pointer;
}
.regstat-label input[type="radio"]:focus {
  outline: none;
}
.regstat-label input[type="radio"]:checked {
  background-color: #4e644b !important;
  border: 2px solid #4e644b;
}
/* .form-success {
  border: 2px solid var(--darkBlue);
  padding: var(--smallerSpacing);
} */
.text {
  max-width: 100vw;
  padding: 64px 0;
}
@media (min-width: 1000px) {
  .text {
    max-width: 40vw;
  }
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-spacing {
  margin-bottom: 20px;

  /* &:nth-child(n + 4) {
    margin-bottom: 0px;
  } */
}
@media (min-width: 620px) {
  .col-spacing {
    margin-bottom: 34px;
  }
}
.theme--item-relative {
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 620px) {
  .theme--item-relative {
    margin-bottom: 0;
  }
}
.theme--item {
  background-color: #f7f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 620px) {
  .theme--item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.theme--item:hover {
  background-color: #80907d;
  color: #80907d;
}
.theme--item img {
  width: 80%;
  min-height: 79% !important;
  height: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 620px) {
  .theme--item img {
    /* height: auto; */
    max-width: 100%;
  }
}
.theme--item p {
  margin: 0;
}
.theme--item a {
  border-bottom: 2px solid;
}
.theme--item:hover {
  background-color: #f8f7f0;
  color: #212121;
}
.theme--item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.theme--item a:hover {
  color: #333333;
}
.theme--text,
.feature--text {
  padding-bottom: 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 620px) {
  .theme--text,
.feature--text {
    padding-top: 0;
  }
}
.invisible {
  display: none;
}
@media (min-width: 620px) {
  .invisible {
    opacity: 0;
  }
}
.product-categorie-relative {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 620px) {
  .product-categorie-relative {
    padding-bottom: 100%;
  }
}
.product-categorie {
  background-color: #f7f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
  min-height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
@media (min-width: 620px) {
  .product-categorie {
    position: absolute;
    height: auto;
    margin-bottom: 32px;
  }
}
.product-categorie img {
  max-width: 125px;
  max-height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .product-categorie img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (min-width: 1700px) {
  .product-categorie img {
    max-width: 325px;
    max-height: 300px;
  }
}
.product-categorie:hover {
  background-color: #1d1d1d;
  color: #4e644b;
}
.product-categorie a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.product-categorie a:hover {
  color: #4e644b;
}
.feature--title {
  text-align: center;
  color: #4e644b;
}
.feature--title p {
  font-size: 16px;
  display: inline-block;
}
.feature--title svg {
  margin-bottom: -4px;
  margin-left: 6px;
}
.feature--product-relative {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 14px;
}
@media (min-width: 620px) {
  .feature--product-relative {
    margin-bottom: 32px;
  }
}
.feature--product-responsive {
  padding-bottom: 50%;
}
@media screen and (min-width: 991px) {
  .feature--product-responsive {
    padding-bottom: 100%;
  }
}
.feature--product-responsive img {
  height: 80%;
}
.feature--product {
  background-color: #f7f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 620px) {
  .feature--product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature--product:hover {
  background-color: #f8f7f0;
  color: #333333;
}
.feature--product img {
  width: 80%;
  min-height: 79% !important;
  height: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 620px) {
  .feature--product img {
    /* height: auto; */
    max-width: 100%;
  }
}
.feature--product p {
  margin: 0;
}
.feature--product a {
  border-bottom: 2px solid;
}
.feature--product a:hover {
  color: #4e644b;
}
@media (min-width: 1280px) {
  .feature--product h2 {
    font-size: 2.3vw;
  }
}
.overlap-container {
  display: grid;
  grid-template: repeat(3, [row] minmax(100px, 1fr)) / repeat(12, [col] 1fr);
  grid-gap: 0px;
  margin: 64px 0;
  height: 65vh;
}
.object-fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.n-wrapper {
  display: grid;
  grid-gap: 5px;
  width: 100%;
  height: 60vh;
}
.n-box {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.n-wrapper:hover .box:hover {
  z-index: 1;
  opacity: 1;
}
.n-box--image img {
  height: 100%;
}
.n-box--image img[class] {
  width: 100%;
}
.n-box--lead p {
  margin-top: 0px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 620px) {
  .n-box--lead p {
    font-size: 1.6rem;
  }
}
.container,
.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .flexboxgrid,
.container-full .flexboxgrid {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.flexboxgrid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: normal;
  list-style-type: none;
  margin: 0 -15px;
}
.flexboxgrid::before,
.flexboxgrid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media (min-width: 620px) {
  [class^="col-"] {
    padding: 0 17px;
  }
}
[class^="col-"] {
  /* flex: auto; */
}
[class^="col-"]::before,
[class^="col-"]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class^="col-"] .flexboxgrid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: -15px;
}
.col-12 {
  width: 100%;
  *width: 99.9%;
}
.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}
.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}
.col-9 {
  width: 75%;
  *width: 74.9%;
}
.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}
.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}
.col-6 {
  width: 50%;
  *width: 49.9%;
}
.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}
.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}
.col-3 {
  width: 25%;
  *width: 24.9%;
}
.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}
.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}
.col-xs-add, 
.col-sm-add, 
.col-md-add, 
.col-lg-add,
.col-xlg-add {
  display: none; 
}
@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
  .col-xs-add {
    display: inline-block;
    *display: inline;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
  .col-sm-add {
    display: inline-block;
    *display: inline;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
  .col-md-add {
    display: inline-block;
    *display: inline;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
  .col-lg-add {
    display: inline-block;
    *display: inline;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
  .col-xlg-add {
    display: inline-block;
    *display: inline;
  }
}
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 0px;
  width: auto;
}
@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}
.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}
.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}
.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}
.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}
.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}
.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}
.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}
.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}
.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}
.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}
@media only screen and (min-width: 576px) {
  .offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-10-xs {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-8-xs {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-7-xs {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-5-xs {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-4-xs {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-2-xs {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-1-xs {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-10-sm {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-8-sm {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-7-sm {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-5-sm {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-4-sm {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-2-sm {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-1-sm {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-10-md {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-8-md {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-7-md {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-5-md {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-4-md {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-2-md {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-1-md {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-10-lg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-8-lg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-7-lg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-5-lg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-4-lg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-2-lg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-1-lg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-11-xlg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-10-xlg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-8-xlg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-7-xlg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-5-xlg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-4-xlg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-2-xlg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-1-xlg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class^="col-"] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.align-end [class^="col-"] {
  vertical-align: bottom;
}
.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.align-center [class^="col-"] {
  vertical-align: middle;
}
.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-end [class^="col-"] {
  vertical-align: bottom;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-start.flexboxgrid {
  text-align: left;
}
.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.justify-end.flexboxgrid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.flexboxgrid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.justify-center.flexboxgrid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.flexboxgrid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.justify-space-between.flexboxgrid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.flexboxgrid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-space-around.flexboxgrid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.flexboxgrid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.flexboxgrid-bleed [class*="col-"] {
  padding: 0;
}
.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.col-bleed {
  padding: 0;
}
.col-bleed-x {
  padding: 15px 0;
}
.col-bleed-y {
  padding: 0 15px;
}
.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}
.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}
.blue {
  color: #4e644b
}
.blue a {
  border-bottom: 2px solid;
}
.gray {
  color: #5c5c5c
}
.gray a {
  border-bottom: 2px solid;
}
.light {
  color: #ffffff
}
.light a {
  border-bottom: 2px solid;
}
.block {
  width: 100%;
  overflow: hidden;
}
.line-chart {
  height: 400px;
  background: #f7f5ed;
}
.grafico {
  padding: 32px 16px 16px;
  padding: 2rem 1rem 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  color: #4e644b;
  font-size: 80%;
}
.grafico span {
  display: block;
  position: absolute;
  bottom: 48px;
  bottom: 3rem;
  left: 32px;
  left: 2rem;
  height: 0;
  border-top: 2px solid;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.grafico span > span {
  left: 100%;
  bottom: 0;
}
[data-valor="25"] {
  width: 75px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[data-valor="8"] {
  width: 24px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
[data-valor="13"] {
  width: 39px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[data-valor="5"] {
  width: 15px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
[data-valor="23"] {
  width: 69px;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
[data-valor="12"] {
  width: 36px;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
[data-valor="15"] {
  width: 45px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[data-valor]:before {
  content: "";
  position: absolute;
  display: block;
  right: -4px;
  bottom: -3px;
  padding: 4px;
  background: #4e644b;
  border-radius: 50%;
}
[data-valor="23"]:after {
  content: "+" attr(data-valor) "%";
  position: absolute;
  right: -43.2px;
  right: -2.7rem;
  top: -27.2px;
  top: -1.7rem;
  padding: 4.8px 8px;
  padding: 0.3rem 0.5rem;
  background: #50597b;
  border-radius: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.chart--container {
  background-color: #f7f5ed;
  color: #4e644b;
  padding: 56px 0 56px 14px !important;
}
.chart--container-title {
  margin-top: 64px
}
.chart--container-title h1 {
  font-size: 5.2vw;
}
@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid #80907d;
  border-left-color: #4e644b;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  -webkit-animation: donut-spin 10.2s linear infinite;
          animation: donut-spin 10.2s linear infinite;
  margin-right: 120px;
}
.ct-label {
  font-size: 20px !important;
  color: #4e644b !important;
}
button {
  padding: 10px 20px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
button {
  padding: 10px 20px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none;
  border-radius: 2px;
  outline: none
}
button a {
  border-bottom: none;
}
.button--main {
  background-color: #4e644b;
  color: #ffffff;
  min-width: 117px
}
.button--main a {
  color: #ffffff;
  border-bottom: none;
}
.button--main a:hover {
  color: #1d1d1d;
}
.button--secondary {
  background-color: #fdc638;
  color: #1d1d1d
}
.button--secondary a {
  color: #1d1d1d;
  border-bottom: none;
}
.button--secondary a:hover {
  color: #ffffff;
}
.button--secondary:hover {
  background-color: #4e644b;
  color: #ffffff;
}
.button--gray {
  background-color: #f7f5ed;
  color: #1d1d1d
}
.button--gray a {
  border-bottom: none;
}
.button--transparent {
  background-color: transparent;
  color: #5c5c5c
}
.button--transparent a {
  border-bottom: 2px solid #5c5c5c;
}
.button--white {
  background-color: #ffffff;
  color: #4e644b
}
.button--white a {
  border-bottom: 0px;
}
button:hover,
button:focus {
  background-color: #fdc638;
  color: #1d1d1d;
}
button:focus,
button:hover {
  background-color: #fdc638;
  color: #1d1d1d;
}
select::-ms-expand {
  display: none;
}
.select__option {
  border: 0px solid #ccc;
  overflow: hidden;
  background: #f7f5ed url("https://ofv.no/images/stre-down.svg") no-repeat 80% 50%;
  background-size: 30px 10px;
}
.select__option select {
  padding: 5px 8px;
  margin-right: 43px;
  color: #80907d;
  width: 130%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select__option select:focus {
  outline: none;
}
.ofv-select {
  background-color: #f7f5ed;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
  float: left;
  max-width: 100%;
  border-radius: 2px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .ofv-select {
    margin-bottom: 0px;
  }
}
.ofv-select::after {
  content: "↓";
  position: absolute;
  top: 26%;
  margin-top: -2px;
  right: 34px;
  width: 0;
  height: 0;
}
.ofv-select select {
  max-width: 100%;
  height: inherit;
  padding: 8px 60px 8px 24px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ofv-select select:active,
    .ofv-select select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ofv-select-default {
  background-color: #f7f5ed;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
  float: left;
  max-width: 100%;
  border-radius: 2px;
  z-index: 1;
  border: 2px solid black;
}
@media (min-width: 1000px) {
  .ofv-select-default {
    margin-bottom: 0px;
  }
}
.ofv-select-default::after {
  position: absolute;
  top: 26%;
  margin-top: -2px;
  right: 34px;
  width: 0;
  height: 0;
}
.ofv-select-default select {
  max-width: 100%;
  height: inherit;
  padding: 8px 60px 8px 24px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ofv-select-default select:active,
    .ofv-select-default select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.active {
  background-color: #fdc638;
}
/* .active,
.ofv-select:hover {
  background-color: var(--yellow);
} */
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 16px;

  & p,
  strong,
  em,
  i,
  big {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .c-body-content table {
    display: block;
    overflow-x: scroll;
  }
  .c-body-content table tbody {
    display: table;
    width: 150%;
  }
}
td > p {
  font-size: 17.6px;
  font-size: 1.1rem;
}
table tr {
  background: transparent;
  border-bottom: 1px solid #aaa;
  padding: 0.35em;
}
.regStatTable table tr:nth-child(even) {
  background-color: #f7f5ed;
}
.regStatTable table tr:nth-child(odd) {
  background: #fff;
}
.regStatTable table tr:first-child {
  font-family: "CentraNo2-Bold";
}
thead {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
table th,
table td {
  padding: 0.625em 0 0.625em 0;
  text-align: center;
}
table tr td:first-child {
  font-family: "CentraNo2-Bold";
  text-align: left;
}
tbody th {
  text-align: right;
}
th:nth-child(1) {
  width: 150px;
}
table th {
  font-family: "CentraNo2-Bold";
  padding-left: 12px;
  padding-right: 12px;
}
.table-align-top {
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .tableClass {
    width: 100%;
    overflow-x: scroll;
    display: block;
    border: 0
  }
  .tableClass table {
    min-width: 1000px;
  }
  table {
    border: 0;
    width: 100%;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    /*height: 1px;*/
    /*margin: -1px;*/
    overflow: hidden;
    padding: 0;
    /*position: absolute;*/
    /*width: 1px;*/
  }
  /*table tr {
    border-bottom: 3px solid var(--textColor);
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid var(--textColor);
    /*display: block;
    font-size: 0.8rem;
    text-align: right;
  }
  table td:before {

    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  } */
}
caption {
  text-align: left;
  margin-bottom: 32px;
}
.table-cell {
}
.table-cell--left {
  text-align: left;
  padding-left: 20px;
}
.table-cell--right {
  text-align: right;
  padding-right: 20px;
}
.table-cell--center {
  text-align: center;
}
.table-cell--end {
  padding-right: 40px;
}
.table-cell--border-left {
  border-left: 1px solid #aaa;
}
.table-cell--border-right {
  border-right: 1px solid #aaa;
}
.table-cell--padding-left {
  /*padding-left: 26px; */
}
input[type="search"]:focus {
  width: 130px;
  background-color: #80907d;
  border-color: #0142e8;
  outline: none;
}
input[type="text"],
select {
  width: 100%;
  padding: 12px 0px;
  margin: 8px 0;
  display: inline-block;
  border-top: 2px solid #f7f5ed;
  border-right: 2px solid #f7f5ed;
  border-left: 2px solid #f7f5ed;
  border-bottom: 2px solid #4e644b;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="text"],
select {
  padding: 12px 0px 0px 0px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
TODO: Find a WCAG compliant solution
input:focus {
  outline: none;
} */
input[type="submit"] {
  width: 100%;
  background-color: #4e644b;
  color: #ffffff;
  margin: 8px 0;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none;
  border-radius: 4px;
}
input[type="submit"]:hover {
  background-color: #4e644b;
  color: #ffffff;
}
ul {
  padding-left: 0px;
}
.c-body-content__text ul,
ol {
  padding-left: 20px;
}
.article--text ul {
  padding-left: 20px;
}
.ofv-members ul {
  padding-left: 20px;
}
li {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.65;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (min-width: 1000px) {
  li {
    font-size: 1.32rem;
    line-height: 1.65;
  }
}
.list-style-none li {
  list-style: none;
}
.product__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  border-bottom: 2px solid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__list p {
  max-width: 100ch;
}
.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tag__list li {
  margin-right: 10px;
  list-style: none;
  padding: 5px 10px;
  background-color: #f7f5ed;
  color: #0142e8;
  border: none;
  border-radius: 25px;
}
.search--list {
  padding: 32px;
  margin-bottom: 32px;
  min-height: 256px;
  border-bottom: 2px solid;
  background-color: #f7f5ed;
  /* width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row; */
}
.search--list:last-child {
  border-bottom: none;
}
.arrow-box {
  position: absolute;
  background: #4e644b;
  margin-top: 22px;
  right: 0;
  width: 280px;
  padding: 30px;
  visibility: hidden;
}
@media (min-width: 620px) {
  .arrow-box {
    width: 500px;
    margin-right: 22px;
  }
}
.arrow-box--show {
  visibility: visible;
}
.arrow-box:after,
.arrow-box:before {
  bottom: 100%;
  right: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #5e725b;
  border-width: 15px;
  margin-left: -15px;
}
.archive-list {
  padding: 14px 0;
  margin-top: -2px;
  border-top: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  span {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.breadcrumbs a {
  cursor: pointer;
  border-bottom: none;
  border-bottom: 1px solid;
  display: block;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs ul li:before {
  content: "→";
  padding-right: 32px;
}
.breadcrumbs {
  /* & li:first-child:before {
    content: "";
    padding-right: 0;
  } */
}
.breadcrumbs li {
  width: auto;
  margin-right: 1.4em;
}
.big-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
/* Spacing blocks */
.block-xxs {
  margin-bottom: 16px !important;
}
.block-xs {
  margin-bottom: 32px;
}
.block-sm {
  margin-bottom: 16px !important;
}
@media (min-width: 620px) {
  .block-sm {
    margin-bottom: 41.6px !important;
  }
}
.block-md {
  margin-bottom: 32px !important;
}
@media (min-width: 620px) {
  .block-md {
    margin-bottom: 60.8px !important;
  }
}
.block-lg {
  margin-bottom: 32px !important;
}
@media (min-width: 620px) {
  .block-lg {
    margin-bottom: 96px !important;
  }
}
.block-xl {
  margin-bottom: 256px !important;
}
.block-center {
  text-align: center;
  margin: 16px auto 64px
}
.block-center p {
  max-width: 100%;
  margin-bottom: 16px;
}
.thankYou {
  margin-top: 130px;
}
.contact__person--relative {
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 620px) {
  .contact__person--relative {
    margin-bottom: 0;
  }
}
.contact__person {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.contact__person img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact__person p {
  margin: 0;
}
.contact__person a {
  border-bottom: 2px solid;
}
.contact__person a:hover {
  color: #5e725b;
}
.deadend {
  background-color: #80907d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  width: 100vw;
}
.c-events__block {
  padding: 32px;
  background-color: #80907d;
  text-align: center;
  min-height: 230px;
  height: auto;
  
}
@media (min-width: 200px) {
  .c-events__block {
    min-height: auto;
    margin-top: 14px;
  }
}
.c-events__block:hover {
  color: #1d1d1d;
  background-color: #80907d;
}
.c-events__block p {
  margin-top: 0;
  margin-bottom: 0 !important;
  max-width: 100%;
}
.c-events__block--archive {
  padding: 32px;
  background-color: #f7f5ed;
  color: black
}
.c-events__block--archive:hover {
  background-color: #80907d;
  color: #4e644b;
}
.c-events__block--archive a:hover {
  color: #4e644b;
}
.c-events__block--archive p {
  margin-top: 0;
  margin-bottom: 0;
}
.c-events__program ul {
  padding-left: 32px;
}
.c-events__program li {
  list-style: disc;
  padding: 14px 0;
}
.c-events__program li:last-child {
  border-bottom: none;
}
.c-events__program h2 {
  margin-top: 32px;
}
.sticky {
  position: sticky;
  top: 100px;
  background-color: #f7f5ed;
  padding: 32px;
}
.free-stats--relative {
  position: relative;
  padding-bottom: 60%;
}
@media screen and (min-width: 400px) {
  .free-stats--relative {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 991px) {
  .free-stats--relative {
    padding-bottom: 100%;
  }
}
.free-stats {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #80907d;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 32px
}
.free-stats img {
  width: 60px;
  margin: 0 auto;
}
.free-stats h2 {
  margin: 10px 0;
  font-size: 38.4px;
  font-size: 2.4rem;
}
@media screen and (min-width: 620px) and (max-width: 991px) {
  .free-stats h2 {
    font-size: 3.12rem;
  }
}
@media screen and (min-width: 1280px) {
  .free-stats h2 {
    font-size: 3.12rem;
  }
}
@media screen and (min-width: 2000px) {
  .free-stats h2 {
    font-size: 4.8rem;
  }
}
.free-stats p {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  left: 0;
  right: 0;
}
@media screen and (min-width: 620px) {
  .free-stats p {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .free-stats p {
    font-size: 1.32rem;
    line-height: 1.65;
  }
}
.free-stats:hover {
  background-color: #80907d;
  color: #ffffff;
}
.free-stats a {
  border-bottom: 2px solid;
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
  height: auto;
  padding: 32px;
}
.intro-item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: left;
}
.intro-item__darkBlue {
  background: #4e644b;
  color: #ffffff;
}
.intro-item__gray {
  background: #f7f5ed;
  color: #4e644b;
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 620px) {
  .filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.filter-item {
  margin-right: 20px;
}
.maintenance--container {
  border: 2px solid red;
  padding: 16px;
  padding: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  
}
@media (min-width: 1000px) {
  .maintenance--container {
    margin-top: 0;
  }
}
.maintenance--message p,
p.maintenance--date  {
  font-size: 14px;
}
p.maintenance--date {
  text-transform: lowercase;
}
p.maintenance--date::first-letter {
  text-transform: uppercase;
}
.newsLetterAfterSubmit {
  display: none;
}
.display {
  display: block;
}
.avkryssningNyhetsbrev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}
.avkryssningNyhetsbrev label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 240px;
  width: 240px;
}
.newsletter {
  padding: 32px;
  background-color: #f7f5ed;

  input[type="submit"] {
    background: #4e644b;
    color: #ffffff;
    width: auto;
    padding: 10px 20px;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border: none;
    border-radius: 4px
  }

  input[type="submit"]:hover {
    background-color: #fdc638;
    color: #1d1d1d;
  }
}
.newsletter__title {
  margin-bottom: 32px;
}
.newsletter__form {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletter label {
  margin-left: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.link__list--heading {
  margin-bottom: 32px;
  font-weight: bold;
}
.link__list--text > h3 {
  margin-top: 0;
  padding-bottom: 32px;
  /* z-index: 2;*/
}
@media (min-width: 1000px) {
  .link__list--text > h3 {
    padding-bottom: 0;
  }
}
.login {
  width: 400px
}
.login a {
  border-bottom: 2px solid;
}
input[type="checkbox"] {
  border: 2px solid #4e644b;
}
/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}
.login-header {
  background: #4e644b;
  padding: 20px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.login-container {
  background: #f7f5ed;
  padding: 12px
}
.login-container label {
  margin: 20px 0px;
}
/* Every row inside .login-container is defined with p tags */
.login p {
  padding: 12px;
}
.login input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  padding: 16px;
  margin-top: 15px;
  outline: 0;
  font-family: inherit;
}
.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #4e644b;
  color: #1d1d1d;
}
/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #fdc638;
}
.login input[type="submit"] {
  background: #4e644b;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}
.login input[type="submit"]:hover {
  background: #80907d;
  color: #4e644b;
}
/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #fdc638;
}
.page {
  padding: 32px;
  width: 100%;
}
.page--title__divider {
  width: 100%
}
.page--title__divider p {
  max-width: 100%;
}
.page--title__divider a {
  color: #4e644b;
  border-bottom: 2px solid #4e644b;
}
.page--title__divider svg {
  margin-bottom: -4px;
  margin-left: 6px;
}
.product__content {
}
.product__content--title {
  margin: 128px 0 0 0;
}
.product__content--title:first-child {
  margin: 0;
}
.product__content--image {
  margin: 64px 0 0 0;
}
.selling--point {
  background-color: #f7f5ed;
  padding: 32px;
  font-size: 16px;
  height: 100%;
}
@media (min-width: 1000px) {
  .selling--point {
    min-height: 200px;
  }
}
.selling--point p {
  margin: 0;
}
.social-footer {
  background-color: #f7f5ed;
  padding: 32px 0
}
.social-footer img {
  max-width: 130px;
}
.social-footer a {
  border-bottom: none;
}
.social-footer a:hover {
  border-bottom: none;
}
.scrollToNav {
  margin: 64px 0
}
.scrollToNav ul {
  margin: 0;
  padding: 0;
}
.scrollToNav li {
  list-style: none;
  border-bottom: 2px solid;
  margin-top: 32px;
}
.scrollToList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.scrollToNav__content ul {
  list-style: none;
}
.scrollToNav__content li {
  background-color: #f7f5ed;
  padding: 32px;
}
.scrollToNav__content li:hover {
  background-color: #5e725b;
  color: #4e644b;
}
.scrollToNav__content button {
  padding: 10px 0;
}
.scrollToNav__content p {
  margin-bottom: 0px !important;
}
.scrollToNav__content a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* border-bottom: 2px solid; */
}
.scrollToNav__content a:hover {
  color: #4e644b;
}
.scrollToNav__content--members ul {
  list-style: none;
}
.scrollToNav__content--members li {
  padding: 4px 0;
}
.scrollToNav__content--members li:hover {
  color: #4e644b;
}
.scrollToNav__content--members button {
  padding: 10px 0;
}
.scrollToNav__content--members p {
  margin-bottom: 0px !important;
}
.scrollToNav__content--members a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid;
}
.scrollToNav__content--members a:hover {
  color: #4e644b;
}
.collapse__list {
  margin: 14px 0
}
.collapse__list button {
  display: block;
  margin: 10px auto;
}
@media (min-width: 620px) {
  .collapse__list button {
    display: inline-block;
    margin: 0;
  }
}
.collapse__list li {
  list-style: none;
  margin-bottom: 14px;
}
.collapse__list li a {
  border-bottom: 2px solid;
}
.js-collapsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  width: 100%;
  border-bottom: 2px solid;
  margin-bottom: -2px
}
.js-collapsible:first-child {
  border-top: 2px solid;
}
.scrollToNav__item a {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 620px) {
  .scrollToNav__item a {
    font-size: 1.32rem;
  }
}
[aria-controls]:after {
  display: inline-block;
  float: right;
  margin-left: 0.5em;
  content: "↓";
}
[aria-expanded="true"]:after {
  content: "↑";
}
[aria-expanded] {
  -webkit-appearance: none;
  background: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: normal;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
  width: 100%;
}
[aria-labelledby^="label-collapsible"] {
  display: none;
}
[aria-labelledby^="label-collapsible"].is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products-list {
  padding-top: 32px;
  margin-top: -32px;
}
#tema {
  padding-top: 32px;
  margin-top: -32px;
}
.input {
  font-size: 17.6px !important;
  font-size: 1.1rem !important;
  padding: 0;
  margin: 4px 0;
}
.sprout-form {
  padding-bottom: 18px;

  .instructions {
    /* font-size: 14px; */
  }

  .tab {
    .tab__content {
      margin-bottom: 36px;

      .field.checkboxes {
        margin-bottom: 48px;
      }
      input {
        max-width: 400px;
        border-radius: 0;
      }
      .field.checkboxes .heading {
        font-size: 17.6px;
        font-size: 1.1rem;
        margin-bottom: 32px;
      }

      .field.plaintext,
      .field.checkboxes {
        margin-bottom: 18px;
      }

      .field.checkboxes label {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      .field.checkboxes input {
        height: 25px;
        background-color: #eee;
        margin-right: 9px;
        padding: 0px;
        min-width: 25px !important;
        border-radius: 4px;
      }
      label {
        margin-left: 0px;
      }
      .input input {
        /* font-size: 14px; */
        padding: 12px 0px;
        margin: 4px 0;
        border-radius: 0;
      }
    }

    .tab__title {
      padding-bottom: 24px;
    }
  }
}
.sprout-form .tab .tab__content label {
  margin-left: 0;
  /* display: none;*/
}
@media only screen and (max-width: 600px) {
  .sprout-form .tab .tab__content label {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.submit {
  max-width: 200px;
}
.product--form__heading {
  font-family: "CentraNo2-Bold";
  font-size: 16px;

  p {
    font-family: "CentraNo2-Book";
  }
}
.stats {
  background-color: #f7f5ed;
  color: #5e725b;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
}
@media (min-width: 1000px) {
  .stats {
    height: 500px;
    padding: 64px;
  }
}
.stats a {
  border-bottom: 0px solid;
}
.stats .stats__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 200px) {
  .stats .stats__result h1 {
    font-size: 19vw;
  }
}
@media (min-width: 620px) {
  .stats .stats__result h1 {
    font-size: 19vw;
  }
}
@media (min-width: 1000px) {
  .stats .stats__result h1 {
    font-size: 19vw;
  }
}
@media (min-width: 1280px) {
  .stats .stats__result h1 {
    font-size: 10rem;
  }
}
.contactOfv p {
  line-height: 1;
}
.teaser--container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}
@supports (justify-content: center) {
  .teaser--container {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.teaser {
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 620px) {
  .teaser {
    min-height: 428px;
    height: auto;
    padding: 32px 32px 0 32px;
  }
}
.teaser img {
  margin-bottom: 32px;
}
@media (min-width: 620px) {
  .teaser img {
    min-width: calc(100% + 64px);
    margin: 0 -32px 32px -32px;
  }
}
@media (min-width: 200px) {
  .teaser h1 {
    font-size: 70px;
    line-height: 0.8;
  }
}
@media (min-width: 620px) {
  .teaser h1 {
    font-size: 8vw;
    line-height: 1.5;
  }
}
.teaser p {
  text-align: center;
  padding-left: 0;
  max-width: 100%;
}
.teaser--politics {
  background-color: #f7f5ed;
  color: #212121;
}
.teaser--numbers {
  background-color: #4e644b;
  color: #f7f5ed;
}
.theme--teaser {
  background-color: #4e644b;
  color: #ffffff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 200px) {
  .theme--teaser {
    min-height: 228px;
  }
}
@media (min-width: 620px) {
  .theme--teaser {
    min-height: 428px;
  }
}
.theme--teaser h1 {
  color: #ffffff;
}
@media (min-width: 200px) {
  .theme--teaser h1 {
    font-size: 12vw;
  }
}
@media (min-width: 620px) {
  .theme--teaser h1 {
    font-size: 8vw;
  }
}
.theme--teaser p {
  max-width: 100%;
}
.frontpage--teaser {
  background-color: #ffffff;
  color: #4e644b;
  min-height: 350px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 32px
}
.frontpage--teaser h1 {
  font-size: 7vw;
}
.frontpage--teaser p {
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.teaser-h2 {
  font-size: 56px;
  font-size: 3.5rem;
  z-index: 1;
}
.ribbon {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  background: #fdc638;
  color:#4e644b;
  padding:1em;
  position: absolute;
  top:0;
  right:0;
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
          transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (min-width: 620px) {
  .ribbon {
    font-size: 1.6rem;
  }
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #fdc638;
}
.ribbon:before {
  right:100%;
}
.ribbon:after {
  left:100%;
}
.overflow-hidden {
  overflow: hidden;
}
.article--text h3 {
  font-family: "CentraNo2-Bold";
  margin-top: 32px;
}
.article--text a {
  color: #1d1d1d;
  border-bottom: 2px solid;
}
.article--text a:hover {
  color: #4e644b;
  border-bottom: 2px solid;
}
.theme--content p {
  margin-bottom: 0;
}
@media (min-width: 620px) {
  .theme--content p {
    margin-bottom: 39px;
  }
}
.theme--content p:last-child {
  margin-bottom: 0px;
}
.theme--content h2 {
  margin-top: 64px;
}
.theme--content h2:first-child {
  margin-top: 0px;
}
.theme--content img {
  margin-bottom: 14px;
}
.theme--title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 64px;
}
@media (min-width: 1000px) {
  .theme--title {
    font-size: 3.125rem;
  }
}
.theme--lead p {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.45;
  margin-bottom: 0px;
  margin-top: -8px;
}
@media (min-width: 620px) {
  .theme--lead p {
    font-size: 1.6rem;
  }
}
.theme--quote {
  background-color: #f7f5ed;
  margin: 32px 0;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}
@media (min-width: 620px) {
  .theme--quote {
    margin: 64px 0;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
  }
}
.theme--quote p {
  font-family: "CentraNo2-Bold";
  line-height: 25px;
  display: inline-block;
  margin-bottom: 0px;
}
@media (min-width: 200px) {
  .theme--quote p {
    margin-bottom: 0px;
  }
}
.industry--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.industry--image img {
  max-height: 280px;
  height: auto;
  display: none;
}
@media (min-width: 620px) {
  .industry--image img {
    display: block;
  }
}
.attached__content {
  background-color: #f7f5ed;
  padding: 32px;
  border-bottom: 2px solid #ffffff;
  list-style: none
}
.attached__content a {
  width: 100%;
}
.attached__content a:hover {
  color: #a2aea1;
}
.attached__content--title {
  margin-bottom: 32px;
}
.attached__content--lead {
  color: #4e644b;
}
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


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