@charset "UTF-8";
/*
Theme Name: MSC
Theme URI: http://www.msc.se/
Description: Tema för Jk Resurs. Baserat på 5P Startpaket med SASS
Author: Fem punkter
Author URI: https://www.fempunkter.se
Version: 1.1
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
  overflow-x: hidden;
}

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

html,
body {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: "urw-din", sans-serif;
  background: #fefffe;
}
body * {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.wow {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wp-post-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input:focus,
select:focus,
.select2-selection:focus {
  outline: 0;
  opacity: 0.75;
}

hr {
  border-color: rgba(0, 165, 212, 0.1);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "urw-din", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  white-space: normal;
  color: #5a5954;
}
h1.bold,
.h1.bold,
h2.bold,
.h2.bold,
h3.bold,
.h3.bold,
h4.bold,
.h4.bold,
h5.bold,
.h5.bold {
  font-weight: bold;
}
h1.section-title,
.h1.section-title,
h2.section-title,
.h2.section-title,
h3.section-title,
.h3.section-title,
h4.section-title,
.h4.section-title,
h5.section-title,
.h5.section-title {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 0.9rem;
  max-width: 70%;
  margin: 0 auto;
}
h1.section-title.border::before,
.h1.section-title.border::before,
h2.section-title.border::before,
.h2.section-title.border::before,
h3.section-title.border::before,
.h3.section-title.border::before,
h4.section-title.border::before,
.h4.section-title.border::before,
h5.section-title.border::before,
.h5.section-title.border::before {
  border: 1px dashed rgba(34, 36, 37, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 32%;
}
h1.section-title.border::after,
.h1.section-title.border::after,
h2.section-title.border::after,
.h2.section-title.border::after,
h3.section-title.border::after,
.h3.section-title.border::after,
h4.section-title.border::after,
.h4.section-title.border::after,
h5.section-title.border::after,
.h5.section-title.border::after {
  border: 1px dashed rgba(34, 36, 37, 0.2);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 32%;
}
h1.bold,
.h1.bold,
h2.bold,
.h2.bold,
h3.bold,
.h3.bold,
h4.bold,
.h4.bold,
h5.bold,
.h5.bold {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 2.75rem;
  margin-bottom: 0.425rem;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  h1,
.h1 {
    font-size: 1.75rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  margin-bottom: 0.425rem;
}
@media only screen and (max-width: 769px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
h2.bold,
.h2.bold {
  font-weight: 600;
}
h2.black,
.h2.black {
  color: #5a5954;
}

h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}

h4,
.h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

h5,
.h5 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: "urw-din", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  color: #5a5954;
  line-height: 1.618;
  margin-bottom: 1em;
}
@media only screen and (max-width: 769px) {
  p {
    font-size: 1em;
  }
}
p.xl-copy {
  font-size: 1.25rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 1025px) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p a:link,
p a:visited {
  color: #222425;
}
p a:link:hover,
p a:visited:hover {
  color: #00a5d4;
}

a:link,
a:visited {
  color: #222425;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #69bdd1;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  color: #69bdd1;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 6px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #00566e;
  border-bottom: none;
}

.hero-title {
  display: inline-block;
  font-family: "urw-din", sans-serif;
  color: #69bdd1;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.875rem 1.5rem;
  background: rgba(34, 36, 37, 0.8);
}

.hero-sub {
  text-shadow: 0px 0px 16px rgba(34, 36, 37, 0.3);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 1025px) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 769px) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 700;
  color: #222425;
}

.italic,
em {
  font-style: italic;
}

blockquote {
  background: #f2f2f2;
  border-left: 4px solid #00a5d4;
  color: #222425;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #222425;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #fefffe;
}

p a.white {
  color: #fefffe;
  border-bottom: 1px solid #fefffe;
}

.sm-co {
  font-size: 0.875rem;
}

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

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

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

.balance-text {
  text-wrap: balance;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.has-primary-color-background-color {
  background: #00a5d4;
}

.has-secondary-color-background-color {
  background: #69bdd1;
}

.has-third-color-background-color {
  background: #172d35;
}

.has-extra-color-background-color {
  background: #7d8080;
}

.has-light-grey-background-color {
  background: #f2f2f2;
}

.has-white-background-color {
  background: #fefffe;
}

.has-primary-color-color {
  color: #00a5d4;
}
.has-primary-color-color strong {
  color: #00a5d4;
}

.has-secondary-color-color {
  color: #69bdd1;
}
.has-secondary-color-color strong {
  color: #69bdd1;
}

.has-third-color-color {
  color: #172d35;
}
.has-third-color-color strong {
  color: #172d35;
}

.has-extra-color-color {
  color: #7d8080;
}
.has-extra-color-color strong {
  color: #7d8080;
}

.has-light-grey-color {
  color: #f2f2f2;
}
.has-light-grey-color strong {
  color: #f2f2f2;
}

.has-black-color {
  color: #222425;
}
.has-black-color strong {
  color: #222425;
}

.has-white-color {
  color: #fefffe;
}
.has-white-color strong {
  color: #fefffe;
}

a:link.arrow-right,
a:link.arrow-right {
  display: inline-block;
}
a:link.arrow-right:after,
a:link.arrow-right:after {
  content: "";
  display: inline-block;
  background: url(assets/img/blue-arrow.svg) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 0.4rem;
  margin-top: -2px;
}

.msc-title {
  border-bottom: 1px dashed rgba(34, 36, 37, 0.3);
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .msc-title {
    border-bottom: none;
  }
}
.msc-title.brands-title {
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .msc-title.brands-title {
    width: auto;
    max-width: unset;
  }
}
.msc-title.brands-title h1, .msc-title.brands-title h2, .msc-title.brands-title h3 {
  background: #f2f2f2;
  border: solid #f2f2f2;
  max-width: 80%;
  padding: 0rem 1rem;
}
@media only screen and (max-width: 769px) {
  .msc-title.brands-title h1, .msc-title.brands-title h2, .msc-title.brands-title h3 {
    padding: 0;
    font-size: 1.5em;
  }
}
.msc-title h1, .msc-title h2, .msc-title h3 {
  position: relative;
  line-height: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  bottom: -12px;
  display: inline-block;
  max-width: 80%;
  border: solid #fefffe;
  border-width: 0 20px;
  font-size: 1.75em;
  background: #fefffe;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .msc-title h1, .msc-title h2, .msc-title h3 {
    max-width: unset;
    width: auto;
  }
}

@media only screen and (max-width: 769px) {
  .mobile-center {
    text-align: center;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.site-fixed-width {
  max-width: 90rem;
  margin: 0 auto;
  display: block;
  overflow: auto;
  background: #fefffe;
  overflow: hidden;
}

body .wp-block-columns.puff-row .wp-block-column {
  padding: 0;
}

@media only screen and (max-width: 1025px) {
  .wp-block-columns.puff-row {
    display: block;
  }
  .wp-block-columns.puff-row .wp-block-column {
    margin: 0;
    width: calc(50% - 1.05rem);
    float: left;
    margin-bottom: 2rem;
  }
  .wp-block-columns.puff-row .wp-block-column:nth-child(2) {
    margin-left: 2rem;
  }
  .wp-block-columns.puff-row .wp-block-column:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .wp-block-columns.puff-row {
    padding: 0 1rem;
  }
  .wp-block-columns.puff-row .wp-block-column {
    width: 100%;
    float: left;
    margin: 1rem 0;
  }
  .wp-block-columns.puff-row .wp-block-column:nth-child(2) {
    margin-left: 0rem;
  }
}
*.alignwide {
  width: calc(100% + 216px);
  max-width: unset;
  transform: translateX(-108px);
  /*   margin-bottom: 2rem;
  margin-top: 2rem; */
}
@media only screen and (max-width: 1025px) {
  *.alignwide {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 769px) {
  *.alignwide {
    width: 100vw;
    transform: translateX(0rem);
    max-width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  body.page-template-tmpl_startsida *.alignwide {
    width: 100vw;
    transform: translateX(-0.5rem);
    max-width: unset;
  }
}

*.alignfull {
  width: calc(100% + 432px);
  max-width: unset;
  transform: translateX(-216px);
  /*   margin-bottom: 2rem;
  margin-top: 2rem; */
}
@media only screen and (max-width: 1025px) {
  *.alignfull {
    width: calc(100% + 264px);
    transform: translateX(-132px);
  }
}
@media only screen and (max-width: 769px) {
  *.alignfull {
    width: 100vw;
    transform: translateX(-0.5rem);
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 2rem;
}

.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fefffe;
}
.content .special-padding {
  padding-top: 1rem;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-header {
  padding: 1.5rem 0;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  /*@include bp-sm {
    padding: 1rem 0 .625rem 0; 
  }*/
}
@media only screen and (max-width: 1025px) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.325rem 0 0.375rem 0;
  }
}
.row.kontakt-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.row.no-top {
  padding-top: 0;
}
.row.hero-sub {
  padding: 5rem 0 5rem 0;
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
.row.border-bottom.less-padding {
  padding-bottom: 2.875rem;
}
.row.border-bottom.onwhite-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(105, 189, 209, 0.08);
  bottom: 0;
  left: 1rem;
}
.row.border-bottom.onblack-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(230, 230, 230, 0.2);
  bottom: 0;
  left: 1rem;
}
.row.special-padding {
  padding: 1.5rem 0 3.875rem 0;
}
.row.no-pb {
  padding-bottom: 0;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 1025px) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1025px) {
  .xs3 {
    margin-bottom: 4rem;
  }
  .xs3:last-of-type {
    margin-bottom: 0;
  }
}

.box-margin {
  margin-bottom: 2rem;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 80rem;
  }
}
@media only screen and (max-width: 1025px) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.state--scrolled .row-header {
  padding: 1rem 0;
}
.main-logo a.logo img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 190px;
  width: 190px;
}
@media only screen and (max-width: 1025px) {
  .main-logo a.logo img {
    width: 135px;
  }
}

.main-nav--list {
  display: block;
  font-family: "urw-din", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 2rem;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list {
    font-size: 0.875rem;
    letter-spacing: 1px;
    display: none;
    background: #fefffe;
    margin-top: 3px;
    -webkit-box-shadow: 0px 5px 5px rgba(34, 36, 37, 0.08);
    -moz-box-shadow: 0px 5px 5px rgba(34, 36, 37, 0.08);
    -ms-box-shadow: 0px 5px 5px rgba(34, 36, 37, 0.08);
    box-shadow: 0px 5px 5px rgba(34, 36, 37, 0.08);
  }
}
.main-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.025em;
  /*    &.menu-item-has-children:hover > ul.sub-menu {
       display: block;
     } */
}
@media only screen and (max-width: 1201px) {
  .main-nav--list li {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li {
    display: block;
    width: calc(100% - 54px);
    text-align: left;
    background: #fefffe;
    padding: 0;
  }
}
.main-nav--list li:last-child {
  margin-right: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li:last-child {
    margin-right: auto;
  }
}
.main-nav--list li.last-item {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.last-item {
    margin-right: auto;
  }
}
.main-nav--list li a:link,
.main-nav--list li a:visited {
  color: #222425;
  padding: 0.5rem;
  padding-bottom: 3rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-nav--list li a:link:hover,
.main-nav--list li a:visited:hover {
  /*        text-decoration: underline;
  text-decoration-color: $primary-color; */
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li a:link,
.main-nav--list li a:visited {
    color: #222425;
    padding: 1.225rem 0 1.225rem 1.5rem;
    display: block;
    border-bottom: 1px solid rgba(34, 36, 37, 0.08);
  }
  .main-nav--list li a:link:hover,
.main-nav--list li a:visited:hover {
    color: rgba(34, 36, 37, 0.5);
  }
}
.main-nav--list li.main-menu__btn a {
  padding: 0.75rem 2rem;
  background: #00a5d4;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.main-menu__btn a {
    margin: 1rem 0;
    display: inline-block;
    color: #222425;
  }
  .main-nav--list li.main-menu__btn a:hover {
    color: rgba(34, 36, 37, 0.5);
  }
}
.main-nav--list li ul.sub-menu {
  position: absolute;
  display: none;
  background: #fefffe;
  width: 242px;
  text-align: left;
  left: 50%;
  margin-left: -121px;
  margin-top: 20px;
  z-index: 1000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.main-nav--list li ul.sub-menu.hover-show__sub {
  display: block;
}
.main-nav--list li ul.sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(34, 36, 37, 0.8) transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 1000;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu:before {
    display: none;
  }
}
.main-nav--list li ul.sub-menu li {
  display: block;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li {
    margin-left: 0;
    width: 100%;
    border-bottom: 0;
    padding: 0;
    background: #f2f2f2;
  }
}
.main-nav--list li ul.sub-menu li > ul li {
  font-size: 0.85em;
}
.main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.618;
  padding: 0.5rem 1.5rem;
  color: #222425;
}
.main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
  color: #69bdd1;
  background: rgba(206, 212, 214, 0.1);
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.618;
    padding: 0.8rem 0 0.8rem 2rem;
    border-bottom: 0;
    color: #222425;
  }
  .main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
    color: rgba(34, 36, 37, 0.5);
  }
}
.main-nav--list li ul.sub-menu li:first-child {
  margin-right: 0;
}
.main-nav--list li ul.sub-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu {
    width: calc(100% + 54px);
    position: relative;
    margin-top: 0;
    background: #f1fff1;
    margin-left: 0;
    left: 0;
    border-bottom: 1px solid rgba(34, 36, 37, 0.08);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
.main-nav--list li.menu-item-has-children {
  position: relative;
  /*       @include bp-md {
          &:before {
            position: absolute;
            content: "";
            width: 12px;
            height: 6px;
            right: 4px;
            top: 22px;
            background: url(assets/img/has_children.svg);
            background-size: 100%;
          }

          &:hover {
            &:before {
              @include transform(rotate(180deg));
            }
          }
        } */
}
.main-nav--list li .toggle-button {
  display: none;
  width: 54px;
  height: 100%;
  background: #f2f2f2;
  right: -54px;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li .toggle-button {
    display: block;
  }
}
.main-nav--list li .toggle-button:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 22px;
  left: 22px;
  background: url(assets/img/icon_cross.svg);
  background-size: 7px;
  transform: rotate(45deg);
  -webkit-transition: transform, 0.2s;
  -moz-transition: transform, 0.2s;
  -ms-transition: transform, 0.2s;
  -o-transition: transform, 0.2s;
  transition: transform, 0.2s;
}
.main-nav--list li .toggle-button.tgl-active:after {
  transform: rotate(0deg);
}
.main-nav--list li.menu-collapsed ul.sub-menu {
  display: block !important;
}
.main-nav--list li.hidden-item {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.hidden-item {
    display: block;
  }
}
.main-nav--list li.main-menu-phone {
  position: relative;
}
.main-nav--list li.main-menu-phone:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/phone_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-phone a:link,
.main-nav--list li.main-menu-phone a:visited {
  margin-left: 32px;
}
.main-nav--list li.main-menu-envelope {
  position: relative;
}
.main-nav--list li.main-menu-envelope:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/envelope_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-envelope a:link,
.main-nav--list li.main-menu-envelope a:visited {
  margin-left: 32px;
}
.main-nav--list li.main-menu-user {
  position: relative;
}
.main-nav--list li.main-menu-user:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/user_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-user a:link,
.main-nav--list li.main-menu-user a:visited {
  margin-left: 32px;
}

.state--scrolled .main-logo a.logo img {
  width: 112px;
  margin-left: -9px;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .main-logo a.logo img {
    width: 82px;
    margin-left: 1px;
  }
}
.state--scrolled .main-nav--list li a {
  color: #222425;
}
.state--scrolled .main-nav--list li a:hover {
  color: rgba(34, 36, 37, 0.5);
}
.state--scrolled .main-nav--list li.main-menu__btn a {
  color: #fefffe;
  padding: 0.75rem 2rem;
  background: #00a5d4;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.state--scrolled .main-nav--list li.main-menu__btn a:hover {
  color: rgba(254, 255, 254, 0.5);
}
.state--scrolled .main-nav--list li ul.sub-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .main-nav--list li ul.sub-menu {
    background: #fefffe;
  }
}
.state--scrolled .main-nav--list li ul.sub-menu:before {
  border-color: transparent transparent #222425 transparent;
}
.state--scrolled .burger {
  top: -25px;
}

#toggle:checked ~ .main-nav--list {
  display: block;
}

#toggle:checked ~ label[for=toggle] .burger {
  background: rgba(242, 242, 242, 0);
}

#toggle:checked ~ label[for=toggle] .burger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle:checked ~ label[for=toggle] .burger:after {
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger,
.burger:before,
.burger:after {
  position: relative;
  background: #222425;
  width: 30px;
  height: 4px;
  top: -36px;
  display: block;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.burger:before {
  content: "";
  width: 30px;
  height: 4px;
  top: -8px;
}

.burger:after {
  content: "";
  width: 30px;
  height: 4px;
  top: 4px;
}

.burger {
  margin-right: 1.5rem;
}

.toggle {
  display: none;
}

label[for=toggle] {
  position: relative;
  float: none;
  display: none;
  cursor: pointer;
  select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-select: none;
  z-index: 1000;
}
@media only screen and (max-width: 1025px) {
  label[for=toggle] {
    display: block;
    margin-top: 2px;
  }
}
label[for=toggle] p {
  display: none;
  position: relative;
  float: left;
}

.sub-nav--list {
  display: block;
  font-family: "urw-din", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: #fefffe;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #69bdd1;
}
@media only screen and (max-width: 769px) {
  .sub-nav--list li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sub-nav--list li:last-child {
    margin-bottom: 0;
  }
}

.top-nav--list {
  font-family: "urw-din", sans-serif;
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  padding: 0.6rem 1rem 0.7rem 1.4rem;
  font-weight: normal;
  font-size: 0.875em;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  border: 1px solid dakren(#f2f2f2, 5%);
  /*   -webkit-box-shadow:  0px 3px 6px 0px rgba(204, 204, 204, 0.249);
   -moz-box-shadow: 0px 3px 6px 0px rgba(204, 204, 204, 0.249);
   box-shadow: 0px 3px 6px 0px rgba(204, 204, 204, 0.249);
  */
}
@media only screen and (max-width: 1025px) {
  .top-nav--list {
    display: none;
    /*right: 4rem;
    top: -2.675rem;*/
  }
}
@media only screen and (max-width: 481px) {
  .top-nav--list {
    top: -1.95rem;
  }
}
.top-nav--list li {
  display: inline-block;
  margin-right: 2rem;
}
.top-nav--list li a:link,
.top-nav--list li a:visited {
  color: rgba(34, 36, 37, 0.7);
}
.top-nav--list li a:link:hover,
.top-nav--list li a:visited:hover {
  color: #00a5d4;
}
.top-nav--list li.phone-icon {
  vertical-align: middle;
}
.top-nav--list li.phone-icon:before {
  content: "";
  display: inline-block;
  background: url(assets/img/contact-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  vertical-align: sub;
  margin-right: 0.4rem;
  position: relative;
  margin-bottom: 1px;
}
.top-nav--list li.email-icon {
  vertical-align: middle;
}
.top-nav--list li.email-icon:before {
  content: "";
  display: inline-block;
  background: url(assets/img/email-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  vertical-align: sub;
  margin-right: 0.4rem;
  position: relative;
  margin-bottom: -2px;
}
.top-nav--list li.globe-icon {
  vertical-align: middle;
}
.top-nav--list li.globe-icon .wpml-ls-statics-shortcode_actions {
  display: inline-block;
  padding: 0;
  border: none;
}
.top-nav--list li.globe-icon .wpml-ls-statics-shortcode_actions > ul > li {
  margin-right: 0.6rem;
}
.top-nav--list li.globe-icon .wpml-ls-statics-shortcode_actions > ul > li > a {
  padding: 0;
}
.top-nav--list li.globe-icon:before {
  content: "";
  display: inline-block;
  background: url(assets/img/globe-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  vertical-align: sub;
  margin-right: 0.4rem;
  position: relative;
  margin-bottom: -2px;
}
.top-nav--list li:last-child {
  margin-right: 0;
}

.social-nav--list {
  display: block;
  margin-bottom: 1.625rem;
}
.social-nav--list li {
  display: inline-block;
  margin-right: 0.625rem;
}
.social-nav--list li:last-child {
  margin-right: 0;
}
.social-nav--list .icon-size--small img {
  width: 29px;
}

#header {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #fefffe;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(62, 66, 68, 0.2);
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#header.state--scrolled {
  position: fixed;
  background: #fefffe;
  width: 100vw;
  animation-name: slide-down;
  transition: none;
  border-bottom: 1px solid rgba(62, 66, 68, 0.2);
}
#header.state--scrolled .top-nav--list {
  display: none;
}
#header.state--scrolled .main-nav--list {
  padding-top: 0;
}
#header.state--scrolled .main-nav--list li a:link, #header.state--scrolled .main-nav--list li a:visited {
  font-size: 1em;
}

footer {
  position: relative;
  width: 100%;
  background: #222425;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
}
footer:after {
  content: "";
  background: url(assets/img/big-m.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20vw;
  width: 20vw;
  bottom: -5vw;
  left: 32vw;
  position: absolute;
}
@media only screen and (max-width: 1201px) {
  footer:after {
    height: 40vw;
    width: 40vw;
    top: -10vw;
    left: 19vw;
  }
}
@media only screen and (max-width: 769px) {
  footer:after {
    height: 60vw;
    width: 60vw;
    top: -10vw;
    left: -15vw;
  }
}
footer:before {
  content: "";
  background: url(assets/img/rosenforsare-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25vw;
  width: 25vw;
  bottom: -10vw;
  right: -3vw;
  position: absolute;
}
@media only screen and (max-width: 769px) {
  footer:before {
    height: 60vw;
    width: 60vw;
    bottom: -35vw;
    right: -20vw;
  }
}
footer img.branded-symbol {
  max-height: 100px;
}
footer a:link,
footer a:visited {
  color: #fefffe;
  font-weight: normal;
  font-size: 1.025em;
}
footer a:link:hover,
footer a:visited:hover {
  color: #00a5d4;
}
footer .footer-social-contact {
  z-index: 1;
}
footer .footer-social-contact > ul {
  margin: auto 0;
}
footer .footer-social-contact > ul > li {
  margin-bottom: 1.5rem;
  display: block;
}
footer .footer-social-contact > ul > li > a:link,
footer .footer-social-contact > ul > li a:visited {
  position: relative;
  padding-left: 20px;
  display: block;
  font-size: 1.025em;
  z-index: 9999;
}
footer .footer-social-contact > ul > li > a:link::before,
footer .footer-social-contact > ul > li a:visited::before {
  position: absolute;
  left: -10px;
  -webkit-transform: translate(-10px);
  -moz-transform: translate(-10px);
  -ms-transform: translate(-10px);
  -o-transform: translate(-10px);
  transform: translate(-10px);
}
@media only screen and (max-width: 769px) {
  footer .footer-social-contact > ul > li > a:link,
footer .footer-social-contact > ul > li a:visited {
    width: max-content;
    margin: 0 auto;
  }
}
footer .footer-social-contact > ul > li > a:link.footer-phone::before,
footer .footer-social-contact > ul > li a:visited.footer-phone::before {
  content: "";
  top: 0;
  background: url(assets/img/user-headset-duotone.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 1px;
  left: -9px;
}
footer .footer-social-contact > ul > li > a:link.footer-email::before,
footer .footer-social-contact > ul > li a:visited.footer-email::before {
  content: "";
  background: url(assets/img/envelope-solid.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 3px;
}
footer .footer-social-contact > ul > li > a:link.footer-map::before,
footer .footer-social-contact > ul > li a:visited.footer-map::before {
  content: "";
  background: url(assets/img/pin.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 1px;
  left: -7.5px;
}
footer p {
  color: #fefffe;
}

.social-icon {
  width: 28px;
  height: 28px;
}
.social-icon path {
  fill: #222425;
}

.editable {
  /*ul {
    line-height: 1.618;
    color: $copy-color;
    margin-top: -0.5em;
    margin-bottom: 1em;

    li {
      padding-left: 1em;
      text-indent: -0.5em;

      &:before {
        content: "•";
        padding-right: .5em;
        color: $secondary-color;
      }
    }
  }*/
}
.editable table {
  color: #5a5954;
  width: 100%;
}
.editable table tr:nth-child(even) {
  background: rgba(244, 244, 238, 0.5);
}
.editable table tr td {
  width: 10%;
  padding: 0.75rem 0.5rem;
}
.editable h3 {
  margin-top: 2rem;
}
.editable h4 {
  margin-top: 1.75rem;
}
.editable ul:not(.select2-selection__rendered) {
  font-weight: 300;
  line-height: 1.618;
  color: #5a5954;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ul:not(.select2-selection__rendered) li {
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}
.editable ul:not(.select2-selection__rendered) li:before {
  content: "•";
  position: absolute;
  left: -0.25em;
  color: #69bdd1;
}
.editable ol {
  line-height: 1.618;
  color: #5a5954;
  margin-top: -0.5em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ol li {
  padding-left: 1em;
  counter-increment: li;
  position: relative;
}
.editable ol li:before {
  content: counter(li) ".";
  position: absolute;
  left: -0.5em;
  color: #69bdd1;
}
.editable a:link,
.editable a:visited {
  color: #69bdd1;
  border-bottom: 1px solid rgba(105, 189, 209, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.editable a:link:hover,
.editable a:visited:hover {
  color: #00a5d4;
  border-bottom: 1px solid #69bdd1;
}
.editable a.link-arrow,
.editable p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  color: #69bdd1;
  border-bottom: none;
}
.editable a.link-arrow:after,
.editable p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 7px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.editable a.link-arrow:hover,
.editable p a.link-arrow:hover {
  color: #00566e;
  border-bottom: none;
}
.editable .gallery {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.editable .gallery a:link,
.editable .gallery a:visited {
  border-bottom: none;
}
.editable .gallery a:link:hover,
.editable .gallery a:visited:hover {
  border-bottom: none;
}
.editable .gallery-item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 0.5rem 0.75rem 0.5rem;
}
@media only screen and (max-width: 1025px) {
  .editable .gallery-item {
    width: 50%;
  }
}
.editable .gallery-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.editable .gform_wrapper ul {
  line-height: 1.618;
  color: #5a5954;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.editable .gform_wrapper ul li {
  padding-left: 0;
  text-indent: 0em;
}
.editable .gform_wrapper ul li:before {
  content: "";
  padding-right: 0;
  color: #00a5d4;
}
.editable .alignleft {
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
}
.editable .alignright {
  width: auto;
  height: auto;
  float: right;
  margin-left: 15px;
}
.editable .aligncenter {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.editable img {
  width: auto;
  height: auto;
}
.editable .full {
  width: 100%;
  height: auto;
}
.editable .wp-caption {
  max-width: 100%;
}

body .gform_wrapper ul li {
  padding-right: 0;
}
body .gform_wrapper ul li label.gfield_label {
  font-size: 0.85em;
}
body .gform_wrapper ul li div.input_container {
  margin-top: 0.2rem;
}
body .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]),
body .gform_wrapper ul li textarea {
  border: 1px solid #eaeaea;
  background: rgba(242, 242, 242, 0.01);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):focus,
body .gform_wrapper ul li textarea:focus {
  outline: 0;
}
body .gform_wrapper ul li.field_sublabel_below div.ginput_complex.ginput_container label {
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}
body .gform_wrapper ul li input[type=radio],
body .gform_wrapper ul li input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
body .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 7px 8px;
}
body .gform_wrapper div.gform_footer {
  margin-top: 0;
}
body .gform_wrapper div.gform_footer input[type=submit] {
  background: #69bdd1;
  color: #fefffe;
  font-weight: bold;
  border: none;
}
body .gform_wrapper div.gform_footer input[type=submit]:hover {
  background: #59b6cc;
}

.text-below {
  color: red;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
}
.post-password-form .pass-label {
  display: none;
  flex: 1 0 100%;
}
.post-password-form legend {
  font-family: "urw-din", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  color: #5a5954;
  line-height: 1.618;
  margin-bottom: 1em;
  flex: 1 0 100%;
}
@media only screen and (max-width: 769px) {
  .post-password-form legend {
    font-size: 1em;
  }
}
.post-password-form .input-wraper {
  outline: currentcolor none medium;
  padding: 8px 6px;
  height: 2.9em;
  line-height: 1.42857;
  align-items: center;
  background-color: #fafbfc;
  border-color: #dfe1e6;
  border-left-color: #dfe1e6;
  border-radius: 3px;
  border-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-left-style: solid;
  box-sizing: border-box;
  color: #091e42;
  cursor: text;
  display: inline-flex;
  flex: 0 0 200px;
  font-size: 14px;
  justify-content: space-between;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  overflow-wrap: break-word;
  vertical-align: top;
  pointer-events: auto;
}
.post-password-form input[type=password] {
  background: rgba(242, 242, 242, 0.01);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0px none;
  box-sizing: border-box;
  color: inherit;
  cursor: inherit;
  font-family: inherit;
  font-size: 14px;
  min-width: 0px;
  outline: currentcolor none medium;
  padding: 8px 6px;
  height: 2.57143em;
  line-height: 1.42857;
}
.post-password-form input[type=password]:focus {
  outline: 0;
}
.post-password-form input[type=submit] {
  height: 2.9em;
  color: #fefffe;
  font-weight: 500;
  border: none;
  font-size: 14px;
  line-height: 1rem;
  width: auto;
  margin: 0 16px 0 0;
  background: #69bdd1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: white;
}
.post-password-form input[type=submit]:hover {
  background: #59b6cc;
}

body .noUi-connect {
  background: #172d35;
}

.downloads-form {
  display: flex;
  /*  justify-content: center; */
  width: auto;
}
.downloads-form .inner {
  display: block;
}
.downloads-form .field-group {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.downloads-form .field-group #filters {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.downloads-form .field-group #filters li {
  line-height: 2;
}
.downloads-form .field-group:nth-child(1) {
  margin-right: 2rem;
}
.downloads-form .field-group label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.85em;
  font-weight: 500;
}
.downloads-form .field-item {
  display: inline-block;
  outline: currentcolor none medium;
  padding: 8px 6px;
  height: 2.9em;
  line-height: 1.42857;
  align-items: center;
  background-color: #fafbfc;
  border-color: #dfe1e6;
  border-left-color: #dfe1e6;
  border-radius: 3px;
  border-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-left-style: solid;
  box-sizing: border-box;
  color: #091e42;
  cursor: text;
  display: inline-flex;
  flex: 0 0 200px;
  font-size: 14px;
  justify-content: space-between;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  overflow-wrap: break-word;
  vertical-align: top;
  pointer-events: auto;
  max-height: 2.9em;
}
.downloads-form .field-item > input {
  background: rgba(242, 242, 242, 0.01);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0px none;
  box-sizing: border-box;
  color: inherit;
  cursor: inherit;
  font-family: inherit;
  font-size: 14px;
  min-width: 0px;
  outline: currentcolor none medium;
  padding: 8px 6px;
  height: 2.57143em;
  line-height: 1.42857;
}
.downloads-form .field-item > input:focus {
  outline: 0;
}
.downloads-form .field-item-select {
  width: auto;
  display: inline-block;
}
.downloads-form .field-item-select select {
  width: auto;
  min-width: 400px;
}
.downloads-form .field-item-select .select2-container--default .select2-selection--multiple, .downloads-form .field-item-select .select2-container--default .select2-selection--single {
  outline: currentcolor none medium;
  padding: 0 6px;
  width: 100%;
  height: 2.9em;
  line-height: 1.42857;
  align-items: center;
  background-color: #fafbfc;
  border-color: #dfe1e6;
  border-left-color: #dfe1e6;
  border-radius: 3px;
  border-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-left-style: solid;
  display: flex;
  box-sizing: border-box;
  color: #091e42;
  cursor: text;
  font-size: 14px;
  /* justify-content: flex-start; */
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  overflow-wrap: break-word;
  vertical-align: top;
  pointer-events: auto;
}
.downloads-form .field-item-select .select2-container--default .select2-selection--multiple .select2-selection__arrow, .downloads-form .field-item-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.9em;
}
.downloads-form .field-item-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 5px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.downloads-form .field-item-select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-left: 1rem;
  padding-right: 5px;
}
.downloads-form .field-item-select .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background: #172d35;
  color: #fefffe;
  padding: 0.2rem 0.6rem;
  margin-top: 0;
}
.downloads-form input[type=submit] {
  display: block;
  width: 100%;
  height: 2.9em;
  color: #fefffe;
  font-weight: 500;
  border: none;
  font-size: 14px;
  line-height: 1rem;
  margin: 0 16px 0 0;
  background: #69bdd1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: white;
}
.downloads-form input[type=submit]:hover {
  background: #59b6cc;
}

.btn,
a.btn {
  border: none;
  font-family: "urw-din", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1,
a.btn-1,
p a.btn-1 {
  z-index: 98;
  border: 2px solid #00a5d4;
  color: #fefffe;
  min-width: 310px;
  padding: 20px 60px;
  background: #00a5d4;
}
@media only screen and (max-width: 1025px) {
  .btn-1,
a.btn-1,
p a.btn-1 {
    padding: 20px 40px;
    min-width: auto;
  }
}

a.btn-1e {
  overflow: hidden;
}

a.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1e:hover,
a.btn-1e:active,
p a.btn-1e:hover,
p a.btn-1e:active {
  color: #69bdd1;
}

a.btn-1e:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1e:active:after {
  height: 500%;
  opacity: 1;
}

.btn-2,
a.btn-2,
p a.btn-2,
.gform_button {
  font-family: "urw-din", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 98;
  border: 2px solid #00a5d4;
  color: #69bdd1;
  background: transparent;
  padding: 10px 36px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gform_button {
  cursor: pointer;
}
.gform_button:hover {
  color: #fefffe;
  background: #00a5d4;
}

a.btn-1d {
  overflow: hidden;
}

a.btn-1d:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #00a5d4;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1d:hover,
a.btn-1d:active,
p a.btn-1d:hover,
p a.btn-1d:active,
.gform_button:hover,
.gform_button:active {
  color: #fefffe;
}

a.btn-1d:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1d:active:after {
  height: 500%;
  opacity: 1;
}

.wp-block-button__link {
  border: none;
  font-family: "urw-din", sans-serif;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: unset;
  position: relative;
  border-radius: 0;
  font-weight: bold;
}

a.wp-block-button__link:link,
a.wp-block-button__link:visited {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  padding-right: 1.2rem;
  padding-left: 1.5rem;
}
a.wp-block-button__link:link:hover,
a.wp-block-button__link:visited:hover {
  color: #fefffe;
}
a.wp-block-button__link:link.has-primary-color-color,
a.wp-block-button__link:visited.has-primary-color-color {
  color: #00a5d4;
}
a.wp-block-button__link:link.has-secondary-color-color,
a.wp-block-button__link:visited.has-secondary-color-color {
  color: #69bdd1;
}
a.wp-block-button__link:link.has-third-color-color,
a.wp-block-button__link:visited.has-third-color-color {
  color: #172d35;
}
a.wp-block-button__link:link.has-light-grey-color,
a.wp-block-button__link:visited.has-light-grey-color {
  color: #f2f2f2;
}
a.wp-block-button__link:link.has-white-color,
a.wp-block-button__link:visited.has-white-color {
  color: #fefffe;
}
a.wp-block-button__link:link.has-white-color strong,
a.wp-block-button__link:visited.has-white-color strong {
  color: #fefffe;
}
a.wp-block-button__link:link:after,
a.wp-block-button__link:visited:after {
  content: "";
  display: inline-block;
  background: url(assets/img/white-arrow-right.svg) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 0.4rem;
  z-index: 999;
  position: relative;
  margin-bottom: 4px;
}

a.msc-btn,
.msc-btn {
  background: #00a5d4;
  color: #fefffe;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
a.msc-btn:hover,
.msc-btn:hover {
  background: #007da1;
  color: #fefffe;
}
a.msc-btn.outlined,
.msc-btn.outlined {
  background: transparent;
  border: 1px solid #00a5d4;
}
a.msc-btn.arrow-right,
.msc-btn.arrow-right {
  display: inline-block;
  padding-right: 1.2rem;
  padding-left: 1.5rem;
}
a.msc-btn.arrow-right:after,
.msc-btn.arrow-right:after {
  content: "";
  display: inline-block;
  background: url(assets/img/arrow-right-outline.svg) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 0.4rem;
  z-index: 999;
  position: relative;
  margin-bottom: 1px;
}
a.msc-btn.arrow-right-white,
.msc-btn.arrow-right-white {
  display: inline-block;
  padding-right: 1.2rem;
  padding-left: 1.5rem;
}
a.msc-btn.arrow-right-white:after,
.msc-btn.arrow-right-white:after {
  content: "";
  display: inline-block;
  background: url(assets/img/white-arrow-right.svg) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 0.4rem;
  z-index: 999;
  position: relative;
  margin-bottom: 4px;
}

.box {
  width: 100%;
  padding: 0.5rem 1.25rem;
}

.top-fade {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.137) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.137) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(9, 27, 0, 0.397) 0%, rgba(0, 0, 0, 0) 100%);
}

.hide-desktop {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .hide-desktop {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .hide-mobile {
    display: none;
  }
}

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

#breadcrumbs {
  font-size: 1em;
  color: #3e4244;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
  font-size: 1em;
  color: #3e4244;
}

.cta-item img {
  margin-bottom: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cta-item p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
  .order-first {
    order: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .order-last {
    order: 2;
  }
}

@media only screen and (max-width: 1025px) {
  .puffar img {
    width: 100%;
  }
}

.stor-puff h3 {
  font-size: 1.25em;
  font-weight: bold;
}

.kontakt-item {
  padding: 0.5rem;
}
.kontakt-item h4 {
  font-weight: bold;
  font-size: 1rem;
}
.kontakt-item p {
  margin-bottom: 0.3em;
}
.kontakt-item a:link,
.kontakt-item a:visited {
  display: block;
  margin-bottom: 0.4em;
}
.logo-item img {
  max-width: 80%;
  filter: grayscale(50%);
  opacity: 0.6;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 769px) {
  .logo-item img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1025px) {
  .logo-item {
    margin-bottom: 2rem;
  }
}

.store-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.store-item img {
  width: 100%;
}

.widget {
  padding: 1rem;
  background: #f2f2f2;
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget h4 {
  color: #69bdd1;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid rgba(105, 189, 209, 0.2);
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget ul li {
  padding: 0.125rem 0;
}
.widget a:link,
.widget a:visited {
  color: #00a5d4;
  line-height: 1.618;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #00566e;
}
.widget input[type=text],
.widget input[type=password] {
  padding: 0.75rem;
  width: 94%;
  outline: none;
  border: none;
  background-color: #fefffe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1025px) {
  .widget {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.widget.widget_nav_menu {
  background: transparent;
}
.widget.widget_nav_menu ul {
  -webkit-box-shadow: 0px 6px 18px -8px rgba(189, 189, 189, 0.64);
  -moz-box-shadow: 0px 6px 18px -8px rgba(189, 189, 189, 0.64);
  box-shadow: 0px 6px 18px -15px rgba(189, 189, 189, 0.64);
  display: block;
}
.widget.widget_nav_menu ul li {
  background: #f2f2f2;
  display: block;
}
.widget.widget_nav_menu ul li:last-of-type a:link,
.widget.widget_nav_menu ul li:last-of-type a:visited {
  border-bottom: none;
}
.widget.widget_nav_menu ul li.menu-item-has-children > ul {
  display: none;
}
.widget.widget_nav_menu ul li.menu-item-has-children.current-menu-item > ul, .widget.widget_nav_menu ul li.menu-item-has-children.current-menu-ancestor > ul {
  display: block;
}
.widget.widget_nav_menu ul li.menu-item-has-children.current-menu-item > a:link:after,
.widget.widget_nav_menu ul li.menu-item-has-children.current-menu-item > a:visited:after, .widget.widget_nav_menu ul li.menu-item-has-children.current-menu-ancestor > a:link:after,
.widget.widget_nav_menu ul li.menu-item-has-children.current-menu-ancestor > a:visited:after {
  -webkit-transform: rotate(90deg) translate(-4px, 8px);
  -moz-transform: rotate(90deg) translate(-4px, 8px);
  -ms-transform: rotate(90deg) translate(-4px, 8px);
  -o-transform: rotate(90deg) translate(-4px, 8px);
  transform: rotate(90deg) translate(-4px, 8px);
}
.widget.widget_nav_menu ul li > ul.sub-menu > li {
  padding: 0;
}
.widget.widget_nav_menu ul li > ul.sub-menu > li a:link,
.widget.widget_nav_menu ul li > ul.sub-menu > li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  color: #222425;
  padding: 0.9rem 1.3rem 0.9rem 2rem;
  border-bottom: 1px solid #ced4d6;
}
.widget.widget_nav_menu ul li > ul.sub-menu > li a:link:first-of-type,
.widget.widget_nav_menu ul li > ul.sub-menu > li a:visited:first-of-type {
  border-bottom: 1px solid #ced4d6;
}
.widget.widget_nav_menu ul li a:link,
.widget.widget_nav_menu ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  color: #222425;
  padding: 0.9rem 1.3rem;
  border-bottom: 1px solid #ced4d6;
  position: relative;
}
.widget.widget_nav_menu ul li a:link:after,
.widget.widget_nav_menu ul li a:visited:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  background: url(assets/img/blue-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-5px, -50%);
  -moz-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  -o-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}
.widget.widget_nav_menu ul li.current_page_item > a:link,
.widget.widget_nav_menu ul li.current_page_item > a:visited {
  color: #00a5d4;
  font-weight: bold;
}

#wrapper-Bwbl {
  margin: 0 auto;
  padding-top: 0 !important;
}

.content-item,
.file-item {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.content-item .news-item__text,
.file-item .news-item__text {
  background: #3e4244;
  padding: 2rem;
  margin: 1rem;
  position: relative;
}
.content-item .news-item__text h3,
.file-item .news-item__text h3 {
  margin-top: 0;
  color: #fefffe;
}
.content-item .news-item__text small,
.file-item .news-item__text small {
  font-size: 0.75rem;
  position: relative;
  top: -0.5rem;
  color: #fefffe;
}
.content-item .news-item__text p,
.file-item .news-item__text p {
  color: #fefffe;
  padding-bottom: 1rem;
}
.content-item .news-item__text a:link,
.content-item .news-item__text a:visited,
.file-item .news-item__text a:link,
.file-item .news-item__text a:visited {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.content-item h3,
.file-item h3 {
  margin-top: 0.5rem;
  color: #fefffe;
}
.content-item small,
.file-item small {
  font-size: 0.75rem;
  position: relative;
  top: -0.5rem;
  color: #fefffe;
}
.content-item p,
.file-item p {
  color: #fefffe;
}

.content-item__img {
  width: 152px;
  position: relative;
  float: left;
  margin-right: 2rem;
}
@media only screen and (max-width: 1025px) {
  .content-item__img {
    display: none;
  }
}

.file-item {
  padding: 1rem 1rem 0.75rem 1rem;
}
.file-item:nth-child(odd) {
  background: rgba(105, 189, 209, 0.12);
}

a.file-pdf {
  position: relative;
  padding-left: 1.5rem;
  border-bottom: none;
  color: #172d35;
}
a.file-pdf:hover {
  color: #00a5d4;
}
a.file-pdf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-icon-pdf.svg);
}

.gallery-link-item {
  padding: 0 0.5rem 1rem 0.5rem;
}
.gallery-link-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gallery-link-item h5 {
  margin-top: 0.5rem;
}

.hero-intro {
  overflow: auto;
}

.hero-slider {
  width: 100%;
  height: 60vh;
}
@media only screen and (max-width: 1025px) {
  .hero-slider {
    height: 77vh;
  }
}

@media only screen and (max-width: 769px) {
  figure.wp-block-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .wp-block-column {
    margin-bottom: 0.5rem;
  }
}

.product-taxonomys .tax-ul .tax-li {
  border: 1px solid rgba(105, 189, 209, 0.4);
  border-bottom: none;
  height: 100%;
}
.product-taxonomys .tax-ul .tax-li:last-of-type {
  border-bottom: 1px solid rgba(105, 189, 209, 0.4);
}
.product-taxonomys .tax-ul .tax-li a:link,
.product-taxonomys .tax-ul .tax-li a:visited {
  padding: 1rem;
  display: block;
}

.product-tax .tax-con a:link,
.product-tax .tax-con a:visited {
  display: block;
}
.product-tax .tax-con a:link .tax-image-con,
.product-tax .tax-con a:visited .tax-image-con {
  height: 100px;
}
.product-tax .tax-con a:link .tax-image-con > img,
.product-tax .tax-con a:visited .tax-image-con > img {
  width: 50%;
  height: 100%;
  object-fit: contain;
  max-width: 50%;
}
.product-tax .tax-con h3 {
  font-size: 1em;
  font-weight: bold;
  color: #69bdd1;
  text-transform: uppercase;
}

.product-con > img {
  width: 40%;
  object-fit: contain;
}
.product-con .product-info > h3 {
  font-weight: bold;
  color: #69bdd1;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.product-con .product-info > a:link,
.product-con .product-info a:visited {
  color: #172d35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}
.product-con.reservdel-con {
  margin-top: 2rem;
  padding: 1rem;
}
.product-con.reservdel-con h3 {
  margin-top: 0;
}
.product-con.reservdel-con .product-image-con img {
  width: 100%;
  object-fit: contain;
  height: 128px;
}
@media only screen and (max-width: 769px) {
  .product-con.reservdel-con .product-image-con img {
    height: 300px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
.product-con.reservdel-con .product-info {
  padding-bottom: 2.5rem;
  position: absolute;
}
.product-con.reservdel-con .product-info > h3 {
  color: #222425;
  font-size: 1.5em;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.product-con.reservdel-con .product-info > p {
  font-size: 0.85em;
  color: #222425;
}
.product-con.reservdel-con .product-info a:link,
.product-con.reservdel-con .product-info a:visited {
  color: #00a5d4;
  position: relative;
  padding-right: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-con.reservdel-con .product-info a:link:before,
.product-con.reservdel-con .product-info a:visited:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -0.5px;
  background: url(assets/img/blue-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.product-con.reservdel-con .product-info a:link:after,
.product-con.reservdel-con .product-info a:visited:after {
  clear: both;
}

.single-product-image {
  /*   display: flex;
  margin: 0 auto;
  align-items: center;  */
}
.single-product-image.reservdel-img {
  display: block;
}
@media only screen and (max-width: 769px) {
  .single-product-image {
    margin-bottom: 2rem;
  }
  .single-product-image img {
    margin: 0 auto;
  }
}

.single-product-info .product-price > .price {
  font-weight: bold;
  color: #00a5d4;
  font-size: 1.5em;
  margin: 1rem 0 1.5rem;
  display: block;
}
.single-product-info .product-price > .price .currency {
  margin-left: 0.4rem;
}
.single-product-info .product-cat {
  margin: 0rem 0 0.6rem 0;
  display: block;
}
.single-product-info .product-cat > div {
  display: inline-block;
}
.single-product-info .product-cat a:link.brand-link,
.single-product-info .product-cat a:visited.brand-link {
  color: #222425;
  display: inline-block;
  font-weight: bold;
}
.single-product-info .product-extras h4 {
  font-size: 1.25em;
}
.single-product-info .product-extras .product-list--files {
  margin-bottom: 1rem;
  display: block;
}
.single-product-info .product-extras .product-list--files li {
  margin-bottom: 0.7rem;
}
.single-product-info .product-extras .product-list--files li:hover {
  text-decoration: underline;
}
.single-product-info .product-extras .product-list--files li.icon-pdf:before {
  display: inline-block;
  content: "";
  background: url(assets/img/file-pdf.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-bottom: -3px;
  position: relative;
}
.single-product-info .intresseanmalan {
  margin-top: 2rem;
}
.single-product-info .intresseanmalan #intressBtn {
  background: #3e4244;
  color: #fefffe;
  text-transform: uppercase;
  padding: 0.8rem 3rem;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.single-product-info .intresseanmalan #intressBtn:hover {
  background: #565c5f;
  cursor: pointer;
}
.single-product-info .intresse-module {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 40px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.single-product-info .intresse-module.modal-active {
  display: block;
}
.single-product-info .intresse-module .modal-content {
  background-color: #f2f2f2;
  margin: auto;
  padding: 2rem;
  border: 1px solid #888;
  width: 800px;
  margin-top: 0rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 9999;
  max-width: 100%;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li {
  padding-right: 0;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li label.gfield_label {
  font-size: 0.85em;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li.gf_left_half {
  padding-right: 8px;
}
@media only screen and (max-width: 1025px) {
  .single-product-info .intresse-module .modal-content .gform_wrapper ul li.gf_left_half {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .single-product-info .intresse-module .modal-content .gform_wrapper ul li.gf_right_half {
    padding-left: 0;
  }
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li div.input_container {
  margin-top: 0.2rem;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]),
.single-product-info .intresse-module .modal-content .gform_wrapper ul li textarea {
  border: 1px solid #3e4244;
  background: #fefffe;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):focus,
.single-product-info .intresse-module .modal-content .gform_wrapper ul li textarea:focus {
  outline: 0;
}
.single-product-info .intresse-module .modal-content .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 7px 20px;
}
.single-product-info .intresse-module .modal-content .gform_wrapper div.gform_footer {
  margin-top: 0;
}
.single-product-info .intresse-module .modal-content .gform_wrapper div.gform_footer input[type=submit] {
  background: #3e4244;
  color: #fefffe;
  font-weight: bold;
  border: none;
}
.single-product-info .intresse-module .modal-content .gform_wrapper div.gform_footer input[type=submit]:hover {
  background: #565c5f;
}
.single-product-info .intresse-module .modal-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

ul.tecnical-specifikation {
  font-weight: 300;
  line-height: 1.618;
  color: #5a5954;
  margin-bottom: 1em;
  margin-left: 1em;
}
ul.tecnical-specifikation li {
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}
ul.tecnical-specifikation li:before {
  content: "-";
  position: absolute;
  left: -0.25em;
  color: #69bdd1;
}

#product-information-tabs .tab-list > li {
  display: inline-block;
  background: #3e4244;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#product-information-tabs .tab-list > li a:link,
#product-information-tabs .tab-list > li a:visited {
  padding: 0.5rem 1.1rem;
  display: block;
  font-weight: bold;
  color: #fefffe;
}
#product-information-tabs .tab-list > li a:link:focus,
#product-information-tabs .tab-list > li a:visited:focus {
  outline: none;
}
#product-information-tabs .tab-list > li:hover {
  background: #e5e5e5;
}
#product-information-tabs .tab-list > li.ui-tabs-active {
  background: #f2f2f2;
}
#product-information-tabs .tab-list > li.ui-tabs-active a:link,
#product-information-tabs .tab-list > li.ui-tabs-active a:visited {
  color: #222425;
}
#product-information-tabs .tab-content {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#product-information-tabs .tab-content .tab-title {
  font-weight: bold;
  color: #222425;
  text-transform: uppercase;
}

.reservdels-title {
  border-bottom: 1px dashed rgba(34, 36, 37, 0.3);
  text-align: center;
}
.reservdels-title h2 {
  position: relative;
  line-height: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  bottom: -12px;
  display: inline-block;
  max-width: 80%;
  border: solid #fff;
  border-width: 0 20px;
  font-size: 1.5em;
  background: #fff;
}

i.icon-pdf {
  display: inline-block;
  content: "";
  background: url(assets/img/file-pdf.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-bottom: -3px;
  position: relative;
}
i.icon-download {
  display: inline-block;
  content: "";
  background: url(assets/img/download-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-bottom: -3px;
  position: relative;
}

.file-grid--wrapper .file-grid-header {
  border-bottom: 1px solid #f2f2f2;
}
.file-grid--wrapper .file-grid-header > div {
  width: 19%;
  display: inline-block;
}
.file-grid--wrapper .file-grid-header > div:last-child {
  width: 10%;
}
.file-grid--wrapper .file-grid-header > div:nth-child(2) {
  width: 25%;
}
.file-grid--wrapper .file-grid .file-grid-item {
  padding: 0.5rem 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.file-grid--wrapper .file-grid .file-grid-item > div {
  width: 19%;
  display: inline-block;
  font-size: 0.85em;
}
.file-grid--wrapper .file-grid .file-grid-item > div:nth-child(2) {
  width: 25%;
}
.file-grid--wrapper .file-grid .file-grid-item > div:last-child {
  width: 10%;
}
.file-grid--wrapper .file-grid .file-grid-item > div > p {
  margin-bottom: 0;
}

#filters {
  margin-bottom: 2rem;
  margin-left: 0;
  line-height: 3;
}
#filters li {
  display: inline-block;
  margin-right: 0.3rem;
  text-indent: 0;
  padding-left: 0;
}
#filters li:before {
  display: none;
}
#filters li a {
  padding: 0.4rem 0.9rem;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  color: #222425;
}
#filters li a:hover {
  background: #e5e5e5;
  color: #222425;
}
#filters li a.current {
  background: #00a5d4;
  color: #fefffe;
}

.af-grid--wrapper .af-grid .af-grid-item {
  width: 35%;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width: 769px) {
  .af-grid--wrapper .af-grid .af-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 481px) {
  .af-grid--wrapper .af-grid .af-grid-item {
    width: 100%;
  }
}
.af-grid--wrapper .af-grid .af-grid-item .af-item--inner {
  background: #3e4244;
  padding: 1.5rem;
  -webkit-box-shadow: 0 2px 3px #3e4244;
  -moz-box-shadow: 0 2px 3px #3e4244;
  -o-box-shadow: 0 2px 3px #3e4244;
  -ms-box-shadow: 0 2px 3px #3e4244;
  box-shadow: 0 2px 3px #3e4244;
}
.af-grid--wrapper .af-grid .af-grid-item .af-item--inner * {
  color: #fefffe;
}
.af-grid--wrapper .af-grid .af-grid-item .af-item--inner h4 {
  color: #00a5d4;
}
.af-grid--wrapper .af-grid .af-grid-item .af-item--inner p {
  margin-bottom: 0.2rem;
  font-size: 0.875rem;
}

body .modal {
  margin-top: 3rem;
  z-index: 2;
  max-width: 800px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 2rem 3rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.product-grid--wrapper .product-grid .product-grid-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3rem;
}
.product-grid--wrapper .product-grid .product-grid-item .product {
  margin-bottom: 0;
}
.product-grid--wrapper .product-grid .product-grid-item .product img {
  width: 100%;
  height: 200px;
  padding: 0.5rem 0;
  object-fit: contain;
  display: block;
  border: none;
}
.product-grid--wrapper .product-grid .product-grid-item > div {
  width: 100%;
  font-size: 1em;
}
.product-grid--wrapper .product-grid .product-grid-item > div > p {
  margin-bottom: 0;
}
.product-grid--wrapper .product-grid .product-grid-item .product-text-con {
  padding-bottom: 6rem;
}
/* fluid 5 columns */
.product--sizer,
.product-grid-item {
  width: 16.7%;
}
@media only screen and (max-width: 1025px) {
  .product--sizer,
.product-grid-item {
    width: 30%;
  }
}
@media only screen and (max-width: 769px) {
  .product--sizer,
.product-grid-item {
    width: 46.8%;
  }
}
@media only screen and (max-width: 481px) {
  .product--sizer,
.product-grid-item {
    width: 100%;
  }
}

.product--gutter {
  width: 4%;
}

.product-filters-con {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .product-filters-con {
    flex-direction: column;
  }
}
.product-filters-con h3 {
  margin-right: 2rem;
}
.product-filters-con #productFilters > li {
  float: left;
  min-width: 150px;
  margin-right: 1rem;
}
.product-filters-con #productFilters > li button {
  apperance: none;
  padding: 0.5rem 1rem;
  background: #ced4d6;
  font-weight: bold;
  color: #fefffe;
}
.product-filters-con .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.image-container {
  border: 1px solid rgba(62, 66, 68, 0.05);
  padding: 0.2rem;
  margin-bottom: 0.5rem;
}

.product-thumbs img {
  max-height: 125px;
  object-fit: contain;
}

.reservdel-grid--wrapper .reservdel-grid {
  position: relative;
}
.reservdel--sizer,
.reservdel-grid-item {
  padding: 1rem;
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .reservdel--sizer,
.reservdel-grid-item {
    width: 100%;
  }
}

ul.kopplad-produkt-lista {
  position: relative;
  margin-left: 0;
}
ul.kopplad-produkt-lista button.toggle-products {
  color: #00a5d4;
  border: 0;
  padding: 0.5em 1em;
  font-family: "urw-din", sans-serif;
  font-weight: bold;
  background: transparent;
  font-size: 0.975em;
  border: 1px solid #00a5d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
ul.kopplad-produkt-lista button.toggle-products:focus {
  outline: none;
}
ul.kopplad-produkt-lista ul.inner-product-list {
  display: none;
}
ul.kopplad-produkt-lista ul.inner-product-list.active-list {
  background: #fefffe;
  display: block;
  z-index: 1000;
  position: absolute;
  border: 1px solid #f2f2f2;
  top: 100%;
  left: 0;
  width: max-content;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin: 0;
}
ul.kopplad-produkt-lista ul.inner-product-list.active-list li {
  margin-bottom: 0.5rem;
}
ul.kopplad-produkt-lista ul.inner-product-list.active-list li:before {
  content: "";
  background: url(assets/img/blue-arrow.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 6px;
  left: -0.4em;
}

.file-notice {
  background: #f2f2f2;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  display: none;
}
.file-notice .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-notice .inner p {
  margin-bottom: 0;
}
.file-notice .inner button {
  appearance: none;
  padding: 0.4rem 1rem;
  color: #fefffe;
  font-weight: 500;
  border: none;
  margin-left: 1rem;
  background: #00a5d4;
}

.filter-count {
  margin-bottom: 0;
  font-size: 13px;
}

.downloads-grid {
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.downloads-grid .file--sizer {
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .downloads-grid .file--sizer {
    width: 100%;
  }
}
.downloads-grid .file-grid-item {
  width: 50%;
  float: left;
  border: rgba(23, 45, 53, 0.1);
  padding: 1rem;
}
@media only screen and (max-width: 769px) {
  .downloads-grid .file-grid-item {
    width: 100%;
  }
}
.downloads-grid .file-grid-item .inner {
  background: #f2f2f2;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.downloads-grid .file-grid-item .inner:hover {
  background: #eaeaea;
}
.downloads-grid .file-grid-item .inner .left {
  display: flex;
  flex-wrap: wrap;
}
.downloads-grid .file-grid-item .inner .left p {
  margin-bottom: 0rem;
  margin-left: 1.5rem;
  font-size: 14px;
}
.downloads-grid .file-grid-item .inner .left p:first-of-type {
  margin-bottom: 0rem;
  font-weight: 500;
  margin-left: 0;
  color: #00a5d4;
}
.downloads-grid .file-grid-item .inner .left p:first-of-type i {
  color: #00a5d4;
  font-size: 14px;
  top: -1px;
}
.downloads-grid .file-grid-item .inner .left p i {
  margin-right: 0.2rem;
}
.downloads-grid .file-grid-item .inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloads-grid .file-grid-item .inner .terms {
  flex: 1 0 100%;
  margin-bottom: 0rem;
}
.downloads-grid .file-grid-item .inner .terms li {
  padding: 0 0.6rem;
  font-size: 11px;
  background: #172d35;
  color: #fefffe;
  display: inline-block;
  line-height: 1;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
}
.downloads-grid:after {
  content: "";
  display: block;
  clear: both;
}

.wp-kontaktpersoner-block {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
}
.wp-kontaktpersoner-block .personitem {
  margin-bottom: 1rem;
}
.wp-kontaktpersoner-block .personitem .bildcontainer {
  position: relative;
}
.wp-kontaktpersoner-block .personitem .bildcontainer img.cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-kontaktpersoner-block .personitem h5 {
  margin-top: 0.5rem;
}
.wp-kontaktpersoner-block .personitem h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  font-family: "urw-din", sans-serif;
  color: #5a5954;
}
.wp-kontaktpersoner-block .personitem p {
  margin-bottom: 0;
  font-size: 15px;
  text-decoration: none;
}
.wp-kontaktpersoner-block .personitem nobr {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  text-decoration: none;
}
.wp-kontaktpersoner-block .personitem a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #5a5954;
  border-bottom: 0;
}
.wp-kontaktpersoner-block .personitem a.email {
  color: #00a5d4;
}
.wp-kontaktpersoner-block .personitem:hover img.cover {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/** @format */
.hero-sub-page {
  background: #222425;
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
@media only screen and (max-width: 1025px) {
  .hero-sub-page {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 769px) {
  .hero-sub-page {
    padding: 1rem 0;
  }
}
.hero-sub-page:before {
  content: "";
  background: url(assets/img/big-m.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 100px;
  top: -4%;
  -webkit-transform: tralsate(120px, -2%);
  -moz-transform: tralsate(120px, -2%);
  -ms-transform: tralsate(120px, -2%);
  -o-transform: tralsate(120px, -2%);
  transform: tralsate(120px, -2%);
}
@media only screen and (max-width: 1025px) {
  .hero-sub-page:before {
    width: 350px;
    height: 350px;
    left: -35px;
    /* bottom: -35%; */
    top: 22%;
  }
}
@media only screen and (max-width: 769px) {
  .hero-sub-page:before {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 481px) {
  .hero-sub-page:before {
    left: -50px;
    top: 40%;
  }
}
.hero-sub-page:after {
  content: "";
  background: url(assets/img/rosenforsare-footer.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  right: 100px;
  top: -4%;
  -webkit-transform: tralsate(120px, -2%);
  -moz-transform: tralsate(120px, -2%);
  -ms-transform: tralsate(120px, -2%);
  -o-transform: tralsate(120px, -2%);
  transform: tralsate(120px, -2%);
}
@media only screen and (max-width: 1025px) {
  .hero-sub-page:after {
    width: 350px;
    height: 350px;
    right: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-sub-page:after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 481px) {
  .hero-sub-page:after {
    right: -90px;
  }
}
.hero-sub-page h1 {
  color: #00a5d4;
}
.hero-sub-page.brand-archive-page {
  padding-top: 9rem;
}
.hero-sub-page.brand-archive-page:before {
  display: none;
}
.hero-sub-page.brand-archive-page:after {
  content: "";
  background: url(assets/img/rosenforsare-footer.svg) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 100px;
  top: -4%;
  -webkit-transform: tralsate(120px, -2%);
  -moz-transform: tralsate(120px, -2%);
  -ms-transform: tralsate(120px, -2%);
  -o-transform: tralsate(120px, -2%);
  transform: tralsate(120px, -2%);
}
@media only screen and (max-width: 1025px) {
  .hero-sub-page.brand-archive-page:after {
    width: 350px;
    height: 350px;
    right: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-sub-page.brand-archive-page:after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 481px) {
  .hero-sub-page.brand-archive-page:after {
    right: -90px;
  }
}
.hero-sub-page.brand-archive-page .brand-overlay {
  position: absolute;
  width: 200px;
  max-height: 205px;
  height: auto;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  -o-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  max-height: 100%;
}
.hero-sub-page.brand-archive-page .brand-overlay img {
  object-fit: contain;
  filter: invert(1);
  max-height: 149px;
  height: 100%;
}

.hero-slider,
.hero-slider-sub {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: #fefffe;
  padding-top: 1.5rem;
}

.hero-slider-sub img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  color: #fefffe;
  margin: 0 auto;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-15%, -50%);
  -moz-transform: translate(-15%, -50%);
  -ms-transform: translate(-15%, -50%);
  -o-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  text-align: left;
  display: flex;
  align-items: left;
  /*   @include bp-xs {
    width: 300px;
  } */
}
@media only screen and (max-width: 769px) {
  .hero-content {
    text-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
.hero-content .hero-intro-text {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 0.25em;
  width: 600px;
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-intro-text {
    /*       width: 300px; */
    width: 100%;
  }
}
.hero-content .hero-into-title {
  width: max-content;
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-into-title {
    width: auto;
  }
}
.hero-content .hero-into-title h1 {
  font-size: 3.75em;
  position: relative;
  max-width: 497px;
  color: #ced4d6;
}
@media only screen and (max-width: 1025px) {
  .hero-content .hero-into-title h1 {
    font-size: 3em;
    max-width: 360px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-into-title h1 {
    font-size: 2em;
    max-width: unset;
  }
}
.hero-content .hero-into-title h2 {
  font-size: 2.75em;
  text-align: right;
  position: relative;
  color: #00a5d4;
  font-weight: normal;
}
@media only screen and (max-width: 1025px) {
  .hero-content .hero-into-title h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-into-title h2 {
    font-size: 1.25em;
    text-align: center;
  }
}
.hero-content p {
  font-size: 1.5rem;
  max-width: 600px;
}
@media only screen and (max-width: 1025px) {
  .hero-content p {
    font-size: 1.25em;
    max-width: 360px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content p {
    font-size: 1em;
    max-width: unset;
  }
}
@media only screen and (max-width: 1025px) {
  .hero-content {
    width: 768px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content {
    width: 100%;
  }
}
.hero-content a:link,
.hero-content a:visited {
  margin-right: 1rem;
}
.hero-content a:link:last-of-type,
.hero-content a:visited:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .hero-content a:link,
.hero-content a:visited {
    font-size: 0.85em;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .hero-content a:link::after,
.hero-content a:visited::after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-bottom: 0px;
  }
}

.slick-slider {
  float: left;
  height: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .slick-slider {
    background: #3e4244;
  }
}
.slick-slider:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 2000px solid transparent;
  border-left: 1000px solid #3e4244;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1025px) {
  .slick-slider:before {
    border-bottom: 1300px solid transparent;
    border-left: 800px solid #3e4244;
  }
}
@media only screen and (max-width: 769px) {
  .slick-slider:before {
    display: none;
  }
}
@media only screen and (max-width: 481px) {
  .slick-slider:before {
    /*       border-bottom:1300px solid transparent;
    border-left: 340px solid $msc-dark-grey; */
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  display: none;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  min-height: 500px;
}
@media only screen and (max-width: 1025px) {
  .slick-slide {
    height: 60vh;
  }
}
@media only screen and (max-width: 769px) {
  .slick-slide {
    height: 500px;
  }
}
.slick-slide:before {
  content: "";
  background: url(assets/img/slider-overlay-1.svg) no-repeat;
  background-size: contain;
  width: 65vw;
  height: 70vh;
  position: absolute;
  left: -120px;
  top: -2%;
  -webkit-transform: tralsate(120px, -2%);
  -moz-transform: tralsate(120px, -2%);
  -ms-transform: tralsate(120px, -2%);
  -o-transform: tralsate(120px, -2%);
  transform: tralsate(120px, -2%);
}
.slick-slide:after {
  content: "";
  background: url(assets/img/rosenforsare-footer.svg) no-repeat;
  background-size: contain;
  width: 20vw;
  height: 250px;
  position: absolute;
  left: 39%;
  top: -6%;
  -webkit-transform: tralsate(-39%, 6%);
  -moz-transform: tralsate(-39%, 6%);
  -ms-transform: tralsate(-39%, 6%);
  -o-transform: tralsate(-39%, 6%);
  transform: tralsate(-39%, 6%);
}
[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 300px;
  height: 90%;
  object-fit: contain;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  -o-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}
@media only screen and (max-width: 1025px) {
  .slick-slide img {
    width: 250px;
    height: 350px;
    right: 4%;
    top: 60%;
  }
}
@media only screen and (max-width: 769px) {
  .slick-slide img {
    /*     max-width: 20%;
    height: 300px;
    right: 5%;
    top: 70%; */
    display: none;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  z-index: 98;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  -ms-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 32px;
}

.slick-next {
  right: 32px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 98;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(254, 255, 254, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: #fefffe;
}

.wp-block-columns {
  align-items: stretch;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  padding: 0 1rem;
}

.entry-content ul {
  line-height: 1.618;
  color: #5a5954;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.entry-content ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.entry-content ul li:before {
  content: "•";
  padding-right: 0.5em;
  color: #69bdd1;
}
.entry-content .blocks-gallery-grid {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content .blocks-gallery-grid li.blocks-gallery-item:before {
  display: none;
}

.wp-block-group.borr-overlay {
  position: relative;
  overflow: hidden;
}
.wp-block-group.borr-overlay:before {
  content: "";
  background: url(assets/img/dubbel-borr.svg) no-repeat;
  background-size: contain;
  width: 375px;
  height: 375px;
  position: absolute;
  left: -50px;
  top: 15%;
}
@media only screen and (max-width: 769px) {
  .wp-block-group.borr-overlay:before {
    display: none;
  }
}
.wp-block-group.borr-overlay:after {
  content: "";
  background: url(assets/img/dubbel-borr.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 375px;
  height: 375px;
  position: absolute;
  right: -50px;
  top: 15%;
}
@media only screen and (max-width: 769px) {
  .wp-block-group.borr-overlay:after {
    display: none;
  }
}
.wp-block-group.contact-us-start {
  overflow: hidden;
  position: relative;
  height: max-content;
}
.wp-block-group.contact-us-start:before {
  content: "";
  background: url(assets/img/dubbel-aligned-borr.svg) no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  position: absolute;
  left: -90px;
  top: 60%;
  -webkit-transform: tralsate(90px, -60%);
  -moz-transform: tralsate(90px, -60%);
  -ms-transform: tralsate(90px, -60%);
  -o-transform: tralsate(90px, -60%);
  transform: tralsate(90px, -60%);
}
.wp-block-group.contact-us-start:after {
  content: "";
  background: url(assets/img/three-arrows.svg) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 38%;
  top: 15%;
  -webkit-transform: tralsate(-38%, -15%);
  -moz-transform: tralsate(-38%, -15%);
  -ms-transform: tralsate(-38%, -15%);
  -o-transform: tralsate(-38%, -15%);
  transform: tralsate(-38%, -15%);
}
.wp-block-group.contact-us-start .wp-block-group__inner-container {
  max-width: 70%;
  width: 70rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .wp-block-group.contact-us-start .wp-block-group__inner-container {
    max-width: 80%;
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .wp-block-group.contact-us-start .wp-block-group__inner-container {
    max-width: 90%;
    width: 90%;
  }
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper {
  z-index: 999;
  position: relative;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li {
  padding-right: 0;
  text-indent: 0em;
  vertical-align: inherit;
  margin-top: 0;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li label.gfield_label {
  font-size: 0.85em;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li div.input_container {
  margin-top: 0.2rem;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]),
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li textarea {
  border: 1px solid #3e4244;
  background: #fefffe;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):focus,
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li textarea:focus {
  outline: 0;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 7px 20px;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li.amnesomrade_gf {
  margin-top: 1.5rem;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li.amnesomrade_gf div.ginput_container_radio {
  margin-top: 0;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li.amnesomrade_gf ul li {
  display: inline-block;
  word-break: break-all;
  width: max-content;
  width: 35%;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li.amnesomrade_gf ul li:last-of-type {
  width: 30%;
}
@media only screen and (max-width: 1025px) {
  .wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper ul li.amnesomrade_gf ul li {
    display: block;
    width: 100%;
  }
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper div.gform_footer {
  margin-top: 0;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper div.gform_footer input[type=submit] {
  background: #00a5d4;
  color: #fefffe;
  font-weight: bold;
  border: none;
  text-align: right;
  float: right;
  margin-right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper div.gform_footer input[type=submit]:hover {
  background: #59b6cc;
}
@media only screen and (max-width: 769px) {
  .wp-block-group.contact-us-start .wp-block-group__inner-container .gform_wrapper div.gform_footer input[type=submit] {
    float: none;
    text-align: center;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 80%;
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .wp-block-group .wp-block-group__inner-container {
    width: auto;
    max-width: 90%;
  }
}

.grupp-max-bredd > .wp-block-group__inner-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .grupp-max-bredd > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.grupp-max-bredd.center-grupp .wp-block-group__inner-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .grupp-max-bredd.center-grupp .wp-block-group__inner-container {
    max-width: 100%;
  }
}

.wp-block-columns {
  align-items: stretch;
}
.wp-block-columns .wp-block-column {
  padding: 0 1rem;
}

.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover.about-us-section {
  padding: 0;
}
.wp-block-cover.about-us-section .wp-block-cover__inner-container {
  background: -moz-linear-gradient(to bottom, #010101 0%, rgba(0, 0, 0, 0.192) 100%);
  background: -webkit-linear-gradient(to bottom, #010101 0%, rgba(0, 0, 0, 0.192) 100%);
  background: linear-gradient(to bottom, #010101 0%, rgba(0, 0, 0, 0.192) 100%);
  width: 100%;
  padding: 7rem;
}
.wp-block-cover.about-us-section .wp-block-cover__inner-container:before {
  content: "";
  background: url(assets/img/rosenforsare-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 300px;
  top: 10px;
  position: absolute;
  right: 40px;
}
.wp-block-cover.about-us-section .wp-block-cover__inner-container img {
  max-width: 400px;
}
@media only screen and (max-width: 769px) {
  .wp-block-cover.about-us-section .wp-block-cover__inner-container img {
    max-width: 200px;
    margin-top: 2rem;
  }
}
.wp-block-cover.about-us-section .wp-block-cover__inner-container h4 {
  font-size: 2em;
}
.wp-block-cover.about-us-section .wp-block-cover__inner-container h3 {
  font-size: 2em;
}
@media only screen and (max-width: 1025px) {
  .wp-block-cover.about-us-section .wp-block-cover__inner-container {
    padding: 7rem;
  }
}
@media only screen and (max-width: 769px) {
  .wp-block-cover.about-us-section .wp-block-cover__inner-container {
    padding: 3rem;
  }
}

.brands-block {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .brands-block {
    margin-top: 3rem;
  }
}

.cta-block {
  background: #3e4244;
  position: relative;
}
.cta-block a {
  display: block;
}
.cta-block img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  display: block;
  border: none;
}
.cta-block > .cta-text-con {
  height: 320px;
  padding: 3rem 3rem 1rem 3rem;
}
@media only screen and (max-width: 769px) {
  .cta-block > .cta-text-con {
    padding: 1.5rem;
  }
}
.cta-block > .cta-text-con > h3 {
  color: #fefffe;
  text-transform: uppercase;
  font-weight: bold;
}
.cta-block > .cta-text-con > p {
  color: #fefffe;
}
.cta-block > .cta-text-con > a.arrow-right:link,
.cta-block > .cta-text-con > a.arrow-right:visited {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  color: #fefffe;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .cta-block > .cta-text-con > a.arrow-right:link,
.cta-block > .cta-text-con > a.arrow-right:visited {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.cta-block.archive > .cta-text-con {
  height: 125px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.cta-block.archive > .cta-text-con h3 {
  text-align: center;
  color: #fefffe;
  text-transform: uppercase;
  font-weight: bold;
}
.cta-block.archive > .cta-text-con p {
  color: #fefffe;
}
.cta-block.archive > .cta-text-con a.arrow-right:link,
.cta-block.archive > .cta-text-con a.arrow-right:visited {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  color: #fefffe;
  font-weight: bold;
}
.cta-block.archive > .product {
  background: #fefffe;
  width: 100%;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 1px -4px #000000;
  -moz-box-shadow: 0px 0px 1px -4px #000000;
  -ms-box-shadow: 0px 0px 1px -4px #000000;
  box-shadow: 0px 0px 1px -4px #000000;
}
.cta-block.archive > .product img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  border: none;
}
@media only screen and (max-width: 769px) {
  .cta-block.archive > .product img {
    height: 300px;
  }
}
@media only screen and (max-width: 769px) {
  .cta-block.archive > .product {
    margin-bottom: 5rem;
  }
}
.cta-block.archive > .product-text-con h3 {
  font-size: 1em;
  text-align: left;
}
.cta-block.archive > .product-text-con > .product-price {
  color: #00a5d4;
  font-weight: bold;
}
.cta-block.archive > .product-text-con a.arrow-right:link,
.cta-block.archive > .product-text-con a.arrow-right:visited {
  position: absolute;
  right: 1rem;
  bottom: 1.2rem;
  color: #fefffe;
  font-weight: bold;
}
.cta-block.archive a > .brands {
  background: #fefffe;
  width: 100%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 5px -6px #000000;
  -moz-box-shadow: 0px 0px 5px -6px #000000;
  -ms-box-shadow: 0px 0px 5px -6px #000000;
  box-shadow: 0px 0px 5px -6px #000000;
}
.cta-block.archive a > .brands img {
  width: 60%;
  max-height: 175px;
  object-fit: contain;
  display: block;
  border: none;
}
.cta-block.archive a > .brands img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.cta-block.archive > .taxonomy {
  background: #fefffe;
  width: 100%;
}
.cta-block.archive > .taxonomy img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border: none;
}

.banner-cta-block {
  background-color: #3e4244;
  border: 1px solid #e6e7e8;
  background-image: -moz-linear-gradient(-70deg, #3e4244 0%, #3e4244 55%, #fefffe 55%, #fefffe 55%);
  background-image: -webkit-linear-gradient(-70deg, #3e4244 0%, #3e4244 55%, #fefffe 55%);
  background-image: linear-gradient(-70deg, #3e4244 0%, #3e4244 55%, #fefffe 55%);
  overflow: hidden;
  height: 500px;
}
.banner-cta-block:after {
  content: "";
  background: url(assets/img/c-logo.svg) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -10vh;
  right: 0%;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .banner-cta-block {
    height: auto;
    background-image: none;
    width: auto;
    padding: 2rem 0;
    width: 100vw;
  }
  .banner-cta-block:after {
    display: none;
  }
}
.banner-cta-block.archive-block {
  height: 400px;
  background-image: -moz-linear-gradient(-70deg, #3e4244 0%, #3e4244 55%, #fefffe 55%, #fefffe 55%);
  background-image: -webkit-linear-gradient(-70deg, #3e4244 0%, #3e4244 55%, #fefffe 55%);
  background-image: linear-gradient(-70deg, #3e4244 0%, #3e4244 60%, #fefffe 60%);
}
@media only screen and (max-width: 769px) {
  .banner-cta-block.archive-block {
    height: auto;
    background-image: none;
    width: auto;
    padding: 2rem 0;
  }
  .banner-cta-block.archive-block:after {
    display: none;
  }
}
.banner-cta-block.archive-block .cta-image-con {
  height: 400px;
  width: 45%;
}
.banner-cta-block.archive-block .cta-image-con img {
  max-height: 70%;
  top: 50%;
  left: 40%;
}
@media only screen and (max-width: 769px) {
  .banner-cta-block.archive-block .cta-image-con {
    display: none;
  }
}
.banner-cta-block.archive-block .cta-text-con {
  width: 55%;
  height: 400px;
  float: right;
}
@media only screen and (max-width: 769px) {
  .banner-cta-block.archive-block .cta-text-con {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 769px) {
  .banner-cta-block.archive-block .cta-text-con .cta-text-inner-con {
    position: static;
    transform: unset;
    padding: 1rem 3rem;
    width: 100%;
  }
}
.banner-cta-block .cta-image-con {
  width: 50%;
  float: left;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .banner-cta-block .cta-image-con {
    display: none;
  }
}
.banner-cta-block .cta-image-con:after {
  content: "";
  background: url(assets/img/made-in-sweden.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5%;
  left: 5%;
}
.banner-cta-block .cta-image-con img {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.banner-cta-block .cta-text-con {
  width: 50%;
  height: 500px;
  float: right;
}
@media only screen and (max-width: 769px) {
  .banner-cta-block .cta-text-con {
    float: none;
    width: 100%;
    height: 350px;
  }
}
.banner-cta-block .cta-text-con .cta-text-inner-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  object-fit: contain;
}
.banner-cta-block .cta-text-con .cta-text-inner-con h3 {
  font-weight: bold;
  font-size: 2em;
}
.banner-cta-block .cta-text-con .cta-text-inner-con > * {
  color: #fefffe;
}
.banner-cta-block .cta-text-con .cta-text-inner-con > * strong {
  color: #fefffe;
}

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