@charset "UTF-8";
/*@import 'jlnljn-framework/main.scss'; */
/*

@font-face {
    font-family: 'Portlin Normal';
    src: url('Portlin-Normal.eot');
    src: url('Portlin-Normal.eot?#iefix') format('embedded-opentype'),
        url('Portlin-Normal.woff2') format('woff2'),
        url('Portlin-Normal.woff') format('woff'),
        url('Portlin-Normal.svg#Portlin-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Portlin Normal';
    src: url('Portlin-Italic.eot');
    src: url('Portlin-Italic.eot?#iefix') format('embedded-opentype'),
        url('Portlin-Italic.woff2') format('woff2'),
        url('Portlin-Italic.woff') format('woff'),
        url('Portlin-Italic.svg#Portlin-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Portlin Outline';
    src: url('Portlin-OutlineItalic.eot');
    src: url('Portlin-OutlineItalic.eot?#iefix') format('embedded-opentype'),
        url('Portlin-OutlineItalic.woff2') format('woff2'),
        url('Portlin-OutlineItalic.woff') format('woff'),
        url('Portlin-OutlineItalic.svg#Portlin-OutlineItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Portlin Outline';
    src: url('Portlin-Outline.eot');
    src: url('Portlin-Outline.eot?#iefix') format('embedded-opentype'),
        url('Portlin-Outline.woff2') format('woff2'),
        url('Portlin-Outline.woff') format('woff'),
        url('Portlin-Outline.svg#Portlin-Outline') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  font-size: 16px;
  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; }

ul, li {
  list-style-type: none; }

a {
  text-decoration: none; }

main {
  max-width: 100vw; }

img {
  vertical-align: bottom;
  display: block;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.bsearch_highlight {
  background: none !important; }

/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
@media (min-width: 10px) {
  .aos-blur {
    -webkit-transition: opacity 1s linear 0s, -webkit-filter 1s linear 0s;
    transition: opacity 1s linear 0s, -webkit-filter 1s linear 0s;
    transition: filter 1s linear 0s, opacity 1s linear 0s;
    transition: filter 1s linear 0s, opacity 1s linear 0s, -webkit-filter 1s linear 0s;
    -webkit-filter: blur(5rem);
            filter: blur(5rem);
    opacity: 0; }
    .aos-blur.aos-animate {
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1; }

  .aos-fade-up {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    display: block; }
    .aos-fade-up.is-inview, .aos-fade-up.aos-animate {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-fade-down {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    display: block; }
    .aos-fade-down.is-inview, .aos-fade-down.aos-animate {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-fade-right {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    display: block; }
    .aos-fade-right.is-inview, .aos-fade-right.aos-animate {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-fade-left {
    opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    display: block; }
    .aos-fade-left.is-inview, .aos-fade-left.aos-animate {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s;
      transition: opacity 0.8s linear 0s, transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-mask-up {
    display: block;
    overflow: hidden; }
    .aos-mask-up > span {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      display: block; }
    .aos-mask-up.is-inview > span, .aos-mask-up.aos-animate > span {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition: -webkit-transform 0.4s linear 0s;
      transition: -webkit-transform 0.4s linear 0s;
      transition: transform 0.4s linear 0s;
      transition: transform 0.4s linear 0s, -webkit-transform 0.4s linear 0s; }

  .aos-mask-down {
    display: block;
    overflow: hidden; }
    .aos-mask-down > span {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      display: block; }
    .aos-mask-down.is-inview > span, .aos-mask-down.aos-animate > span {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  /* -- SCALES -- */
  .aos-scale {
    -webkit-transform: scale(0);
            transform: scale(0);
    display: block; }
    .aos-scale.is-inview, .aos-scale.aos-animate {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.4s linear 0s;
      transition: -webkit-transform 0.4s linear 0s;
      transition: transform 0.4s linear 0s;
      transition: transform 0.4s linear 0s, -webkit-transform 0.4s linear 0s; }

  .aos-scaleX-right {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    display: block; }
    .aos-scaleX-right.is-inview, .aos-scaleX-right.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-scaleX-left {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
    display: block; }
    .aos-scaleX-left.is-inview, .aos-scaleX-left.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-scaleX-center {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    display: block; }
    .aos-scaleX-center.is-inview, .aos-scaleX-center.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-scaleY-up {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    display: block; }
    .aos-scaleY-up.is-inview, .aos-scaleY-up.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-scaleY-down {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    display: block; }
    .aos-scaleY-down.is-inview, .aos-scaleY-down.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-scaleY-center {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    display: block; }
    .aos-scaleY-center.is-inview, .aos-scaleY-center.aos-animate {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  .aos-waves-up .child {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); }
  .aos-waves-up.is-inview .child, .aos-waves-up.aos-animate .child {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
    transition: opacity 0.8s linear 0s, -webkit-transform 0.8s linear 0s;
    transition: opacity 0.8s linear 0s, transform 0.8s linear 0s;
    transition: opacity 0.8s linear 0s, transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }
    .aos-waves-up.is-inview .child.child-2, .aos-waves-up.aos-animate .child.child-2 {
      -webkit-transition: opacity 0.8s linear 0.75s, -webkit-transform 0.8s linear 0.75s;
      transition: opacity 0.8s linear 0.75s, -webkit-transform 0.8s linear 0.75s;
      transition: opacity 0.8s linear 0.75s, transform 0.8s linear 0.75s;
      transition: opacity 0.8s linear 0.75s, transform 0.8s linear 0.75s, -webkit-transform 0.8s linear 0.75s; }
    .aos-waves-up.is-inview .child.child-3, .aos-waves-up.aos-animate .child.child-3 {
      -webkit-transition: opacity 0.8s linear 1s, -webkit-transform 0.8s linear 1s;
      transition: opacity 0.8s linear 1s, -webkit-transform 0.8s linear 1s;
      transition: opacity 0.8s linear 1s, transform 0.8s linear 1s;
      transition: opacity 0.8s linear 1s, transform 0.8s linear 1s, -webkit-transform 0.8s linear 1s; }
    .aos-waves-up.is-inview .child.child-4, .aos-waves-up.aos-animate .child.child-4 {
      -webkit-transition: opacity 0.8s linear 1.25s, -webkit-transform 0.8s linear 1.25s;
      transition: opacity 0.8s linear 1.25s, -webkit-transform 0.8s linear 1.25s;
      transition: opacity 0.8s linear 1.25s, transform 0.8s linear 1.25s;
      transition: opacity 0.8s linear 1.25s, transform 0.8s linear 1.25s, -webkit-transform 0.8s linear 1.25s; }

  .aos-imagemask-fromleft {
    /*border: 2px solid red;*/
    /*transform-origin: center left;*/
    /*transform: scaleX(0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0;*/
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%); }
    .aos-imagemask-fromleft.is-inview {
      /*border: 2px solid blue;*/
      /*opacity: 1;*/
      -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
      -webkit-transition: -webkit-clip-path 0.8s linear 0s;
      transition: -webkit-clip-path 0.8s linear 0s;
      transition: clip-path 0.8s linear 0s;
      transition: clip-path 0.8s linear 0s, -webkit-clip-path 0.8s linear 0s; }

  .aos-scaleup {
    -webkit-transform: scale(0);
            transform: scale(0); }
    .aos-scaleup.is-inview {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.8s linear 0s;
      transition: -webkit-transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s;
      transition: transform 0.8s linear 0s, -webkit-transform 0.8s linear 0s; }

  /* AOS DELAY */
  .delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important; }

  .delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important; }

  .delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important; }

  .delay-400 {
    -webkit-transition-delay: 400ms !important;
            transition-delay: 400ms !important; }

  .delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important; }

  .delay-600 {
    -webkit-transition-delay: 600ms !important;
            transition-delay: 600ms !important; }

  .delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important; }

  .delay-800 {
    -webkit-transition-delay: 800ms !important;
            transition-delay: 800ms !important; }

  .delay-900 {
    -webkit-transition-delay: 900ms !important;
            transition-delay: 900ms !important; }

  .delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important; }

  .delay-1100 {
    -webkit-transition-delay: 1100ms !important;
            transition-delay: 1100ms !important; }

  .delay-1150 {
    -webkit-transition-delay: 1150ms !important;
            transition-delay: 1150ms !important; }

  .delay-1200 {
    -webkit-transition-delay: 1200ms !important;
            transition-delay: 1200ms !important; }

  .delay-1250 {
    -webkit-transition-delay: 1250ms !important;
            transition-delay: 1250ms !important; }

  .delay-1300 {
    -webkit-transition-delay: 1300ms !important;
            transition-delay: 1300ms !important; }

  .delay-1350 {
    -webkit-transition-delay: 1350ms !important;
            transition-delay: 1350ms !important; }

  .delay-1400 {
    -webkit-transition-delay: 1400ms !important;
            transition-delay: 1400ms !important; }

  .delay-1450 {
    -webkit-transition-delay: 1450ms !important;
            transition-delay: 1450ms !important; }

  .delay-1500 {
    -webkit-transition-delay: 1500ms !important;
            transition-delay: 1500ms !important; }

  .delay-1600 {
    -webkit-transition-delay: 1600ms !important;
            transition-delay: 1600ms !important; }

  .delay-1700 {
    -webkit-transition-delay: 1700ms !important;
            transition-delay: 1700ms !important; }

  .delay-1800 {
    -webkit-transition-delay: 1800ms !important;
            transition-delay: 1800ms !important; }

  .delay-1900 {
    -webkit-transition-delay: 1900ms !important;
            transition-delay: 1900ms !important; }

  .delay-2000 {
    -webkit-transition-delay: 2000ms !important;
            transition-delay: 2000ms !important; } }
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: var(--grid-width);
  max-width: var(--grid-max-width);
  margin-right: auto;
  margin-left: auto; }

.lb,
.left-block {
  margin-left: 0;
  margin-right: auto; }

.rb,
.right-block {
  margin-left: auto;
  margin-right: 0; }

.cb,
.center-block {
  margin-left: auto;
  margin-right: auto; }

.color-primary {
  color: var(--primary-color); }

.bg-primary {
  background-color: var(--primary-color); }

.color-secondary {
  color: var(--secondary-color); }

.bg-secondary {
  background-color: var(--secondary-color); }

.color-white {
  color: var(--white-color); }

.bg-white {
  background-color: var(--white-color); }

.color-black {
  color: var(--black-color); }

.bg-black {
  background-color: var(--black-color); }

.color-grey {
  color: var(--grey-color); }

.bg-grey {
  background-color: var(--grey-color); }

@media (min-width: 320px) {
  .bg-black {
    background-color: var(--black-color); }

  .bg-grey {
    background-color: var(--grey-color); }

  .bg-white {
    background-color: var(--white-color); }

  .bg-primary {
    background-color: var(--primary-color); }

  .bg-secondary {
    background-color: var(--secondary-color); } }
@media (min-width: 520px) {
  .pl-bg-black {
    background-color: var(--black-color); }

  .pl-bg-grey {
    background-color: var(--grey-color); }

  .pl-bg-white {
    background-color: var(--white-color); }

  .pl-bg-primary {
    background-color: var(--primary-color); }

  .pl-bg-secondary {
    background-color: var(--secondary-color); } }
@media (min-width: 768px) {
  .t-bg-black {
    background-color: var(--black-color); }

  .t-bg-grey {
    background-color: var(--grey-color); }

  .t-bg-white {
    background-color: var(--white-color); }

  .t-bg-primary {
    background-color: var(--primary-color); }

  .t-bg-secondary {
    background-color: var(--secondary-color); } }
@media (min-width: 1024px) {
  .l-bg-black {
    background-color: var(--black-color); }

  .l-bg-grey {
    background-color: var(--grey-color); }

  .l-bg-white {
    background-color: var(--white-color); }

  .l-bg-primary {
    background-color: var(--primary-color); }

  .l-bg-secondary {
    background-color: var(--secondary-color); } }
@media (min-width: 1440px) {
  .d-bg-black {
    background-color: var(--black-color); }

  .d-bg-grey {
    background-color: var(--grey-color); }

  .d-bg-white {
    background-color: var(--white-color); }

  .d-bg-primary {
    background-color: var(--primary-color); }

  .d-bg-secondary {
    background-color: var(--secondary-color); } }
@media (min-width: 320px) {
  .color-black {
    color: var(--black-color); }

  .color-grey {
    color: var(--grey-color); }

  .color-white {
    color: var(--white-color); }

  .color-primary {
    color: var(--primary-color); }

  .color-secondary {
    color: var(--secondary-color); } }
@media (min-width: 520px) {
  .pl-color-black {
    color: var(--black-color); }

  .pl-color-grey {
    color: var(--grey-color); }

  .pl-color-white {
    color: var(--white-color); }

  .pl-color-primary {
    color: var(--primary-color); }

  .pl-color-secondary {
    color: var(--secondary-color); } }
@media (min-width: 768px) {
  .t-color-black {
    color: var(--black-color); }

  .t-color-grey {
    color: var(--grey-color); }

  .t-color-white {
    color: var(--white-color); }

  .t-color-primary {
    color: var(--primary-color); }

  .t-color-secondary {
    color: var(--secondary-color); } }
@media (min-width: 1024px) {
  .l-color-black {
    color: var(--black-color); }

  .l-color-grey {
    color: var(--grey-color); }

  .l-color-white {
    color: var(--white-color); }

  .l-color-primary {
    color: var(--primary-color); }

  .l-color-secondary {
    color: var(--secondary-color); } }
@media (min-width: 1440px) {
  .d-color-black {
    color: var(--black-color); }

  .d-color-grey {
    color: var(--grey-color); }

  .d-color-white {
    color: var(--white-color); }

  .d-color-primary {
    color: var(--primary-color); }

  .d-color-secondary {
    color: var(--secondary-color); } }
@media (min-width: 320px) {
  .block {
    display: block; }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .inline {
    display: inline; }

  .inline-block {
    display: inline-block; }

  .hidden {
    display: none; }

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

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

  .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

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

  .block-center {
    margin-left: auto;
    margin-right: auto; }

  .block-left {
    margin-left: 0;
    margin-right: auto; }

  .block-right {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 520px) {
  .pl-block {
    display: block; }

  .pl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .pl-inline {
    display: inline; }

  .pl-inline-block {
    display: inline-block; }

  .pl-hidden {
    display: none; }

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

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

  .pl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .pl-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .pl-block-center {
    margin-left: auto;
    margin-right: auto; }

  .pl-block-left {
    margin-left: 0;
    margin-right: auto; }

  .pl-block-right {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 768px) {
  .t-block {
    display: block; }

  .t-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .t-inline {
    display: inline; }

  .t-inline-block {
    display: inline-block; }

  .t-hidden {
    display: none; }

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

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

  .t-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .t-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .t-block-center {
    margin-left: auto;
    margin-right: auto; }

  .t-block-left {
    margin-left: 0;
    margin-right: auto; }

  .t-block-right {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .l-block {
    display: block; }

  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .l-inline {
    display: inline; }

  .l-inline-block {
    display: inline-block; }

  .l-hidden {
    display: none; }

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

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

  .l-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .l-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .l-block-center {
    margin-left: auto;
    margin-right: auto; }

  .l-block-left {
    margin-left: 0;
    margin-right: auto; }

  .l-block-right {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 1440px) {
  .d-block {
    display: block; }

  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .d-inline {
    display: inline; }

  .d-inline-block {
    display: inline-block; }

  .d-hidden {
    display: none; }

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

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

  .d-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .d-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .d-block-center {
    margin-left: auto;
    margin-right: auto; }

  .d-block-left {
    margin-left: 0;
    margin-right: auto; }

  .d-block-right {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 320px) {
  .abs,
  .absolute {
    position: absolute; }

  .fixed {
    position: fixed; }

  .rel,
  .relative {
    position: relative; }

  .static {
    position: static; }

  .sticky {
    position: -webkit-sticky;
    position: sticky; }

  .abs-t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }

  .abs-tl {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .abs-tr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

  .abs-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

  .abs-b {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .abs-bl {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

  .abs-br {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

  .abs-l {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0; }

  .abs-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .abs-center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
@media (min-width: 520px) {
  .pl-abs,
  .pl-absolute {
    position: absolute; }

  .pl-fixed {
    position: fixed; }

  .pl-rel,
  .pl-relative {
    position: relative; }

  .pl-static {
    position: static; }

  .pl-sticky {
    position: -webkit-sticky;
    position: sticky; }

  .pl-abs-t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }

  .pl-abs-tl {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .pl-abs-tr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

  .pl-abs-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

  .pl-abs-b {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .pl-abs-bl {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

  .pl-abs-br {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

  .pl-abs-l {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0; }

  .pl-abs-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .pl-abs-center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
@media (min-width: 768px) {
  .t-abs,
  .t-absolute {
    position: absolute; }

  .t-fixed {
    position: fixed; }

  .t-rel,
  .t-relative {
    position: relative; }

  .t-static {
    position: static; }

  .t-sticky {
    position: -webkit-sticky;
    position: sticky; }

  .t-abs-t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }

  .t-abs-tl {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .t-abs-tr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

  .t-abs-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

  .t-abs-b {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .t-abs-bl {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

  .t-abs-br {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

  .t-abs-l {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0; }

  .t-abs-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .t-abs-center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
@media (min-width: 1024px) {
  .l-abs,
  .l-absolute {
    position: absolute; }

  .l-fixed {
    position: fixed; }

  .l-rel,
  .l-relative {
    position: relative; }

  .l-static {
    position: static; }

  .l-sticky {
    position: -webkit-sticky;
    position: sticky; }

  .l-abs-t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }

  .l-abs-tl {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .l-abs-tr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

  .l-abs-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

  .l-abs-b {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .l-abs-bl {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

  .l-abs-br {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

  .l-abs-l {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0; }

  .l-abs-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .l-abs-center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
@media (min-width: 1440px) {
  .d-abs,
  .d-absolute {
    position: absolute; }

  .d-fixed {
    position: fixed; }

  .d-rel,
  .d-relative {
    position: relative; }

  .d-static {
    position: static; }

  .d-sticky {
    position: -webkit-sticky;
    position: sticky; }

  .d-abs-t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }

  .d-abs-tl {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .d-abs-tr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

  .d-abs-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

  .d-abs-b {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }

  .d-abs-bl {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

  .d-abs-br {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

  .d-abs-l {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0; }

  .d-abs-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .d-abs-center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
@media (min-width: 320px) {
  .ov-hi,
  .overflow-hidden {
    overflow: hidden; } }
@media (min-width: 520px) {
  .pl-ov-hi,
  .pl-overflow-hidden {
    overflow: hidden; } }
@media (min-width: 768px) {
  .t-ov-hi,
  .t-overflow-hidden {
    overflow: hidden; } }
@media (min-width: 1024px) {
  .l-ov-hi,
  .l-overflow-hidden {
    overflow: hidden; } }
@media (min-width: 1440px) {
  .d-ov-hi,
  .d-overflow-hidden {
    overflow: hidden; } }
@media (min-width: 320px) {
  .g {
    padding: calc(var(--gutter)); }

  .g-demi {
    padding: calc(var(--gutter)/2); }

  .gx, .blog-card {
    padding-left: calc(var(--gutter));
    padding-right: calc(var(--gutter)); }

  .gx-demi {
    padding-left: calc(var(--gutter)/2);
    padding-right: calc(var(--gutter)/2); }

  .gl {
    padding-left: calc(var(--gutter)); }

  .gr {
    padding-right: calc(var(--gutter)); }

  .gy {
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter)); }

  .gy-demi {
    padding-top: calc(var(--gutter)/2);
    padding-bottom: calc(var(--gutter)/2); }

  .gt {
    padding-top: calc(var(--gutter)); }

  .gb {
    padding-bottom: calc(var(--gutter)); }

  .gt-demi {
    padding-top: calc(var(--gutter)/2); }

  .gb-demi {
    padding-bottom: calc(var(--gutter)/2); }

  .g-xl {
    padding: calc(var(--gutter-xl)); }

  .gx-xl {
    padding-left: calc(var(--gutter-xl));
    padding-right: calc(var(--gutter-xl)); }

  .gy-xl {
    padding-top: calc(var(--gutter-xl));
    padding-bottom: calc(var(--gutter-xl)); }

  .gy-xl-2 {
    padding-top: calc(var(--gutter-xl)*2);
    padding-bottom: calc(var(--gutter-xl)*2); }

  .gt-xl {
    padding-top: calc(var(--gutter-xl)); }

  .gb-xl {
    padding-bottom: calc(var(--gutter-xl)); }

  .gl-xl {
    padding-left: calc(var(--gutter-xl)); }

  .gr-xl {
    padding-right: calc(var(--gutter-xl)); }

  .g-lg {
    padding: calc(var(--gutter-xl)/2); }

  .gx-lg {
    padding-left: calc(var(--gutter-xl)/2);
    padding-right: calc(var(--gutter-xl)/2); }

  .gy-lg {
    padding-top: calc(var(--gutter-xl)/2);
    padding-bottom: calc(var(--gutter-xl)/2); }

  .gt-lg {
    padding-top: calc(var(--gutter-xl)/2); }

  .gb-lg {
    padding-bottom: calc(var(--gutter-xl)/2); }

  .g-0 {
    padding: calc(var(--gutter)*0); }

  .gx-0 {
    padding-left: calc(var(--gutter)*0);
    padding-right: calc(var(--gutter)*0); }

  .gl-0 {
    padding-left: calc(var(--gutter)*0); }

  .gr-0 {
    padding-right: calc(var(--gutter)*0); }

  .gy-0 {
    padding-top: calc(var(--gutter)*0);
    padding-bottom: calc(var(--gutter)*0); }

  .gt-0 {
    padding-top: calc(var(--gutter)*0); }

  .gb-0 {
    padding-bottom: calc(var(--gutter)*0); }

  .g-1 {
    padding: calc(var(--gutter)*1); }

  .gx-1 {
    padding-left: calc(var(--gutter)*1);
    padding-right: calc(var(--gutter)*1); }

  .gl-1 {
    padding-left: calc(var(--gutter)*1); }

  .gr-1 {
    padding-right: calc(var(--gutter)*1); }

  .gy-1 {
    padding-top: calc(var(--gutter)*1);
    padding-bottom: calc(var(--gutter)*1); }

  .gt-1 {
    padding-top: calc(var(--gutter)*1); }

  .gb-1 {
    padding-bottom: calc(var(--gutter)*1); }

  .g-2 {
    padding: calc(var(--gutter)*2); }

  .gx-2 {
    padding-left: calc(var(--gutter)*2);
    padding-right: calc(var(--gutter)*2); }

  .gl-2 {
    padding-left: calc(var(--gutter)*2); }

  .gr-2 {
    padding-right: calc(var(--gutter)*2); }

  .gy-2 {
    padding-top: calc(var(--gutter)*2);
    padding-bottom: calc(var(--gutter)*2); }

  .gt-2, .blog-card {
    padding-top: calc(var(--gutter)*2); }

  .gb-2 {
    padding-bottom: calc(var(--gutter)*2); }

  .g-3 {
    padding: calc(var(--gutter)*3); }

  .gx-3 {
    padding-left: calc(var(--gutter)*3);
    padding-right: calc(var(--gutter)*3); }

  .gl-3 {
    padding-left: calc(var(--gutter)*3); }

  .gr-3 {
    padding-right: calc(var(--gutter)*3); }

  .gy-3 {
    padding-top: calc(var(--gutter)*3);
    padding-bottom: calc(var(--gutter)*3); }

  .gt-3 {
    padding-top: calc(var(--gutter)*3); }

  .gb-3 {
    padding-bottom: calc(var(--gutter)*3); }

  .g-4 {
    padding: calc(var(--gutter)*4); }

  .gx-4 {
    padding-left: calc(var(--gutter)*4);
    padding-right: calc(var(--gutter)*4); }

  .gl-4 {
    padding-left: calc(var(--gutter)*4); }

  .gr-4 {
    padding-right: calc(var(--gutter)*4); }

  .gy-4 {
    padding-top: calc(var(--gutter)*4);
    padding-bottom: calc(var(--gutter)*4); }

  .gt-4 {
    padding-top: calc(var(--gutter)*4); }

  .gb-4 {
    padding-bottom: calc(var(--gutter)*4); }

  .g-5 {
    padding: calc(var(--gutter)*5); }

  .gx-5 {
    padding-left: calc(var(--gutter)*5);
    padding-right: calc(var(--gutter)*5); }

  .gl-5 {
    padding-left: calc(var(--gutter)*5); }

  .gr-5 {
    padding-right: calc(var(--gutter)*5); }

  .gy-5 {
    padding-top: calc(var(--gutter)*5);
    padding-bottom: calc(var(--gutter)*5); }

  .gt-5 {
    padding-top: calc(var(--gutter)*5); }

  .gb-5 {
    padding-bottom: calc(var(--gutter)*5); }

  .g-6 {
    padding: calc(var(--gutter)*6); }

  .gx-6 {
    padding-left: calc(var(--gutter)*6);
    padding-right: calc(var(--gutter)*6); }

  .gl-6 {
    padding-left: calc(var(--gutter)*6); }

  .gr-6 {
    padding-right: calc(var(--gutter)*6); }

  .gy-6 {
    padding-top: calc(var(--gutter)*6);
    padding-bottom: calc(var(--gutter)*6); }

  .gt-6 {
    padding-top: calc(var(--gutter)*6); }

  .gb-6 {
    padding-bottom: calc(var(--gutter)*6); }

  .g-7 {
    padding: calc(var(--gutter)*7); }

  .gx-7 {
    padding-left: calc(var(--gutter)*7);
    padding-right: calc(var(--gutter)*7); }

  .gl-7 {
    padding-left: calc(var(--gutter)*7); }

  .gr-7 {
    padding-right: calc(var(--gutter)*7); }

  .gy-7 {
    padding-top: calc(var(--gutter)*7);
    padding-bottom: calc(var(--gutter)*7); }

  .gt-7 {
    padding-top: calc(var(--gutter)*7); }

  .gb-7 {
    padding-bottom: calc(var(--gutter)*7); }

  .g-8 {
    padding: calc(var(--gutter)*8); }

  .gx-8 {
    padding-left: calc(var(--gutter)*8);
    padding-right: calc(var(--gutter)*8); }

  .gl-8 {
    padding-left: calc(var(--gutter)*8); }

  .gr-8 {
    padding-right: calc(var(--gutter)*8); }

  .gy-8 {
    padding-top: calc(var(--gutter)*8);
    padding-bottom: calc(var(--gutter)*8); }

  .gt-8 {
    padding-top: calc(var(--gutter)*8); }

  .gb-8 {
    padding-bottom: calc(var(--gutter)*8); }

  .g-9 {
    padding: calc(var(--gutter)*9); }

  .gx-9 {
    padding-left: calc(var(--gutter)*9);
    padding-right: calc(var(--gutter)*9); }

  .gl-9 {
    padding-left: calc(var(--gutter)*9); }

  .gr-9 {
    padding-right: calc(var(--gutter)*9); }

  .gy-9 {
    padding-top: calc(var(--gutter)*9);
    padding-bottom: calc(var(--gutter)*9); }

  .gt-9 {
    padding-top: calc(var(--gutter)*9); }

  .gb-9 {
    padding-bottom: calc(var(--gutter)*9); }

  .g-10 {
    padding: calc(var(--gutter)*10); }

  .gx-10 {
    padding-left: calc(var(--gutter)*10);
    padding-right: calc(var(--gutter)*10); }

  .gl-10 {
    padding-left: calc(var(--gutter)*10); }

  .gr-10 {
    padding-right: calc(var(--gutter)*10); }

  .gy-10 {
    padding-top: calc(var(--gutter)*10);
    padding-bottom: calc(var(--gutter)*10); }

  .gt-10 {
    padding-top: calc(var(--gutter)*10); }

  .gb-10 {
    padding-bottom: calc(var(--gutter)*10); } }
@media (min-width: 520px) {
  .pl-g {
    padding: calc(var(--gutter)); }

  .pl-g-demi {
    padding: calc(var(--gutter)/2); }

  .pl-gx {
    padding-left: calc(var(--gutter));
    padding-right: calc(var(--gutter)); }

  .pl-gx-demi {
    padding-left: calc(var(--gutter)/2);
    padding-right: calc(var(--gutter)/2); }

  .pl-gl {
    padding-left: calc(var(--gutter)); }

  .pl-gr {
    padding-right: calc(var(--gutter)); }

  .pl-gy {
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter)); }

  .pl-gy-demi {
    padding-top: calc(var(--gutter)/2);
    padding-bottom: calc(var(--gutter)/2); }

  .pl-gt {
    padding-top: calc(var(--gutter)); }

  .pl-gb {
    padding-bottom: calc(var(--gutter)); }

  .pl-gt-demi {
    padding-top: calc(var(--gutter)/2); }

  .pl-gb-demi {
    padding-bottom: calc(var(--gutter)/2); }

  .pl-g-xl {
    padding: calc(var(--gutter-xl)); }

  .pl-gx-xl {
    padding-left: calc(var(--gutter-xl));
    padding-right: calc(var(--gutter-xl)); }

  .pl-gy-xl {
    padding-top: calc(var(--gutter-xl));
    padding-bottom: calc(var(--gutter-xl)); }

  .pl-gy-xl-2 {
    padding-top: calc(var(--gutter-xl)*2);
    padding-bottom: calc(var(--gutter-xl)*2); }

  .pl-gt-xl {
    padding-top: calc(var(--gutter-xl)); }

  .pl-gb-xl {
    padding-bottom: calc(var(--gutter-xl)); }

  .pl-gl-xl {
    padding-left: calc(var(--gutter-xl)); }

  .pl-gr-xl {
    padding-right: calc(var(--gutter-xl)); }

  .pl-g-lg {
    padding: calc(var(--gutter-xl)/2); }

  .pl-gx-lg {
    padding-left: calc(var(--gutter-xl)/2);
    padding-right: calc(var(--gutter-xl)/2); }

  .pl-gy-lg {
    padding-top: calc(var(--gutter-xl)/2);
    padding-bottom: calc(var(--gutter-xl)/2); }

  .pl-gt-lg {
    padding-top: calc(var(--gutter-xl)/2); }

  .pl-gb-lg {
    padding-bottom: calc(var(--gutter-xl)/2); }

  .pl-g-0 {
    padding: calc(var(--gutter)*0); }

  .pl-gx-0 {
    padding-left: calc(var(--gutter)*0);
    padding-right: calc(var(--gutter)*0); }

  .pl-gl-0 {
    padding-left: calc(var(--gutter)*0); }

  .pl-gr-0 {
    padding-right: calc(var(--gutter)*0); }

  .pl-gy-0 {
    padding-top: calc(var(--gutter)*0);
    padding-bottom: calc(var(--gutter)*0); }

  .pl-gt-0 {
    padding-top: calc(var(--gutter)*0); }

  .pl-gb-0 {
    padding-bottom: calc(var(--gutter)*0); }

  .pl-g-1 {
    padding: calc(var(--gutter)*1); }

  .pl-gx-1 {
    padding-left: calc(var(--gutter)*1);
    padding-right: calc(var(--gutter)*1); }

  .pl-gl-1 {
    padding-left: calc(var(--gutter)*1); }

  .pl-gr-1 {
    padding-right: calc(var(--gutter)*1); }

  .pl-gy-1 {
    padding-top: calc(var(--gutter)*1);
    padding-bottom: calc(var(--gutter)*1); }

  .pl-gt-1 {
    padding-top: calc(var(--gutter)*1); }

  .pl-gb-1 {
    padding-bottom: calc(var(--gutter)*1); }

  .pl-g-2 {
    padding: calc(var(--gutter)*2); }

  .pl-gx-2 {
    padding-left: calc(var(--gutter)*2);
    padding-right: calc(var(--gutter)*2); }

  .pl-gl-2 {
    padding-left: calc(var(--gutter)*2); }

  .pl-gr-2 {
    padding-right: calc(var(--gutter)*2); }

  .pl-gy-2 {
    padding-top: calc(var(--gutter)*2);
    padding-bottom: calc(var(--gutter)*2); }

  .pl-gt-2 {
    padding-top: calc(var(--gutter)*2); }

  .pl-gb-2 {
    padding-bottom: calc(var(--gutter)*2); }

  .pl-g-3 {
    padding: calc(var(--gutter)*3); }

  .pl-gx-3 {
    padding-left: calc(var(--gutter)*3);
    padding-right: calc(var(--gutter)*3); }

  .pl-gl-3 {
    padding-left: calc(var(--gutter)*3); }

  .pl-gr-3 {
    padding-right: calc(var(--gutter)*3); }

  .pl-gy-3 {
    padding-top: calc(var(--gutter)*3);
    padding-bottom: calc(var(--gutter)*3); }

  .pl-gt-3 {
    padding-top: calc(var(--gutter)*3); }

  .pl-gb-3 {
    padding-bottom: calc(var(--gutter)*3); }

  .pl-g-4 {
    padding: calc(var(--gutter)*4); }

  .pl-gx-4 {
    padding-left: calc(var(--gutter)*4);
    padding-right: calc(var(--gutter)*4); }

  .pl-gl-4 {
    padding-left: calc(var(--gutter)*4); }

  .pl-gr-4 {
    padding-right: calc(var(--gutter)*4); }

  .pl-gy-4 {
    padding-top: calc(var(--gutter)*4);
    padding-bottom: calc(var(--gutter)*4); }

  .pl-gt-4 {
    padding-top: calc(var(--gutter)*4); }

  .pl-gb-4 {
    padding-bottom: calc(var(--gutter)*4); }

  .pl-g-5 {
    padding: calc(var(--gutter)*5); }

  .pl-gx-5 {
    padding-left: calc(var(--gutter)*5);
    padding-right: calc(var(--gutter)*5); }

  .pl-gl-5 {
    padding-left: calc(var(--gutter)*5); }

  .pl-gr-5 {
    padding-right: calc(var(--gutter)*5); }

  .pl-gy-5 {
    padding-top: calc(var(--gutter)*5);
    padding-bottom: calc(var(--gutter)*5); }

  .pl-gt-5 {
    padding-top: calc(var(--gutter)*5); }

  .pl-gb-5 {
    padding-bottom: calc(var(--gutter)*5); }

  .pl-g-6 {
    padding: calc(var(--gutter)*6); }

  .pl-gx-6 {
    padding-left: calc(var(--gutter)*6);
    padding-right: calc(var(--gutter)*6); }

  .pl-gl-6 {
    padding-left: calc(var(--gutter)*6); }

  .pl-gr-6 {
    padding-right: calc(var(--gutter)*6); }

  .pl-gy-6 {
    padding-top: calc(var(--gutter)*6);
    padding-bottom: calc(var(--gutter)*6); }

  .pl-gt-6 {
    padding-top: calc(var(--gutter)*6); }

  .pl-gb-6 {
    padding-bottom: calc(var(--gutter)*6); }

  .pl-g-7 {
    padding: calc(var(--gutter)*7); }

  .pl-gx-7 {
    padding-left: calc(var(--gutter)*7);
    padding-right: calc(var(--gutter)*7); }

  .pl-gl-7 {
    padding-left: calc(var(--gutter)*7); }

  .pl-gr-7 {
    padding-right: calc(var(--gutter)*7); }

  .pl-gy-7 {
    padding-top: calc(var(--gutter)*7);
    padding-bottom: calc(var(--gutter)*7); }

  .pl-gt-7 {
    padding-top: calc(var(--gutter)*7); }

  .pl-gb-7 {
    padding-bottom: calc(var(--gutter)*7); }

  .pl-g-8 {
    padding: calc(var(--gutter)*8); }

  .pl-gx-8 {
    padding-left: calc(var(--gutter)*8);
    padding-right: calc(var(--gutter)*8); }

  .pl-gl-8 {
    padding-left: calc(var(--gutter)*8); }

  .pl-gr-8 {
    padding-right: calc(var(--gutter)*8); }

  .pl-gy-8 {
    padding-top: calc(var(--gutter)*8);
    padding-bottom: calc(var(--gutter)*8); }

  .pl-gt-8 {
    padding-top: calc(var(--gutter)*8); }

  .pl-gb-8 {
    padding-bottom: calc(var(--gutter)*8); }

  .pl-g-9 {
    padding: calc(var(--gutter)*9); }

  .pl-gx-9 {
    padding-left: calc(var(--gutter)*9);
    padding-right: calc(var(--gutter)*9); }

  .pl-gl-9 {
    padding-left: calc(var(--gutter)*9); }

  .pl-gr-9 {
    padding-right: calc(var(--gutter)*9); }

  .pl-gy-9 {
    padding-top: calc(var(--gutter)*9);
    padding-bottom: calc(var(--gutter)*9); }

  .pl-gt-9 {
    padding-top: calc(var(--gutter)*9); }

  .pl-gb-9 {
    padding-bottom: calc(var(--gutter)*9); }

  .pl-g-10 {
    padding: calc(var(--gutter)*10); }

  .pl-gx-10 {
    padding-left: calc(var(--gutter)*10);
    padding-right: calc(var(--gutter)*10); }

  .pl-gl-10 {
    padding-left: calc(var(--gutter)*10); }

  .pl-gr-10 {
    padding-right: calc(var(--gutter)*10); }

  .pl-gy-10 {
    padding-top: calc(var(--gutter)*10);
    padding-bottom: calc(var(--gutter)*10); }

  .pl-gt-10 {
    padding-top: calc(var(--gutter)*10); }

  .pl-gb-10 {
    padding-bottom: calc(var(--gutter)*10); } }
@media (min-width: 768px) {
  .t-g {
    padding: calc(var(--gutter)); }

  .t-g-demi {
    padding: calc(var(--gutter)/2); }

  .t-gx {
    padding-left: calc(var(--gutter));
    padding-right: calc(var(--gutter)); }

  .t-gx-demi {
    padding-left: calc(var(--gutter)/2);
    padding-right: calc(var(--gutter)/2); }

  .t-gl {
    padding-left: calc(var(--gutter)); }

  .t-gr {
    padding-right: calc(var(--gutter)); }

  .t-gy {
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter)); }

  .t-gy-demi {
    padding-top: calc(var(--gutter)/2);
    padding-bottom: calc(var(--gutter)/2); }

  .t-gt {
    padding-top: calc(var(--gutter)); }

  .t-gb {
    padding-bottom: calc(var(--gutter)); }

  .t-gt-demi {
    padding-top: calc(var(--gutter)/2); }

  .t-gb-demi {
    padding-bottom: calc(var(--gutter)/2); }

  .t-g-xl {
    padding: calc(var(--gutter-xl)); }

  .t-gx-xl {
    padding-left: calc(var(--gutter-xl));
    padding-right: calc(var(--gutter-xl)); }

  .t-gy-xl {
    padding-top: calc(var(--gutter-xl));
    padding-bottom: calc(var(--gutter-xl)); }

  .t-gy-xl-2 {
    padding-top: calc(var(--gutter-xl)*2);
    padding-bottom: calc(var(--gutter-xl)*2); }

  .t-gt-xl {
    padding-top: calc(var(--gutter-xl)); }

  .t-gb-xl {
    padding-bottom: calc(var(--gutter-xl)); }

  .t-gl-xl {
    padding-left: calc(var(--gutter-xl)); }

  .t-gr-xl {
    padding-right: calc(var(--gutter-xl)); }

  .t-g-lg {
    padding: calc(var(--gutter-xl)/2); }

  .t-gx-lg {
    padding-left: calc(var(--gutter-xl)/2);
    padding-right: calc(var(--gutter-xl)/2); }

  .t-gy-lg {
    padding-top: calc(var(--gutter-xl)/2);
    padding-bottom: calc(var(--gutter-xl)/2); }

  .t-gt-lg {
    padding-top: calc(var(--gutter-xl)/2); }

  .t-gb-lg {
    padding-bottom: calc(var(--gutter-xl)/2); }

  .t-g-0 {
    padding: calc(var(--gutter)*0); }

  .t-gx-0 {
    padding-left: calc(var(--gutter)*0);
    padding-right: calc(var(--gutter)*0); }

  .t-gl-0 {
    padding-left: calc(var(--gutter)*0); }

  .t-gr-0 {
    padding-right: calc(var(--gutter)*0); }

  .t-gy-0 {
    padding-top: calc(var(--gutter)*0);
    padding-bottom: calc(var(--gutter)*0); }

  .t-gt-0 {
    padding-top: calc(var(--gutter)*0); }

  .t-gb-0 {
    padding-bottom: calc(var(--gutter)*0); }

  .t-g-1 {
    padding: calc(var(--gutter)*1); }

  .t-gx-1 {
    padding-left: calc(var(--gutter)*1);
    padding-right: calc(var(--gutter)*1); }

  .t-gl-1 {
    padding-left: calc(var(--gutter)*1); }

  .t-gr-1 {
    padding-right: calc(var(--gutter)*1); }

  .t-gy-1 {
    padding-top: calc(var(--gutter)*1);
    padding-bottom: calc(var(--gutter)*1); }

  .t-gt-1 {
    padding-top: calc(var(--gutter)*1); }

  .t-gb-1 {
    padding-bottom: calc(var(--gutter)*1); }

  .t-g-2 {
    padding: calc(var(--gutter)*2); }

  .t-gx-2 {
    padding-left: calc(var(--gutter)*2);
    padding-right: calc(var(--gutter)*2); }

  .t-gl-2 {
    padding-left: calc(var(--gutter)*2); }

  .t-gr-2 {
    padding-right: calc(var(--gutter)*2); }

  .t-gy-2 {
    padding-top: calc(var(--gutter)*2);
    padding-bottom: calc(var(--gutter)*2); }

  .t-gt-2 {
    padding-top: calc(var(--gutter)*2); }

  .t-gb-2 {
    padding-bottom: calc(var(--gutter)*2); }

  .t-g-3 {
    padding: calc(var(--gutter)*3); }

  .t-gx-3 {
    padding-left: calc(var(--gutter)*3);
    padding-right: calc(var(--gutter)*3); }

  .t-gl-3 {
    padding-left: calc(var(--gutter)*3); }

  .t-gr-3 {
    padding-right: calc(var(--gutter)*3); }

  .t-gy-3 {
    padding-top: calc(var(--gutter)*3);
    padding-bottom: calc(var(--gutter)*3); }

  .t-gt-3 {
    padding-top: calc(var(--gutter)*3); }

  .t-gb-3 {
    padding-bottom: calc(var(--gutter)*3); }

  .t-g-4 {
    padding: calc(var(--gutter)*4); }

  .t-gx-4 {
    padding-left: calc(var(--gutter)*4);
    padding-right: calc(var(--gutter)*4); }

  .t-gl-4 {
    padding-left: calc(var(--gutter)*4); }

  .t-gr-4 {
    padding-right: calc(var(--gutter)*4); }

  .t-gy-4 {
    padding-top: calc(var(--gutter)*4);
    padding-bottom: calc(var(--gutter)*4); }

  .t-gt-4 {
    padding-top: calc(var(--gutter)*4); }

  .t-gb-4 {
    padding-bottom: calc(var(--gutter)*4); }

  .t-g-5 {
    padding: calc(var(--gutter)*5); }

  .t-gx-5 {
    padding-left: calc(var(--gutter)*5);
    padding-right: calc(var(--gutter)*5); }

  .t-gl-5 {
    padding-left: calc(var(--gutter)*5); }

  .t-gr-5 {
    padding-right: calc(var(--gutter)*5); }

  .t-gy-5 {
    padding-top: calc(var(--gutter)*5);
    padding-bottom: calc(var(--gutter)*5); }

  .t-gt-5 {
    padding-top: calc(var(--gutter)*5); }

  .t-gb-5 {
    padding-bottom: calc(var(--gutter)*5); }

  .t-g-6 {
    padding: calc(var(--gutter)*6); }

  .t-gx-6 {
    padding-left: calc(var(--gutter)*6);
    padding-right: calc(var(--gutter)*6); }

  .t-gl-6 {
    padding-left: calc(var(--gutter)*6); }

  .t-gr-6 {
    padding-right: calc(var(--gutter)*6); }

  .t-gy-6 {
    padding-top: calc(var(--gutter)*6);
    padding-bottom: calc(var(--gutter)*6); }

  .t-gt-6 {
    padding-top: calc(var(--gutter)*6); }

  .t-gb-6 {
    padding-bottom: calc(var(--gutter)*6); }

  .t-g-7 {
    padding: calc(var(--gutter)*7); }

  .t-gx-7 {
    padding-left: calc(var(--gutter)*7);
    padding-right: calc(var(--gutter)*7); }

  .t-gl-7 {
    padding-left: calc(var(--gutter)*7); }

  .t-gr-7 {
    padding-right: calc(var(--gutter)*7); }

  .t-gy-7 {
    padding-top: calc(var(--gutter)*7);
    padding-bottom: calc(var(--gutter)*7); }

  .t-gt-7 {
    padding-top: calc(var(--gutter)*7); }

  .t-gb-7 {
    padding-bottom: calc(var(--gutter)*7); }

  .t-g-8 {
    padding: calc(var(--gutter)*8); }

  .t-gx-8 {
    padding-left: calc(var(--gutter)*8);
    padding-right: calc(var(--gutter)*8); }

  .t-gl-8 {
    padding-left: calc(var(--gutter)*8); }

  .t-gr-8 {
    padding-right: calc(var(--gutter)*8); }

  .t-gy-8 {
    padding-top: calc(var(--gutter)*8);
    padding-bottom: calc(var(--gutter)*8); }

  .t-gt-8 {
    padding-top: calc(var(--gutter)*8); }

  .t-gb-8 {
    padding-bottom: calc(var(--gutter)*8); }

  .t-g-9 {
    padding: calc(var(--gutter)*9); }

  .t-gx-9 {
    padding-left: calc(var(--gutter)*9);
    padding-right: calc(var(--gutter)*9); }

  .t-gl-9 {
    padding-left: calc(var(--gutter)*9); }

  .t-gr-9 {
    padding-right: calc(var(--gutter)*9); }

  .t-gy-9 {
    padding-top: calc(var(--gutter)*9);
    padding-bottom: calc(var(--gutter)*9); }

  .t-gt-9 {
    padding-top: calc(var(--gutter)*9); }

  .t-gb-9 {
    padding-bottom: calc(var(--gutter)*9); }

  .t-g-10 {
    padding: calc(var(--gutter)*10); }

  .t-gx-10 {
    padding-left: calc(var(--gutter)*10);
    padding-right: calc(var(--gutter)*10); }

  .t-gl-10 {
    padding-left: calc(var(--gutter)*10); }

  .t-gr-10 {
    padding-right: calc(var(--gutter)*10); }

  .t-gy-10 {
    padding-top: calc(var(--gutter)*10);
    padding-bottom: calc(var(--gutter)*10); }

  .t-gt-10 {
    padding-top: calc(var(--gutter)*10); }

  .t-gb-10 {
    padding-bottom: calc(var(--gutter)*10); } }
@media (min-width: 1024px) {
  .l-g {
    padding: calc(var(--gutter)); }

  .l-g-demi {
    padding: calc(var(--gutter)/2); }

  .l-gx {
    padding-left: calc(var(--gutter));
    padding-right: calc(var(--gutter)); }

  .l-gx-demi {
    padding-left: calc(var(--gutter)/2);
    padding-right: calc(var(--gutter)/2); }

  .l-gl {
    padding-left: calc(var(--gutter)); }

  .l-gr {
    padding-right: calc(var(--gutter)); }

  .l-gy {
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter)); }

  .l-gy-demi {
    padding-top: calc(var(--gutter)/2);
    padding-bottom: calc(var(--gutter)/2); }

  .l-gt {
    padding-top: calc(var(--gutter)); }

  .l-gb {
    padding-bottom: calc(var(--gutter)); }

  .l-gt-demi {
    padding-top: calc(var(--gutter)/2); }

  .l-gb-demi {
    padding-bottom: calc(var(--gutter)/2); }

  .l-g-xl {
    padding: calc(var(--gutter-xl)); }

  .l-gx-xl {
    padding-left: calc(var(--gutter-xl));
    padding-right: calc(var(--gutter-xl)); }

  .l-gy-xl {
    padding-top: calc(var(--gutter-xl));
    padding-bottom: calc(var(--gutter-xl)); }

  .l-gy-xl-2 {
    padding-top: calc(var(--gutter-xl)*2);
    padding-bottom: calc(var(--gutter-xl)*2); }

  .l-gt-xl {
    padding-top: calc(var(--gutter-xl)); }

  .l-gb-xl {
    padding-bottom: calc(var(--gutter-xl)); }

  .l-gl-xl {
    padding-left: calc(var(--gutter-xl)); }

  .l-gr-xl {
    padding-right: calc(var(--gutter-xl)); }

  .l-g-lg {
    padding: calc(var(--gutter-xl)/2); }

  .l-gx-lg {
    padding-left: calc(var(--gutter-xl)/2);
    padding-right: calc(var(--gutter-xl)/2); }

  .l-gy-lg {
    padding-top: calc(var(--gutter-xl)/2);
    padding-bottom: calc(var(--gutter-xl)/2); }

  .l-gt-lg {
    padding-top: calc(var(--gutter-xl)/2); }

  .l-gb-lg {
    padding-bottom: calc(var(--gutter-xl)/2); }

  .l-g-0 {
    padding: calc(var(--gutter)*0); }

  .l-gx-0 {
    padding-left: calc(var(--gutter)*0);
    padding-right: calc(var(--gutter)*0); }

  .l-gl-0 {
    padding-left: calc(var(--gutter)*0); }

  .l-gr-0 {
    padding-right: calc(var(--gutter)*0); }

  .l-gy-0 {
    padding-top: calc(var(--gutter)*0);
    padding-bottom: calc(var(--gutter)*0); }

  .l-gt-0 {
    padding-top: calc(var(--gutter)*0); }

  .l-gb-0 {
    padding-bottom: calc(var(--gutter)*0); }

  .l-g-1 {
    padding: calc(var(--gutter)*1); }

  .l-gx-1 {
    padding-left: calc(var(--gutter)*1);
    padding-right: calc(var(--gutter)*1); }

  .l-gl-1 {
    padding-left: calc(var(--gutter)*1); }

  .l-gr-1 {
    padding-right: calc(var(--gutter)*1); }

  .l-gy-1 {
    padding-top: calc(var(--gutter)*1);
    padding-bottom: calc(var(--gutter)*1); }

  .l-gt-1 {
    padding-top: calc(var(--gutter)*1); }

  .l-gb-1 {
    padding-bottom: calc(var(--gutter)*1); }

  .l-g-2 {
    padding: calc(var(--gutter)*2); }

  .l-gx-2 {
    padding-left: calc(var(--gutter)*2);
    padding-right: calc(var(--gutter)*2); }

  .l-gl-2 {
    padding-left: calc(var(--gutter)*2); }

  .l-gr-2 {
    padding-right: calc(var(--gutter)*2); }

  .l-gy-2 {
    padding-top: calc(var(--gutter)*2);
    padding-bottom: calc(var(--gutter)*2); }

  .l-gt-2 {
    padding-top: calc(var(--gutter)*2); }

  .l-gb-2 {
    padding-bottom: calc(var(--gutter)*2); }

  .l-g-3 {
    padding: calc(var(--gutter)*3); }

  .l-gx-3 {
    padding-left: calc(var(--gutter)*3);
    padding-right: calc(var(--gutter)*3); }

  .l-gl-3 {
    padding-left: calc(var(--gutter)*3); }

  .l-gr-3 {
    padding-right: calc(var(--gutter)*3); }

  .l-gy-3 {
    padding-top: calc(var(--gutter)*3);
    padding-bottom: calc(var(--gutter)*3); }

  .l-gt-3 {
    padding-top: calc(var(--gutter)*3); }

  .l-gb-3 {
    padding-bottom: calc(var(--gutter)*3); }

  .l-g-4 {
    padding: calc(var(--gutter)*4); }

  .l-gx-4 {
    padding-left: calc(var(--gutter)*4);
    padding-right: calc(var(--gutter)*4); }

  .l-gl-4 {
    padding-left: calc(var(--gutter)*4); }

  .l-gr-4 {
    padding-right: calc(var(--gutter)*4); }

  .l-gy-4 {
    padding-top: calc(var(--gutter)*4);
    padding-bottom: calc(var(--gutter)*4); }

  .l-gt-4 {
    padding-top: calc(var(--gutter)*4); }

  .l-gb-4 {
    padding-bottom: calc(var(--gutter)*4); }

  .l-g-5 {
    padding: calc(var(--gutter)*5); }

  .l-gx-5 {
    padding-left: calc(var(--gutter)*5);
    padding-right: calc(var(--gutter)*5); }

  .l-gl-5 {
    padding-left: calc(var(--gutter)*5); }

  .l-gr-5 {
    padding-right: calc(var(--gutter)*5); }

  .l-gy-5 {
    padding-top: calc(var(--gutter)*5);
    padding-bottom: calc(var(--gutter)*5); }

  .l-gt-5 {
    padding-top: calc(var(--gutter)*5); }

  .l-gb-5 {
    padding-bottom: calc(var(--gutter)*5); }

  .l-g-6 {
    padding: calc(var(--gutter)*6); }

  .l-gx-6 {
    padding-left: calc(var(--gutter)*6);
    padding-right: calc(var(--gutter)*6); }

  .l-gl-6 {
    padding-left: calc(var(--gutter)*6); }

  .l-gr-6 {
    padding-right: calc(var(--gutter)*6); }

  .l-gy-6 {
    padding-top: calc(var(--gutter)*6);
    padding-bottom: calc(var(--gutter)*6); }

  .l-gt-6 {
    padding-top: calc(var(--gutter)*6); }

  .l-gb-6 {
    padding-bottom: calc(var(--gutter)*6); }

  .l-g-7 {
    padding: calc(var(--gutter)*7); }

  .l-gx-7 {
    padding-left: calc(var(--gutter)*7);
    padding-right: calc(var(--gutter)*7); }

  .l-gl-7 {
    padding-left: calc(var(--gutter)*7); }

  .l-gr-7 {
    padding-right: calc(var(--gutter)*7); }

  .l-gy-7 {
    padding-top: calc(var(--gutter)*7);
    padding-bottom: calc(var(--gutter)*7); }

  .l-gt-7 {
    padding-top: calc(var(--gutter)*7); }

  .l-gb-7 {
    padding-bottom: calc(var(--gutter)*7); }

  .l-g-8 {
    padding: calc(var(--gutter)*8); }

  .l-gx-8 {
    padding-left: calc(var(--gutter)*8);
    padding-right: calc(var(--gutter)*8); }

  .l-gl-8 {
    padding-left: calc(var(--gutter)*8); }

  .l-gr-8 {
    padding-right: calc(var(--gutter)*8); }

  .l-gy-8 {
    padding-top: calc(var(--gutter)*8);
    padding-bottom: calc(var(--gutter)*8); }

  .l-gt-8 {
    padding-top: calc(var(--gutter)*8); }

  .l-gb-8 {
    padding-bottom: calc(var(--gutter)*8); }

  .l-g-9 {
    padding: calc(var(--gutter)*9); }

  .l-gx-9 {
    padding-left: calc(var(--gutter)*9);
    padding-right: calc(var(--gutter)*9); }

  .l-gl-9 {
    padding-left: calc(var(--gutter)*9); }

  .l-gr-9 {
    padding-right: calc(var(--gutter)*9); }

  .l-gy-9 {
    padding-top: calc(var(--gutter)*9);
    padding-bottom: calc(var(--gutter)*9); }

  .l-gt-9 {
    padding-top: calc(var(--gutter)*9); }

  .l-gb-9 {
    padding-bottom: calc(var(--gutter)*9); }

  .l-g-10 {
    padding: calc(var(--gutter)*10); }

  .l-gx-10 {
    padding-left: calc(var(--gutter)*10);
    padding-right: calc(var(--gutter)*10); }

  .l-gl-10 {
    padding-left: calc(var(--gutter)*10); }

  .l-gr-10 {
    padding-right: calc(var(--gutter)*10); }

  .l-gy-10 {
    padding-top: calc(var(--gutter)*10);
    padding-bottom: calc(var(--gutter)*10); }

  .l-gt-10 {
    padding-top: calc(var(--gutter)*10); }

  .l-gb-10 {
    padding-bottom: calc(var(--gutter)*10); } }
@media (min-width: 1440px) {
  .d-g {
    padding: calc(var(--gutter)); }

  .d-g-demi {
    padding: calc(var(--gutter)/2); }

  .d-gx {
    padding-left: calc(var(--gutter));
    padding-right: calc(var(--gutter)); }

  .d-gx-demi {
    padding-left: calc(var(--gutter)/2);
    padding-right: calc(var(--gutter)/2); }

  .d-gl {
    padding-left: calc(var(--gutter)); }

  .d-gr {
    padding-right: calc(var(--gutter)); }

  .d-gy {
    padding-top: calc(var(--gutter));
    padding-bottom: calc(var(--gutter)); }

  .d-gy-demi {
    padding-top: calc(var(--gutter)/2);
    padding-bottom: calc(var(--gutter)/2); }

  .d-gt {
    padding-top: calc(var(--gutter)); }

  .d-gb {
    padding-bottom: calc(var(--gutter)); }

  .d-gt-demi {
    padding-top: calc(var(--gutter)/2); }

  .d-gb-demi {
    padding-bottom: calc(var(--gutter)/2); }

  .d-g-xl {
    padding: calc(var(--gutter-xl)); }

  .d-gx-xl {
    padding-left: calc(var(--gutter-xl));
    padding-right: calc(var(--gutter-xl)); }

  .d-gy-xl {
    padding-top: calc(var(--gutter-xl));
    padding-bottom: calc(var(--gutter-xl)); }

  .d-gy-xl-2 {
    padding-top: calc(var(--gutter-xl)*2);
    padding-bottom: calc(var(--gutter-xl)*2); }

  .d-gt-xl {
    padding-top: calc(var(--gutter-xl)); }

  .d-gb-xl {
    padding-bottom: calc(var(--gutter-xl)); }

  .d-gl-xl {
    padding-left: calc(var(--gutter-xl)); }

  .d-gr-xl {
    padding-right: calc(var(--gutter-xl)); }

  .d-g-lg {
    padding: calc(var(--gutter-xl)/2); }

  .d-gx-lg {
    padding-left: calc(var(--gutter-xl)/2);
    padding-right: calc(var(--gutter-xl)/2); }

  .d-gy-lg {
    padding-top: calc(var(--gutter-xl)/2);
    padding-bottom: calc(var(--gutter-xl)/2); }

  .d-gt-lg {
    padding-top: calc(var(--gutter-xl)/2); }

  .d-gb-lg {
    padding-bottom: calc(var(--gutter-xl)/2); }

  .d-g-0 {
    padding: calc(var(--gutter)*0); }

  .d-gx-0 {
    padding-left: calc(var(--gutter)*0);
    padding-right: calc(var(--gutter)*0); }

  .d-gl-0 {
    padding-left: calc(var(--gutter)*0); }

  .d-gr-0 {
    padding-right: calc(var(--gutter)*0); }

  .d-gy-0 {
    padding-top: calc(var(--gutter)*0);
    padding-bottom: calc(var(--gutter)*0); }

  .d-gt-0 {
    padding-top: calc(var(--gutter)*0); }

  .d-gb-0 {
    padding-bottom: calc(var(--gutter)*0); }

  .d-g-1 {
    padding: calc(var(--gutter)*1); }

  .d-gx-1 {
    padding-left: calc(var(--gutter)*1);
    padding-right: calc(var(--gutter)*1); }

  .d-gl-1 {
    padding-left: calc(var(--gutter)*1); }

  .d-gr-1 {
    padding-right: calc(var(--gutter)*1); }

  .d-gy-1 {
    padding-top: calc(var(--gutter)*1);
    padding-bottom: calc(var(--gutter)*1); }

  .d-gt-1 {
    padding-top: calc(var(--gutter)*1); }

  .d-gb-1 {
    padding-bottom: calc(var(--gutter)*1); }

  .d-g-2 {
    padding: calc(var(--gutter)*2); }

  .d-gx-2 {
    padding-left: calc(var(--gutter)*2);
    padding-right: calc(var(--gutter)*2); }

  .d-gl-2 {
    padding-left: calc(var(--gutter)*2); }

  .d-gr-2 {
    padding-right: calc(var(--gutter)*2); }

  .d-gy-2 {
    padding-top: calc(var(--gutter)*2);
    padding-bottom: calc(var(--gutter)*2); }

  .d-gt-2 {
    padding-top: calc(var(--gutter)*2); }

  .d-gb-2 {
    padding-bottom: calc(var(--gutter)*2); }

  .d-g-3 {
    padding: calc(var(--gutter)*3); }

  .d-gx-3 {
    padding-left: calc(var(--gutter)*3);
    padding-right: calc(var(--gutter)*3); }

  .d-gl-3 {
    padding-left: calc(var(--gutter)*3); }

  .d-gr-3 {
    padding-right: calc(var(--gutter)*3); }

  .d-gy-3 {
    padding-top: calc(var(--gutter)*3);
    padding-bottom: calc(var(--gutter)*3); }

  .d-gt-3 {
    padding-top: calc(var(--gutter)*3); }

  .d-gb-3 {
    padding-bottom: calc(var(--gutter)*3); }

  .d-g-4 {
    padding: calc(var(--gutter)*4); }

  .d-gx-4 {
    padding-left: calc(var(--gutter)*4);
    padding-right: calc(var(--gutter)*4); }

  .d-gl-4 {
    padding-left: calc(var(--gutter)*4); }

  .d-gr-4 {
    padding-right: calc(var(--gutter)*4); }

  .d-gy-4 {
    padding-top: calc(var(--gutter)*4);
    padding-bottom: calc(var(--gutter)*4); }

  .d-gt-4 {
    padding-top: calc(var(--gutter)*4); }

  .d-gb-4 {
    padding-bottom: calc(var(--gutter)*4); }

  .d-g-5 {
    padding: calc(var(--gutter)*5); }

  .d-gx-5 {
    padding-left: calc(var(--gutter)*5);
    padding-right: calc(var(--gutter)*5); }

  .d-gl-5 {
    padding-left: calc(var(--gutter)*5); }

  .d-gr-5 {
    padding-right: calc(var(--gutter)*5); }

  .d-gy-5 {
    padding-top: calc(var(--gutter)*5);
    padding-bottom: calc(var(--gutter)*5); }

  .d-gt-5 {
    padding-top: calc(var(--gutter)*5); }

  .d-gb-5 {
    padding-bottom: calc(var(--gutter)*5); }

  .d-g-6 {
    padding: calc(var(--gutter)*6); }

  .d-gx-6 {
    padding-left: calc(var(--gutter)*6);
    padding-right: calc(var(--gutter)*6); }

  .d-gl-6 {
    padding-left: calc(var(--gutter)*6); }

  .d-gr-6 {
    padding-right: calc(var(--gutter)*6); }

  .d-gy-6 {
    padding-top: calc(var(--gutter)*6);
    padding-bottom: calc(var(--gutter)*6); }

  .d-gt-6 {
    padding-top: calc(var(--gutter)*6); }

  .d-gb-6 {
    padding-bottom: calc(var(--gutter)*6); }

  .d-g-7 {
    padding: calc(var(--gutter)*7); }

  .d-gx-7 {
    padding-left: calc(var(--gutter)*7);
    padding-right: calc(var(--gutter)*7); }

  .d-gl-7 {
    padding-left: calc(var(--gutter)*7); }

  .d-gr-7 {
    padding-right: calc(var(--gutter)*7); }

  .d-gy-7 {
    padding-top: calc(var(--gutter)*7);
    padding-bottom: calc(var(--gutter)*7); }

  .d-gt-7 {
    padding-top: calc(var(--gutter)*7); }

  .d-gb-7 {
    padding-bottom: calc(var(--gutter)*7); }

  .d-g-8 {
    padding: calc(var(--gutter)*8); }

  .d-gx-8 {
    padding-left: calc(var(--gutter)*8);
    padding-right: calc(var(--gutter)*8); }

  .d-gl-8 {
    padding-left: calc(var(--gutter)*8); }

  .d-gr-8 {
    padding-right: calc(var(--gutter)*8); }

  .d-gy-8 {
    padding-top: calc(var(--gutter)*8);
    padding-bottom: calc(var(--gutter)*8); }

  .d-gt-8 {
    padding-top: calc(var(--gutter)*8); }

  .d-gb-8 {
    padding-bottom: calc(var(--gutter)*8); }

  .d-g-9 {
    padding: calc(var(--gutter)*9); }

  .d-gx-9 {
    padding-left: calc(var(--gutter)*9);
    padding-right: calc(var(--gutter)*9); }

  .d-gl-9 {
    padding-left: calc(var(--gutter)*9); }

  .d-gr-9 {
    padding-right: calc(var(--gutter)*9); }

  .d-gy-9 {
    padding-top: calc(var(--gutter)*9);
    padding-bottom: calc(var(--gutter)*9); }

  .d-gt-9 {
    padding-top: calc(var(--gutter)*9); }

  .d-gb-9 {
    padding-bottom: calc(var(--gutter)*9); }

  .d-g-10 {
    padding: calc(var(--gutter)*10); }

  .d-gx-10 {
    padding-left: calc(var(--gutter)*10);
    padding-right: calc(var(--gutter)*10); }

  .d-gl-10 {
    padding-left: calc(var(--gutter)*10); }

  .d-gr-10 {
    padding-right: calc(var(--gutter)*10); }

  .d-gy-10 {
    padding-top: calc(var(--gutter)*10);
    padding-bottom: calc(var(--gutter)*10); }

  .d-gt-10 {
    padding-top: calc(var(--gutter)*10); }

  .d-gb-10 {
    padding-bottom: calc(var(--gutter)*10); } }
@media (min-width: 320px) {
  .aspect-auto {
    aspect-ratio: auto; }

  .aspect-square {
    aspect-ratio: 1 / 1; }

  .aspect-video {
    aspect-ratio: 16 / 9; } }
@media (min-width: 520px) {
  .pl-aspect-auto {
    aspect-ratio: auto; }

  .pl-aspect-square {
    aspect-ratio: 1 / 1; }

  .pl-aspect-video {
    aspect-ratio: 16 / 9; } }
@media (min-width: 768px) {
  .t-aspect-auto {
    aspect-ratio: auto; }

  .t-aspect-square {
    aspect-ratio: 1 / 1; }

  .t-aspect-video {
    aspect-ratio: 16 / 9; } }
@media (min-width: 1024px) {
  .l-aspect-auto {
    aspect-ratio: auto; }

  .l-aspect-square {
    aspect-ratio: 1 / 1; }

  .l-aspect-video {
    aspect-ratio: 16 / 9; } }
@media (min-width: 1440px) {
  .d-aspect-auto {
    aspect-ratio: auto; }

  .d-aspect-square {
    aspect-ratio: 1 / 1; }

  .d-aspect-video {
    aspect-ratio: 16 / 9; } }
@media (min-width: 320px) {
  .radius-none {
    border-radius: 0; }

  .br-demi,
  .radius-demi {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .br,
  .radius {
    border-radius: var(--radius);
    overflow: hidden; }

  /*        .br-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .radius-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .radius-3 { border-radius: calc(var(--radius)*3); overflow: hidden; } 
          .radius-4 { border-radius: calc(var(--radius)*4); overflow: hidden; } */
  .radius-full {
    border-radius: 99999px;
    overflow: hidden; }

  .br-0125 {
    border-radius: calc(var(--radius)/8);
    overflow: hidden; }

  .br-025 {
    border-radius: calc(var(--radius)/4);
    overflow: hidden; }

  .br-05 {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .br-2 {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; }

  .br-3 {
    border-radius: calc(var(--radius)*3);
    overflow: hidden; }

  .br-4 {
    border-radius: calc(var(--radius)*4);
    overflow: hidden; }

  .br-5 {
    border-radius: calc(var(--radius)*5);
    overflow: hidden; } }
@media (min-width: 520px) {
  .pl-radius-none {
    border-radius: 0; }

  .pl-br-demi,
  .pl-radius-demi {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .pl-br,
  .pl-radius {
    border-radius: var(--radius);
    overflow: hidden; }

  /*        .pl-br-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .pl-radius-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .pl-radius-3 { border-radius: calc(var(--radius)*3); overflow: hidden; } 
          .pl-radius-4 { border-radius: calc(var(--radius)*4); overflow: hidden; } */
  .pl-radius-full {
    border-radius: 99999px;
    overflow: hidden; }

  .pl-br-0125 {
    border-radius: calc(var(--radius)/8);
    overflow: hidden; }

  .pl-br-025 {
    border-radius: calc(var(--radius)/4);
    overflow: hidden; }

  .pl-br-05 {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .pl-br-2 {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; }

  .pl-br-3 {
    border-radius: calc(var(--radius)*3);
    overflow: hidden; }

  .pl-br-4 {
    border-radius: calc(var(--radius)*4);
    overflow: hidden; }

  .pl-br-5 {
    border-radius: calc(var(--radius)*5);
    overflow: hidden; } }
@media (min-width: 768px) {
  .t-radius-none {
    border-radius: 0; }

  .t-br-demi,
  .t-radius-demi {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .t-br,
  .t-radius {
    border-radius: var(--radius);
    overflow: hidden; }

  /*        .t-br-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .t-radius-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .t-radius-3 { border-radius: calc(var(--radius)*3); overflow: hidden; } 
          .t-radius-4 { border-radius: calc(var(--radius)*4); overflow: hidden; } */
  .t-radius-full {
    border-radius: 99999px;
    overflow: hidden; }

  .t-br-0125 {
    border-radius: calc(var(--radius)/8);
    overflow: hidden; }

  .t-br-025 {
    border-radius: calc(var(--radius)/4);
    overflow: hidden; }

  .t-br-05 {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .t-br-2 {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; }

  .t-br-3 {
    border-radius: calc(var(--radius)*3);
    overflow: hidden; }

  .t-br-4 {
    border-radius: calc(var(--radius)*4);
    overflow: hidden; }

  .t-br-5 {
    border-radius: calc(var(--radius)*5);
    overflow: hidden; } }
@media (min-width: 1024px) {
  .l-radius-none {
    border-radius: 0; }

  .l-br-demi,
  .l-radius-demi {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .l-br,
  .l-radius {
    border-radius: var(--radius);
    overflow: hidden; }

  /*        .l-br-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .l-radius-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .l-radius-3 { border-radius: calc(var(--radius)*3); overflow: hidden; } 
          .l-radius-4 { border-radius: calc(var(--radius)*4); overflow: hidden; } */
  .l-radius-full {
    border-radius: 99999px;
    overflow: hidden; }

  .l-br-0125 {
    border-radius: calc(var(--radius)/8);
    overflow: hidden; }

  .l-br-025 {
    border-radius: calc(var(--radius)/4);
    overflow: hidden; }

  .l-br-05 {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .l-br-2 {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; }

  .l-br-3 {
    border-radius: calc(var(--radius)*3);
    overflow: hidden; }

  .l-br-4 {
    border-radius: calc(var(--radius)*4);
    overflow: hidden; }

  .l-br-5 {
    border-radius: calc(var(--radius)*5);
    overflow: hidden; } }
@media (min-width: 1440px) {
  .d-radius-none {
    border-radius: 0; }

  .d-br-demi,
  .d-radius-demi {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .d-br,
  .d-radius {
    border-radius: var(--radius);
    overflow: hidden; }

  /*        .d-br-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .d-radius-2 { border-radius: calc(var(--radius)*2); overflow: hidden; } 
          .d-radius-3 { border-radius: calc(var(--radius)*3); overflow: hidden; } 
          .d-radius-4 { border-radius: calc(var(--radius)*4); overflow: hidden; } */
  .d-radius-full {
    border-radius: 99999px;
    overflow: hidden; }

  .d-br-0125 {
    border-radius: calc(var(--radius)/8);
    overflow: hidden; }

  .d-br-025 {
    border-radius: calc(var(--radius)/4);
    overflow: hidden; }

  .d-br-05 {
    border-radius: calc(var(--radius)/2);
    overflow: hidden; }

  .d-br-2 {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; }

  .d-br-3 {
    border-radius: calc(var(--radius)*3);
    overflow: hidden; }

  .d-br-4 {
    border-radius: calc(var(--radius)*4);
    overflow: hidden; }

  .d-br-5 {
    border-radius: calc(var(--radius)*5);
    overflow: hidden; } }
@media (min-width: 320px) {
  .font-thin, .fw-100 {
    font-weight: 100 !important; }

  .font-extralight, .fw-200 {
    font-weight: 200 !important; }

  .font-light, .fw-300 {
    font-weight: 300 !important; }

  .font-normal, .fw-400 {
    font-weight: 400 !important; }

  .font-medium, .fw-500 {
    font-weight: 500 !important; }

  .font-semibold, .fw-600 {
    font-weight: 600 !important; }

  .font-bold, .fw-700 {
    font-weight: 700 !important; }

  .font-extrabold, .fw-800 {
    font-weight: 800 !important; }

  .font-black, .fw-900 {
    font-weight: 900 !important; } }
@media (min-width: 520px) {
  .pl-font-thin, .pl-fw-100 {
    font-weight: 100 !important; }

  .pl-font-extralight, .pl-fw-200 {
    font-weight: 200 !important; }

  .pl-font-light, .pl-fw-300 {
    font-weight: 300 !important; }

  .pl-font-normal, .pl-fw-400 {
    font-weight: 400 !important; }

  .pl-font-medium, .pl-fw-500 {
    font-weight: 500 !important; }

  .pl-font-semibold, .pl-fw-600 {
    font-weight: 600 !important; }

  .pl-font-bold, .pl-fw-700 {
    font-weight: 700 !important; }

  .pl-font-extrabold, .pl-fw-800 {
    font-weight: 800 !important; }

  .pl-font-black, .pl-fw-900 {
    font-weight: 900 !important; } }
@media (min-width: 768px) {
  .t-font-thin, .t-fw-100 {
    font-weight: 100 !important; }

  .t-font-extralight, .t-fw-200 {
    font-weight: 200 !important; }

  .t-font-light, .t-fw-300 {
    font-weight: 300 !important; }

  .t-font-normal, .t-fw-400 {
    font-weight: 400 !important; }

  .t-font-medium, .t-fw-500 {
    font-weight: 500 !important; }

  .t-font-semibold, .t-fw-600 {
    font-weight: 600 !important; }

  .t-font-bold, .t-fw-700 {
    font-weight: 700 !important; }

  .t-font-extrabold, .t-fw-800 {
    font-weight: 800 !important; }

  .t-font-black, .t-fw-900 {
    font-weight: 900 !important; } }
@media (min-width: 1024px) {
  .l-font-thin, .l-fw-100 {
    font-weight: 100 !important; }

  .l-font-extralight, .l-fw-200 {
    font-weight: 200 !important; }

  .l-font-light, .l-fw-300 {
    font-weight: 300 !important; }

  .l-font-normal, .l-fw-400 {
    font-weight: 400 !important; }

  .l-font-medium, .l-fw-500 {
    font-weight: 500 !important; }

  .l-font-semibold, .l-fw-600 {
    font-weight: 600 !important; }

  .l-font-bold, .l-fw-700 {
    font-weight: 700 !important; }

  .l-font-extrabold, .l-fw-800 {
    font-weight: 800 !important; }

  .l-font-black, .l-fw-900 {
    font-weight: 900 !important; } }
@media (min-width: 1440px) {
  .d-font-thin, .d-fw-100 {
    font-weight: 100 !important; }

  .d-font-extralight, .d-fw-200 {
    font-weight: 200 !important; }

  .d-font-light, .d-fw-300 {
    font-weight: 300 !important; }

  .d-font-normal, .d-fw-400 {
    font-weight: 400 !important; }

  .d-font-medium, .d-fw-500 {
    font-weight: 500 !important; }

  .d-font-semibold, .d-fw-600 {
    font-weight: 600 !important; }

  .d-font-bold, .d-fw-700 {
    font-weight: 700 !important; }

  .d-font-extrabold, .d-fw-800 {
    font-weight: 800 !important; }

  .d-font-black, .d-fw-900 {
    font-weight: 900 !important; } }
@media (min-width: 320px) {
  .tt-uppercase,
  .text-uppercase {
    text-transform: uppercase; } }
@media (min-width: 520px) {
  .pl-tt-uppercase,
  .pl-text-uppercase {
    text-transform: uppercase; } }
@media (min-width: 768px) {
  .t-tt-uppercase,
  .t-text-uppercase {
    text-transform: uppercase; } }
@media (min-width: 1024px) {
  .l-tt-uppercase,
  .l-text-uppercase {
    text-transform: uppercase; } }
@media (min-width: 1440px) {
  .d-tt-uppercase,
  .d-text-uppercase {
    text-transform: uppercase; } }
@media (min-width: 320px) {
  .text-left {
    text-align: left; }

  .tc {
    text-align: center; }

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

  .tr {
    text-align: right; }

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

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

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

  .text-end {
    text-align: end; } }
@media (min-width: 520px) {
  .pl-text-left {
    text-align: left; }

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

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

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

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

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

  .pl-text-start {
    text-align: start; }

  .pl-text-end {
    text-align: end; } }
@media (min-width: 768px) {
  .t-text-left {
    text-align: left; }

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

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

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

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

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

  .t-text-start {
    text-align: start; }

  .t-text-end {
    text-align: end; } }
@media (min-width: 1024px) {
  .l-text-left {
    text-align: left; }

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

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

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

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

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

  .l-text-start {
    text-align: start; }

  .l-text-end {
    text-align: end; } }
@media (min-width: 1440px) {
  .d-text-left {
    text-align: left; }

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

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

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

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

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

  .d-text-start {
    text-align: start; }

  .d-text-end {
    text-align: end; } }
@media (min-width: 320px) {
  .float-left {
    float: left; }

  .float-right {
    float: right; }

  .float-none {
    float: none; } }
@media (min-width: 520px) {
  .pl-float-left {
    float: left; }

  .pl-float-right {
    float: right; }

  .pl-float-none {
    float: none; } }
@media (min-width: 768px) {
  .t-float-left {
    float: left; }

  .t-float-right {
    float: right; }

  .t-float-none {
    float: none; } }
@media (min-width: 1024px) {
  .l-float-left {
    float: left; }

  .l-float-right {
    float: right; }

  .l-float-none {
    float: none; } }
@media (min-width: 1440px) {
  .d-float-left {
    float: left; }

  .d-float-right {
    float: right; }

  .d-float-none {
    float: none; } }
@media (min-width: 320px) {
  .p-demi {
    padding: 0.5rem; }

  .pl-demi {
    padding-left: 0.5rem; }

  .pr-demi {
    padding-right: 0.5rem; }

  .py-demi {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .pt-demi {
    padding-top: 0.5rem; }

  .pb-demi {
    padding-bottom: 0.5rem; }

  .px-demi {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .p-quart {
    padding: 0.25rem; }

  .pl-quart {
    padding-left: 0.25rem; }

  .pr-quart {
    padding-right: 0.25rem; }

  .py-quart {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .pt-quart {
    padding-top: 0.25rem; }

  .pb-quart {
    padding-bottom: 0.25rem; }

  .px-quart {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

  .p-0 {
    padding: calc(0*1rem); }

  .px-0 {
    padding-left: calc(0*1rem);
    padding-right: calc(0*1rem); }

  .py-0 {
    padding-top: calc(0*1rem);
    padding-bottom: calc(0*1rem); }

  .pt-0 {
    padding-top: calc(0*1rem); }

  .pr-0 {
    padding-right: calc(0*1rem); }

  .pb-0 {
    padding-bottom: calc(0*1rem); }

  .pl-0 {
    padding-left: calc(0*1rem); }

  .p-1 {
    padding: calc(1*1rem); }

  .px-1 {
    padding-left: calc(1*1rem);
    padding-right: calc(1*1rem); }

  .py-1 {
    padding-top: calc(1*1rem);
    padding-bottom: calc(1*1rem); }

  .pt-1 {
    padding-top: calc(1*1rem); }

  .pr-1 {
    padding-right: calc(1*1rem); }

  .pb-1 {
    padding-bottom: calc(1*1rem); }

  .pl-1 {
    padding-left: calc(1*1rem); }

  .p-2 {
    padding: calc(2*1rem); }

  .px-2 {
    padding-left: calc(2*1rem);
    padding-right: calc(2*1rem); }

  .py-2 {
    padding-top: calc(2*1rem);
    padding-bottom: calc(2*1rem); }

  .pt-2 {
    padding-top: calc(2*1rem); }

  .pr-2 {
    padding-right: calc(2*1rem); }

  .pb-2 {
    padding-bottom: calc(2*1rem); }

  .pl-2 {
    padding-left: calc(2*1rem); }

  .p-3 {
    padding: calc(3*1rem); }

  .px-3 {
    padding-left: calc(3*1rem);
    padding-right: calc(3*1rem); }

  .py-3 {
    padding-top: calc(3*1rem);
    padding-bottom: calc(3*1rem); }

  .pt-3 {
    padding-top: calc(3*1rem); }

  .pr-3 {
    padding-right: calc(3*1rem); }

  .pb-3 {
    padding-bottom: calc(3*1rem); }

  .pl-3 {
    padding-left: calc(3*1rem); }

  .p-4 {
    padding: calc(4*1rem); }

  .px-4 {
    padding-left: calc(4*1rem);
    padding-right: calc(4*1rem); }

  .py-4 {
    padding-top: calc(4*1rem);
    padding-bottom: calc(4*1rem); }

  .pt-4 {
    padding-top: calc(4*1rem); }

  .pr-4 {
    padding-right: calc(4*1rem); }

  .pb-4 {
    padding-bottom: calc(4*1rem); }

  .pl-4 {
    padding-left: calc(4*1rem); }

  .p-5 {
    padding: calc(5*1rem); }

  .px-5 {
    padding-left: calc(5*1rem);
    padding-right: calc(5*1rem); }

  .py-5 {
    padding-top: calc(5*1rem);
    padding-bottom: calc(5*1rem); }

  .pt-5 {
    padding-top: calc(5*1rem); }

  .pr-5 {
    padding-right: calc(5*1rem); }

  .pb-5 {
    padding-bottom: calc(5*1rem); }

  .pl-5 {
    padding-left: calc(5*1rem); }

  .p-6 {
    padding: calc(6*1rem); }

  .px-6 {
    padding-left: calc(6*1rem);
    padding-right: calc(6*1rem); }

  .py-6 {
    padding-top: calc(6*1rem);
    padding-bottom: calc(6*1rem); }

  .pt-6 {
    padding-top: calc(6*1rem); }

  .pr-6 {
    padding-right: calc(6*1rem); }

  .pb-6 {
    padding-bottom: calc(6*1rem); }

  .pl-6 {
    padding-left: calc(6*1rem); }

  .p-7 {
    padding: calc(7*1rem); }

  .px-7 {
    padding-left: calc(7*1rem);
    padding-right: calc(7*1rem); }

  .py-7 {
    padding-top: calc(7*1rem);
    padding-bottom: calc(7*1rem); }

  .pt-7 {
    padding-top: calc(7*1rem); }

  .pr-7 {
    padding-right: calc(7*1rem); }

  .pb-7 {
    padding-bottom: calc(7*1rem); }

  .pl-7 {
    padding-left: calc(7*1rem); }

  .p-8 {
    padding: calc(8*1rem); }

  .px-8 {
    padding-left: calc(8*1rem);
    padding-right: calc(8*1rem); }

  .py-8 {
    padding-top: calc(8*1rem);
    padding-bottom: calc(8*1rem); }

  .pt-8 {
    padding-top: calc(8*1rem); }

  .pr-8 {
    padding-right: calc(8*1rem); }

  .pb-8 {
    padding-bottom: calc(8*1rem); }

  .pl-8 {
    padding-left: calc(8*1rem); }

  .p-9 {
    padding: calc(9*1rem); }

  .px-9 {
    padding-left: calc(9*1rem);
    padding-right: calc(9*1rem); }

  .py-9 {
    padding-top: calc(9*1rem);
    padding-bottom: calc(9*1rem); }

  .pt-9 {
    padding-top: calc(9*1rem); }

  .pr-9 {
    padding-right: calc(9*1rem); }

  .pb-9 {
    padding-bottom: calc(9*1rem); }

  .pl-9 {
    padding-left: calc(9*1rem); }

  .p-10 {
    padding: calc(10*1rem); }

  .px-10 {
    padding-left: calc(10*1rem);
    padding-right: calc(10*1rem); }

  .py-10 {
    padding-top: calc(10*1rem);
    padding-bottom: calc(10*1rem); }

  .pt-10 {
    padding-top: calc(10*1rem); }

  .pr-10 {
    padding-right: calc(10*1rem); }

  .pb-10 {
    padding-bottom: calc(10*1rem); }

  .pl-10 {
    padding-left: calc(10*1rem); } }
@media (min-width: 520px) {
  .pl-p-demi {
    padding: 0.5rem; }

  .pl-pl-demi {
    padding-left: 0.5rem; }

  .pl-pr-demi {
    padding-right: 0.5rem; }

  .pl-py-demi {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .pl-pt-demi {
    padding-top: 0.5rem; }

  .pl-pb-demi {
    padding-bottom: 0.5rem; }

  .pl-px-demi {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .pl-p-quart {
    padding: 0.25rem; }

  .pl-pl-quart {
    padding-left: 0.25rem; }

  .pl-pr-quart {
    padding-right: 0.25rem; }

  .pl-py-quart {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .pl-pt-quart {
    padding-top: 0.25rem; }

  .pl-pb-quart {
    padding-bottom: 0.25rem; }

  .pl-px-quart {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

  .pl-p-0 {
    padding: calc(0*1rem); }

  .pl-px-0 {
    padding-left: calc(0*1rem);
    padding-right: calc(0*1rem); }

  .pl-py-0 {
    padding-top: calc(0*1rem);
    padding-bottom: calc(0*1rem); }

  .pl-pt-0 {
    padding-top: calc(0*1rem); }

  .pl-pr-0 {
    padding-right: calc(0*1rem); }

  .pl-pb-0 {
    padding-bottom: calc(0*1rem); }

  .pl-pl-0 {
    padding-left: calc(0*1rem); }

  .pl-p-1 {
    padding: calc(1*1rem); }

  .pl-px-1 {
    padding-left: calc(1*1rem);
    padding-right: calc(1*1rem); }

  .pl-py-1 {
    padding-top: calc(1*1rem);
    padding-bottom: calc(1*1rem); }

  .pl-pt-1 {
    padding-top: calc(1*1rem); }

  .pl-pr-1 {
    padding-right: calc(1*1rem); }

  .pl-pb-1 {
    padding-bottom: calc(1*1rem); }

  .pl-pl-1 {
    padding-left: calc(1*1rem); }

  .pl-p-2 {
    padding: calc(2*1rem); }

  .pl-px-2 {
    padding-left: calc(2*1rem);
    padding-right: calc(2*1rem); }

  .pl-py-2 {
    padding-top: calc(2*1rem);
    padding-bottom: calc(2*1rem); }

  .pl-pt-2 {
    padding-top: calc(2*1rem); }

  .pl-pr-2 {
    padding-right: calc(2*1rem); }

  .pl-pb-2 {
    padding-bottom: calc(2*1rem); }

  .pl-pl-2 {
    padding-left: calc(2*1rem); }

  .pl-p-3 {
    padding: calc(3*1rem); }

  .pl-px-3 {
    padding-left: calc(3*1rem);
    padding-right: calc(3*1rem); }

  .pl-py-3 {
    padding-top: calc(3*1rem);
    padding-bottom: calc(3*1rem); }

  .pl-pt-3 {
    padding-top: calc(3*1rem); }

  .pl-pr-3 {
    padding-right: calc(3*1rem); }

  .pl-pb-3 {
    padding-bottom: calc(3*1rem); }

  .pl-pl-3 {
    padding-left: calc(3*1rem); }

  .pl-p-4 {
    padding: calc(4*1rem); }

  .pl-px-4 {
    padding-left: calc(4*1rem);
    padding-right: calc(4*1rem); }

  .pl-py-4 {
    padding-top: calc(4*1rem);
    padding-bottom: calc(4*1rem); }

  .pl-pt-4 {
    padding-top: calc(4*1rem); }

  .pl-pr-4 {
    padding-right: calc(4*1rem); }

  .pl-pb-4 {
    padding-bottom: calc(4*1rem); }

  .pl-pl-4 {
    padding-left: calc(4*1rem); }

  .pl-p-5 {
    padding: calc(5*1rem); }

  .pl-px-5 {
    padding-left: calc(5*1rem);
    padding-right: calc(5*1rem); }

  .pl-py-5 {
    padding-top: calc(5*1rem);
    padding-bottom: calc(5*1rem); }

  .pl-pt-5 {
    padding-top: calc(5*1rem); }

  .pl-pr-5 {
    padding-right: calc(5*1rem); }

  .pl-pb-5 {
    padding-bottom: calc(5*1rem); }

  .pl-pl-5 {
    padding-left: calc(5*1rem); }

  .pl-p-6 {
    padding: calc(6*1rem); }

  .pl-px-6 {
    padding-left: calc(6*1rem);
    padding-right: calc(6*1rem); }

  .pl-py-6 {
    padding-top: calc(6*1rem);
    padding-bottom: calc(6*1rem); }

  .pl-pt-6 {
    padding-top: calc(6*1rem); }

  .pl-pr-6 {
    padding-right: calc(6*1rem); }

  .pl-pb-6 {
    padding-bottom: calc(6*1rem); }

  .pl-pl-6 {
    padding-left: calc(6*1rem); }

  .pl-p-7 {
    padding: calc(7*1rem); }

  .pl-px-7 {
    padding-left: calc(7*1rem);
    padding-right: calc(7*1rem); }

  .pl-py-7 {
    padding-top: calc(7*1rem);
    padding-bottom: calc(7*1rem); }

  .pl-pt-7 {
    padding-top: calc(7*1rem); }

  .pl-pr-7 {
    padding-right: calc(7*1rem); }

  .pl-pb-7 {
    padding-bottom: calc(7*1rem); }

  .pl-pl-7 {
    padding-left: calc(7*1rem); }

  .pl-p-8 {
    padding: calc(8*1rem); }

  .pl-px-8 {
    padding-left: calc(8*1rem);
    padding-right: calc(8*1rem); }

  .pl-py-8 {
    padding-top: calc(8*1rem);
    padding-bottom: calc(8*1rem); }

  .pl-pt-8 {
    padding-top: calc(8*1rem); }

  .pl-pr-8 {
    padding-right: calc(8*1rem); }

  .pl-pb-8 {
    padding-bottom: calc(8*1rem); }

  .pl-pl-8 {
    padding-left: calc(8*1rem); }

  .pl-p-9 {
    padding: calc(9*1rem); }

  .pl-px-9 {
    padding-left: calc(9*1rem);
    padding-right: calc(9*1rem); }

  .pl-py-9 {
    padding-top: calc(9*1rem);
    padding-bottom: calc(9*1rem); }

  .pl-pt-9 {
    padding-top: calc(9*1rem); }

  .pl-pr-9 {
    padding-right: calc(9*1rem); }

  .pl-pb-9 {
    padding-bottom: calc(9*1rem); }

  .pl-pl-9 {
    padding-left: calc(9*1rem); }

  .pl-p-10 {
    padding: calc(10*1rem); }

  .pl-px-10 {
    padding-left: calc(10*1rem);
    padding-right: calc(10*1rem); }

  .pl-py-10 {
    padding-top: calc(10*1rem);
    padding-bottom: calc(10*1rem); }

  .pl-pt-10 {
    padding-top: calc(10*1rem); }

  .pl-pr-10 {
    padding-right: calc(10*1rem); }

  .pl-pb-10 {
    padding-bottom: calc(10*1rem); }

  .pl-pl-10 {
    padding-left: calc(10*1rem); } }
@media (min-width: 768px) {
  .t-p-demi {
    padding: 0.5rem; }

  .t-pl-demi {
    padding-left: 0.5rem; }

  .t-pr-demi {
    padding-right: 0.5rem; }

  .t-py-demi {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .t-pt-demi {
    padding-top: 0.5rem; }

  .t-pb-demi {
    padding-bottom: 0.5rem; }

  .t-px-demi {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .t-p-quart {
    padding: 0.25rem; }

  .t-pl-quart {
    padding-left: 0.25rem; }

  .t-pr-quart {
    padding-right: 0.25rem; }

  .t-py-quart {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .t-pt-quart {
    padding-top: 0.25rem; }

  .t-pb-quart {
    padding-bottom: 0.25rem; }

  .t-px-quart {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

  .t-p-0 {
    padding: calc(0*1rem); }

  .t-px-0 {
    padding-left: calc(0*1rem);
    padding-right: calc(0*1rem); }

  .t-py-0 {
    padding-top: calc(0*1rem);
    padding-bottom: calc(0*1rem); }

  .t-pt-0 {
    padding-top: calc(0*1rem); }

  .t-pr-0 {
    padding-right: calc(0*1rem); }

  .t-pb-0 {
    padding-bottom: calc(0*1rem); }

  .t-pl-0 {
    padding-left: calc(0*1rem); }

  .t-p-1 {
    padding: calc(1*1rem); }

  .t-px-1 {
    padding-left: calc(1*1rem);
    padding-right: calc(1*1rem); }

  .t-py-1 {
    padding-top: calc(1*1rem);
    padding-bottom: calc(1*1rem); }

  .t-pt-1 {
    padding-top: calc(1*1rem); }

  .t-pr-1 {
    padding-right: calc(1*1rem); }

  .t-pb-1 {
    padding-bottom: calc(1*1rem); }

  .t-pl-1 {
    padding-left: calc(1*1rem); }

  .t-p-2 {
    padding: calc(2*1rem); }

  .t-px-2 {
    padding-left: calc(2*1rem);
    padding-right: calc(2*1rem); }

  .t-py-2 {
    padding-top: calc(2*1rem);
    padding-bottom: calc(2*1rem); }

  .t-pt-2 {
    padding-top: calc(2*1rem); }

  .t-pr-2 {
    padding-right: calc(2*1rem); }

  .t-pb-2 {
    padding-bottom: calc(2*1rem); }

  .t-pl-2 {
    padding-left: calc(2*1rem); }

  .t-p-3 {
    padding: calc(3*1rem); }

  .t-px-3 {
    padding-left: calc(3*1rem);
    padding-right: calc(3*1rem); }

  .t-py-3 {
    padding-top: calc(3*1rem);
    padding-bottom: calc(3*1rem); }

  .t-pt-3 {
    padding-top: calc(3*1rem); }

  .t-pr-3 {
    padding-right: calc(3*1rem); }

  .t-pb-3 {
    padding-bottom: calc(3*1rem); }

  .t-pl-3 {
    padding-left: calc(3*1rem); }

  .t-p-4 {
    padding: calc(4*1rem); }

  .t-px-4 {
    padding-left: calc(4*1rem);
    padding-right: calc(4*1rem); }

  .t-py-4 {
    padding-top: calc(4*1rem);
    padding-bottom: calc(4*1rem); }

  .t-pt-4 {
    padding-top: calc(4*1rem); }

  .t-pr-4 {
    padding-right: calc(4*1rem); }

  .t-pb-4 {
    padding-bottom: calc(4*1rem); }

  .t-pl-4 {
    padding-left: calc(4*1rem); }

  .t-p-5 {
    padding: calc(5*1rem); }

  .t-px-5 {
    padding-left: calc(5*1rem);
    padding-right: calc(5*1rem); }

  .t-py-5 {
    padding-top: calc(5*1rem);
    padding-bottom: calc(5*1rem); }

  .t-pt-5 {
    padding-top: calc(5*1rem); }

  .t-pr-5 {
    padding-right: calc(5*1rem); }

  .t-pb-5 {
    padding-bottom: calc(5*1rem); }

  .t-pl-5 {
    padding-left: calc(5*1rem); }

  .t-p-6 {
    padding: calc(6*1rem); }

  .t-px-6 {
    padding-left: calc(6*1rem);
    padding-right: calc(6*1rem); }

  .t-py-6 {
    padding-top: calc(6*1rem);
    padding-bottom: calc(6*1rem); }

  .t-pt-6 {
    padding-top: calc(6*1rem); }

  .t-pr-6 {
    padding-right: calc(6*1rem); }

  .t-pb-6 {
    padding-bottom: calc(6*1rem); }

  .t-pl-6 {
    padding-left: calc(6*1rem); }

  .t-p-7 {
    padding: calc(7*1rem); }

  .t-px-7 {
    padding-left: calc(7*1rem);
    padding-right: calc(7*1rem); }

  .t-py-7 {
    padding-top: calc(7*1rem);
    padding-bottom: calc(7*1rem); }

  .t-pt-7 {
    padding-top: calc(7*1rem); }

  .t-pr-7 {
    padding-right: calc(7*1rem); }

  .t-pb-7 {
    padding-bottom: calc(7*1rem); }

  .t-pl-7 {
    padding-left: calc(7*1rem); }

  .t-p-8 {
    padding: calc(8*1rem); }

  .t-px-8 {
    padding-left: calc(8*1rem);
    padding-right: calc(8*1rem); }

  .t-py-8 {
    padding-top: calc(8*1rem);
    padding-bottom: calc(8*1rem); }

  .t-pt-8 {
    padding-top: calc(8*1rem); }

  .t-pr-8 {
    padding-right: calc(8*1rem); }

  .t-pb-8 {
    padding-bottom: calc(8*1rem); }

  .t-pl-8 {
    padding-left: calc(8*1rem); }

  .t-p-9 {
    padding: calc(9*1rem); }

  .t-px-9 {
    padding-left: calc(9*1rem);
    padding-right: calc(9*1rem); }

  .t-py-9 {
    padding-top: calc(9*1rem);
    padding-bottom: calc(9*1rem); }

  .t-pt-9 {
    padding-top: calc(9*1rem); }

  .t-pr-9 {
    padding-right: calc(9*1rem); }

  .t-pb-9 {
    padding-bottom: calc(9*1rem); }

  .t-pl-9 {
    padding-left: calc(9*1rem); }

  .t-p-10 {
    padding: calc(10*1rem); }

  .t-px-10 {
    padding-left: calc(10*1rem);
    padding-right: calc(10*1rem); }

  .t-py-10 {
    padding-top: calc(10*1rem);
    padding-bottom: calc(10*1rem); }

  .t-pt-10 {
    padding-top: calc(10*1rem); }

  .t-pr-10 {
    padding-right: calc(10*1rem); }

  .t-pb-10 {
    padding-bottom: calc(10*1rem); }

  .t-pl-10 {
    padding-left: calc(10*1rem); } }
@media (min-width: 1024px) {
  .l-p-demi {
    padding: 0.5rem; }

  .l-pl-demi {
    padding-left: 0.5rem; }

  .l-pr-demi {
    padding-right: 0.5rem; }

  .l-py-demi {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .l-pt-demi {
    padding-top: 0.5rem; }

  .l-pb-demi {
    padding-bottom: 0.5rem; }

  .l-px-demi {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .l-p-quart {
    padding: 0.25rem; }

  .l-pl-quart {
    padding-left: 0.25rem; }

  .l-pr-quart {
    padding-right: 0.25rem; }

  .l-py-quart {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .l-pt-quart {
    padding-top: 0.25rem; }

  .l-pb-quart {
    padding-bottom: 0.25rem; }

  .l-px-quart {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

  .l-p-0 {
    padding: calc(0*1rem); }

  .l-px-0 {
    padding-left: calc(0*1rem);
    padding-right: calc(0*1rem); }

  .l-py-0 {
    padding-top: calc(0*1rem);
    padding-bottom: calc(0*1rem); }

  .l-pt-0 {
    padding-top: calc(0*1rem); }

  .l-pr-0 {
    padding-right: calc(0*1rem); }

  .l-pb-0 {
    padding-bottom: calc(0*1rem); }

  .l-pl-0 {
    padding-left: calc(0*1rem); }

  .l-p-1 {
    padding: calc(1*1rem); }

  .l-px-1 {
    padding-left: calc(1*1rem);
    padding-right: calc(1*1rem); }

  .l-py-1 {
    padding-top: calc(1*1rem);
    padding-bottom: calc(1*1rem); }

  .l-pt-1 {
    padding-top: calc(1*1rem); }

  .l-pr-1 {
    padding-right: calc(1*1rem); }

  .l-pb-1 {
    padding-bottom: calc(1*1rem); }

  .l-pl-1 {
    padding-left: calc(1*1rem); }

  .l-p-2 {
    padding: calc(2*1rem); }

  .l-px-2 {
    padding-left: calc(2*1rem);
    padding-right: calc(2*1rem); }

  .l-py-2 {
    padding-top: calc(2*1rem);
    padding-bottom: calc(2*1rem); }

  .l-pt-2 {
    padding-top: calc(2*1rem); }

  .l-pr-2 {
    padding-right: calc(2*1rem); }

  .l-pb-2 {
    padding-bottom: calc(2*1rem); }

  .l-pl-2 {
    padding-left: calc(2*1rem); }

  .l-p-3 {
    padding: calc(3*1rem); }

  .l-px-3 {
    padding-left: calc(3*1rem);
    padding-right: calc(3*1rem); }

  .l-py-3 {
    padding-top: calc(3*1rem);
    padding-bottom: calc(3*1rem); }

  .l-pt-3 {
    padding-top: calc(3*1rem); }

  .l-pr-3 {
    padding-right: calc(3*1rem); }

  .l-pb-3 {
    padding-bottom: calc(3*1rem); }

  .l-pl-3 {
    padding-left: calc(3*1rem); }

  .l-p-4 {
    padding: calc(4*1rem); }

  .l-px-4 {
    padding-left: calc(4*1rem);
    padding-right: calc(4*1rem); }

  .l-py-4 {
    padding-top: calc(4*1rem);
    padding-bottom: calc(4*1rem); }

  .l-pt-4 {
    padding-top: calc(4*1rem); }

  .l-pr-4 {
    padding-right: calc(4*1rem); }

  .l-pb-4 {
    padding-bottom: calc(4*1rem); }

  .l-pl-4 {
    padding-left: calc(4*1rem); }

  .l-p-5 {
    padding: calc(5*1rem); }

  .l-px-5 {
    padding-left: calc(5*1rem);
    padding-right: calc(5*1rem); }

  .l-py-5 {
    padding-top: calc(5*1rem);
    padding-bottom: calc(5*1rem); }

  .l-pt-5 {
    padding-top: calc(5*1rem); }

  .l-pr-5 {
    padding-right: calc(5*1rem); }

  .l-pb-5 {
    padding-bottom: calc(5*1rem); }

  .l-pl-5 {
    padding-left: calc(5*1rem); }

  .l-p-6 {
    padding: calc(6*1rem); }

  .l-px-6 {
    padding-left: calc(6*1rem);
    padding-right: calc(6*1rem); }

  .l-py-6 {
    padding-top: calc(6*1rem);
    padding-bottom: calc(6*1rem); }

  .l-pt-6 {
    padding-top: calc(6*1rem); }

  .l-pr-6 {
    padding-right: calc(6*1rem); }

  .l-pb-6 {
    padding-bottom: calc(6*1rem); }

  .l-pl-6 {
    padding-left: calc(6*1rem); }

  .l-p-7 {
    padding: calc(7*1rem); }

  .l-px-7 {
    padding-left: calc(7*1rem);
    padding-right: calc(7*1rem); }

  .l-py-7 {
    padding-top: calc(7*1rem);
    padding-bottom: calc(7*1rem); }

  .l-pt-7 {
    padding-top: calc(7*1rem); }

  .l-pr-7 {
    padding-right: calc(7*1rem); }

  .l-pb-7 {
    padding-bottom: calc(7*1rem); }

  .l-pl-7 {
    padding-left: calc(7*1rem); }

  .l-p-8 {
    padding: calc(8*1rem); }

  .l-px-8 {
    padding-left: calc(8*1rem);
    padding-right: calc(8*1rem); }

  .l-py-8 {
    padding-top: calc(8*1rem);
    padding-bottom: calc(8*1rem); }

  .l-pt-8 {
    padding-top: calc(8*1rem); }

  .l-pr-8 {
    padding-right: calc(8*1rem); }

  .l-pb-8 {
    padding-bottom: calc(8*1rem); }

  .l-pl-8 {
    padding-left: calc(8*1rem); }

  .l-p-9 {
    padding: calc(9*1rem); }

  .l-px-9 {
    padding-left: calc(9*1rem);
    padding-right: calc(9*1rem); }

  .l-py-9 {
    padding-top: calc(9*1rem);
    padding-bottom: calc(9*1rem); }

  .l-pt-9 {
    padding-top: calc(9*1rem); }

  .l-pr-9 {
    padding-right: calc(9*1rem); }

  .l-pb-9 {
    padding-bottom: calc(9*1rem); }

  .l-pl-9 {
    padding-left: calc(9*1rem); }

  .l-p-10 {
    padding: calc(10*1rem); }

  .l-px-10 {
    padding-left: calc(10*1rem);
    padding-right: calc(10*1rem); }

  .l-py-10 {
    padding-top: calc(10*1rem);
    padding-bottom: calc(10*1rem); }

  .l-pt-10 {
    padding-top: calc(10*1rem); }

  .l-pr-10 {
    padding-right: calc(10*1rem); }

  .l-pb-10 {
    padding-bottom: calc(10*1rem); }

  .l-pl-10 {
    padding-left: calc(10*1rem); } }
@media (min-width: 1440px) {
  .d-p-demi {
    padding: 0.5rem; }

  .d-pl-demi {
    padding-left: 0.5rem; }

  .d-pr-demi {
    padding-right: 0.5rem; }

  .d-py-demi {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .d-pt-demi {
    padding-top: 0.5rem; }

  .d-pb-demi {
    padding-bottom: 0.5rem; }

  .d-px-demi {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .d-p-quart {
    padding: 0.25rem; }

  .d-pl-quart {
    padding-left: 0.25rem; }

  .d-pr-quart {
    padding-right: 0.25rem; }

  .d-py-quart {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .d-pt-quart {
    padding-top: 0.25rem; }

  .d-pb-quart {
    padding-bottom: 0.25rem; }

  .d-px-quart {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

  .d-p-0 {
    padding: calc(0*1rem); }

  .d-px-0 {
    padding-left: calc(0*1rem);
    padding-right: calc(0*1rem); }

  .d-py-0 {
    padding-top: calc(0*1rem);
    padding-bottom: calc(0*1rem); }

  .d-pt-0 {
    padding-top: calc(0*1rem); }

  .d-pr-0 {
    padding-right: calc(0*1rem); }

  .d-pb-0 {
    padding-bottom: calc(0*1rem); }

  .d-pl-0 {
    padding-left: calc(0*1rem); }

  .d-p-1 {
    padding: calc(1*1rem); }

  .d-px-1 {
    padding-left: calc(1*1rem);
    padding-right: calc(1*1rem); }

  .d-py-1 {
    padding-top: calc(1*1rem);
    padding-bottom: calc(1*1rem); }

  .d-pt-1 {
    padding-top: calc(1*1rem); }

  .d-pr-1 {
    padding-right: calc(1*1rem); }

  .d-pb-1 {
    padding-bottom: calc(1*1rem); }

  .d-pl-1 {
    padding-left: calc(1*1rem); }

  .d-p-2 {
    padding: calc(2*1rem); }

  .d-px-2 {
    padding-left: calc(2*1rem);
    padding-right: calc(2*1rem); }

  .d-py-2 {
    padding-top: calc(2*1rem);
    padding-bottom: calc(2*1rem); }

  .d-pt-2 {
    padding-top: calc(2*1rem); }

  .d-pr-2 {
    padding-right: calc(2*1rem); }

  .d-pb-2 {
    padding-bottom: calc(2*1rem); }

  .d-pl-2 {
    padding-left: calc(2*1rem); }

  .d-p-3 {
    padding: calc(3*1rem); }

  .d-px-3 {
    padding-left: calc(3*1rem);
    padding-right: calc(3*1rem); }

  .d-py-3 {
    padding-top: calc(3*1rem);
    padding-bottom: calc(3*1rem); }

  .d-pt-3 {
    padding-top: calc(3*1rem); }

  .d-pr-3 {
    padding-right: calc(3*1rem); }

  .d-pb-3 {
    padding-bottom: calc(3*1rem); }

  .d-pl-3 {
    padding-left: calc(3*1rem); }

  .d-p-4 {
    padding: calc(4*1rem); }

  .d-px-4 {
    padding-left: calc(4*1rem);
    padding-right: calc(4*1rem); }

  .d-py-4 {
    padding-top: calc(4*1rem);
    padding-bottom: calc(4*1rem); }

  .d-pt-4 {
    padding-top: calc(4*1rem); }

  .d-pr-4 {
    padding-right: calc(4*1rem); }

  .d-pb-4 {
    padding-bottom: calc(4*1rem); }

  .d-pl-4 {
    padding-left: calc(4*1rem); }

  .d-p-5 {
    padding: calc(5*1rem); }

  .d-px-5 {
    padding-left: calc(5*1rem);
    padding-right: calc(5*1rem); }

  .d-py-5 {
    padding-top: calc(5*1rem);
    padding-bottom: calc(5*1rem); }

  .d-pt-5 {
    padding-top: calc(5*1rem); }

  .d-pr-5 {
    padding-right: calc(5*1rem); }

  .d-pb-5 {
    padding-bottom: calc(5*1rem); }

  .d-pl-5 {
    padding-left: calc(5*1rem); }

  .d-p-6 {
    padding: calc(6*1rem); }

  .d-px-6 {
    padding-left: calc(6*1rem);
    padding-right: calc(6*1rem); }

  .d-py-6 {
    padding-top: calc(6*1rem);
    padding-bottom: calc(6*1rem); }

  .d-pt-6 {
    padding-top: calc(6*1rem); }

  .d-pr-6 {
    padding-right: calc(6*1rem); }

  .d-pb-6 {
    padding-bottom: calc(6*1rem); }

  .d-pl-6 {
    padding-left: calc(6*1rem); }

  .d-p-7 {
    padding: calc(7*1rem); }

  .d-px-7 {
    padding-left: calc(7*1rem);
    padding-right: calc(7*1rem); }

  .d-py-7 {
    padding-top: calc(7*1rem);
    padding-bottom: calc(7*1rem); }

  .d-pt-7 {
    padding-top: calc(7*1rem); }

  .d-pr-7 {
    padding-right: calc(7*1rem); }

  .d-pb-7 {
    padding-bottom: calc(7*1rem); }

  .d-pl-7 {
    padding-left: calc(7*1rem); }

  .d-p-8 {
    padding: calc(8*1rem); }

  .d-px-8 {
    padding-left: calc(8*1rem);
    padding-right: calc(8*1rem); }

  .d-py-8 {
    padding-top: calc(8*1rem);
    padding-bottom: calc(8*1rem); }

  .d-pt-8 {
    padding-top: calc(8*1rem); }

  .d-pr-8 {
    padding-right: calc(8*1rem); }

  .d-pb-8 {
    padding-bottom: calc(8*1rem); }

  .d-pl-8 {
    padding-left: calc(8*1rem); }

  .d-p-9 {
    padding: calc(9*1rem); }

  .d-px-9 {
    padding-left: calc(9*1rem);
    padding-right: calc(9*1rem); }

  .d-py-9 {
    padding-top: calc(9*1rem);
    padding-bottom: calc(9*1rem); }

  .d-pt-9 {
    padding-top: calc(9*1rem); }

  .d-pr-9 {
    padding-right: calc(9*1rem); }

  .d-pb-9 {
    padding-bottom: calc(9*1rem); }

  .d-pl-9 {
    padding-left: calc(9*1rem); }

  .d-p-10 {
    padding: calc(10*1rem); }

  .d-px-10 {
    padding-left: calc(10*1rem);
    padding-right: calc(10*1rem); }

  .d-py-10 {
    padding-top: calc(10*1rem);
    padding-bottom: calc(10*1rem); }

  .d-pt-10 {
    padding-top: calc(10*1rem); }

  .d-pr-10 {
    padding-right: calc(10*1rem); }

  .d-pb-10 {
    padding-bottom: calc(10*1rem); }

  .d-pl-10 {
    padding-left: calc(10*1rem); } }
@media (min-width: 320px) {
  .m-1 {
    margin: calc(1*1rem); }

  .mx-1 {
    margin-left: calc(1*1rem);
    margin-right: calc(1*1rem); }

  .my-1 {
    margin-top: calc(1*1rem);
    margin-bottom: calc(1*1rem); }

  .mt-1 {
    margin-top: calc(1*1rem); }

  .mr-1 {
    margin-right: calc(1*1rem); }

  .mb-1 {
    margin-bottom: calc(1*1rem); }

  .ml-1 {
    margin-left: calc(1*1rem); }

  .m-2 {
    margin: calc(2*1rem); }

  .mx-2 {
    margin-left: calc(2*1rem);
    margin-right: calc(2*1rem); }

  .my-2 {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem); }

  .mt-2 {
    margin-top: calc(2*1rem); }

  .mr-2 {
    margin-right: calc(2*1rem); }

  .mb-2 {
    margin-bottom: calc(2*1rem); }

  .ml-2 {
    margin-left: calc(2*1rem); }

  .m-3 {
    margin: calc(3*1rem); }

  .mx-3 {
    margin-left: calc(3*1rem);
    margin-right: calc(3*1rem); }

  .my-3 {
    margin-top: calc(3*1rem);
    margin-bottom: calc(3*1rem); }

  .mt-3 {
    margin-top: calc(3*1rem); }

  .mr-3 {
    margin-right: calc(3*1rem); }

  .mb-3 {
    margin-bottom: calc(3*1rem); }

  .ml-3 {
    margin-left: calc(3*1rem); }

  .m-4 {
    margin: calc(4*1rem); }

  .mx-4 {
    margin-left: calc(4*1rem);
    margin-right: calc(4*1rem); }

  .my-4 {
    margin-top: calc(4*1rem);
    margin-bottom: calc(4*1rem); }

  .mt-4 {
    margin-top: calc(4*1rem); }

  .mr-4 {
    margin-right: calc(4*1rem); }

  .mb-4 {
    margin-bottom: calc(4*1rem); }

  .ml-4 {
    margin-left: calc(4*1rem); }

  .m-5 {
    margin: calc(5*1rem); }

  .mx-5 {
    margin-left: calc(5*1rem);
    margin-right: calc(5*1rem); }

  .my-5 {
    margin-top: calc(5*1rem);
    margin-bottom: calc(5*1rem); }

  .mt-5 {
    margin-top: calc(5*1rem); }

  .mr-5 {
    margin-right: calc(5*1rem); }

  .mb-5 {
    margin-bottom: calc(5*1rem); }

  .ml-5 {
    margin-left: calc(5*1rem); }

  .m-6 {
    margin: calc(6*1rem); }

  .mx-6 {
    margin-left: calc(6*1rem);
    margin-right: calc(6*1rem); }

  .my-6 {
    margin-top: calc(6*1rem);
    margin-bottom: calc(6*1rem); }

  .mt-6 {
    margin-top: calc(6*1rem); }

  .mr-6 {
    margin-right: calc(6*1rem); }

  .mb-6 {
    margin-bottom: calc(6*1rem); }

  .ml-6 {
    margin-left: calc(6*1rem); }

  .m-7 {
    margin: calc(7*1rem); }

  .mx-7 {
    margin-left: calc(7*1rem);
    margin-right: calc(7*1rem); }

  .my-7 {
    margin-top: calc(7*1rem);
    margin-bottom: calc(7*1rem); }

  .mt-7 {
    margin-top: calc(7*1rem); }

  .mr-7 {
    margin-right: calc(7*1rem); }

  .mb-7 {
    margin-bottom: calc(7*1rem); }

  .ml-7 {
    margin-left: calc(7*1rem); }

  .m-8 {
    margin: calc(8*1rem); }

  .mx-8 {
    margin-left: calc(8*1rem);
    margin-right: calc(8*1rem); }

  .my-8 {
    margin-top: calc(8*1rem);
    margin-bottom: calc(8*1rem); }

  .mt-8 {
    margin-top: calc(8*1rem); }

  .mr-8 {
    margin-right: calc(8*1rem); }

  .mb-8 {
    margin-bottom: calc(8*1rem); }

  .ml-8 {
    margin-left: calc(8*1rem); }

  .m-9 {
    margin: calc(9*1rem); }

  .mx-9 {
    margin-left: calc(9*1rem);
    margin-right: calc(9*1rem); }

  .my-9 {
    margin-top: calc(9*1rem);
    margin-bottom: calc(9*1rem); }

  .mt-9 {
    margin-top: calc(9*1rem); }

  .mr-9 {
    margin-right: calc(9*1rem); }

  .mb-9 {
    margin-bottom: calc(9*1rem); }

  .ml-9 {
    margin-left: calc(9*1rem); }

  .m-10 {
    margin: calc(10*1rem); }

  .mx-10 {
    margin-left: calc(10*1rem);
    margin-right: calc(10*1rem); }

  .my-10 {
    margin-top: calc(10*1rem);
    margin-bottom: calc(10*1rem); }

  .mt-10 {
    margin-top: calc(10*1rem); }

  .mr-10 {
    margin-right: calc(10*1rem); }

  .mb-10 {
    margin-bottom: calc(10*1rem); }

  .ml-10 {
    margin-left: calc(10*1rem); } }
@media (min-width: 520px) {
  .pl-m-1 {
    margin: calc(1*1rem); }

  .pl-mx-1 {
    margin-left: calc(1*1rem);
    margin-right: calc(1*1rem); }

  .pl-my-1 {
    margin-top: calc(1*1rem);
    margin-bottom: calc(1*1rem); }

  .pl-mt-1 {
    margin-top: calc(1*1rem); }

  .pl-mr-1 {
    margin-right: calc(1*1rem); }

  .pl-mb-1 {
    margin-bottom: calc(1*1rem); }

  .pl-ml-1 {
    margin-left: calc(1*1rem); }

  .pl-m-2 {
    margin: calc(2*1rem); }

  .pl-mx-2 {
    margin-left: calc(2*1rem);
    margin-right: calc(2*1rem); }

  .pl-my-2 {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem); }

  .pl-mt-2 {
    margin-top: calc(2*1rem); }

  .pl-mr-2 {
    margin-right: calc(2*1rem); }

  .pl-mb-2 {
    margin-bottom: calc(2*1rem); }

  .pl-ml-2 {
    margin-left: calc(2*1rem); }

  .pl-m-3 {
    margin: calc(3*1rem); }

  .pl-mx-3 {
    margin-left: calc(3*1rem);
    margin-right: calc(3*1rem); }

  .pl-my-3 {
    margin-top: calc(3*1rem);
    margin-bottom: calc(3*1rem); }

  .pl-mt-3 {
    margin-top: calc(3*1rem); }

  .pl-mr-3 {
    margin-right: calc(3*1rem); }

  .pl-mb-3 {
    margin-bottom: calc(3*1rem); }

  .pl-ml-3 {
    margin-left: calc(3*1rem); }

  .pl-m-4 {
    margin: calc(4*1rem); }

  .pl-mx-4 {
    margin-left: calc(4*1rem);
    margin-right: calc(4*1rem); }

  .pl-my-4 {
    margin-top: calc(4*1rem);
    margin-bottom: calc(4*1rem); }

  .pl-mt-4 {
    margin-top: calc(4*1rem); }

  .pl-mr-4 {
    margin-right: calc(4*1rem); }

  .pl-mb-4 {
    margin-bottom: calc(4*1rem); }

  .pl-ml-4 {
    margin-left: calc(4*1rem); }

  .pl-m-5 {
    margin: calc(5*1rem); }

  .pl-mx-5 {
    margin-left: calc(5*1rem);
    margin-right: calc(5*1rem); }

  .pl-my-5 {
    margin-top: calc(5*1rem);
    margin-bottom: calc(5*1rem); }

  .pl-mt-5 {
    margin-top: calc(5*1rem); }

  .pl-mr-5 {
    margin-right: calc(5*1rem); }

  .pl-mb-5 {
    margin-bottom: calc(5*1rem); }

  .pl-ml-5 {
    margin-left: calc(5*1rem); }

  .pl-m-6 {
    margin: calc(6*1rem); }

  .pl-mx-6 {
    margin-left: calc(6*1rem);
    margin-right: calc(6*1rem); }

  .pl-my-6 {
    margin-top: calc(6*1rem);
    margin-bottom: calc(6*1rem); }

  .pl-mt-6 {
    margin-top: calc(6*1rem); }

  .pl-mr-6 {
    margin-right: calc(6*1rem); }

  .pl-mb-6 {
    margin-bottom: calc(6*1rem); }

  .pl-ml-6 {
    margin-left: calc(6*1rem); }

  .pl-m-7 {
    margin: calc(7*1rem); }

  .pl-mx-7 {
    margin-left: calc(7*1rem);
    margin-right: calc(7*1rem); }

  .pl-my-7 {
    margin-top: calc(7*1rem);
    margin-bottom: calc(7*1rem); }

  .pl-mt-7 {
    margin-top: calc(7*1rem); }

  .pl-mr-7 {
    margin-right: calc(7*1rem); }

  .pl-mb-7 {
    margin-bottom: calc(7*1rem); }

  .pl-ml-7 {
    margin-left: calc(7*1rem); }

  .pl-m-8 {
    margin: calc(8*1rem); }

  .pl-mx-8 {
    margin-left: calc(8*1rem);
    margin-right: calc(8*1rem); }

  .pl-my-8 {
    margin-top: calc(8*1rem);
    margin-bottom: calc(8*1rem); }

  .pl-mt-8 {
    margin-top: calc(8*1rem); }

  .pl-mr-8 {
    margin-right: calc(8*1rem); }

  .pl-mb-8 {
    margin-bottom: calc(8*1rem); }

  .pl-ml-8 {
    margin-left: calc(8*1rem); }

  .pl-m-9 {
    margin: calc(9*1rem); }

  .pl-mx-9 {
    margin-left: calc(9*1rem);
    margin-right: calc(9*1rem); }

  .pl-my-9 {
    margin-top: calc(9*1rem);
    margin-bottom: calc(9*1rem); }

  .pl-mt-9 {
    margin-top: calc(9*1rem); }

  .pl-mr-9 {
    margin-right: calc(9*1rem); }

  .pl-mb-9 {
    margin-bottom: calc(9*1rem); }

  .pl-ml-9 {
    margin-left: calc(9*1rem); }

  .pl-m-10 {
    margin: calc(10*1rem); }

  .pl-mx-10 {
    margin-left: calc(10*1rem);
    margin-right: calc(10*1rem); }

  .pl-my-10 {
    margin-top: calc(10*1rem);
    margin-bottom: calc(10*1rem); }

  .pl-mt-10 {
    margin-top: calc(10*1rem); }

  .pl-mr-10 {
    margin-right: calc(10*1rem); }

  .pl-mb-10 {
    margin-bottom: calc(10*1rem); }

  .pl-ml-10 {
    margin-left: calc(10*1rem); } }
@media (min-width: 768px) {
  .t-m-1 {
    margin: calc(1*1rem); }

  .t-mx-1 {
    margin-left: calc(1*1rem);
    margin-right: calc(1*1rem); }

  .t-my-1 {
    margin-top: calc(1*1rem);
    margin-bottom: calc(1*1rem); }

  .t-mt-1 {
    margin-top: calc(1*1rem); }

  .t-mr-1 {
    margin-right: calc(1*1rem); }

  .t-mb-1 {
    margin-bottom: calc(1*1rem); }

  .t-ml-1 {
    margin-left: calc(1*1rem); }

  .t-m-2 {
    margin: calc(2*1rem); }

  .t-mx-2 {
    margin-left: calc(2*1rem);
    margin-right: calc(2*1rem); }

  .t-my-2 {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem); }

  .t-mt-2 {
    margin-top: calc(2*1rem); }

  .t-mr-2 {
    margin-right: calc(2*1rem); }

  .t-mb-2 {
    margin-bottom: calc(2*1rem); }

  .t-ml-2 {
    margin-left: calc(2*1rem); }

  .t-m-3 {
    margin: calc(3*1rem); }

  .t-mx-3 {
    margin-left: calc(3*1rem);
    margin-right: calc(3*1rem); }

  .t-my-3 {
    margin-top: calc(3*1rem);
    margin-bottom: calc(3*1rem); }

  .t-mt-3 {
    margin-top: calc(3*1rem); }

  .t-mr-3 {
    margin-right: calc(3*1rem); }

  .t-mb-3 {
    margin-bottom: calc(3*1rem); }

  .t-ml-3 {
    margin-left: calc(3*1rem); }

  .t-m-4 {
    margin: calc(4*1rem); }

  .t-mx-4 {
    margin-left: calc(4*1rem);
    margin-right: calc(4*1rem); }

  .t-my-4 {
    margin-top: calc(4*1rem);
    margin-bottom: calc(4*1rem); }

  .t-mt-4 {
    margin-top: calc(4*1rem); }

  .t-mr-4 {
    margin-right: calc(4*1rem); }

  .t-mb-4 {
    margin-bottom: calc(4*1rem); }

  .t-ml-4 {
    margin-left: calc(4*1rem); }

  .t-m-5 {
    margin: calc(5*1rem); }

  .t-mx-5 {
    margin-left: calc(5*1rem);
    margin-right: calc(5*1rem); }

  .t-my-5 {
    margin-top: calc(5*1rem);
    margin-bottom: calc(5*1rem); }

  .t-mt-5 {
    margin-top: calc(5*1rem); }

  .t-mr-5 {
    margin-right: calc(5*1rem); }

  .t-mb-5 {
    margin-bottom: calc(5*1rem); }

  .t-ml-5 {
    margin-left: calc(5*1rem); }

  .t-m-6 {
    margin: calc(6*1rem); }

  .t-mx-6 {
    margin-left: calc(6*1rem);
    margin-right: calc(6*1rem); }

  .t-my-6 {
    margin-top: calc(6*1rem);
    margin-bottom: calc(6*1rem); }

  .t-mt-6 {
    margin-top: calc(6*1rem); }

  .t-mr-6 {
    margin-right: calc(6*1rem); }

  .t-mb-6 {
    margin-bottom: calc(6*1rem); }

  .t-ml-6 {
    margin-left: calc(6*1rem); }

  .t-m-7 {
    margin: calc(7*1rem); }

  .t-mx-7 {
    margin-left: calc(7*1rem);
    margin-right: calc(7*1rem); }

  .t-my-7 {
    margin-top: calc(7*1rem);
    margin-bottom: calc(7*1rem); }

  .t-mt-7 {
    margin-top: calc(7*1rem); }

  .t-mr-7 {
    margin-right: calc(7*1rem); }

  .t-mb-7 {
    margin-bottom: calc(7*1rem); }

  .t-ml-7 {
    margin-left: calc(7*1rem); }

  .t-m-8 {
    margin: calc(8*1rem); }

  .t-mx-8 {
    margin-left: calc(8*1rem);
    margin-right: calc(8*1rem); }

  .t-my-8 {
    margin-top: calc(8*1rem);
    margin-bottom: calc(8*1rem); }

  .t-mt-8 {
    margin-top: calc(8*1rem); }

  .t-mr-8 {
    margin-right: calc(8*1rem); }

  .t-mb-8 {
    margin-bottom: calc(8*1rem); }

  .t-ml-8 {
    margin-left: calc(8*1rem); }

  .t-m-9 {
    margin: calc(9*1rem); }

  .t-mx-9 {
    margin-left: calc(9*1rem);
    margin-right: calc(9*1rem); }

  .t-my-9 {
    margin-top: calc(9*1rem);
    margin-bottom: calc(9*1rem); }

  .t-mt-9 {
    margin-top: calc(9*1rem); }

  .t-mr-9 {
    margin-right: calc(9*1rem); }

  .t-mb-9 {
    margin-bottom: calc(9*1rem); }

  .t-ml-9 {
    margin-left: calc(9*1rem); }

  .t-m-10 {
    margin: calc(10*1rem); }

  .t-mx-10 {
    margin-left: calc(10*1rem);
    margin-right: calc(10*1rem); }

  .t-my-10 {
    margin-top: calc(10*1rem);
    margin-bottom: calc(10*1rem); }

  .t-mt-10 {
    margin-top: calc(10*1rem); }

  .t-mr-10 {
    margin-right: calc(10*1rem); }

  .t-mb-10 {
    margin-bottom: calc(10*1rem); }

  .t-ml-10 {
    margin-left: calc(10*1rem); } }
@media (min-width: 1024px) {
  .l-m-1 {
    margin: calc(1*1rem); }

  .l-mx-1 {
    margin-left: calc(1*1rem);
    margin-right: calc(1*1rem); }

  .l-my-1 {
    margin-top: calc(1*1rem);
    margin-bottom: calc(1*1rem); }

  .l-mt-1 {
    margin-top: calc(1*1rem); }

  .l-mr-1 {
    margin-right: calc(1*1rem); }

  .l-mb-1 {
    margin-bottom: calc(1*1rem); }

  .l-ml-1 {
    margin-left: calc(1*1rem); }

  .l-m-2 {
    margin: calc(2*1rem); }

  .l-mx-2 {
    margin-left: calc(2*1rem);
    margin-right: calc(2*1rem); }

  .l-my-2 {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem); }

  .l-mt-2 {
    margin-top: calc(2*1rem); }

  .l-mr-2 {
    margin-right: calc(2*1rem); }

  .l-mb-2 {
    margin-bottom: calc(2*1rem); }

  .l-ml-2 {
    margin-left: calc(2*1rem); }

  .l-m-3 {
    margin: calc(3*1rem); }

  .l-mx-3 {
    margin-left: calc(3*1rem);
    margin-right: calc(3*1rem); }

  .l-my-3 {
    margin-top: calc(3*1rem);
    margin-bottom: calc(3*1rem); }

  .l-mt-3 {
    margin-top: calc(3*1rem); }

  .l-mr-3 {
    margin-right: calc(3*1rem); }

  .l-mb-3 {
    margin-bottom: calc(3*1rem); }

  .l-ml-3 {
    margin-left: calc(3*1rem); }

  .l-m-4 {
    margin: calc(4*1rem); }

  .l-mx-4 {
    margin-left: calc(4*1rem);
    margin-right: calc(4*1rem); }

  .l-my-4 {
    margin-top: calc(4*1rem);
    margin-bottom: calc(4*1rem); }

  .l-mt-4 {
    margin-top: calc(4*1rem); }

  .l-mr-4 {
    margin-right: calc(4*1rem); }

  .l-mb-4 {
    margin-bottom: calc(4*1rem); }

  .l-ml-4 {
    margin-left: calc(4*1rem); }

  .l-m-5 {
    margin: calc(5*1rem); }

  .l-mx-5 {
    margin-left: calc(5*1rem);
    margin-right: calc(5*1rem); }

  .l-my-5 {
    margin-top: calc(5*1rem);
    margin-bottom: calc(5*1rem); }

  .l-mt-5 {
    margin-top: calc(5*1rem); }

  .l-mr-5 {
    margin-right: calc(5*1rem); }

  .l-mb-5 {
    margin-bottom: calc(5*1rem); }

  .l-ml-5 {
    margin-left: calc(5*1rem); }

  .l-m-6 {
    margin: calc(6*1rem); }

  .l-mx-6 {
    margin-left: calc(6*1rem);
    margin-right: calc(6*1rem); }

  .l-my-6 {
    margin-top: calc(6*1rem);
    margin-bottom: calc(6*1rem); }

  .l-mt-6 {
    margin-top: calc(6*1rem); }

  .l-mr-6 {
    margin-right: calc(6*1rem); }

  .l-mb-6 {
    margin-bottom: calc(6*1rem); }

  .l-ml-6 {
    margin-left: calc(6*1rem); }

  .l-m-7 {
    margin: calc(7*1rem); }

  .l-mx-7 {
    margin-left: calc(7*1rem);
    margin-right: calc(7*1rem); }

  .l-my-7 {
    margin-top: calc(7*1rem);
    margin-bottom: calc(7*1rem); }

  .l-mt-7 {
    margin-top: calc(7*1rem); }

  .l-mr-7 {
    margin-right: calc(7*1rem); }

  .l-mb-7 {
    margin-bottom: calc(7*1rem); }

  .l-ml-7 {
    margin-left: calc(7*1rem); }

  .l-m-8 {
    margin: calc(8*1rem); }

  .l-mx-8 {
    margin-left: calc(8*1rem);
    margin-right: calc(8*1rem); }

  .l-my-8 {
    margin-top: calc(8*1rem);
    margin-bottom: calc(8*1rem); }

  .l-mt-8 {
    margin-top: calc(8*1rem); }

  .l-mr-8 {
    margin-right: calc(8*1rem); }

  .l-mb-8 {
    margin-bottom: calc(8*1rem); }

  .l-ml-8 {
    margin-left: calc(8*1rem); }

  .l-m-9 {
    margin: calc(9*1rem); }

  .l-mx-9 {
    margin-left: calc(9*1rem);
    margin-right: calc(9*1rem); }

  .l-my-9 {
    margin-top: calc(9*1rem);
    margin-bottom: calc(9*1rem); }

  .l-mt-9 {
    margin-top: calc(9*1rem); }

  .l-mr-9 {
    margin-right: calc(9*1rem); }

  .l-mb-9 {
    margin-bottom: calc(9*1rem); }

  .l-ml-9 {
    margin-left: calc(9*1rem); }

  .l-m-10 {
    margin: calc(10*1rem); }

  .l-mx-10 {
    margin-left: calc(10*1rem);
    margin-right: calc(10*1rem); }

  .l-my-10 {
    margin-top: calc(10*1rem);
    margin-bottom: calc(10*1rem); }

  .l-mt-10 {
    margin-top: calc(10*1rem); }

  .l-mr-10 {
    margin-right: calc(10*1rem); }

  .l-mb-10 {
    margin-bottom: calc(10*1rem); }

  .l-ml-10 {
    margin-left: calc(10*1rem); } }
@media (min-width: 1440px) {
  .d-m-1 {
    margin: calc(1*1rem); }

  .d-mx-1 {
    margin-left: calc(1*1rem);
    margin-right: calc(1*1rem); }

  .d-my-1 {
    margin-top: calc(1*1rem);
    margin-bottom: calc(1*1rem); }

  .d-mt-1 {
    margin-top: calc(1*1rem); }

  .d-mr-1 {
    margin-right: calc(1*1rem); }

  .d-mb-1 {
    margin-bottom: calc(1*1rem); }

  .d-ml-1 {
    margin-left: calc(1*1rem); }

  .d-m-2 {
    margin: calc(2*1rem); }

  .d-mx-2 {
    margin-left: calc(2*1rem);
    margin-right: calc(2*1rem); }

  .d-my-2 {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem); }

  .d-mt-2 {
    margin-top: calc(2*1rem); }

  .d-mr-2 {
    margin-right: calc(2*1rem); }

  .d-mb-2 {
    margin-bottom: calc(2*1rem); }

  .d-ml-2 {
    margin-left: calc(2*1rem); }

  .d-m-3 {
    margin: calc(3*1rem); }

  .d-mx-3 {
    margin-left: calc(3*1rem);
    margin-right: calc(3*1rem); }

  .d-my-3 {
    margin-top: calc(3*1rem);
    margin-bottom: calc(3*1rem); }

  .d-mt-3 {
    margin-top: calc(3*1rem); }

  .d-mr-3 {
    margin-right: calc(3*1rem); }

  .d-mb-3 {
    margin-bottom: calc(3*1rem); }

  .d-ml-3 {
    margin-left: calc(3*1rem); }

  .d-m-4 {
    margin: calc(4*1rem); }

  .d-mx-4 {
    margin-left: calc(4*1rem);
    margin-right: calc(4*1rem); }

  .d-my-4 {
    margin-top: calc(4*1rem);
    margin-bottom: calc(4*1rem); }

  .d-mt-4 {
    margin-top: calc(4*1rem); }

  .d-mr-4 {
    margin-right: calc(4*1rem); }

  .d-mb-4 {
    margin-bottom: calc(4*1rem); }

  .d-ml-4 {
    margin-left: calc(4*1rem); }

  .d-m-5 {
    margin: calc(5*1rem); }

  .d-mx-5 {
    margin-left: calc(5*1rem);
    margin-right: calc(5*1rem); }

  .d-my-5 {
    margin-top: calc(5*1rem);
    margin-bottom: calc(5*1rem); }

  .d-mt-5 {
    margin-top: calc(5*1rem); }

  .d-mr-5 {
    margin-right: calc(5*1rem); }

  .d-mb-5 {
    margin-bottom: calc(5*1rem); }

  .d-ml-5 {
    margin-left: calc(5*1rem); }

  .d-m-6 {
    margin: calc(6*1rem); }

  .d-mx-6 {
    margin-left: calc(6*1rem);
    margin-right: calc(6*1rem); }

  .d-my-6 {
    margin-top: calc(6*1rem);
    margin-bottom: calc(6*1rem); }

  .d-mt-6 {
    margin-top: calc(6*1rem); }

  .d-mr-6 {
    margin-right: calc(6*1rem); }

  .d-mb-6 {
    margin-bottom: calc(6*1rem); }

  .d-ml-6 {
    margin-left: calc(6*1rem); }

  .d-m-7 {
    margin: calc(7*1rem); }

  .d-mx-7 {
    margin-left: calc(7*1rem);
    margin-right: calc(7*1rem); }

  .d-my-7 {
    margin-top: calc(7*1rem);
    margin-bottom: calc(7*1rem); }

  .d-mt-7 {
    margin-top: calc(7*1rem); }

  .d-mr-7 {
    margin-right: calc(7*1rem); }

  .d-mb-7 {
    margin-bottom: calc(7*1rem); }

  .d-ml-7 {
    margin-left: calc(7*1rem); }

  .d-m-8 {
    margin: calc(8*1rem); }

  .d-mx-8 {
    margin-left: calc(8*1rem);
    margin-right: calc(8*1rem); }

  .d-my-8 {
    margin-top: calc(8*1rem);
    margin-bottom: calc(8*1rem); }

  .d-mt-8 {
    margin-top: calc(8*1rem); }

  .d-mr-8 {
    margin-right: calc(8*1rem); }

  .d-mb-8 {
    margin-bottom: calc(8*1rem); }

  .d-ml-8 {
    margin-left: calc(8*1rem); }

  .d-m-9 {
    margin: calc(9*1rem); }

  .d-mx-9 {
    margin-left: calc(9*1rem);
    margin-right: calc(9*1rem); }

  .d-my-9 {
    margin-top: calc(9*1rem);
    margin-bottom: calc(9*1rem); }

  .d-mt-9 {
    margin-top: calc(9*1rem); }

  .d-mr-9 {
    margin-right: calc(9*1rem); }

  .d-mb-9 {
    margin-bottom: calc(9*1rem); }

  .d-ml-9 {
    margin-left: calc(9*1rem); }

  .d-m-10 {
    margin: calc(10*1rem); }

  .d-mx-10 {
    margin-left: calc(10*1rem);
    margin-right: calc(10*1rem); }

  .d-my-10 {
    margin-top: calc(10*1rem);
    margin-bottom: calc(10*1rem); }

  .d-mt-10 {
    margin-top: calc(10*1rem); }

  .d-mr-10 {
    margin-right: calc(10*1rem); }

  .d-mb-10 {
    margin-bottom: calc(10*1rem); }

  .d-ml-10 {
    margin-left: calc(10*1rem); } }
@media (min-width: 320px) {
  .ts-xlarge {
    font-size: 1.5em !important; }

  .ts-large {
    font-size: 1.25em !important;
    line-height: 1.5em !important; }

  .ts-medium {
    font-size: 1.125em !important; }

  .ts-small {
    font-size: 0.875em !important; }

  .ts-tiny {
    font-size: 0.75em !important; }

  .ts-meta-small {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%; }

  .ts-meta-tiny {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    line-height: 130%; } }
@media (min-width: 520px) {
  .pl-ts-xlarge {
    font-size: 1.5em !important; }

  .pl-ts-large {
    font-size: 1.25em !important;
    line-height: 1.5em !important; }

  .pl-ts-medium {
    font-size: 1.125em !important; }

  .pl-ts-small {
    font-size: 0.875em !important; }

  .pl-ts-tiny {
    font-size: 0.75em !important; }

  .pl-ts-meta-small {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%; }

  .pl-ts-meta-tiny {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    line-height: 130%; } }
@media (min-width: 768px) {
  .t-ts-xlarge {
    font-size: 1.5em !important; }

  .t-ts-large {
    font-size: 1.25em !important;
    line-height: 1.5em !important; }

  .t-ts-medium {
    font-size: 1.125em !important; }

  .t-ts-small {
    font-size: 0.875em !important; }

  .t-ts-tiny {
    font-size: 0.75em !important; }

  .t-ts-meta-small {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%; }

  .t-ts-meta-tiny {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    line-height: 130%; } }
@media (min-width: 1024px) {
  .l-ts-xlarge {
    font-size: 1.5em !important; }

  .l-ts-large {
    font-size: 1.25em !important;
    line-height: 1.5em !important; }

  .l-ts-medium {
    font-size: 1.125em !important; }

  .l-ts-small {
    font-size: 0.875em !important; }

  .l-ts-tiny {
    font-size: 0.75em !important; }

  .l-ts-meta-small {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%; }

  .l-ts-meta-tiny {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    line-height: 130%; } }
@media (min-width: 1440px) {
  .d-ts-xlarge {
    font-size: 1.5em !important; }

  .d-ts-large {
    font-size: 1.25em !important;
    line-height: 1.5em !important; }

  .d-ts-medium {
    font-size: 1.125em !important; }

  .d-ts-small {
    font-size: 0.875em !important; }

  .d-ts-tiny {
    font-size: 0.75em !important; }

  .d-ts-meta-small {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%; }

  .d-ts-meta-tiny {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    line-height: 130%; } }
@media (min-width: 320px) {
  .h-1vh {
    height: calc(1*1vh); }

  .h-2vh {
    height: calc(2*1vh); }

  .h-3vh {
    height: calc(3*1vh); }

  .h-4vh {
    height: calc(4*1vh); }

  .h-5vh {
    height: calc(5*1vh); }

  .h-6vh {
    height: calc(6*1vh); }

  .h-7vh {
    height: calc(7*1vh); }

  .h-8vh {
    height: calc(8*1vh); }

  .h-9vh {
    height: calc(9*1vh); }

  .h-10vh {
    height: calc(10*1vh); }

  .h-11vh {
    height: calc(11*1vh); }

  .h-12vh {
    height: calc(12*1vh); }

  .h-13vh {
    height: calc(13*1vh); }

  .h-14vh {
    height: calc(14*1vh); }

  .h-15vh {
    height: calc(15*1vh); }

  .h-16vh {
    height: calc(16*1vh); }

  .h-17vh {
    height: calc(17*1vh); }

  .h-18vh {
    height: calc(18*1vh); }

  .h-19vh {
    height: calc(19*1vh); }

  .h-20vh {
    height: calc(20*1vh); }

  .h-21vh {
    height: calc(21*1vh); }

  .h-22vh {
    height: calc(22*1vh); }

  .h-23vh {
    height: calc(23*1vh); }

  .h-24vh {
    height: calc(24*1vh); }

  .h-25vh {
    height: calc(25*1vh); }

  .h-26vh {
    height: calc(26*1vh); }

  .h-27vh {
    height: calc(27*1vh); }

  .h-28vh {
    height: calc(28*1vh); }

  .h-29vh {
    height: calc(29*1vh); }

  .h-30vh {
    height: calc(30*1vh); }

  .h-31vh {
    height: calc(31*1vh); }

  .h-32vh {
    height: calc(32*1vh); }

  .h-33vh {
    height: calc(33*1vh); }

  .h-34vh {
    height: calc(34*1vh); }

  .h-35vh {
    height: calc(35*1vh); }

  .h-36vh {
    height: calc(36*1vh); }

  .h-37vh {
    height: calc(37*1vh); }

  .h-38vh {
    height: calc(38*1vh); }

  .h-39vh {
    height: calc(39*1vh); }

  .h-40vh {
    height: calc(40*1vh); }

  .h-41vh {
    height: calc(41*1vh); }

  .h-42vh {
    height: calc(42*1vh); }

  .h-43vh {
    height: calc(43*1vh); }

  .h-44vh {
    height: calc(44*1vh); }

  .h-45vh {
    height: calc(45*1vh); }

  .h-46vh {
    height: calc(46*1vh); }

  .h-47vh {
    height: calc(47*1vh); }

  .h-48vh {
    height: calc(48*1vh); }

  .h-49vh {
    height: calc(49*1vh); }

  .h-50vh {
    height: calc(50*1vh); }

  .h-51vh {
    height: calc(51*1vh); }

  .h-52vh {
    height: calc(52*1vh); }

  .h-53vh {
    height: calc(53*1vh); }

  .h-54vh {
    height: calc(54*1vh); }

  .h-55vh {
    height: calc(55*1vh); }

  .h-56vh {
    height: calc(56*1vh); }

  .h-57vh {
    height: calc(57*1vh); }

  .h-58vh {
    height: calc(58*1vh); }

  .h-59vh {
    height: calc(59*1vh); }

  .h-60vh {
    height: calc(60*1vh); }

  .h-61vh {
    height: calc(61*1vh); }

  .h-62vh {
    height: calc(62*1vh); }

  .h-63vh {
    height: calc(63*1vh); }

  .h-64vh {
    height: calc(64*1vh); }

  .h-65vh {
    height: calc(65*1vh); }

  .h-66vh {
    height: calc(66*1vh); }

  .h-67vh {
    height: calc(67*1vh); }

  .h-68vh {
    height: calc(68*1vh); }

  .h-69vh {
    height: calc(69*1vh); }

  .h-70vh {
    height: calc(70*1vh); }

  .h-71vh {
    height: calc(71*1vh); }

  .h-72vh {
    height: calc(72*1vh); }

  .h-73vh {
    height: calc(73*1vh); }

  .h-74vh {
    height: calc(74*1vh); }

  .h-75vh {
    height: calc(75*1vh); }

  .h-76vh {
    height: calc(76*1vh); }

  .h-77vh {
    height: calc(77*1vh); }

  .h-78vh {
    height: calc(78*1vh); }

  .h-79vh {
    height: calc(79*1vh); }

  .h-80vh {
    height: calc(80*1vh); }

  .h-81vh {
    height: calc(81*1vh); }

  .h-82vh {
    height: calc(82*1vh); }

  .h-83vh {
    height: calc(83*1vh); }

  .h-84vh {
    height: calc(84*1vh); }

  .h-85vh {
    height: calc(85*1vh); }

  .h-86vh {
    height: calc(86*1vh); }

  .h-87vh {
    height: calc(87*1vh); }

  .h-88vh {
    height: calc(88*1vh); }

  .h-89vh {
    height: calc(89*1vh); }

  .h-90vh {
    height: calc(90*1vh); }

  .h-91vh {
    height: calc(91*1vh); }

  .h-92vh {
    height: calc(92*1vh); }

  .h-93vh {
    height: calc(93*1vh); }

  .h-94vh {
    height: calc(94*1vh); }

  .h-95vh {
    height: calc(95*1vh); }

  .h-96vh {
    height: calc(96*1vh); }

  .h-97vh {
    height: calc(97*1vh); }

  .h-98vh {
    height: calc(98*1vh); }

  .h-99vh {
    height: calc(99*1vh); }

  .h-100vh {
    height: calc(100*1vh); }

  .h-1vw {
    height: calc(1*1vw); }

  .h-2vw {
    height: calc(2*1vw); }

  .h-3vw {
    height: calc(3*1vw); }

  .h-4vw {
    height: calc(4*1vw); }

  .h-5vw {
    height: calc(5*1vw); }

  .h-6vw {
    height: calc(6*1vw); }

  .h-7vw {
    height: calc(7*1vw); }

  .h-8vw {
    height: calc(8*1vw); }

  .h-9vw {
    height: calc(9*1vw); }

  .h-10vw {
    height: calc(10*1vw); }

  .h-11vw {
    height: calc(11*1vw); }

  .h-12vw {
    height: calc(12*1vw); }

  .h-13vw {
    height: calc(13*1vw); }

  .h-14vw {
    height: calc(14*1vw); }

  .h-15vw {
    height: calc(15*1vw); }

  .h-16vw {
    height: calc(16*1vw); }

  .h-17vw {
    height: calc(17*1vw); }

  .h-18vw {
    height: calc(18*1vw); }

  .h-19vw {
    height: calc(19*1vw); }

  .h-20vw {
    height: calc(20*1vw); }

  .h-21vw {
    height: calc(21*1vw); }

  .h-22vw {
    height: calc(22*1vw); }

  .h-23vw {
    height: calc(23*1vw); }

  .h-24vw {
    height: calc(24*1vw); }

  .h-25vw {
    height: calc(25*1vw); }

  .h-26vw {
    height: calc(26*1vw); }

  .h-27vw {
    height: calc(27*1vw); }

  .h-28vw {
    height: calc(28*1vw); }

  .h-29vw {
    height: calc(29*1vw); }

  .h-30vw {
    height: calc(30*1vw); }

  .h-31vw {
    height: calc(31*1vw); }

  .h-32vw {
    height: calc(32*1vw); }

  .h-33vw {
    height: calc(33*1vw); }

  .h-34vw {
    height: calc(34*1vw); }

  .h-35vw {
    height: calc(35*1vw); }

  .h-36vw {
    height: calc(36*1vw); }

  .h-37vw {
    height: calc(37*1vw); }

  .h-38vw {
    height: calc(38*1vw); }

  .h-39vw {
    height: calc(39*1vw); }

  .h-40vw {
    height: calc(40*1vw); }

  .h-41vw {
    height: calc(41*1vw); }

  .h-42vw {
    height: calc(42*1vw); }

  .h-43vw {
    height: calc(43*1vw); }

  .h-44vw {
    height: calc(44*1vw); }

  .h-45vw {
    height: calc(45*1vw); }

  .h-46vw {
    height: calc(46*1vw); }

  .h-47vw {
    height: calc(47*1vw); }

  .h-48vw {
    height: calc(48*1vw); }

  .h-49vw {
    height: calc(49*1vw); }

  .h-50vw {
    height: calc(50*1vw); }

  .h-51vw {
    height: calc(51*1vw); }

  .h-52vw {
    height: calc(52*1vw); }

  .h-53vw {
    height: calc(53*1vw); }

  .h-54vw {
    height: calc(54*1vw); }

  .h-55vw {
    height: calc(55*1vw); }

  .h-56vw {
    height: calc(56*1vw); }

  .h-57vw {
    height: calc(57*1vw); }

  .h-58vw {
    height: calc(58*1vw); }

  .h-59vw {
    height: calc(59*1vw); }

  .h-60vw {
    height: calc(60*1vw); }

  .h-61vw {
    height: calc(61*1vw); }

  .h-62vw {
    height: calc(62*1vw); }

  .h-63vw {
    height: calc(63*1vw); }

  .h-64vw {
    height: calc(64*1vw); }

  .h-65vw {
    height: calc(65*1vw); }

  .h-66vw {
    height: calc(66*1vw); }

  .h-67vw {
    height: calc(67*1vw); }

  .h-68vw {
    height: calc(68*1vw); }

  .h-69vw {
    height: calc(69*1vw); }

  .h-70vw {
    height: calc(70*1vw); }

  .h-71vw {
    height: calc(71*1vw); }

  .h-72vw {
    height: calc(72*1vw); }

  .h-73vw {
    height: calc(73*1vw); }

  .h-74vw {
    height: calc(74*1vw); }

  .h-75vw {
    height: calc(75*1vw); }

  .h-76vw {
    height: calc(76*1vw); }

  .h-77vw {
    height: calc(77*1vw); }

  .h-78vw {
    height: calc(78*1vw); }

  .h-79vw {
    height: calc(79*1vw); }

  .h-80vw {
    height: calc(80*1vw); }

  .h-81vw {
    height: calc(81*1vw); }

  .h-82vw {
    height: calc(82*1vw); }

  .h-83vw {
    height: calc(83*1vw); }

  .h-84vw {
    height: calc(84*1vw); }

  .h-85vw {
    height: calc(85*1vw); }

  .h-86vw {
    height: calc(86*1vw); }

  .h-87vw {
    height: calc(87*1vw); }

  .h-88vw {
    height: calc(88*1vw); }

  .h-89vw {
    height: calc(89*1vw); }

  .h-90vw {
    height: calc(90*1vw); }

  .h-91vw {
    height: calc(91*1vw); }

  .h-92vw {
    height: calc(92*1vw); }

  .h-93vw {
    height: calc(93*1vw); }

  .h-94vw {
    height: calc(94*1vw); }

  .h-95vw {
    height: calc(95*1vw); }

  .h-96vw {
    height: calc(96*1vw); }

  .h-97vw {
    height: calc(97*1vw); }

  .h-98vw {
    height: calc(98*1vw); }

  .h-99vw {
    height: calc(99*1vw); }

  .h-100vw {
    height: calc(100*1vw); }

  .h-1 {
    height: calc(1*1rem); }

  .h-2 {
    height: calc(2*1rem); }

  .h-3 {
    height: calc(3*1rem); }

  .h-4 {
    height: calc(4*1rem); }

  .h-5 {
    height: calc(5*1rem); }

  .h-6 {
    height: calc(6*1rem); }

  .h-7 {
    height: calc(7*1rem); }

  .h-8 {
    height: calc(8*1rem); }

  .h-9 {
    height: calc(9*1rem); }

  .h-10 {
    height: calc(10*1rem); }

  .h-11 {
    height: calc(11*1rem); }

  .h-12 {
    height: calc(12*1rem); }

  .h-13 {
    height: calc(13*1rem); }

  .h-14 {
    height: calc(14*1rem); }

  .h-15 {
    height: calc(15*1rem); }

  .h-16 {
    height: calc(16*1rem); }

  .h-17 {
    height: calc(17*1rem); }

  .h-18 {
    height: calc(18*1rem); }

  .h-19 {
    height: calc(19*1rem); }

  .h-20 {
    height: calc(20*1rem); }

  .h-21 {
    height: calc(21*1rem); }

  .h-22 {
    height: calc(22*1rem); }

  .h-23 {
    height: calc(23*1rem); }

  .h-24 {
    height: calc(24*1rem); }

  .h-25 {
    height: calc(25*1rem); }

  .h-26 {
    height: calc(26*1rem); }

  .h-27 {
    height: calc(27*1rem); }

  .h-28 {
    height: calc(28*1rem); }

  .h-29 {
    height: calc(29*1rem); }

  .h-30 {
    height: calc(30*1rem); }

  .h-31 {
    height: calc(31*1rem); }

  .h-32 {
    height: calc(32*1rem); }

  .h-33 {
    height: calc(33*1rem); }

  .h-34 {
    height: calc(34*1rem); }

  .h-35 {
    height: calc(35*1rem); }

  .h-36 {
    height: calc(36*1rem); }

  .h-37 {
    height: calc(37*1rem); }

  .h-38 {
    height: calc(38*1rem); }

  .h-39 {
    height: calc(39*1rem); }

  .h-40 {
    height: calc(40*1rem); }

  .h-41 {
    height: calc(41*1rem); }

  .h-42 {
    height: calc(42*1rem); }

  .h-43 {
    height: calc(43*1rem); }

  .h-44 {
    height: calc(44*1rem); }

  .h-45 {
    height: calc(45*1rem); }

  .h-46 {
    height: calc(46*1rem); }

  .h-47 {
    height: calc(47*1rem); }

  .h-48 {
    height: calc(48*1rem); }

  .h-49 {
    height: calc(49*1rem); }

  .h-50 {
    height: calc(50*1rem); }

  .maxh-1 {
    max-height: calc(1*1rem); }

  .maxh-2 {
    max-height: calc(2*1rem); }

  .maxh-3 {
    max-height: calc(3*1rem); }

  .maxh-4 {
    max-height: calc(4*1rem); }

  .maxh-5 {
    max-height: calc(5*1rem); }

  .maxh-6 {
    max-height: calc(6*1rem); }

  .maxh-7 {
    max-height: calc(7*1rem); }

  .maxh-8 {
    max-height: calc(8*1rem); }

  .maxh-9 {
    max-height: calc(9*1rem); }

  .maxh-10 {
    max-height: calc(10*1rem); }

  .maxh-11 {
    max-height: calc(11*1rem); }

  .maxh-12 {
    max-height: calc(12*1rem); }

  .maxh-13 {
    max-height: calc(13*1rem); }

  .maxh-14 {
    max-height: calc(14*1rem); }

  .maxh-15 {
    max-height: calc(15*1rem); }

  .maxh-16 {
    max-height: calc(16*1rem); }

  .maxh-17 {
    max-height: calc(17*1rem); }

  .maxh-18 {
    max-height: calc(18*1rem); }

  .maxh-19 {
    max-height: calc(19*1rem); }

  .maxh-20 {
    max-height: calc(20*1rem); }

  .maxh-21 {
    max-height: calc(21*1rem); }

  .maxh-22 {
    max-height: calc(22*1rem); }

  .maxh-23 {
    max-height: calc(23*1rem); }

  .maxh-24 {
    max-height: calc(24*1rem); }

  .maxh-25 {
    max-height: calc(25*1rem); }

  .maxh-26 {
    max-height: calc(26*1rem); }

  .maxh-27 {
    max-height: calc(27*1rem); }

  .maxh-28 {
    max-height: calc(28*1rem); }

  .maxh-29 {
    max-height: calc(29*1rem); }

  .maxh-30 {
    max-height: calc(30*1rem); }

  .maxh-31 {
    max-height: calc(31*1rem); }

  .maxh-32 {
    max-height: calc(32*1rem); }

  .maxh-33 {
    max-height: calc(33*1rem); }

  .maxh-34 {
    max-height: calc(34*1rem); }

  .maxh-35 {
    max-height: calc(35*1rem); }

  .maxh-36 {
    max-height: calc(36*1rem); }

  .maxh-37 {
    max-height: calc(37*1rem); }

  .maxh-38 {
    max-height: calc(38*1rem); }

  .maxh-39 {
    max-height: calc(39*1rem); }

  .maxh-40 {
    max-height: calc(40*1rem); }

  .maxh-41 {
    max-height: calc(41*1rem); }

  .maxh-42 {
    max-height: calc(42*1rem); }

  .maxh-43 {
    max-height: calc(43*1rem); }

  .maxh-44 {
    max-height: calc(44*1rem); }

  .maxh-45 {
    max-height: calc(45*1rem); }

  .maxh-46 {
    max-height: calc(46*1rem); }

  .maxh-47 {
    max-height: calc(47*1rem); }

  .maxh-48 {
    max-height: calc(48*1rem); }

  .maxh-49 {
    max-height: calc(49*1rem); }

  .maxh-50 {
    max-height: calc(50*1rem); } }
@media (min-width: 520px) {
  .pl-h-1vh {
    height: calc(1*1vh); }

  .pl-h-2vh {
    height: calc(2*1vh); }

  .pl-h-3vh {
    height: calc(3*1vh); }

  .pl-h-4vh {
    height: calc(4*1vh); }

  .pl-h-5vh {
    height: calc(5*1vh); }

  .pl-h-6vh {
    height: calc(6*1vh); }

  .pl-h-7vh {
    height: calc(7*1vh); }

  .pl-h-8vh {
    height: calc(8*1vh); }

  .pl-h-9vh {
    height: calc(9*1vh); }

  .pl-h-10vh {
    height: calc(10*1vh); }

  .pl-h-11vh {
    height: calc(11*1vh); }

  .pl-h-12vh {
    height: calc(12*1vh); }

  .pl-h-13vh {
    height: calc(13*1vh); }

  .pl-h-14vh {
    height: calc(14*1vh); }

  .pl-h-15vh {
    height: calc(15*1vh); }

  .pl-h-16vh {
    height: calc(16*1vh); }

  .pl-h-17vh {
    height: calc(17*1vh); }

  .pl-h-18vh {
    height: calc(18*1vh); }

  .pl-h-19vh {
    height: calc(19*1vh); }

  .pl-h-20vh {
    height: calc(20*1vh); }

  .pl-h-21vh {
    height: calc(21*1vh); }

  .pl-h-22vh {
    height: calc(22*1vh); }

  .pl-h-23vh {
    height: calc(23*1vh); }

  .pl-h-24vh {
    height: calc(24*1vh); }

  .pl-h-25vh {
    height: calc(25*1vh); }

  .pl-h-26vh {
    height: calc(26*1vh); }

  .pl-h-27vh {
    height: calc(27*1vh); }

  .pl-h-28vh {
    height: calc(28*1vh); }

  .pl-h-29vh {
    height: calc(29*1vh); }

  .pl-h-30vh {
    height: calc(30*1vh); }

  .pl-h-31vh {
    height: calc(31*1vh); }

  .pl-h-32vh {
    height: calc(32*1vh); }

  .pl-h-33vh {
    height: calc(33*1vh); }

  .pl-h-34vh {
    height: calc(34*1vh); }

  .pl-h-35vh {
    height: calc(35*1vh); }

  .pl-h-36vh {
    height: calc(36*1vh); }

  .pl-h-37vh {
    height: calc(37*1vh); }

  .pl-h-38vh {
    height: calc(38*1vh); }

  .pl-h-39vh {
    height: calc(39*1vh); }

  .pl-h-40vh {
    height: calc(40*1vh); }

  .pl-h-41vh {
    height: calc(41*1vh); }

  .pl-h-42vh {
    height: calc(42*1vh); }

  .pl-h-43vh {
    height: calc(43*1vh); }

  .pl-h-44vh {
    height: calc(44*1vh); }

  .pl-h-45vh {
    height: calc(45*1vh); }

  .pl-h-46vh {
    height: calc(46*1vh); }

  .pl-h-47vh {
    height: calc(47*1vh); }

  .pl-h-48vh {
    height: calc(48*1vh); }

  .pl-h-49vh {
    height: calc(49*1vh); }

  .pl-h-50vh {
    height: calc(50*1vh); }

  .pl-h-51vh {
    height: calc(51*1vh); }

  .pl-h-52vh {
    height: calc(52*1vh); }

  .pl-h-53vh {
    height: calc(53*1vh); }

  .pl-h-54vh {
    height: calc(54*1vh); }

  .pl-h-55vh {
    height: calc(55*1vh); }

  .pl-h-56vh {
    height: calc(56*1vh); }

  .pl-h-57vh {
    height: calc(57*1vh); }

  .pl-h-58vh {
    height: calc(58*1vh); }

  .pl-h-59vh {
    height: calc(59*1vh); }

  .pl-h-60vh {
    height: calc(60*1vh); }

  .pl-h-61vh {
    height: calc(61*1vh); }

  .pl-h-62vh {
    height: calc(62*1vh); }

  .pl-h-63vh {
    height: calc(63*1vh); }

  .pl-h-64vh {
    height: calc(64*1vh); }

  .pl-h-65vh {
    height: calc(65*1vh); }

  .pl-h-66vh {
    height: calc(66*1vh); }

  .pl-h-67vh {
    height: calc(67*1vh); }

  .pl-h-68vh {
    height: calc(68*1vh); }

  .pl-h-69vh {
    height: calc(69*1vh); }

  .pl-h-70vh {
    height: calc(70*1vh); }

  .pl-h-71vh {
    height: calc(71*1vh); }

  .pl-h-72vh {
    height: calc(72*1vh); }

  .pl-h-73vh {
    height: calc(73*1vh); }

  .pl-h-74vh {
    height: calc(74*1vh); }

  .pl-h-75vh {
    height: calc(75*1vh); }

  .pl-h-76vh {
    height: calc(76*1vh); }

  .pl-h-77vh {
    height: calc(77*1vh); }

  .pl-h-78vh {
    height: calc(78*1vh); }

  .pl-h-79vh {
    height: calc(79*1vh); }

  .pl-h-80vh {
    height: calc(80*1vh); }

  .pl-h-81vh {
    height: calc(81*1vh); }

  .pl-h-82vh {
    height: calc(82*1vh); }

  .pl-h-83vh {
    height: calc(83*1vh); }

  .pl-h-84vh {
    height: calc(84*1vh); }

  .pl-h-85vh {
    height: calc(85*1vh); }

  .pl-h-86vh {
    height: calc(86*1vh); }

  .pl-h-87vh {
    height: calc(87*1vh); }

  .pl-h-88vh {
    height: calc(88*1vh); }

  .pl-h-89vh {
    height: calc(89*1vh); }

  .pl-h-90vh {
    height: calc(90*1vh); }

  .pl-h-91vh {
    height: calc(91*1vh); }

  .pl-h-92vh {
    height: calc(92*1vh); }

  .pl-h-93vh {
    height: calc(93*1vh); }

  .pl-h-94vh {
    height: calc(94*1vh); }

  .pl-h-95vh {
    height: calc(95*1vh); }

  .pl-h-96vh {
    height: calc(96*1vh); }

  .pl-h-97vh {
    height: calc(97*1vh); }

  .pl-h-98vh {
    height: calc(98*1vh); }

  .pl-h-99vh {
    height: calc(99*1vh); }

  .pl-h-100vh {
    height: calc(100*1vh); }

  .pl-h-1vw {
    height: calc(1*1vw); }

  .pl-h-2vw {
    height: calc(2*1vw); }

  .pl-h-3vw {
    height: calc(3*1vw); }

  .pl-h-4vw {
    height: calc(4*1vw); }

  .pl-h-5vw {
    height: calc(5*1vw); }

  .pl-h-6vw {
    height: calc(6*1vw); }

  .pl-h-7vw {
    height: calc(7*1vw); }

  .pl-h-8vw {
    height: calc(8*1vw); }

  .pl-h-9vw {
    height: calc(9*1vw); }

  .pl-h-10vw {
    height: calc(10*1vw); }

  .pl-h-11vw {
    height: calc(11*1vw); }

  .pl-h-12vw {
    height: calc(12*1vw); }

  .pl-h-13vw {
    height: calc(13*1vw); }

  .pl-h-14vw {
    height: calc(14*1vw); }

  .pl-h-15vw {
    height: calc(15*1vw); }

  .pl-h-16vw {
    height: calc(16*1vw); }

  .pl-h-17vw {
    height: calc(17*1vw); }

  .pl-h-18vw {
    height: calc(18*1vw); }

  .pl-h-19vw {
    height: calc(19*1vw); }

  .pl-h-20vw {
    height: calc(20*1vw); }

  .pl-h-21vw {
    height: calc(21*1vw); }

  .pl-h-22vw {
    height: calc(22*1vw); }

  .pl-h-23vw {
    height: calc(23*1vw); }

  .pl-h-24vw {
    height: calc(24*1vw); }

  .pl-h-25vw {
    height: calc(25*1vw); }

  .pl-h-26vw {
    height: calc(26*1vw); }

  .pl-h-27vw {
    height: calc(27*1vw); }

  .pl-h-28vw {
    height: calc(28*1vw); }

  .pl-h-29vw {
    height: calc(29*1vw); }

  .pl-h-30vw {
    height: calc(30*1vw); }

  .pl-h-31vw {
    height: calc(31*1vw); }

  .pl-h-32vw {
    height: calc(32*1vw); }

  .pl-h-33vw {
    height: calc(33*1vw); }

  .pl-h-34vw {
    height: calc(34*1vw); }

  .pl-h-35vw {
    height: calc(35*1vw); }

  .pl-h-36vw {
    height: calc(36*1vw); }

  .pl-h-37vw {
    height: calc(37*1vw); }

  .pl-h-38vw {
    height: calc(38*1vw); }

  .pl-h-39vw {
    height: calc(39*1vw); }

  .pl-h-40vw {
    height: calc(40*1vw); }

  .pl-h-41vw {
    height: calc(41*1vw); }

  .pl-h-42vw {
    height: calc(42*1vw); }

  .pl-h-43vw {
    height: calc(43*1vw); }

  .pl-h-44vw {
    height: calc(44*1vw); }

  .pl-h-45vw {
    height: calc(45*1vw); }

  .pl-h-46vw {
    height: calc(46*1vw); }

  .pl-h-47vw {
    height: calc(47*1vw); }

  .pl-h-48vw {
    height: calc(48*1vw); }

  .pl-h-49vw {
    height: calc(49*1vw); }

  .pl-h-50vw {
    height: calc(50*1vw); }

  .pl-h-51vw {
    height: calc(51*1vw); }

  .pl-h-52vw {
    height: calc(52*1vw); }

  .pl-h-53vw {
    height: calc(53*1vw); }

  .pl-h-54vw {
    height: calc(54*1vw); }

  .pl-h-55vw {
    height: calc(55*1vw); }

  .pl-h-56vw {
    height: calc(56*1vw); }

  .pl-h-57vw {
    height: calc(57*1vw); }

  .pl-h-58vw {
    height: calc(58*1vw); }

  .pl-h-59vw {
    height: calc(59*1vw); }

  .pl-h-60vw {
    height: calc(60*1vw); }

  .pl-h-61vw {
    height: calc(61*1vw); }

  .pl-h-62vw {
    height: calc(62*1vw); }

  .pl-h-63vw {
    height: calc(63*1vw); }

  .pl-h-64vw {
    height: calc(64*1vw); }

  .pl-h-65vw {
    height: calc(65*1vw); }

  .pl-h-66vw {
    height: calc(66*1vw); }

  .pl-h-67vw {
    height: calc(67*1vw); }

  .pl-h-68vw {
    height: calc(68*1vw); }

  .pl-h-69vw {
    height: calc(69*1vw); }

  .pl-h-70vw {
    height: calc(70*1vw); }

  .pl-h-71vw {
    height: calc(71*1vw); }

  .pl-h-72vw {
    height: calc(72*1vw); }

  .pl-h-73vw {
    height: calc(73*1vw); }

  .pl-h-74vw {
    height: calc(74*1vw); }

  .pl-h-75vw {
    height: calc(75*1vw); }

  .pl-h-76vw {
    height: calc(76*1vw); }

  .pl-h-77vw {
    height: calc(77*1vw); }

  .pl-h-78vw {
    height: calc(78*1vw); }

  .pl-h-79vw {
    height: calc(79*1vw); }

  .pl-h-80vw {
    height: calc(80*1vw); }

  .pl-h-81vw {
    height: calc(81*1vw); }

  .pl-h-82vw {
    height: calc(82*1vw); }

  .pl-h-83vw {
    height: calc(83*1vw); }

  .pl-h-84vw {
    height: calc(84*1vw); }

  .pl-h-85vw {
    height: calc(85*1vw); }

  .pl-h-86vw {
    height: calc(86*1vw); }

  .pl-h-87vw {
    height: calc(87*1vw); }

  .pl-h-88vw {
    height: calc(88*1vw); }

  .pl-h-89vw {
    height: calc(89*1vw); }

  .pl-h-90vw {
    height: calc(90*1vw); }

  .pl-h-91vw {
    height: calc(91*1vw); }

  .pl-h-92vw {
    height: calc(92*1vw); }

  .pl-h-93vw {
    height: calc(93*1vw); }

  .pl-h-94vw {
    height: calc(94*1vw); }

  .pl-h-95vw {
    height: calc(95*1vw); }

  .pl-h-96vw {
    height: calc(96*1vw); }

  .pl-h-97vw {
    height: calc(97*1vw); }

  .pl-h-98vw {
    height: calc(98*1vw); }

  .pl-h-99vw {
    height: calc(99*1vw); }

  .pl-h-100vw {
    height: calc(100*1vw); }

  .pl-h-1 {
    height: calc(1*1rem); }

  .pl-h-2 {
    height: calc(2*1rem); }

  .pl-h-3 {
    height: calc(3*1rem); }

  .pl-h-4 {
    height: calc(4*1rem); }

  .pl-h-5 {
    height: calc(5*1rem); }

  .pl-h-6 {
    height: calc(6*1rem); }

  .pl-h-7 {
    height: calc(7*1rem); }

  .pl-h-8 {
    height: calc(8*1rem); }

  .pl-h-9 {
    height: calc(9*1rem); }

  .pl-h-10 {
    height: calc(10*1rem); }

  .pl-h-11 {
    height: calc(11*1rem); }

  .pl-h-12 {
    height: calc(12*1rem); }

  .pl-h-13 {
    height: calc(13*1rem); }

  .pl-h-14 {
    height: calc(14*1rem); }

  .pl-h-15 {
    height: calc(15*1rem); }

  .pl-h-16 {
    height: calc(16*1rem); }

  .pl-h-17 {
    height: calc(17*1rem); }

  .pl-h-18 {
    height: calc(18*1rem); }

  .pl-h-19 {
    height: calc(19*1rem); }

  .pl-h-20 {
    height: calc(20*1rem); }

  .pl-h-21 {
    height: calc(21*1rem); }

  .pl-h-22 {
    height: calc(22*1rem); }

  .pl-h-23 {
    height: calc(23*1rem); }

  .pl-h-24 {
    height: calc(24*1rem); }

  .pl-h-25 {
    height: calc(25*1rem); }

  .pl-h-26 {
    height: calc(26*1rem); }

  .pl-h-27 {
    height: calc(27*1rem); }

  .pl-h-28 {
    height: calc(28*1rem); }

  .pl-h-29 {
    height: calc(29*1rem); }

  .pl-h-30 {
    height: calc(30*1rem); }

  .pl-h-31 {
    height: calc(31*1rem); }

  .pl-h-32 {
    height: calc(32*1rem); }

  .pl-h-33 {
    height: calc(33*1rem); }

  .pl-h-34 {
    height: calc(34*1rem); }

  .pl-h-35 {
    height: calc(35*1rem); }

  .pl-h-36 {
    height: calc(36*1rem); }

  .pl-h-37 {
    height: calc(37*1rem); }

  .pl-h-38 {
    height: calc(38*1rem); }

  .pl-h-39 {
    height: calc(39*1rem); }

  .pl-h-40 {
    height: calc(40*1rem); }

  .pl-h-41 {
    height: calc(41*1rem); }

  .pl-h-42 {
    height: calc(42*1rem); }

  .pl-h-43 {
    height: calc(43*1rem); }

  .pl-h-44 {
    height: calc(44*1rem); }

  .pl-h-45 {
    height: calc(45*1rem); }

  .pl-h-46 {
    height: calc(46*1rem); }

  .pl-h-47 {
    height: calc(47*1rem); }

  .pl-h-48 {
    height: calc(48*1rem); }

  .pl-h-49 {
    height: calc(49*1rem); }

  .pl-h-50 {
    height: calc(50*1rem); }

  .pl-maxh-1 {
    max-height: calc(1*1rem); }

  .pl-maxh-2 {
    max-height: calc(2*1rem); }

  .pl-maxh-3 {
    max-height: calc(3*1rem); }

  .pl-maxh-4 {
    max-height: calc(4*1rem); }

  .pl-maxh-5 {
    max-height: calc(5*1rem); }

  .pl-maxh-6 {
    max-height: calc(6*1rem); }

  .pl-maxh-7 {
    max-height: calc(7*1rem); }

  .pl-maxh-8 {
    max-height: calc(8*1rem); }

  .pl-maxh-9 {
    max-height: calc(9*1rem); }

  .pl-maxh-10 {
    max-height: calc(10*1rem); }

  .pl-maxh-11 {
    max-height: calc(11*1rem); }

  .pl-maxh-12 {
    max-height: calc(12*1rem); }

  .pl-maxh-13 {
    max-height: calc(13*1rem); }

  .pl-maxh-14 {
    max-height: calc(14*1rem); }

  .pl-maxh-15 {
    max-height: calc(15*1rem); }

  .pl-maxh-16 {
    max-height: calc(16*1rem); }

  .pl-maxh-17 {
    max-height: calc(17*1rem); }

  .pl-maxh-18 {
    max-height: calc(18*1rem); }

  .pl-maxh-19 {
    max-height: calc(19*1rem); }

  .pl-maxh-20 {
    max-height: calc(20*1rem); }

  .pl-maxh-21 {
    max-height: calc(21*1rem); }

  .pl-maxh-22 {
    max-height: calc(22*1rem); }

  .pl-maxh-23 {
    max-height: calc(23*1rem); }

  .pl-maxh-24 {
    max-height: calc(24*1rem); }

  .pl-maxh-25 {
    max-height: calc(25*1rem); }

  .pl-maxh-26 {
    max-height: calc(26*1rem); }

  .pl-maxh-27 {
    max-height: calc(27*1rem); }

  .pl-maxh-28 {
    max-height: calc(28*1rem); }

  .pl-maxh-29 {
    max-height: calc(29*1rem); }

  .pl-maxh-30 {
    max-height: calc(30*1rem); }

  .pl-maxh-31 {
    max-height: calc(31*1rem); }

  .pl-maxh-32 {
    max-height: calc(32*1rem); }

  .pl-maxh-33 {
    max-height: calc(33*1rem); }

  .pl-maxh-34 {
    max-height: calc(34*1rem); }

  .pl-maxh-35 {
    max-height: calc(35*1rem); }

  .pl-maxh-36 {
    max-height: calc(36*1rem); }

  .pl-maxh-37 {
    max-height: calc(37*1rem); }

  .pl-maxh-38 {
    max-height: calc(38*1rem); }

  .pl-maxh-39 {
    max-height: calc(39*1rem); }

  .pl-maxh-40 {
    max-height: calc(40*1rem); }

  .pl-maxh-41 {
    max-height: calc(41*1rem); }

  .pl-maxh-42 {
    max-height: calc(42*1rem); }

  .pl-maxh-43 {
    max-height: calc(43*1rem); }

  .pl-maxh-44 {
    max-height: calc(44*1rem); }

  .pl-maxh-45 {
    max-height: calc(45*1rem); }

  .pl-maxh-46 {
    max-height: calc(46*1rem); }

  .pl-maxh-47 {
    max-height: calc(47*1rem); }

  .pl-maxh-48 {
    max-height: calc(48*1rem); }

  .pl-maxh-49 {
    max-height: calc(49*1rem); }

  .pl-maxh-50 {
    max-height: calc(50*1rem); } }
@media (min-width: 768px) {
  .t-h-1vh {
    height: calc(1*1vh); }

  .t-h-2vh {
    height: calc(2*1vh); }

  .t-h-3vh {
    height: calc(3*1vh); }

  .t-h-4vh {
    height: calc(4*1vh); }

  .t-h-5vh {
    height: calc(5*1vh); }

  .t-h-6vh {
    height: calc(6*1vh); }

  .t-h-7vh {
    height: calc(7*1vh); }

  .t-h-8vh {
    height: calc(8*1vh); }

  .t-h-9vh {
    height: calc(9*1vh); }

  .t-h-10vh {
    height: calc(10*1vh); }

  .t-h-11vh {
    height: calc(11*1vh); }

  .t-h-12vh {
    height: calc(12*1vh); }

  .t-h-13vh {
    height: calc(13*1vh); }

  .t-h-14vh {
    height: calc(14*1vh); }

  .t-h-15vh {
    height: calc(15*1vh); }

  .t-h-16vh {
    height: calc(16*1vh); }

  .t-h-17vh {
    height: calc(17*1vh); }

  .t-h-18vh {
    height: calc(18*1vh); }

  .t-h-19vh {
    height: calc(19*1vh); }

  .t-h-20vh {
    height: calc(20*1vh); }

  .t-h-21vh {
    height: calc(21*1vh); }

  .t-h-22vh {
    height: calc(22*1vh); }

  .t-h-23vh {
    height: calc(23*1vh); }

  .t-h-24vh {
    height: calc(24*1vh); }

  .t-h-25vh {
    height: calc(25*1vh); }

  .t-h-26vh {
    height: calc(26*1vh); }

  .t-h-27vh {
    height: calc(27*1vh); }

  .t-h-28vh {
    height: calc(28*1vh); }

  .t-h-29vh {
    height: calc(29*1vh); }

  .t-h-30vh {
    height: calc(30*1vh); }

  .t-h-31vh {
    height: calc(31*1vh); }

  .t-h-32vh {
    height: calc(32*1vh); }

  .t-h-33vh {
    height: calc(33*1vh); }

  .t-h-34vh {
    height: calc(34*1vh); }

  .t-h-35vh {
    height: calc(35*1vh); }

  .t-h-36vh {
    height: calc(36*1vh); }

  .t-h-37vh {
    height: calc(37*1vh); }

  .t-h-38vh {
    height: calc(38*1vh); }

  .t-h-39vh {
    height: calc(39*1vh); }

  .t-h-40vh {
    height: calc(40*1vh); }

  .t-h-41vh {
    height: calc(41*1vh); }

  .t-h-42vh {
    height: calc(42*1vh); }

  .t-h-43vh {
    height: calc(43*1vh); }

  .t-h-44vh {
    height: calc(44*1vh); }

  .t-h-45vh {
    height: calc(45*1vh); }

  .t-h-46vh {
    height: calc(46*1vh); }

  .t-h-47vh {
    height: calc(47*1vh); }

  .t-h-48vh {
    height: calc(48*1vh); }

  .t-h-49vh {
    height: calc(49*1vh); }

  .t-h-50vh {
    height: calc(50*1vh); }

  .t-h-51vh {
    height: calc(51*1vh); }

  .t-h-52vh {
    height: calc(52*1vh); }

  .t-h-53vh {
    height: calc(53*1vh); }

  .t-h-54vh {
    height: calc(54*1vh); }

  .t-h-55vh {
    height: calc(55*1vh); }

  .t-h-56vh {
    height: calc(56*1vh); }

  .t-h-57vh {
    height: calc(57*1vh); }

  .t-h-58vh {
    height: calc(58*1vh); }

  .t-h-59vh {
    height: calc(59*1vh); }

  .t-h-60vh {
    height: calc(60*1vh); }

  .t-h-61vh {
    height: calc(61*1vh); }

  .t-h-62vh {
    height: calc(62*1vh); }

  .t-h-63vh {
    height: calc(63*1vh); }

  .t-h-64vh {
    height: calc(64*1vh); }

  .t-h-65vh {
    height: calc(65*1vh); }

  .t-h-66vh {
    height: calc(66*1vh); }

  .t-h-67vh {
    height: calc(67*1vh); }

  .t-h-68vh {
    height: calc(68*1vh); }

  .t-h-69vh {
    height: calc(69*1vh); }

  .t-h-70vh {
    height: calc(70*1vh); }

  .t-h-71vh {
    height: calc(71*1vh); }

  .t-h-72vh {
    height: calc(72*1vh); }

  .t-h-73vh {
    height: calc(73*1vh); }

  .t-h-74vh {
    height: calc(74*1vh); }

  .t-h-75vh {
    height: calc(75*1vh); }

  .t-h-76vh {
    height: calc(76*1vh); }

  .t-h-77vh {
    height: calc(77*1vh); }

  .t-h-78vh {
    height: calc(78*1vh); }

  .t-h-79vh {
    height: calc(79*1vh); }

  .t-h-80vh {
    height: calc(80*1vh); }

  .t-h-81vh {
    height: calc(81*1vh); }

  .t-h-82vh {
    height: calc(82*1vh); }

  .t-h-83vh {
    height: calc(83*1vh); }

  .t-h-84vh {
    height: calc(84*1vh); }

  .t-h-85vh {
    height: calc(85*1vh); }

  .t-h-86vh {
    height: calc(86*1vh); }

  .t-h-87vh {
    height: calc(87*1vh); }

  .t-h-88vh {
    height: calc(88*1vh); }

  .t-h-89vh {
    height: calc(89*1vh); }

  .t-h-90vh {
    height: calc(90*1vh); }

  .t-h-91vh {
    height: calc(91*1vh); }

  .t-h-92vh {
    height: calc(92*1vh); }

  .t-h-93vh {
    height: calc(93*1vh); }

  .t-h-94vh {
    height: calc(94*1vh); }

  .t-h-95vh {
    height: calc(95*1vh); }

  .t-h-96vh {
    height: calc(96*1vh); }

  .t-h-97vh {
    height: calc(97*1vh); }

  .t-h-98vh {
    height: calc(98*1vh); }

  .t-h-99vh {
    height: calc(99*1vh); }

  .t-h-100vh {
    height: calc(100*1vh); }

  .t-h-1vw {
    height: calc(1*1vw); }

  .t-h-2vw {
    height: calc(2*1vw); }

  .t-h-3vw {
    height: calc(3*1vw); }

  .t-h-4vw {
    height: calc(4*1vw); }

  .t-h-5vw {
    height: calc(5*1vw); }

  .t-h-6vw {
    height: calc(6*1vw); }

  .t-h-7vw {
    height: calc(7*1vw); }

  .t-h-8vw {
    height: calc(8*1vw); }

  .t-h-9vw {
    height: calc(9*1vw); }

  .t-h-10vw {
    height: calc(10*1vw); }

  .t-h-11vw {
    height: calc(11*1vw); }

  .t-h-12vw {
    height: calc(12*1vw); }

  .t-h-13vw {
    height: calc(13*1vw); }

  .t-h-14vw {
    height: calc(14*1vw); }

  .t-h-15vw {
    height: calc(15*1vw); }

  .t-h-16vw {
    height: calc(16*1vw); }

  .t-h-17vw {
    height: calc(17*1vw); }

  .t-h-18vw {
    height: calc(18*1vw); }

  .t-h-19vw {
    height: calc(19*1vw); }

  .t-h-20vw {
    height: calc(20*1vw); }

  .t-h-21vw {
    height: calc(21*1vw); }

  .t-h-22vw {
    height: calc(22*1vw); }

  .t-h-23vw {
    height: calc(23*1vw); }

  .t-h-24vw {
    height: calc(24*1vw); }

  .t-h-25vw {
    height: calc(25*1vw); }

  .t-h-26vw {
    height: calc(26*1vw); }

  .t-h-27vw {
    height: calc(27*1vw); }

  .t-h-28vw {
    height: calc(28*1vw); }

  .t-h-29vw {
    height: calc(29*1vw); }

  .t-h-30vw {
    height: calc(30*1vw); }

  .t-h-31vw {
    height: calc(31*1vw); }

  .t-h-32vw {
    height: calc(32*1vw); }

  .t-h-33vw {
    height: calc(33*1vw); }

  .t-h-34vw {
    height: calc(34*1vw); }

  .t-h-35vw {
    height: calc(35*1vw); }

  .t-h-36vw {
    height: calc(36*1vw); }

  .t-h-37vw {
    height: calc(37*1vw); }

  .t-h-38vw {
    height: calc(38*1vw); }

  .t-h-39vw {
    height: calc(39*1vw); }

  .t-h-40vw {
    height: calc(40*1vw); }

  .t-h-41vw {
    height: calc(41*1vw); }

  .t-h-42vw {
    height: calc(42*1vw); }

  .t-h-43vw {
    height: calc(43*1vw); }

  .t-h-44vw {
    height: calc(44*1vw); }

  .t-h-45vw {
    height: calc(45*1vw); }

  .t-h-46vw {
    height: calc(46*1vw); }

  .t-h-47vw {
    height: calc(47*1vw); }

  .t-h-48vw {
    height: calc(48*1vw); }

  .t-h-49vw {
    height: calc(49*1vw); }

  .t-h-50vw {
    height: calc(50*1vw); }

  .t-h-51vw {
    height: calc(51*1vw); }

  .t-h-52vw {
    height: calc(52*1vw); }

  .t-h-53vw {
    height: calc(53*1vw); }

  .t-h-54vw {
    height: calc(54*1vw); }

  .t-h-55vw {
    height: calc(55*1vw); }

  .t-h-56vw {
    height: calc(56*1vw); }

  .t-h-57vw {
    height: calc(57*1vw); }

  .t-h-58vw {
    height: calc(58*1vw); }

  .t-h-59vw {
    height: calc(59*1vw); }

  .t-h-60vw {
    height: calc(60*1vw); }

  .t-h-61vw {
    height: calc(61*1vw); }

  .t-h-62vw {
    height: calc(62*1vw); }

  .t-h-63vw {
    height: calc(63*1vw); }

  .t-h-64vw {
    height: calc(64*1vw); }

  .t-h-65vw {
    height: calc(65*1vw); }

  .t-h-66vw {
    height: calc(66*1vw); }

  .t-h-67vw {
    height: calc(67*1vw); }

  .t-h-68vw {
    height: calc(68*1vw); }

  .t-h-69vw {
    height: calc(69*1vw); }

  .t-h-70vw {
    height: calc(70*1vw); }

  .t-h-71vw {
    height: calc(71*1vw); }

  .t-h-72vw {
    height: calc(72*1vw); }

  .t-h-73vw {
    height: calc(73*1vw); }

  .t-h-74vw {
    height: calc(74*1vw); }

  .t-h-75vw {
    height: calc(75*1vw); }

  .t-h-76vw {
    height: calc(76*1vw); }

  .t-h-77vw {
    height: calc(77*1vw); }

  .t-h-78vw {
    height: calc(78*1vw); }

  .t-h-79vw {
    height: calc(79*1vw); }

  .t-h-80vw {
    height: calc(80*1vw); }

  .t-h-81vw {
    height: calc(81*1vw); }

  .t-h-82vw {
    height: calc(82*1vw); }

  .t-h-83vw {
    height: calc(83*1vw); }

  .t-h-84vw {
    height: calc(84*1vw); }

  .t-h-85vw {
    height: calc(85*1vw); }

  .t-h-86vw {
    height: calc(86*1vw); }

  .t-h-87vw {
    height: calc(87*1vw); }

  .t-h-88vw {
    height: calc(88*1vw); }

  .t-h-89vw {
    height: calc(89*1vw); }

  .t-h-90vw {
    height: calc(90*1vw); }

  .t-h-91vw {
    height: calc(91*1vw); }

  .t-h-92vw {
    height: calc(92*1vw); }

  .t-h-93vw {
    height: calc(93*1vw); }

  .t-h-94vw {
    height: calc(94*1vw); }

  .t-h-95vw {
    height: calc(95*1vw); }

  .t-h-96vw {
    height: calc(96*1vw); }

  .t-h-97vw {
    height: calc(97*1vw); }

  .t-h-98vw {
    height: calc(98*1vw); }

  .t-h-99vw {
    height: calc(99*1vw); }

  .t-h-100vw {
    height: calc(100*1vw); }

  .t-h-1 {
    height: calc(1*1rem); }

  .t-h-2 {
    height: calc(2*1rem); }

  .t-h-3 {
    height: calc(3*1rem); }

  .t-h-4 {
    height: calc(4*1rem); }

  .t-h-5 {
    height: calc(5*1rem); }

  .t-h-6 {
    height: calc(6*1rem); }

  .t-h-7 {
    height: calc(7*1rem); }

  .t-h-8 {
    height: calc(8*1rem); }

  .t-h-9 {
    height: calc(9*1rem); }

  .t-h-10 {
    height: calc(10*1rem); }

  .t-h-11 {
    height: calc(11*1rem); }

  .t-h-12 {
    height: calc(12*1rem); }

  .t-h-13 {
    height: calc(13*1rem); }

  .t-h-14 {
    height: calc(14*1rem); }

  .t-h-15 {
    height: calc(15*1rem); }

  .t-h-16 {
    height: calc(16*1rem); }

  .t-h-17 {
    height: calc(17*1rem); }

  .t-h-18 {
    height: calc(18*1rem); }

  .t-h-19 {
    height: calc(19*1rem); }

  .t-h-20 {
    height: calc(20*1rem); }

  .t-h-21 {
    height: calc(21*1rem); }

  .t-h-22 {
    height: calc(22*1rem); }

  .t-h-23 {
    height: calc(23*1rem); }

  .t-h-24 {
    height: calc(24*1rem); }

  .t-h-25 {
    height: calc(25*1rem); }

  .t-h-26 {
    height: calc(26*1rem); }

  .t-h-27 {
    height: calc(27*1rem); }

  .t-h-28 {
    height: calc(28*1rem); }

  .t-h-29 {
    height: calc(29*1rem); }

  .t-h-30 {
    height: calc(30*1rem); }

  .t-h-31 {
    height: calc(31*1rem); }

  .t-h-32 {
    height: calc(32*1rem); }

  .t-h-33 {
    height: calc(33*1rem); }

  .t-h-34 {
    height: calc(34*1rem); }

  .t-h-35 {
    height: calc(35*1rem); }

  .t-h-36 {
    height: calc(36*1rem); }

  .t-h-37 {
    height: calc(37*1rem); }

  .t-h-38 {
    height: calc(38*1rem); }

  .t-h-39 {
    height: calc(39*1rem); }

  .t-h-40 {
    height: calc(40*1rem); }

  .t-h-41 {
    height: calc(41*1rem); }

  .t-h-42 {
    height: calc(42*1rem); }

  .t-h-43 {
    height: calc(43*1rem); }

  .t-h-44 {
    height: calc(44*1rem); }

  .t-h-45 {
    height: calc(45*1rem); }

  .t-h-46 {
    height: calc(46*1rem); }

  .t-h-47 {
    height: calc(47*1rem); }

  .t-h-48 {
    height: calc(48*1rem); }

  .t-h-49 {
    height: calc(49*1rem); }

  .t-h-50 {
    height: calc(50*1rem); }

  .t-maxh-1 {
    max-height: calc(1*1rem); }

  .t-maxh-2 {
    max-height: calc(2*1rem); }

  .t-maxh-3 {
    max-height: calc(3*1rem); }

  .t-maxh-4 {
    max-height: calc(4*1rem); }

  .t-maxh-5 {
    max-height: calc(5*1rem); }

  .t-maxh-6 {
    max-height: calc(6*1rem); }

  .t-maxh-7 {
    max-height: calc(7*1rem); }

  .t-maxh-8 {
    max-height: calc(8*1rem); }

  .t-maxh-9 {
    max-height: calc(9*1rem); }

  .t-maxh-10 {
    max-height: calc(10*1rem); }

  .t-maxh-11 {
    max-height: calc(11*1rem); }

  .t-maxh-12 {
    max-height: calc(12*1rem); }

  .t-maxh-13 {
    max-height: calc(13*1rem); }

  .t-maxh-14 {
    max-height: calc(14*1rem); }

  .t-maxh-15 {
    max-height: calc(15*1rem); }

  .t-maxh-16 {
    max-height: calc(16*1rem); }

  .t-maxh-17 {
    max-height: calc(17*1rem); }

  .t-maxh-18 {
    max-height: calc(18*1rem); }

  .t-maxh-19 {
    max-height: calc(19*1rem); }

  .t-maxh-20 {
    max-height: calc(20*1rem); }

  .t-maxh-21 {
    max-height: calc(21*1rem); }

  .t-maxh-22 {
    max-height: calc(22*1rem); }

  .t-maxh-23 {
    max-height: calc(23*1rem); }

  .t-maxh-24 {
    max-height: calc(24*1rem); }

  .t-maxh-25 {
    max-height: calc(25*1rem); }

  .t-maxh-26 {
    max-height: calc(26*1rem); }

  .t-maxh-27 {
    max-height: calc(27*1rem); }

  .t-maxh-28 {
    max-height: calc(28*1rem); }

  .t-maxh-29 {
    max-height: calc(29*1rem); }

  .t-maxh-30 {
    max-height: calc(30*1rem); }

  .t-maxh-31 {
    max-height: calc(31*1rem); }

  .t-maxh-32 {
    max-height: calc(32*1rem); }

  .t-maxh-33 {
    max-height: calc(33*1rem); }

  .t-maxh-34 {
    max-height: calc(34*1rem); }

  .t-maxh-35 {
    max-height: calc(35*1rem); }

  .t-maxh-36 {
    max-height: calc(36*1rem); }

  .t-maxh-37 {
    max-height: calc(37*1rem); }

  .t-maxh-38 {
    max-height: calc(38*1rem); }

  .t-maxh-39 {
    max-height: calc(39*1rem); }

  .t-maxh-40 {
    max-height: calc(40*1rem); }

  .t-maxh-41 {
    max-height: calc(41*1rem); }

  .t-maxh-42 {
    max-height: calc(42*1rem); }

  .t-maxh-43 {
    max-height: calc(43*1rem); }

  .t-maxh-44 {
    max-height: calc(44*1rem); }

  .t-maxh-45 {
    max-height: calc(45*1rem); }

  .t-maxh-46 {
    max-height: calc(46*1rem); }

  .t-maxh-47 {
    max-height: calc(47*1rem); }

  .t-maxh-48 {
    max-height: calc(48*1rem); }

  .t-maxh-49 {
    max-height: calc(49*1rem); }

  .t-maxh-50 {
    max-height: calc(50*1rem); } }
@media (min-width: 1024px) {
  .l-h-1vh {
    height: calc(1*1vh); }

  .l-h-2vh {
    height: calc(2*1vh); }

  .l-h-3vh {
    height: calc(3*1vh); }

  .l-h-4vh {
    height: calc(4*1vh); }

  .l-h-5vh {
    height: calc(5*1vh); }

  .l-h-6vh {
    height: calc(6*1vh); }

  .l-h-7vh {
    height: calc(7*1vh); }

  .l-h-8vh {
    height: calc(8*1vh); }

  .l-h-9vh {
    height: calc(9*1vh); }

  .l-h-10vh {
    height: calc(10*1vh); }

  .l-h-11vh {
    height: calc(11*1vh); }

  .l-h-12vh {
    height: calc(12*1vh); }

  .l-h-13vh {
    height: calc(13*1vh); }

  .l-h-14vh {
    height: calc(14*1vh); }

  .l-h-15vh {
    height: calc(15*1vh); }

  .l-h-16vh {
    height: calc(16*1vh); }

  .l-h-17vh {
    height: calc(17*1vh); }

  .l-h-18vh {
    height: calc(18*1vh); }

  .l-h-19vh {
    height: calc(19*1vh); }

  .l-h-20vh {
    height: calc(20*1vh); }

  .l-h-21vh {
    height: calc(21*1vh); }

  .l-h-22vh {
    height: calc(22*1vh); }

  .l-h-23vh {
    height: calc(23*1vh); }

  .l-h-24vh {
    height: calc(24*1vh); }

  .l-h-25vh {
    height: calc(25*1vh); }

  .l-h-26vh {
    height: calc(26*1vh); }

  .l-h-27vh {
    height: calc(27*1vh); }

  .l-h-28vh {
    height: calc(28*1vh); }

  .l-h-29vh {
    height: calc(29*1vh); }

  .l-h-30vh {
    height: calc(30*1vh); }

  .l-h-31vh {
    height: calc(31*1vh); }

  .l-h-32vh {
    height: calc(32*1vh); }

  .l-h-33vh {
    height: calc(33*1vh); }

  .l-h-34vh {
    height: calc(34*1vh); }

  .l-h-35vh {
    height: calc(35*1vh); }

  .l-h-36vh {
    height: calc(36*1vh); }

  .l-h-37vh {
    height: calc(37*1vh); }

  .l-h-38vh {
    height: calc(38*1vh); }

  .l-h-39vh {
    height: calc(39*1vh); }

  .l-h-40vh {
    height: calc(40*1vh); }

  .l-h-41vh {
    height: calc(41*1vh); }

  .l-h-42vh {
    height: calc(42*1vh); }

  .l-h-43vh {
    height: calc(43*1vh); }

  .l-h-44vh {
    height: calc(44*1vh); }

  .l-h-45vh {
    height: calc(45*1vh); }

  .l-h-46vh {
    height: calc(46*1vh); }

  .l-h-47vh {
    height: calc(47*1vh); }

  .l-h-48vh {
    height: calc(48*1vh); }

  .l-h-49vh {
    height: calc(49*1vh); }

  .l-h-50vh {
    height: calc(50*1vh); }

  .l-h-51vh {
    height: calc(51*1vh); }

  .l-h-52vh {
    height: calc(52*1vh); }

  .l-h-53vh {
    height: calc(53*1vh); }

  .l-h-54vh {
    height: calc(54*1vh); }

  .l-h-55vh {
    height: calc(55*1vh); }

  .l-h-56vh {
    height: calc(56*1vh); }

  .l-h-57vh {
    height: calc(57*1vh); }

  .l-h-58vh {
    height: calc(58*1vh); }

  .l-h-59vh {
    height: calc(59*1vh); }

  .l-h-60vh {
    height: calc(60*1vh); }

  .l-h-61vh {
    height: calc(61*1vh); }

  .l-h-62vh {
    height: calc(62*1vh); }

  .l-h-63vh {
    height: calc(63*1vh); }

  .l-h-64vh {
    height: calc(64*1vh); }

  .l-h-65vh {
    height: calc(65*1vh); }

  .l-h-66vh {
    height: calc(66*1vh); }

  .l-h-67vh {
    height: calc(67*1vh); }

  .l-h-68vh {
    height: calc(68*1vh); }

  .l-h-69vh {
    height: calc(69*1vh); }

  .l-h-70vh {
    height: calc(70*1vh); }

  .l-h-71vh {
    height: calc(71*1vh); }

  .l-h-72vh {
    height: calc(72*1vh); }

  .l-h-73vh {
    height: calc(73*1vh); }

  .l-h-74vh {
    height: calc(74*1vh); }

  .l-h-75vh {
    height: calc(75*1vh); }

  .l-h-76vh {
    height: calc(76*1vh); }

  .l-h-77vh {
    height: calc(77*1vh); }

  .l-h-78vh {
    height: calc(78*1vh); }

  .l-h-79vh {
    height: calc(79*1vh); }

  .l-h-80vh {
    height: calc(80*1vh); }

  .l-h-81vh {
    height: calc(81*1vh); }

  .l-h-82vh {
    height: calc(82*1vh); }

  .l-h-83vh {
    height: calc(83*1vh); }

  .l-h-84vh {
    height: calc(84*1vh); }

  .l-h-85vh {
    height: calc(85*1vh); }

  .l-h-86vh {
    height: calc(86*1vh); }

  .l-h-87vh {
    height: calc(87*1vh); }

  .l-h-88vh {
    height: calc(88*1vh); }

  .l-h-89vh {
    height: calc(89*1vh); }

  .l-h-90vh {
    height: calc(90*1vh); }

  .l-h-91vh {
    height: calc(91*1vh); }

  .l-h-92vh {
    height: calc(92*1vh); }

  .l-h-93vh {
    height: calc(93*1vh); }

  .l-h-94vh {
    height: calc(94*1vh); }

  .l-h-95vh {
    height: calc(95*1vh); }

  .l-h-96vh {
    height: calc(96*1vh); }

  .l-h-97vh {
    height: calc(97*1vh); }

  .l-h-98vh {
    height: calc(98*1vh); }

  .l-h-99vh {
    height: calc(99*1vh); }

  .l-h-100vh {
    height: calc(100*1vh); }

  .l-h-1vw {
    height: calc(1*1vw); }

  .l-h-2vw {
    height: calc(2*1vw); }

  .l-h-3vw {
    height: calc(3*1vw); }

  .l-h-4vw {
    height: calc(4*1vw); }

  .l-h-5vw {
    height: calc(5*1vw); }

  .l-h-6vw {
    height: calc(6*1vw); }

  .l-h-7vw {
    height: calc(7*1vw); }

  .l-h-8vw {
    height: calc(8*1vw); }

  .l-h-9vw {
    height: calc(9*1vw); }

  .l-h-10vw {
    height: calc(10*1vw); }

  .l-h-11vw {
    height: calc(11*1vw); }

  .l-h-12vw {
    height: calc(12*1vw); }

  .l-h-13vw {
    height: calc(13*1vw); }

  .l-h-14vw {
    height: calc(14*1vw); }

  .l-h-15vw {
    height: calc(15*1vw); }

  .l-h-16vw {
    height: calc(16*1vw); }

  .l-h-17vw {
    height: calc(17*1vw); }

  .l-h-18vw {
    height: calc(18*1vw); }

  .l-h-19vw {
    height: calc(19*1vw); }

  .l-h-20vw {
    height: calc(20*1vw); }

  .l-h-21vw {
    height: calc(21*1vw); }

  .l-h-22vw {
    height: calc(22*1vw); }

  .l-h-23vw {
    height: calc(23*1vw); }

  .l-h-24vw {
    height: calc(24*1vw); }

  .l-h-25vw {
    height: calc(25*1vw); }

  .l-h-26vw {
    height: calc(26*1vw); }

  .l-h-27vw {
    height: calc(27*1vw); }

  .l-h-28vw {
    height: calc(28*1vw); }

  .l-h-29vw {
    height: calc(29*1vw); }

  .l-h-30vw {
    height: calc(30*1vw); }

  .l-h-31vw {
    height: calc(31*1vw); }

  .l-h-32vw {
    height: calc(32*1vw); }

  .l-h-33vw {
    height: calc(33*1vw); }

  .l-h-34vw {
    height: calc(34*1vw); }

  .l-h-35vw {
    height: calc(35*1vw); }

  .l-h-36vw {
    height: calc(36*1vw); }

  .l-h-37vw {
    height: calc(37*1vw); }

  .l-h-38vw {
    height: calc(38*1vw); }

  .l-h-39vw {
    height: calc(39*1vw); }

  .l-h-40vw {
    height: calc(40*1vw); }

  .l-h-41vw {
    height: calc(41*1vw); }

  .l-h-42vw {
    height: calc(42*1vw); }

  .l-h-43vw {
    height: calc(43*1vw); }

  .l-h-44vw {
    height: calc(44*1vw); }

  .l-h-45vw {
    height: calc(45*1vw); }

  .l-h-46vw {
    height: calc(46*1vw); }

  .l-h-47vw {
    height: calc(47*1vw); }

  .l-h-48vw {
    height: calc(48*1vw); }

  .l-h-49vw {
    height: calc(49*1vw); }

  .l-h-50vw {
    height: calc(50*1vw); }

  .l-h-51vw {
    height: calc(51*1vw); }

  .l-h-52vw {
    height: calc(52*1vw); }

  .l-h-53vw {
    height: calc(53*1vw); }

  .l-h-54vw {
    height: calc(54*1vw); }

  .l-h-55vw {
    height: calc(55*1vw); }

  .l-h-56vw {
    height: calc(56*1vw); }

  .l-h-57vw {
    height: calc(57*1vw); }

  .l-h-58vw {
    height: calc(58*1vw); }

  .l-h-59vw {
    height: calc(59*1vw); }

  .l-h-60vw {
    height: calc(60*1vw); }

  .l-h-61vw {
    height: calc(61*1vw); }

  .l-h-62vw {
    height: calc(62*1vw); }

  .l-h-63vw {
    height: calc(63*1vw); }

  .l-h-64vw {
    height: calc(64*1vw); }

  .l-h-65vw {
    height: calc(65*1vw); }

  .l-h-66vw {
    height: calc(66*1vw); }

  .l-h-67vw {
    height: calc(67*1vw); }

  .l-h-68vw {
    height: calc(68*1vw); }

  .l-h-69vw {
    height: calc(69*1vw); }

  .l-h-70vw {
    height: calc(70*1vw); }

  .l-h-71vw {
    height: calc(71*1vw); }

  .l-h-72vw {
    height: calc(72*1vw); }

  .l-h-73vw {
    height: calc(73*1vw); }

  .l-h-74vw {
    height: calc(74*1vw); }

  .l-h-75vw {
    height: calc(75*1vw); }

  .l-h-76vw {
    height: calc(76*1vw); }

  .l-h-77vw {
    height: calc(77*1vw); }

  .l-h-78vw {
    height: calc(78*1vw); }

  .l-h-79vw {
    height: calc(79*1vw); }

  .l-h-80vw {
    height: calc(80*1vw); }

  .l-h-81vw {
    height: calc(81*1vw); }

  .l-h-82vw {
    height: calc(82*1vw); }

  .l-h-83vw {
    height: calc(83*1vw); }

  .l-h-84vw {
    height: calc(84*1vw); }

  .l-h-85vw {
    height: calc(85*1vw); }

  .l-h-86vw {
    height: calc(86*1vw); }

  .l-h-87vw {
    height: calc(87*1vw); }

  .l-h-88vw {
    height: calc(88*1vw); }

  .l-h-89vw {
    height: calc(89*1vw); }

  .l-h-90vw {
    height: calc(90*1vw); }

  .l-h-91vw {
    height: calc(91*1vw); }

  .l-h-92vw {
    height: calc(92*1vw); }

  .l-h-93vw {
    height: calc(93*1vw); }

  .l-h-94vw {
    height: calc(94*1vw); }

  .l-h-95vw {
    height: calc(95*1vw); }

  .l-h-96vw {
    height: calc(96*1vw); }

  .l-h-97vw {
    height: calc(97*1vw); }

  .l-h-98vw {
    height: calc(98*1vw); }

  .l-h-99vw {
    height: calc(99*1vw); }

  .l-h-100vw {
    height: calc(100*1vw); }

  .l-h-1 {
    height: calc(1*1rem); }

  .l-h-2 {
    height: calc(2*1rem); }

  .l-h-3 {
    height: calc(3*1rem); }

  .l-h-4 {
    height: calc(4*1rem); }

  .l-h-5 {
    height: calc(5*1rem); }

  .l-h-6 {
    height: calc(6*1rem); }

  .l-h-7 {
    height: calc(7*1rem); }

  .l-h-8 {
    height: calc(8*1rem); }

  .l-h-9 {
    height: calc(9*1rem); }

  .l-h-10 {
    height: calc(10*1rem); }

  .l-h-11 {
    height: calc(11*1rem); }

  .l-h-12 {
    height: calc(12*1rem); }

  .l-h-13 {
    height: calc(13*1rem); }

  .l-h-14 {
    height: calc(14*1rem); }

  .l-h-15 {
    height: calc(15*1rem); }

  .l-h-16 {
    height: calc(16*1rem); }

  .l-h-17 {
    height: calc(17*1rem); }

  .l-h-18 {
    height: calc(18*1rem); }

  .l-h-19 {
    height: calc(19*1rem); }

  .l-h-20 {
    height: calc(20*1rem); }

  .l-h-21 {
    height: calc(21*1rem); }

  .l-h-22 {
    height: calc(22*1rem); }

  .l-h-23 {
    height: calc(23*1rem); }

  .l-h-24 {
    height: calc(24*1rem); }

  .l-h-25 {
    height: calc(25*1rem); }

  .l-h-26 {
    height: calc(26*1rem); }

  .l-h-27 {
    height: calc(27*1rem); }

  .l-h-28 {
    height: calc(28*1rem); }

  .l-h-29 {
    height: calc(29*1rem); }

  .l-h-30 {
    height: calc(30*1rem); }

  .l-h-31 {
    height: calc(31*1rem); }

  .l-h-32 {
    height: calc(32*1rem); }

  .l-h-33 {
    height: calc(33*1rem); }

  .l-h-34 {
    height: calc(34*1rem); }

  .l-h-35 {
    height: calc(35*1rem); }

  .l-h-36 {
    height: calc(36*1rem); }

  .l-h-37 {
    height: calc(37*1rem); }

  .l-h-38 {
    height: calc(38*1rem); }

  .l-h-39 {
    height: calc(39*1rem); }

  .l-h-40 {
    height: calc(40*1rem); }

  .l-h-41 {
    height: calc(41*1rem); }

  .l-h-42 {
    height: calc(42*1rem); }

  .l-h-43 {
    height: calc(43*1rem); }

  .l-h-44 {
    height: calc(44*1rem); }

  .l-h-45 {
    height: calc(45*1rem); }

  .l-h-46 {
    height: calc(46*1rem); }

  .l-h-47 {
    height: calc(47*1rem); }

  .l-h-48 {
    height: calc(48*1rem); }

  .l-h-49 {
    height: calc(49*1rem); }

  .l-h-50 {
    height: calc(50*1rem); }

  .l-maxh-1 {
    max-height: calc(1*1rem); }

  .l-maxh-2 {
    max-height: calc(2*1rem); }

  .l-maxh-3 {
    max-height: calc(3*1rem); }

  .l-maxh-4 {
    max-height: calc(4*1rem); }

  .l-maxh-5 {
    max-height: calc(5*1rem); }

  .l-maxh-6 {
    max-height: calc(6*1rem); }

  .l-maxh-7 {
    max-height: calc(7*1rem); }

  .l-maxh-8 {
    max-height: calc(8*1rem); }

  .l-maxh-9 {
    max-height: calc(9*1rem); }

  .l-maxh-10 {
    max-height: calc(10*1rem); }

  .l-maxh-11 {
    max-height: calc(11*1rem); }

  .l-maxh-12 {
    max-height: calc(12*1rem); }

  .l-maxh-13 {
    max-height: calc(13*1rem); }

  .l-maxh-14 {
    max-height: calc(14*1rem); }

  .l-maxh-15 {
    max-height: calc(15*1rem); }

  .l-maxh-16 {
    max-height: calc(16*1rem); }

  .l-maxh-17 {
    max-height: calc(17*1rem); }

  .l-maxh-18 {
    max-height: calc(18*1rem); }

  .l-maxh-19 {
    max-height: calc(19*1rem); }

  .l-maxh-20 {
    max-height: calc(20*1rem); }

  .l-maxh-21 {
    max-height: calc(21*1rem); }

  .l-maxh-22 {
    max-height: calc(22*1rem); }

  .l-maxh-23 {
    max-height: calc(23*1rem); }

  .l-maxh-24 {
    max-height: calc(24*1rem); }

  .l-maxh-25 {
    max-height: calc(25*1rem); }

  .l-maxh-26 {
    max-height: calc(26*1rem); }

  .l-maxh-27 {
    max-height: calc(27*1rem); }

  .l-maxh-28 {
    max-height: calc(28*1rem); }

  .l-maxh-29 {
    max-height: calc(29*1rem); }

  .l-maxh-30 {
    max-height: calc(30*1rem); }

  .l-maxh-31 {
    max-height: calc(31*1rem); }

  .l-maxh-32 {
    max-height: calc(32*1rem); }

  .l-maxh-33 {
    max-height: calc(33*1rem); }

  .l-maxh-34 {
    max-height: calc(34*1rem); }

  .l-maxh-35 {
    max-height: calc(35*1rem); }

  .l-maxh-36 {
    max-height: calc(36*1rem); }

  .l-maxh-37 {
    max-height: calc(37*1rem); }

  .l-maxh-38 {
    max-height: calc(38*1rem); }

  .l-maxh-39 {
    max-height: calc(39*1rem); }

  .l-maxh-40 {
    max-height: calc(40*1rem); }

  .l-maxh-41 {
    max-height: calc(41*1rem); }

  .l-maxh-42 {
    max-height: calc(42*1rem); }

  .l-maxh-43 {
    max-height: calc(43*1rem); }

  .l-maxh-44 {
    max-height: calc(44*1rem); }

  .l-maxh-45 {
    max-height: calc(45*1rem); }

  .l-maxh-46 {
    max-height: calc(46*1rem); }

  .l-maxh-47 {
    max-height: calc(47*1rem); }

  .l-maxh-48 {
    max-height: calc(48*1rem); }

  .l-maxh-49 {
    max-height: calc(49*1rem); }

  .l-maxh-50 {
    max-height: calc(50*1rem); } }
@media (min-width: 1440px) {
  .d-h-1vh {
    height: calc(1*1vh); }

  .d-h-2vh {
    height: calc(2*1vh); }

  .d-h-3vh {
    height: calc(3*1vh); }

  .d-h-4vh {
    height: calc(4*1vh); }

  .d-h-5vh {
    height: calc(5*1vh); }

  .d-h-6vh {
    height: calc(6*1vh); }

  .d-h-7vh {
    height: calc(7*1vh); }

  .d-h-8vh {
    height: calc(8*1vh); }

  .d-h-9vh {
    height: calc(9*1vh); }

  .d-h-10vh {
    height: calc(10*1vh); }

  .d-h-11vh {
    height: calc(11*1vh); }

  .d-h-12vh {
    height: calc(12*1vh); }

  .d-h-13vh {
    height: calc(13*1vh); }

  .d-h-14vh {
    height: calc(14*1vh); }

  .d-h-15vh {
    height: calc(15*1vh); }

  .d-h-16vh {
    height: calc(16*1vh); }

  .d-h-17vh {
    height: calc(17*1vh); }

  .d-h-18vh {
    height: calc(18*1vh); }

  .d-h-19vh {
    height: calc(19*1vh); }

  .d-h-20vh {
    height: calc(20*1vh); }

  .d-h-21vh {
    height: calc(21*1vh); }

  .d-h-22vh {
    height: calc(22*1vh); }

  .d-h-23vh {
    height: calc(23*1vh); }

  .d-h-24vh {
    height: calc(24*1vh); }

  .d-h-25vh {
    height: calc(25*1vh); }

  .d-h-26vh {
    height: calc(26*1vh); }

  .d-h-27vh {
    height: calc(27*1vh); }

  .d-h-28vh {
    height: calc(28*1vh); }

  .d-h-29vh {
    height: calc(29*1vh); }

  .d-h-30vh {
    height: calc(30*1vh); }

  .d-h-31vh {
    height: calc(31*1vh); }

  .d-h-32vh {
    height: calc(32*1vh); }

  .d-h-33vh {
    height: calc(33*1vh); }

  .d-h-34vh {
    height: calc(34*1vh); }

  .d-h-35vh {
    height: calc(35*1vh); }

  .d-h-36vh {
    height: calc(36*1vh); }

  .d-h-37vh {
    height: calc(37*1vh); }

  .d-h-38vh {
    height: calc(38*1vh); }

  .d-h-39vh {
    height: calc(39*1vh); }

  .d-h-40vh {
    height: calc(40*1vh); }

  .d-h-41vh {
    height: calc(41*1vh); }

  .d-h-42vh {
    height: calc(42*1vh); }

  .d-h-43vh {
    height: calc(43*1vh); }

  .d-h-44vh {
    height: calc(44*1vh); }

  .d-h-45vh {
    height: calc(45*1vh); }

  .d-h-46vh {
    height: calc(46*1vh); }

  .d-h-47vh {
    height: calc(47*1vh); }

  .d-h-48vh {
    height: calc(48*1vh); }

  .d-h-49vh {
    height: calc(49*1vh); }

  .d-h-50vh {
    height: calc(50*1vh); }

  .d-h-51vh {
    height: calc(51*1vh); }

  .d-h-52vh {
    height: calc(52*1vh); }

  .d-h-53vh {
    height: calc(53*1vh); }

  .d-h-54vh {
    height: calc(54*1vh); }

  .d-h-55vh {
    height: calc(55*1vh); }

  .d-h-56vh {
    height: calc(56*1vh); }

  .d-h-57vh {
    height: calc(57*1vh); }

  .d-h-58vh {
    height: calc(58*1vh); }

  .d-h-59vh {
    height: calc(59*1vh); }

  .d-h-60vh {
    height: calc(60*1vh); }

  .d-h-61vh {
    height: calc(61*1vh); }

  .d-h-62vh {
    height: calc(62*1vh); }

  .d-h-63vh {
    height: calc(63*1vh); }

  .d-h-64vh {
    height: calc(64*1vh); }

  .d-h-65vh {
    height: calc(65*1vh); }

  .d-h-66vh {
    height: calc(66*1vh); }

  .d-h-67vh {
    height: calc(67*1vh); }

  .d-h-68vh {
    height: calc(68*1vh); }

  .d-h-69vh {
    height: calc(69*1vh); }

  .d-h-70vh {
    height: calc(70*1vh); }

  .d-h-71vh {
    height: calc(71*1vh); }

  .d-h-72vh {
    height: calc(72*1vh); }

  .d-h-73vh {
    height: calc(73*1vh); }

  .d-h-74vh {
    height: calc(74*1vh); }

  .d-h-75vh {
    height: calc(75*1vh); }

  .d-h-76vh {
    height: calc(76*1vh); }

  .d-h-77vh {
    height: calc(77*1vh); }

  .d-h-78vh {
    height: calc(78*1vh); }

  .d-h-79vh {
    height: calc(79*1vh); }

  .d-h-80vh {
    height: calc(80*1vh); }

  .d-h-81vh {
    height: calc(81*1vh); }

  .d-h-82vh {
    height: calc(82*1vh); }

  .d-h-83vh {
    height: calc(83*1vh); }

  .d-h-84vh {
    height: calc(84*1vh); }

  .d-h-85vh {
    height: calc(85*1vh); }

  .d-h-86vh {
    height: calc(86*1vh); }

  .d-h-87vh {
    height: calc(87*1vh); }

  .d-h-88vh {
    height: calc(88*1vh); }

  .d-h-89vh {
    height: calc(89*1vh); }

  .d-h-90vh {
    height: calc(90*1vh); }

  .d-h-91vh {
    height: calc(91*1vh); }

  .d-h-92vh {
    height: calc(92*1vh); }

  .d-h-93vh {
    height: calc(93*1vh); }

  .d-h-94vh {
    height: calc(94*1vh); }

  .d-h-95vh {
    height: calc(95*1vh); }

  .d-h-96vh {
    height: calc(96*1vh); }

  .d-h-97vh {
    height: calc(97*1vh); }

  .d-h-98vh {
    height: calc(98*1vh); }

  .d-h-99vh {
    height: calc(99*1vh); }

  .d-h-100vh {
    height: calc(100*1vh); }

  .d-h-1vw {
    height: calc(1*1vw); }

  .d-h-2vw {
    height: calc(2*1vw); }

  .d-h-3vw {
    height: calc(3*1vw); }

  .d-h-4vw {
    height: calc(4*1vw); }

  .d-h-5vw {
    height: calc(5*1vw); }

  .d-h-6vw {
    height: calc(6*1vw); }

  .d-h-7vw {
    height: calc(7*1vw); }

  .d-h-8vw {
    height: calc(8*1vw); }

  .d-h-9vw {
    height: calc(9*1vw); }

  .d-h-10vw {
    height: calc(10*1vw); }

  .d-h-11vw {
    height: calc(11*1vw); }

  .d-h-12vw {
    height: calc(12*1vw); }

  .d-h-13vw {
    height: calc(13*1vw); }

  .d-h-14vw {
    height: calc(14*1vw); }

  .d-h-15vw {
    height: calc(15*1vw); }

  .d-h-16vw {
    height: calc(16*1vw); }

  .d-h-17vw {
    height: calc(17*1vw); }

  .d-h-18vw {
    height: calc(18*1vw); }

  .d-h-19vw {
    height: calc(19*1vw); }

  .d-h-20vw {
    height: calc(20*1vw); }

  .d-h-21vw {
    height: calc(21*1vw); }

  .d-h-22vw {
    height: calc(22*1vw); }

  .d-h-23vw {
    height: calc(23*1vw); }

  .d-h-24vw {
    height: calc(24*1vw); }

  .d-h-25vw {
    height: calc(25*1vw); }

  .d-h-26vw {
    height: calc(26*1vw); }

  .d-h-27vw {
    height: calc(27*1vw); }

  .d-h-28vw {
    height: calc(28*1vw); }

  .d-h-29vw {
    height: calc(29*1vw); }

  .d-h-30vw {
    height: calc(30*1vw); }

  .d-h-31vw {
    height: calc(31*1vw); }

  .d-h-32vw {
    height: calc(32*1vw); }

  .d-h-33vw {
    height: calc(33*1vw); }

  .d-h-34vw {
    height: calc(34*1vw); }

  .d-h-35vw {
    height: calc(35*1vw); }

  .d-h-36vw {
    height: calc(36*1vw); }

  .d-h-37vw {
    height: calc(37*1vw); }

  .d-h-38vw {
    height: calc(38*1vw); }

  .d-h-39vw {
    height: calc(39*1vw); }

  .d-h-40vw {
    height: calc(40*1vw); }

  .d-h-41vw {
    height: calc(41*1vw); }

  .d-h-42vw {
    height: calc(42*1vw); }

  .d-h-43vw {
    height: calc(43*1vw); }

  .d-h-44vw {
    height: calc(44*1vw); }

  .d-h-45vw {
    height: calc(45*1vw); }

  .d-h-46vw {
    height: calc(46*1vw); }

  .d-h-47vw {
    height: calc(47*1vw); }

  .d-h-48vw {
    height: calc(48*1vw); }

  .d-h-49vw {
    height: calc(49*1vw); }

  .d-h-50vw {
    height: calc(50*1vw); }

  .d-h-51vw {
    height: calc(51*1vw); }

  .d-h-52vw {
    height: calc(52*1vw); }

  .d-h-53vw {
    height: calc(53*1vw); }

  .d-h-54vw {
    height: calc(54*1vw); }

  .d-h-55vw {
    height: calc(55*1vw); }

  .d-h-56vw {
    height: calc(56*1vw); }

  .d-h-57vw {
    height: calc(57*1vw); }

  .d-h-58vw {
    height: calc(58*1vw); }

  .d-h-59vw {
    height: calc(59*1vw); }

  .d-h-60vw {
    height: calc(60*1vw); }

  .d-h-61vw {
    height: calc(61*1vw); }

  .d-h-62vw {
    height: calc(62*1vw); }

  .d-h-63vw {
    height: calc(63*1vw); }

  .d-h-64vw {
    height: calc(64*1vw); }

  .d-h-65vw {
    height: calc(65*1vw); }

  .d-h-66vw {
    height: calc(66*1vw); }

  .d-h-67vw {
    height: calc(67*1vw); }

  .d-h-68vw {
    height: calc(68*1vw); }

  .d-h-69vw {
    height: calc(69*1vw); }

  .d-h-70vw {
    height: calc(70*1vw); }

  .d-h-71vw {
    height: calc(71*1vw); }

  .d-h-72vw {
    height: calc(72*1vw); }

  .d-h-73vw {
    height: calc(73*1vw); }

  .d-h-74vw {
    height: calc(74*1vw); }

  .d-h-75vw {
    height: calc(75*1vw); }

  .d-h-76vw {
    height: calc(76*1vw); }

  .d-h-77vw {
    height: calc(77*1vw); }

  .d-h-78vw {
    height: calc(78*1vw); }

  .d-h-79vw {
    height: calc(79*1vw); }

  .d-h-80vw {
    height: calc(80*1vw); }

  .d-h-81vw {
    height: calc(81*1vw); }

  .d-h-82vw {
    height: calc(82*1vw); }

  .d-h-83vw {
    height: calc(83*1vw); }

  .d-h-84vw {
    height: calc(84*1vw); }

  .d-h-85vw {
    height: calc(85*1vw); }

  .d-h-86vw {
    height: calc(86*1vw); }

  .d-h-87vw {
    height: calc(87*1vw); }

  .d-h-88vw {
    height: calc(88*1vw); }

  .d-h-89vw {
    height: calc(89*1vw); }

  .d-h-90vw {
    height: calc(90*1vw); }

  .d-h-91vw {
    height: calc(91*1vw); }

  .d-h-92vw {
    height: calc(92*1vw); }

  .d-h-93vw {
    height: calc(93*1vw); }

  .d-h-94vw {
    height: calc(94*1vw); }

  .d-h-95vw {
    height: calc(95*1vw); }

  .d-h-96vw {
    height: calc(96*1vw); }

  .d-h-97vw {
    height: calc(97*1vw); }

  .d-h-98vw {
    height: calc(98*1vw); }

  .d-h-99vw {
    height: calc(99*1vw); }

  .d-h-100vw {
    height: calc(100*1vw); }

  .d-h-1 {
    height: calc(1*1rem); }

  .d-h-2 {
    height: calc(2*1rem); }

  .d-h-3 {
    height: calc(3*1rem); }

  .d-h-4 {
    height: calc(4*1rem); }

  .d-h-5 {
    height: calc(5*1rem); }

  .d-h-6 {
    height: calc(6*1rem); }

  .d-h-7 {
    height: calc(7*1rem); }

  .d-h-8 {
    height: calc(8*1rem); }

  .d-h-9 {
    height: calc(9*1rem); }

  .d-h-10 {
    height: calc(10*1rem); }

  .d-h-11 {
    height: calc(11*1rem); }

  .d-h-12 {
    height: calc(12*1rem); }

  .d-h-13 {
    height: calc(13*1rem); }

  .d-h-14 {
    height: calc(14*1rem); }

  .d-h-15 {
    height: calc(15*1rem); }

  .d-h-16 {
    height: calc(16*1rem); }

  .d-h-17 {
    height: calc(17*1rem); }

  .d-h-18 {
    height: calc(18*1rem); }

  .d-h-19 {
    height: calc(19*1rem); }

  .d-h-20 {
    height: calc(20*1rem); }

  .d-h-21 {
    height: calc(21*1rem); }

  .d-h-22 {
    height: calc(22*1rem); }

  .d-h-23 {
    height: calc(23*1rem); }

  .d-h-24 {
    height: calc(24*1rem); }

  .d-h-25 {
    height: calc(25*1rem); }

  .d-h-26 {
    height: calc(26*1rem); }

  .d-h-27 {
    height: calc(27*1rem); }

  .d-h-28 {
    height: calc(28*1rem); }

  .d-h-29 {
    height: calc(29*1rem); }

  .d-h-30 {
    height: calc(30*1rem); }

  .d-h-31 {
    height: calc(31*1rem); }

  .d-h-32 {
    height: calc(32*1rem); }

  .d-h-33 {
    height: calc(33*1rem); }

  .d-h-34 {
    height: calc(34*1rem); }

  .d-h-35 {
    height: calc(35*1rem); }

  .d-h-36 {
    height: calc(36*1rem); }

  .d-h-37 {
    height: calc(37*1rem); }

  .d-h-38 {
    height: calc(38*1rem); }

  .d-h-39 {
    height: calc(39*1rem); }

  .d-h-40 {
    height: calc(40*1rem); }

  .d-h-41 {
    height: calc(41*1rem); }

  .d-h-42 {
    height: calc(42*1rem); }

  .d-h-43 {
    height: calc(43*1rem); }

  .d-h-44 {
    height: calc(44*1rem); }

  .d-h-45 {
    height: calc(45*1rem); }

  .d-h-46 {
    height: calc(46*1rem); }

  .d-h-47 {
    height: calc(47*1rem); }

  .d-h-48 {
    height: calc(48*1rem); }

  .d-h-49 {
    height: calc(49*1rem); }

  .d-h-50 {
    height: calc(50*1rem); }

  .d-maxh-1 {
    max-height: calc(1*1rem); }

  .d-maxh-2 {
    max-height: calc(2*1rem); }

  .d-maxh-3 {
    max-height: calc(3*1rem); }

  .d-maxh-4 {
    max-height: calc(4*1rem); }

  .d-maxh-5 {
    max-height: calc(5*1rem); }

  .d-maxh-6 {
    max-height: calc(6*1rem); }

  .d-maxh-7 {
    max-height: calc(7*1rem); }

  .d-maxh-8 {
    max-height: calc(8*1rem); }

  .d-maxh-9 {
    max-height: calc(9*1rem); }

  .d-maxh-10 {
    max-height: calc(10*1rem); }

  .d-maxh-11 {
    max-height: calc(11*1rem); }

  .d-maxh-12 {
    max-height: calc(12*1rem); }

  .d-maxh-13 {
    max-height: calc(13*1rem); }

  .d-maxh-14 {
    max-height: calc(14*1rem); }

  .d-maxh-15 {
    max-height: calc(15*1rem); }

  .d-maxh-16 {
    max-height: calc(16*1rem); }

  .d-maxh-17 {
    max-height: calc(17*1rem); }

  .d-maxh-18 {
    max-height: calc(18*1rem); }

  .d-maxh-19 {
    max-height: calc(19*1rem); }

  .d-maxh-20 {
    max-height: calc(20*1rem); }

  .d-maxh-21 {
    max-height: calc(21*1rem); }

  .d-maxh-22 {
    max-height: calc(22*1rem); }

  .d-maxh-23 {
    max-height: calc(23*1rem); }

  .d-maxh-24 {
    max-height: calc(24*1rem); }

  .d-maxh-25 {
    max-height: calc(25*1rem); }

  .d-maxh-26 {
    max-height: calc(26*1rem); }

  .d-maxh-27 {
    max-height: calc(27*1rem); }

  .d-maxh-28 {
    max-height: calc(28*1rem); }

  .d-maxh-29 {
    max-height: calc(29*1rem); }

  .d-maxh-30 {
    max-height: calc(30*1rem); }

  .d-maxh-31 {
    max-height: calc(31*1rem); }

  .d-maxh-32 {
    max-height: calc(32*1rem); }

  .d-maxh-33 {
    max-height: calc(33*1rem); }

  .d-maxh-34 {
    max-height: calc(34*1rem); }

  .d-maxh-35 {
    max-height: calc(35*1rem); }

  .d-maxh-36 {
    max-height: calc(36*1rem); }

  .d-maxh-37 {
    max-height: calc(37*1rem); }

  .d-maxh-38 {
    max-height: calc(38*1rem); }

  .d-maxh-39 {
    max-height: calc(39*1rem); }

  .d-maxh-40 {
    max-height: calc(40*1rem); }

  .d-maxh-41 {
    max-height: calc(41*1rem); }

  .d-maxh-42 {
    max-height: calc(42*1rem); }

  .d-maxh-43 {
    max-height: calc(43*1rem); }

  .d-maxh-44 {
    max-height: calc(44*1rem); }

  .d-maxh-45 {
    max-height: calc(45*1rem); }

  .d-maxh-46 {
    max-height: calc(46*1rem); }

  .d-maxh-47 {
    max-height: calc(47*1rem); }

  .d-maxh-48 {
    max-height: calc(48*1rem); }

  .d-maxh-49 {
    max-height: calc(49*1rem); }

  .d-maxh-50 {
    max-height: calc(50*1rem); } }
.square-3 {
  width: 3rem;
  height: 3rem; }

.square-2 {
  width: 2rem;
  height: 2rem; }

.square-4 {
  width: 4rem;
  height: 4rem; }

.square-5 {
  width: 5rem;
  height: 5rem; }

@media (min-width: 320px) {
  .w1,
  .w-1 {
    width: calc(1*1%); }

  .w2,
  .w-2 {
    width: calc(2*1%); }

  .w3,
  .w-3 {
    width: calc(3*1%); }

  .w4,
  .w-4 {
    width: calc(4*1%); }

  .w5,
  .w-5 {
    width: calc(5*1%); }

  .w6,
  .w-6 {
    width: calc(6*1%); }

  .w7,
  .w-7 {
    width: calc(7*1%); }

  .w8,
  .w-8 {
    width: calc(8*1%); }

  .w9,
  .w-9 {
    width: calc(9*1%); }

  .w10,
  .w-10 {
    width: calc(10*1%); }

  .w11,
  .w-11 {
    width: calc(11*1%); }

  .w12,
  .w-12 {
    width: calc(12*1%); }

  .w13,
  .w-13 {
    width: calc(13*1%); }

  .w14,
  .w-14 {
    width: calc(14*1%); }

  .w15,
  .w-15 {
    width: calc(15*1%); }

  .w16,
  .w-16 {
    width: calc(16*1%); }

  .w17,
  .w-17 {
    width: calc(17*1%); }

  .w18,
  .w-18 {
    width: calc(18*1%); }

  .w19,
  .w-19 {
    width: calc(19*1%); }

  .w20,
  .w-20 {
    width: calc(20*1%); }

  .w21,
  .w-21 {
    width: calc(21*1%); }

  .w22,
  .w-22 {
    width: calc(22*1%); }

  .w23,
  .w-23 {
    width: calc(23*1%); }

  .w24,
  .w-24 {
    width: calc(24*1%); }

  .w25,
  .w-25 {
    width: calc(25*1%); }

  .w26,
  .w-26 {
    width: calc(26*1%); }

  .w27,
  .w-27 {
    width: calc(27*1%); }

  .w28,
  .w-28 {
    width: calc(28*1%); }

  .w29,
  .w-29 {
    width: calc(29*1%); }

  .w30,
  .w-30 {
    width: calc(30*1%); }

  .w31,
  .w-31 {
    width: calc(31*1%); }

  .w32,
  .w-32 {
    width: calc(32*1%); }

  .w33,
  .w-33 {
    width: calc(33*1%); }

  .w34,
  .w-34 {
    width: calc(34*1%); }

  .w35,
  .w-35 {
    width: calc(35*1%); }

  .w36,
  .w-36 {
    width: calc(36*1%); }

  .w37,
  .w-37 {
    width: calc(37*1%); }

  .w38,
  .w-38 {
    width: calc(38*1%); }

  .w39,
  .w-39 {
    width: calc(39*1%); }

  .w40,
  .w-40 {
    width: calc(40*1%); }

  .w41,
  .w-41 {
    width: calc(41*1%); }

  .w42,
  .w-42 {
    width: calc(42*1%); }

  .w43,
  .w-43 {
    width: calc(43*1%); }

  .w44,
  .w-44 {
    width: calc(44*1%); }

  .w45,
  .w-45 {
    width: calc(45*1%); }

  .w46,
  .w-46 {
    width: calc(46*1%); }

  .w47,
  .w-47 {
    width: calc(47*1%); }

  .w48,
  .w-48 {
    width: calc(48*1%); }

  .w49,
  .w-49 {
    width: calc(49*1%); }

  .w50,
  .w-50 {
    width: calc(50*1%); }

  .w51,
  .w-51 {
    width: calc(51*1%); }

  .w52,
  .w-52 {
    width: calc(52*1%); }

  .w53,
  .w-53 {
    width: calc(53*1%); }

  .w54,
  .w-54 {
    width: calc(54*1%); }

  .w55,
  .w-55 {
    width: calc(55*1%); }

  .w56,
  .w-56 {
    width: calc(56*1%); }

  .w57,
  .w-57 {
    width: calc(57*1%); }

  .w58,
  .w-58 {
    width: calc(58*1%); }

  .w59,
  .w-59 {
    width: calc(59*1%); }

  .w60,
  .w-60 {
    width: calc(60*1%); }

  .w61,
  .w-61 {
    width: calc(61*1%); }

  .w62,
  .w-62 {
    width: calc(62*1%); }

  .w63,
  .w-63 {
    width: calc(63*1%); }

  .w64,
  .w-64 {
    width: calc(64*1%); }

  .w65,
  .w-65 {
    width: calc(65*1%); }

  .w66,
  .w-66 {
    width: calc(66*1%); }

  .w67,
  .w-67 {
    width: calc(67*1%); }

  .w68,
  .w-68 {
    width: calc(68*1%); }

  .w69,
  .w-69 {
    width: calc(69*1%); }

  .w70,
  .w-70 {
    width: calc(70*1%); }

  .w71,
  .w-71 {
    width: calc(71*1%); }

  .w72,
  .w-72 {
    width: calc(72*1%); }

  .w73,
  .w-73 {
    width: calc(73*1%); }

  .w74,
  .w-74 {
    width: calc(74*1%); }

  .w75,
  .w-75 {
    width: calc(75*1%); }

  .w76,
  .w-76 {
    width: calc(76*1%); }

  .w77,
  .w-77 {
    width: calc(77*1%); }

  .w78,
  .w-78 {
    width: calc(78*1%); }

  .w79,
  .w-79 {
    width: calc(79*1%); }

  .w80,
  .w-80 {
    width: calc(80*1%); }

  .w81,
  .w-81 {
    width: calc(81*1%); }

  .w82,
  .w-82 {
    width: calc(82*1%); }

  .w83,
  .w-83 {
    width: calc(83*1%); }

  .w84,
  .w-84 {
    width: calc(84*1%); }

  .w85,
  .w-85 {
    width: calc(85*1%); }

  .w86,
  .w-86 {
    width: calc(86*1%); }

  .w87,
  .w-87 {
    width: calc(87*1%); }

  .w88,
  .w-88 {
    width: calc(88*1%); }

  .w89,
  .w-89 {
    width: calc(89*1%); }

  .w90,
  .w-90 {
    width: calc(90*1%); }

  .w91,
  .w-91 {
    width: calc(91*1%); }

  .w92,
  .w-92 {
    width: calc(92*1%); }

  .w93,
  .w-93 {
    width: calc(93*1%); }

  .w94,
  .w-94 {
    width: calc(94*1%); }

  .w95,
  .w-95 {
    width: calc(95*1%); }

  .w96,
  .w-96 {
    width: calc(96*1%); }

  .w97,
  .w-97 {
    width: calc(97*1%); }

  .w98,
  .w-98 {
    width: calc(98*1%); }

  .w99,
  .w-99 {
    width: calc(99*1%); }

  .w100,
  .w-100 {
    width: calc(100*1%); }

  .w-1rem {
    width: calc(1*1rem); }

  .w-2rem {
    width: calc(2*1rem); }

  .w-3rem {
    width: calc(3*1rem); }

  .w-4rem {
    width: calc(4*1rem); }

  .w-5rem {
    width: calc(5*1rem); }

  .w-6rem {
    width: calc(6*1rem); }

  .w-7rem {
    width: calc(7*1rem); }

  .w-8rem {
    width: calc(8*1rem); }

  .w-9rem {
    width: calc(9*1rem); }

  .w-10rem {
    width: calc(10*1rem); }

  .w-11rem {
    width: calc(11*1rem); }

  .w-12rem {
    width: calc(12*1rem); }

  .w-13rem {
    width: calc(13*1rem); }

  .w-14rem {
    width: calc(14*1rem); }

  .w-15rem {
    width: calc(15*1rem); }

  .w-16rem {
    width: calc(16*1rem); }

  .w-17rem {
    width: calc(17*1rem); }

  .w-18rem {
    width: calc(18*1rem); }

  .w-19rem {
    width: calc(19*1rem); }

  .w-20rem {
    width: calc(20*1rem); }

  .w-1px {
    width: calc(1*1px); }

  .w-2px {
    width: calc(2*1px); }

  .w-3px {
    width: calc(3*1px); }

  .w-4px {
    width: calc(4*1px); }

  .w-5px {
    width: calc(5*1px); }

  .w-6px {
    width: calc(6*1px); }

  .w-7px {
    width: calc(7*1px); }

  .w-8px {
    width: calc(8*1px); }

  .w-9px {
    width: calc(9*1px); }

  .w-10px {
    width: calc(10*1px); }

  .w-11px {
    width: calc(11*1px); }

  .w-12px {
    width: calc(12*1px); }

  .w-13px {
    width: calc(13*1px); }

  .w-14px {
    width: calc(14*1px); }

  .w-15px {
    width: calc(15*1px); }

  .w-16px {
    width: calc(16*1px); }

  .w-17px {
    width: calc(17*1px); }

  .w-18px {
    width: calc(18*1px); }

  .w-19px {
    width: calc(19*1px); }

  .w-20px {
    width: calc(20*1px); }

  .w-21px {
    width: calc(21*1px); }

  .w-22px {
    width: calc(22*1px); }

  .w-23px {
    width: calc(23*1px); }

  .w-24px {
    width: calc(24*1px); }

  .w-25px {
    width: calc(25*1px); }

  .w-26px {
    width: calc(26*1px); }

  .w-27px {
    width: calc(27*1px); }

  .w-28px {
    width: calc(28*1px); }

  .w-29px {
    width: calc(29*1px); }

  .w-30px {
    width: calc(30*1px); }

  .w-31px {
    width: calc(31*1px); }

  .w-32px {
    width: calc(32*1px); }

  .w-33px {
    width: calc(33*1px); }

  .w-34px {
    width: calc(34*1px); }

  .w-35px {
    width: calc(35*1px); }

  .w-36px {
    width: calc(36*1px); }

  .w-37px {
    width: calc(37*1px); }

  .w-38px {
    width: calc(38*1px); }

  .w-39px {
    width: calc(39*1px); }

  .w-40px {
    width: calc(40*1px); }

  .w-41px {
    width: calc(41*1px); }

  .w-42px {
    width: calc(42*1px); }

  .w-43px {
    width: calc(43*1px); }

  .w-44px {
    width: calc(44*1px); }

  .w-45px {
    width: calc(45*1px); }

  .w-46px {
    width: calc(46*1px); }

  .w-47px {
    width: calc(47*1px); }

  .w-48px {
    width: calc(48*1px); }

  .w-49px {
    width: calc(49*1px); }

  .w-50px {
    width: calc(50*1px); }

  .w-51px {
    width: calc(51*1px); }

  .w-52px {
    width: calc(52*1px); }

  .w-53px {
    width: calc(53*1px); }

  .w-54px {
    width: calc(54*1px); }

  .w-55px {
    width: calc(55*1px); }

  .w-56px {
    width: calc(56*1px); }

  .w-57px {
    width: calc(57*1px); }

  .w-58px {
    width: calc(58*1px); }

  .w-59px {
    width: calc(59*1px); }

  .w-60px {
    width: calc(60*1px); }

  .w-61px {
    width: calc(61*1px); }

  .w-62px {
    width: calc(62*1px); }

  .w-63px {
    width: calc(63*1px); }

  .w-64px {
    width: calc(64*1px); }

  .w-65px {
    width: calc(65*1px); }

  .w-66px {
    width: calc(66*1px); }

  .w-67px {
    width: calc(67*1px); }

  .w-68px {
    width: calc(68*1px); }

  .w-69px {
    width: calc(69*1px); }

  .w-70px {
    width: calc(70*1px); }

  .w-71px {
    width: calc(71*1px); }

  .w-72px {
    width: calc(72*1px); }

  .w-73px {
    width: calc(73*1px); }

  .w-74px {
    width: calc(74*1px); }

  .w-75px {
    width: calc(75*1px); }

  .w-76px {
    width: calc(76*1px); }

  .w-77px {
    width: calc(77*1px); }

  .w-78px {
    width: calc(78*1px); }

  .w-79px {
    width: calc(79*1px); }

  .w-80px {
    width: calc(80*1px); }

  .w-81px {
    width: calc(81*1px); }

  .w-82px {
    width: calc(82*1px); }

  .w-83px {
    width: calc(83*1px); }

  .w-84px {
    width: calc(84*1px); }

  .w-85px {
    width: calc(85*1px); }

  .w-86px {
    width: calc(86*1px); }

  .w-87px {
    width: calc(87*1px); }

  .w-88px {
    width: calc(88*1px); }

  .w-89px {
    width: calc(89*1px); }

  .w-90px {
    width: calc(90*1px); }

  .w-91px {
    width: calc(91*1px); }

  .w-92px {
    width: calc(92*1px); }

  .w-93px {
    width: calc(93*1px); }

  .w-94px {
    width: calc(94*1px); }

  .w-95px {
    width: calc(95*1px); }

  .w-96px {
    width: calc(96*1px); }

  .w-97px {
    width: calc(97*1px); }

  .w-98px {
    width: calc(98*1px); }

  .w-99px {
    width: calc(99*1px); }

  .w-100px {
    width: calc(100*1px); }

  .w-1vw {
    width: calc(1*1vw); }

  .w-2vw {
    width: calc(2*1vw); }

  .w-3vw {
    width: calc(3*1vw); }

  .w-4vw {
    width: calc(4*1vw); }

  .w-5vw {
    width: calc(5*1vw); }

  .w-6vw {
    width: calc(6*1vw); }

  .w-7vw {
    width: calc(7*1vw); }

  .w-8vw {
    width: calc(8*1vw); }

  .w-9vw {
    width: calc(9*1vw); }

  .w-10vw {
    width: calc(10*1vw); }

  .w-11vw {
    width: calc(11*1vw); }

  .w-12vw {
    width: calc(12*1vw); }

  .w-13vw {
    width: calc(13*1vw); }

  .w-14vw {
    width: calc(14*1vw); }

  .w-15vw {
    width: calc(15*1vw); }

  .w-16vw {
    width: calc(16*1vw); }

  .w-17vw {
    width: calc(17*1vw); }

  .w-18vw {
    width: calc(18*1vw); }

  .w-19vw {
    width: calc(19*1vw); }

  .w-20vw {
    width: calc(20*1vw); }

  .w-21vw {
    width: calc(21*1vw); }

  .w-22vw {
    width: calc(22*1vw); }

  .w-23vw {
    width: calc(23*1vw); }

  .w-24vw {
    width: calc(24*1vw); }

  .w-25vw {
    width: calc(25*1vw); }

  .w-26vw {
    width: calc(26*1vw); }

  .w-27vw {
    width: calc(27*1vw); }

  .w-28vw {
    width: calc(28*1vw); }

  .w-29vw {
    width: calc(29*1vw); }

  .w-30vw {
    width: calc(30*1vw); }

  .w-31vw {
    width: calc(31*1vw); }

  .w-32vw {
    width: calc(32*1vw); }

  .w-33vw {
    width: calc(33*1vw); }

  .w-34vw {
    width: calc(34*1vw); }

  .w-35vw {
    width: calc(35*1vw); }

  .w-36vw {
    width: calc(36*1vw); }

  .w-37vw {
    width: calc(37*1vw); }

  .w-38vw {
    width: calc(38*1vw); }

  .w-39vw {
    width: calc(39*1vw); }

  .w-40vw {
    width: calc(40*1vw); }

  .w-41vw {
    width: calc(41*1vw); }

  .w-42vw {
    width: calc(42*1vw); }

  .w-43vw {
    width: calc(43*1vw); }

  .w-44vw {
    width: calc(44*1vw); }

  .w-45vw {
    width: calc(45*1vw); }

  .w-46vw {
    width: calc(46*1vw); }

  .w-47vw {
    width: calc(47*1vw); }

  .w-48vw {
    width: calc(48*1vw); }

  .w-49vw {
    width: calc(49*1vw); }

  .w-50vw {
    width: calc(50*1vw); }

  .w-51vw {
    width: calc(51*1vw); }

  .w-52vw {
    width: calc(52*1vw); }

  .w-53vw {
    width: calc(53*1vw); }

  .w-54vw {
    width: calc(54*1vw); }

  .w-55vw {
    width: calc(55*1vw); }

  .w-56vw {
    width: calc(56*1vw); }

  .w-57vw {
    width: calc(57*1vw); }

  .w-58vw {
    width: calc(58*1vw); }

  .w-59vw {
    width: calc(59*1vw); }

  .w-60vw {
    width: calc(60*1vw); }

  .w-61vw {
    width: calc(61*1vw); }

  .w-62vw {
    width: calc(62*1vw); }

  .w-63vw {
    width: calc(63*1vw); }

  .w-64vw {
    width: calc(64*1vw); }

  .w-65vw {
    width: calc(65*1vw); }

  .w-66vw {
    width: calc(66*1vw); }

  .w-67vw {
    width: calc(67*1vw); }

  .w-68vw {
    width: calc(68*1vw); }

  .w-69vw {
    width: calc(69*1vw); }

  .w-70vw {
    width: calc(70*1vw); }

  .w-71vw {
    width: calc(71*1vw); }

  .w-72vw {
    width: calc(72*1vw); }

  .w-73vw {
    width: calc(73*1vw); }

  .w-74vw {
    width: calc(74*1vw); }

  .w-75vw {
    width: calc(75*1vw); }

  .w-76vw {
    width: calc(76*1vw); }

  .w-77vw {
    width: calc(77*1vw); }

  .w-78vw {
    width: calc(78*1vw); }

  .w-79vw {
    width: calc(79*1vw); }

  .w-80vw {
    width: calc(80*1vw); }

  .w-81vw {
    width: calc(81*1vw); }

  .w-82vw {
    width: calc(82*1vw); }

  .w-83vw {
    width: calc(83*1vw); }

  .w-84vw {
    width: calc(84*1vw); }

  .w-85vw {
    width: calc(85*1vw); }

  .w-86vw {
    width: calc(86*1vw); }

  .w-87vw {
    width: calc(87*1vw); }

  .w-88vw {
    width: calc(88*1vw); }

  .w-89vw {
    width: calc(89*1vw); }

  .w-90vw {
    width: calc(90*1vw); }

  .w-91vw {
    width: calc(91*1vw); }

  .w-92vw {
    width: calc(92*1vw); }

  .w-93vw {
    width: calc(93*1vw); }

  .w-94vw {
    width: calc(94*1vw); }

  .w-95vw {
    width: calc(95*1vw); }

  .w-96vw {
    width: calc(96*1vw); }

  .w-97vw {
    width: calc(97*1vw); }

  .w-98vw {
    width: calc(98*1vw); }

  .w-99vw {
    width: calc(99*1vw); }

  .w-100vw {
    width: calc(100*1vw); }

  .w33,
  .w-33 {
    width: 33.33333333%; }

  .w66,
  .w-66 {
    width: 66.66666666%; } }
@media (min-width: 520px) {
  .pl-w1,
  .pl-w-1 {
    width: calc(1*1%); }

  .pl-w2,
  .pl-w-2 {
    width: calc(2*1%); }

  .pl-w3,
  .pl-w-3 {
    width: calc(3*1%); }

  .pl-w4,
  .pl-w-4 {
    width: calc(4*1%); }

  .pl-w5,
  .pl-w-5 {
    width: calc(5*1%); }

  .pl-w6,
  .pl-w-6 {
    width: calc(6*1%); }

  .pl-w7,
  .pl-w-7 {
    width: calc(7*1%); }

  .pl-w8,
  .pl-w-8 {
    width: calc(8*1%); }

  .pl-w9,
  .pl-w-9 {
    width: calc(9*1%); }

  .pl-w10,
  .pl-w-10 {
    width: calc(10*1%); }

  .pl-w11,
  .pl-w-11 {
    width: calc(11*1%); }

  .pl-w12,
  .pl-w-12 {
    width: calc(12*1%); }

  .pl-w13,
  .pl-w-13 {
    width: calc(13*1%); }

  .pl-w14,
  .pl-w-14 {
    width: calc(14*1%); }

  .pl-w15,
  .pl-w-15 {
    width: calc(15*1%); }

  .pl-w16,
  .pl-w-16 {
    width: calc(16*1%); }

  .pl-w17,
  .pl-w-17 {
    width: calc(17*1%); }

  .pl-w18,
  .pl-w-18 {
    width: calc(18*1%); }

  .pl-w19,
  .pl-w-19 {
    width: calc(19*1%); }

  .pl-w20,
  .pl-w-20 {
    width: calc(20*1%); }

  .pl-w21,
  .pl-w-21 {
    width: calc(21*1%); }

  .pl-w22,
  .pl-w-22 {
    width: calc(22*1%); }

  .pl-w23,
  .pl-w-23 {
    width: calc(23*1%); }

  .pl-w24,
  .pl-w-24 {
    width: calc(24*1%); }

  .pl-w25,
  .pl-w-25 {
    width: calc(25*1%); }

  .pl-w26,
  .pl-w-26 {
    width: calc(26*1%); }

  .pl-w27,
  .pl-w-27 {
    width: calc(27*1%); }

  .pl-w28,
  .pl-w-28 {
    width: calc(28*1%); }

  .pl-w29,
  .pl-w-29 {
    width: calc(29*1%); }

  .pl-w30,
  .pl-w-30 {
    width: calc(30*1%); }

  .pl-w31,
  .pl-w-31 {
    width: calc(31*1%); }

  .pl-w32,
  .pl-w-32 {
    width: calc(32*1%); }

  .pl-w33,
  .pl-w-33 {
    width: calc(33*1%); }

  .pl-w34,
  .pl-w-34 {
    width: calc(34*1%); }

  .pl-w35,
  .pl-w-35 {
    width: calc(35*1%); }

  .pl-w36,
  .pl-w-36 {
    width: calc(36*1%); }

  .pl-w37,
  .pl-w-37 {
    width: calc(37*1%); }

  .pl-w38,
  .pl-w-38 {
    width: calc(38*1%); }

  .pl-w39,
  .pl-w-39 {
    width: calc(39*1%); }

  .pl-w40,
  .pl-w-40 {
    width: calc(40*1%); }

  .pl-w41,
  .pl-w-41 {
    width: calc(41*1%); }

  .pl-w42,
  .pl-w-42 {
    width: calc(42*1%); }

  .pl-w43,
  .pl-w-43 {
    width: calc(43*1%); }

  .pl-w44,
  .pl-w-44 {
    width: calc(44*1%); }

  .pl-w45,
  .pl-w-45 {
    width: calc(45*1%); }

  .pl-w46,
  .pl-w-46 {
    width: calc(46*1%); }

  .pl-w47,
  .pl-w-47 {
    width: calc(47*1%); }

  .pl-w48,
  .pl-w-48 {
    width: calc(48*1%); }

  .pl-w49,
  .pl-w-49 {
    width: calc(49*1%); }

  .pl-w50,
  .pl-w-50 {
    width: calc(50*1%); }

  .pl-w51,
  .pl-w-51 {
    width: calc(51*1%); }

  .pl-w52,
  .pl-w-52 {
    width: calc(52*1%); }

  .pl-w53,
  .pl-w-53 {
    width: calc(53*1%); }

  .pl-w54,
  .pl-w-54 {
    width: calc(54*1%); }

  .pl-w55,
  .pl-w-55 {
    width: calc(55*1%); }

  .pl-w56,
  .pl-w-56 {
    width: calc(56*1%); }

  .pl-w57,
  .pl-w-57 {
    width: calc(57*1%); }

  .pl-w58,
  .pl-w-58 {
    width: calc(58*1%); }

  .pl-w59,
  .pl-w-59 {
    width: calc(59*1%); }

  .pl-w60,
  .pl-w-60 {
    width: calc(60*1%); }

  .pl-w61,
  .pl-w-61 {
    width: calc(61*1%); }

  .pl-w62,
  .pl-w-62 {
    width: calc(62*1%); }

  .pl-w63,
  .pl-w-63 {
    width: calc(63*1%); }

  .pl-w64,
  .pl-w-64 {
    width: calc(64*1%); }

  .pl-w65,
  .pl-w-65 {
    width: calc(65*1%); }

  .pl-w66,
  .pl-w-66 {
    width: calc(66*1%); }

  .pl-w67,
  .pl-w-67 {
    width: calc(67*1%); }

  .pl-w68,
  .pl-w-68 {
    width: calc(68*1%); }

  .pl-w69,
  .pl-w-69 {
    width: calc(69*1%); }

  .pl-w70,
  .pl-w-70 {
    width: calc(70*1%); }

  .pl-w71,
  .pl-w-71 {
    width: calc(71*1%); }

  .pl-w72,
  .pl-w-72 {
    width: calc(72*1%); }

  .pl-w73,
  .pl-w-73 {
    width: calc(73*1%); }

  .pl-w74,
  .pl-w-74 {
    width: calc(74*1%); }

  .pl-w75,
  .pl-w-75 {
    width: calc(75*1%); }

  .pl-w76,
  .pl-w-76 {
    width: calc(76*1%); }

  .pl-w77,
  .pl-w-77 {
    width: calc(77*1%); }

  .pl-w78,
  .pl-w-78 {
    width: calc(78*1%); }

  .pl-w79,
  .pl-w-79 {
    width: calc(79*1%); }

  .pl-w80,
  .pl-w-80 {
    width: calc(80*1%); }

  .pl-w81,
  .pl-w-81 {
    width: calc(81*1%); }

  .pl-w82,
  .pl-w-82 {
    width: calc(82*1%); }

  .pl-w83,
  .pl-w-83 {
    width: calc(83*1%); }

  .pl-w84,
  .pl-w-84 {
    width: calc(84*1%); }

  .pl-w85,
  .pl-w-85 {
    width: calc(85*1%); }

  .pl-w86,
  .pl-w-86 {
    width: calc(86*1%); }

  .pl-w87,
  .pl-w-87 {
    width: calc(87*1%); }

  .pl-w88,
  .pl-w-88 {
    width: calc(88*1%); }

  .pl-w89,
  .pl-w-89 {
    width: calc(89*1%); }

  .pl-w90,
  .pl-w-90 {
    width: calc(90*1%); }

  .pl-w91,
  .pl-w-91 {
    width: calc(91*1%); }

  .pl-w92,
  .pl-w-92 {
    width: calc(92*1%); }

  .pl-w93,
  .pl-w-93 {
    width: calc(93*1%); }

  .pl-w94,
  .pl-w-94 {
    width: calc(94*1%); }

  .pl-w95,
  .pl-w-95 {
    width: calc(95*1%); }

  .pl-w96,
  .pl-w-96 {
    width: calc(96*1%); }

  .pl-w97,
  .pl-w-97 {
    width: calc(97*1%); }

  .pl-w98,
  .pl-w-98 {
    width: calc(98*1%); }

  .pl-w99,
  .pl-w-99 {
    width: calc(99*1%); }

  .pl-w100,
  .pl-w-100 {
    width: calc(100*1%); }

  .pl-w-1rem {
    width: calc(1*1rem); }

  .pl-w-2rem {
    width: calc(2*1rem); }

  .pl-w-3rem {
    width: calc(3*1rem); }

  .pl-w-4rem {
    width: calc(4*1rem); }

  .pl-w-5rem {
    width: calc(5*1rem); }

  .pl-w-6rem {
    width: calc(6*1rem); }

  .pl-w-7rem {
    width: calc(7*1rem); }

  .pl-w-8rem {
    width: calc(8*1rem); }

  .pl-w-9rem {
    width: calc(9*1rem); }

  .pl-w-10rem {
    width: calc(10*1rem); }

  .pl-w-11rem {
    width: calc(11*1rem); }

  .pl-w-12rem {
    width: calc(12*1rem); }

  .pl-w-13rem {
    width: calc(13*1rem); }

  .pl-w-14rem {
    width: calc(14*1rem); }

  .pl-w-15rem {
    width: calc(15*1rem); }

  .pl-w-16rem {
    width: calc(16*1rem); }

  .pl-w-17rem {
    width: calc(17*1rem); }

  .pl-w-18rem {
    width: calc(18*1rem); }

  .pl-w-19rem {
    width: calc(19*1rem); }

  .pl-w-20rem {
    width: calc(20*1rem); }

  .pl-w-1px {
    width: calc(1*1px); }

  .pl-w-2px {
    width: calc(2*1px); }

  .pl-w-3px {
    width: calc(3*1px); }

  .pl-w-4px {
    width: calc(4*1px); }

  .pl-w-5px {
    width: calc(5*1px); }

  .pl-w-6px {
    width: calc(6*1px); }

  .pl-w-7px {
    width: calc(7*1px); }

  .pl-w-8px {
    width: calc(8*1px); }

  .pl-w-9px {
    width: calc(9*1px); }

  .pl-w-10px {
    width: calc(10*1px); }

  .pl-w-11px {
    width: calc(11*1px); }

  .pl-w-12px {
    width: calc(12*1px); }

  .pl-w-13px {
    width: calc(13*1px); }

  .pl-w-14px {
    width: calc(14*1px); }

  .pl-w-15px {
    width: calc(15*1px); }

  .pl-w-16px {
    width: calc(16*1px); }

  .pl-w-17px {
    width: calc(17*1px); }

  .pl-w-18px {
    width: calc(18*1px); }

  .pl-w-19px {
    width: calc(19*1px); }

  .pl-w-20px {
    width: calc(20*1px); }

  .pl-w-21px {
    width: calc(21*1px); }

  .pl-w-22px {
    width: calc(22*1px); }

  .pl-w-23px {
    width: calc(23*1px); }

  .pl-w-24px {
    width: calc(24*1px); }

  .pl-w-25px {
    width: calc(25*1px); }

  .pl-w-26px {
    width: calc(26*1px); }

  .pl-w-27px {
    width: calc(27*1px); }

  .pl-w-28px {
    width: calc(28*1px); }

  .pl-w-29px {
    width: calc(29*1px); }

  .pl-w-30px {
    width: calc(30*1px); }

  .pl-w-31px {
    width: calc(31*1px); }

  .pl-w-32px {
    width: calc(32*1px); }

  .pl-w-33px {
    width: calc(33*1px); }

  .pl-w-34px {
    width: calc(34*1px); }

  .pl-w-35px {
    width: calc(35*1px); }

  .pl-w-36px {
    width: calc(36*1px); }

  .pl-w-37px {
    width: calc(37*1px); }

  .pl-w-38px {
    width: calc(38*1px); }

  .pl-w-39px {
    width: calc(39*1px); }

  .pl-w-40px {
    width: calc(40*1px); }

  .pl-w-41px {
    width: calc(41*1px); }

  .pl-w-42px {
    width: calc(42*1px); }

  .pl-w-43px {
    width: calc(43*1px); }

  .pl-w-44px {
    width: calc(44*1px); }

  .pl-w-45px {
    width: calc(45*1px); }

  .pl-w-46px {
    width: calc(46*1px); }

  .pl-w-47px {
    width: calc(47*1px); }

  .pl-w-48px {
    width: calc(48*1px); }

  .pl-w-49px {
    width: calc(49*1px); }

  .pl-w-50px {
    width: calc(50*1px); }

  .pl-w-51px {
    width: calc(51*1px); }

  .pl-w-52px {
    width: calc(52*1px); }

  .pl-w-53px {
    width: calc(53*1px); }

  .pl-w-54px {
    width: calc(54*1px); }

  .pl-w-55px {
    width: calc(55*1px); }

  .pl-w-56px {
    width: calc(56*1px); }

  .pl-w-57px {
    width: calc(57*1px); }

  .pl-w-58px {
    width: calc(58*1px); }

  .pl-w-59px {
    width: calc(59*1px); }

  .pl-w-60px {
    width: calc(60*1px); }

  .pl-w-61px {
    width: calc(61*1px); }

  .pl-w-62px {
    width: calc(62*1px); }

  .pl-w-63px {
    width: calc(63*1px); }

  .pl-w-64px {
    width: calc(64*1px); }

  .pl-w-65px {
    width: calc(65*1px); }

  .pl-w-66px {
    width: calc(66*1px); }

  .pl-w-67px {
    width: calc(67*1px); }

  .pl-w-68px {
    width: calc(68*1px); }

  .pl-w-69px {
    width: calc(69*1px); }

  .pl-w-70px {
    width: calc(70*1px); }

  .pl-w-71px {
    width: calc(71*1px); }

  .pl-w-72px {
    width: calc(72*1px); }

  .pl-w-73px {
    width: calc(73*1px); }

  .pl-w-74px {
    width: calc(74*1px); }

  .pl-w-75px {
    width: calc(75*1px); }

  .pl-w-76px {
    width: calc(76*1px); }

  .pl-w-77px {
    width: calc(77*1px); }

  .pl-w-78px {
    width: calc(78*1px); }

  .pl-w-79px {
    width: calc(79*1px); }

  .pl-w-80px {
    width: calc(80*1px); }

  .pl-w-81px {
    width: calc(81*1px); }

  .pl-w-82px {
    width: calc(82*1px); }

  .pl-w-83px {
    width: calc(83*1px); }

  .pl-w-84px {
    width: calc(84*1px); }

  .pl-w-85px {
    width: calc(85*1px); }

  .pl-w-86px {
    width: calc(86*1px); }

  .pl-w-87px {
    width: calc(87*1px); }

  .pl-w-88px {
    width: calc(88*1px); }

  .pl-w-89px {
    width: calc(89*1px); }

  .pl-w-90px {
    width: calc(90*1px); }

  .pl-w-91px {
    width: calc(91*1px); }

  .pl-w-92px {
    width: calc(92*1px); }

  .pl-w-93px {
    width: calc(93*1px); }

  .pl-w-94px {
    width: calc(94*1px); }

  .pl-w-95px {
    width: calc(95*1px); }

  .pl-w-96px {
    width: calc(96*1px); }

  .pl-w-97px {
    width: calc(97*1px); }

  .pl-w-98px {
    width: calc(98*1px); }

  .pl-w-99px {
    width: calc(99*1px); }

  .pl-w-100px {
    width: calc(100*1px); }

  .pl-w-1vw {
    width: calc(1*1vw); }

  .pl-w-2vw {
    width: calc(2*1vw); }

  .pl-w-3vw {
    width: calc(3*1vw); }

  .pl-w-4vw {
    width: calc(4*1vw); }

  .pl-w-5vw {
    width: calc(5*1vw); }

  .pl-w-6vw {
    width: calc(6*1vw); }

  .pl-w-7vw {
    width: calc(7*1vw); }

  .pl-w-8vw {
    width: calc(8*1vw); }

  .pl-w-9vw {
    width: calc(9*1vw); }

  .pl-w-10vw {
    width: calc(10*1vw); }

  .pl-w-11vw {
    width: calc(11*1vw); }

  .pl-w-12vw {
    width: calc(12*1vw); }

  .pl-w-13vw {
    width: calc(13*1vw); }

  .pl-w-14vw {
    width: calc(14*1vw); }

  .pl-w-15vw {
    width: calc(15*1vw); }

  .pl-w-16vw {
    width: calc(16*1vw); }

  .pl-w-17vw {
    width: calc(17*1vw); }

  .pl-w-18vw {
    width: calc(18*1vw); }

  .pl-w-19vw {
    width: calc(19*1vw); }

  .pl-w-20vw {
    width: calc(20*1vw); }

  .pl-w-21vw {
    width: calc(21*1vw); }

  .pl-w-22vw {
    width: calc(22*1vw); }

  .pl-w-23vw {
    width: calc(23*1vw); }

  .pl-w-24vw {
    width: calc(24*1vw); }

  .pl-w-25vw {
    width: calc(25*1vw); }

  .pl-w-26vw {
    width: calc(26*1vw); }

  .pl-w-27vw {
    width: calc(27*1vw); }

  .pl-w-28vw {
    width: calc(28*1vw); }

  .pl-w-29vw {
    width: calc(29*1vw); }

  .pl-w-30vw {
    width: calc(30*1vw); }

  .pl-w-31vw {
    width: calc(31*1vw); }

  .pl-w-32vw {
    width: calc(32*1vw); }

  .pl-w-33vw {
    width: calc(33*1vw); }

  .pl-w-34vw {
    width: calc(34*1vw); }

  .pl-w-35vw {
    width: calc(35*1vw); }

  .pl-w-36vw {
    width: calc(36*1vw); }

  .pl-w-37vw {
    width: calc(37*1vw); }

  .pl-w-38vw {
    width: calc(38*1vw); }

  .pl-w-39vw {
    width: calc(39*1vw); }

  .pl-w-40vw {
    width: calc(40*1vw); }

  .pl-w-41vw {
    width: calc(41*1vw); }

  .pl-w-42vw {
    width: calc(42*1vw); }

  .pl-w-43vw {
    width: calc(43*1vw); }

  .pl-w-44vw {
    width: calc(44*1vw); }

  .pl-w-45vw {
    width: calc(45*1vw); }

  .pl-w-46vw {
    width: calc(46*1vw); }

  .pl-w-47vw {
    width: calc(47*1vw); }

  .pl-w-48vw {
    width: calc(48*1vw); }

  .pl-w-49vw {
    width: calc(49*1vw); }

  .pl-w-50vw {
    width: calc(50*1vw); }

  .pl-w-51vw {
    width: calc(51*1vw); }

  .pl-w-52vw {
    width: calc(52*1vw); }

  .pl-w-53vw {
    width: calc(53*1vw); }

  .pl-w-54vw {
    width: calc(54*1vw); }

  .pl-w-55vw {
    width: calc(55*1vw); }

  .pl-w-56vw {
    width: calc(56*1vw); }

  .pl-w-57vw {
    width: calc(57*1vw); }

  .pl-w-58vw {
    width: calc(58*1vw); }

  .pl-w-59vw {
    width: calc(59*1vw); }

  .pl-w-60vw {
    width: calc(60*1vw); }

  .pl-w-61vw {
    width: calc(61*1vw); }

  .pl-w-62vw {
    width: calc(62*1vw); }

  .pl-w-63vw {
    width: calc(63*1vw); }

  .pl-w-64vw {
    width: calc(64*1vw); }

  .pl-w-65vw {
    width: calc(65*1vw); }

  .pl-w-66vw {
    width: calc(66*1vw); }

  .pl-w-67vw {
    width: calc(67*1vw); }

  .pl-w-68vw {
    width: calc(68*1vw); }

  .pl-w-69vw {
    width: calc(69*1vw); }

  .pl-w-70vw {
    width: calc(70*1vw); }

  .pl-w-71vw {
    width: calc(71*1vw); }

  .pl-w-72vw {
    width: calc(72*1vw); }

  .pl-w-73vw {
    width: calc(73*1vw); }

  .pl-w-74vw {
    width: calc(74*1vw); }

  .pl-w-75vw {
    width: calc(75*1vw); }

  .pl-w-76vw {
    width: calc(76*1vw); }

  .pl-w-77vw {
    width: calc(77*1vw); }

  .pl-w-78vw {
    width: calc(78*1vw); }

  .pl-w-79vw {
    width: calc(79*1vw); }

  .pl-w-80vw {
    width: calc(80*1vw); }

  .pl-w-81vw {
    width: calc(81*1vw); }

  .pl-w-82vw {
    width: calc(82*1vw); }

  .pl-w-83vw {
    width: calc(83*1vw); }

  .pl-w-84vw {
    width: calc(84*1vw); }

  .pl-w-85vw {
    width: calc(85*1vw); }

  .pl-w-86vw {
    width: calc(86*1vw); }

  .pl-w-87vw {
    width: calc(87*1vw); }

  .pl-w-88vw {
    width: calc(88*1vw); }

  .pl-w-89vw {
    width: calc(89*1vw); }

  .pl-w-90vw {
    width: calc(90*1vw); }

  .pl-w-91vw {
    width: calc(91*1vw); }

  .pl-w-92vw {
    width: calc(92*1vw); }

  .pl-w-93vw {
    width: calc(93*1vw); }

  .pl-w-94vw {
    width: calc(94*1vw); }

  .pl-w-95vw {
    width: calc(95*1vw); }

  .pl-w-96vw {
    width: calc(96*1vw); }

  .pl-w-97vw {
    width: calc(97*1vw); }

  .pl-w-98vw {
    width: calc(98*1vw); }

  .pl-w-99vw {
    width: calc(99*1vw); }

  .pl-w-100vw {
    width: calc(100*1vw); }

  .pl-w33,
  .pl-w-33 {
    width: 33.33333333%; }

  .pl-w66,
  .pl-w-66 {
    width: 66.66666666%; } }
@media (min-width: 768px) {
  .t-w1,
  .t-w-1 {
    width: calc(1*1%); }

  .t-w2,
  .t-w-2 {
    width: calc(2*1%); }

  .t-w3,
  .t-w-3 {
    width: calc(3*1%); }

  .t-w4,
  .t-w-4 {
    width: calc(4*1%); }

  .t-w5,
  .t-w-5 {
    width: calc(5*1%); }

  .t-w6,
  .t-w-6 {
    width: calc(6*1%); }

  .t-w7,
  .t-w-7 {
    width: calc(7*1%); }

  .t-w8,
  .t-w-8 {
    width: calc(8*1%); }

  .t-w9,
  .t-w-9 {
    width: calc(9*1%); }

  .t-w10,
  .t-w-10 {
    width: calc(10*1%); }

  .t-w11,
  .t-w-11 {
    width: calc(11*1%); }

  .t-w12,
  .t-w-12 {
    width: calc(12*1%); }

  .t-w13,
  .t-w-13 {
    width: calc(13*1%); }

  .t-w14,
  .t-w-14 {
    width: calc(14*1%); }

  .t-w15,
  .t-w-15 {
    width: calc(15*1%); }

  .t-w16,
  .t-w-16 {
    width: calc(16*1%); }

  .t-w17,
  .t-w-17 {
    width: calc(17*1%); }

  .t-w18,
  .t-w-18 {
    width: calc(18*1%); }

  .t-w19,
  .t-w-19 {
    width: calc(19*1%); }

  .t-w20,
  .t-w-20 {
    width: calc(20*1%); }

  .t-w21,
  .t-w-21 {
    width: calc(21*1%); }

  .t-w22,
  .t-w-22 {
    width: calc(22*1%); }

  .t-w23,
  .t-w-23 {
    width: calc(23*1%); }

  .t-w24,
  .t-w-24 {
    width: calc(24*1%); }

  .t-w25,
  .t-w-25 {
    width: calc(25*1%); }

  .t-w26,
  .t-w-26 {
    width: calc(26*1%); }

  .t-w27,
  .t-w-27 {
    width: calc(27*1%); }

  .t-w28,
  .t-w-28 {
    width: calc(28*1%); }

  .t-w29,
  .t-w-29 {
    width: calc(29*1%); }

  .t-w30,
  .t-w-30 {
    width: calc(30*1%); }

  .t-w31,
  .t-w-31 {
    width: calc(31*1%); }

  .t-w32,
  .t-w-32 {
    width: calc(32*1%); }

  .t-w33,
  .t-w-33 {
    width: calc(33*1%); }

  .t-w34,
  .t-w-34 {
    width: calc(34*1%); }

  .t-w35,
  .t-w-35 {
    width: calc(35*1%); }

  .t-w36,
  .t-w-36 {
    width: calc(36*1%); }

  .t-w37,
  .t-w-37 {
    width: calc(37*1%); }

  .t-w38,
  .t-w-38 {
    width: calc(38*1%); }

  .t-w39,
  .t-w-39 {
    width: calc(39*1%); }

  .t-w40,
  .t-w-40 {
    width: calc(40*1%); }

  .t-w41,
  .t-w-41 {
    width: calc(41*1%); }

  .t-w42,
  .t-w-42 {
    width: calc(42*1%); }

  .t-w43,
  .t-w-43 {
    width: calc(43*1%); }

  .t-w44,
  .t-w-44 {
    width: calc(44*1%); }

  .t-w45,
  .t-w-45 {
    width: calc(45*1%); }

  .t-w46,
  .t-w-46 {
    width: calc(46*1%); }

  .t-w47,
  .t-w-47 {
    width: calc(47*1%); }

  .t-w48,
  .t-w-48 {
    width: calc(48*1%); }

  .t-w49,
  .t-w-49 {
    width: calc(49*1%); }

  .t-w50,
  .t-w-50 {
    width: calc(50*1%); }

  .t-w51,
  .t-w-51 {
    width: calc(51*1%); }

  .t-w52,
  .t-w-52 {
    width: calc(52*1%); }

  .t-w53,
  .t-w-53 {
    width: calc(53*1%); }

  .t-w54,
  .t-w-54 {
    width: calc(54*1%); }

  .t-w55,
  .t-w-55 {
    width: calc(55*1%); }

  .t-w56,
  .t-w-56 {
    width: calc(56*1%); }

  .t-w57,
  .t-w-57 {
    width: calc(57*1%); }

  .t-w58,
  .t-w-58 {
    width: calc(58*1%); }

  .t-w59,
  .t-w-59 {
    width: calc(59*1%); }

  .t-w60,
  .t-w-60 {
    width: calc(60*1%); }

  .t-w61,
  .t-w-61 {
    width: calc(61*1%); }

  .t-w62,
  .t-w-62 {
    width: calc(62*1%); }

  .t-w63,
  .t-w-63 {
    width: calc(63*1%); }

  .t-w64,
  .t-w-64 {
    width: calc(64*1%); }

  .t-w65,
  .t-w-65 {
    width: calc(65*1%); }

  .t-w66,
  .t-w-66 {
    width: calc(66*1%); }

  .t-w67,
  .t-w-67 {
    width: calc(67*1%); }

  .t-w68,
  .t-w-68 {
    width: calc(68*1%); }

  .t-w69,
  .t-w-69 {
    width: calc(69*1%); }

  .t-w70,
  .t-w-70 {
    width: calc(70*1%); }

  .t-w71,
  .t-w-71 {
    width: calc(71*1%); }

  .t-w72,
  .t-w-72 {
    width: calc(72*1%); }

  .t-w73,
  .t-w-73 {
    width: calc(73*1%); }

  .t-w74,
  .t-w-74 {
    width: calc(74*1%); }

  .t-w75,
  .t-w-75 {
    width: calc(75*1%); }

  .t-w76,
  .t-w-76 {
    width: calc(76*1%); }

  .t-w77,
  .t-w-77 {
    width: calc(77*1%); }

  .t-w78,
  .t-w-78 {
    width: calc(78*1%); }

  .t-w79,
  .t-w-79 {
    width: calc(79*1%); }

  .t-w80,
  .t-w-80 {
    width: calc(80*1%); }

  .t-w81,
  .t-w-81 {
    width: calc(81*1%); }

  .t-w82,
  .t-w-82 {
    width: calc(82*1%); }

  .t-w83,
  .t-w-83 {
    width: calc(83*1%); }

  .t-w84,
  .t-w-84 {
    width: calc(84*1%); }

  .t-w85,
  .t-w-85 {
    width: calc(85*1%); }

  .t-w86,
  .t-w-86 {
    width: calc(86*1%); }

  .t-w87,
  .t-w-87 {
    width: calc(87*1%); }

  .t-w88,
  .t-w-88 {
    width: calc(88*1%); }

  .t-w89,
  .t-w-89 {
    width: calc(89*1%); }

  .t-w90,
  .t-w-90 {
    width: calc(90*1%); }

  .t-w91,
  .t-w-91 {
    width: calc(91*1%); }

  .t-w92,
  .t-w-92 {
    width: calc(92*1%); }

  .t-w93,
  .t-w-93 {
    width: calc(93*1%); }

  .t-w94,
  .t-w-94 {
    width: calc(94*1%); }

  .t-w95,
  .t-w-95 {
    width: calc(95*1%); }

  .t-w96,
  .t-w-96 {
    width: calc(96*1%); }

  .t-w97,
  .t-w-97 {
    width: calc(97*1%); }

  .t-w98,
  .t-w-98 {
    width: calc(98*1%); }

  .t-w99,
  .t-w-99 {
    width: calc(99*1%); }

  .t-w100,
  .t-w-100 {
    width: calc(100*1%); }

  .t-w-1rem {
    width: calc(1*1rem); }

  .t-w-2rem {
    width: calc(2*1rem); }

  .t-w-3rem {
    width: calc(3*1rem); }

  .t-w-4rem {
    width: calc(4*1rem); }

  .t-w-5rem {
    width: calc(5*1rem); }

  .t-w-6rem {
    width: calc(6*1rem); }

  .t-w-7rem {
    width: calc(7*1rem); }

  .t-w-8rem {
    width: calc(8*1rem); }

  .t-w-9rem {
    width: calc(9*1rem); }

  .t-w-10rem {
    width: calc(10*1rem); }

  .t-w-11rem {
    width: calc(11*1rem); }

  .t-w-12rem {
    width: calc(12*1rem); }

  .t-w-13rem {
    width: calc(13*1rem); }

  .t-w-14rem {
    width: calc(14*1rem); }

  .t-w-15rem {
    width: calc(15*1rem); }

  .t-w-16rem {
    width: calc(16*1rem); }

  .t-w-17rem {
    width: calc(17*1rem); }

  .t-w-18rem {
    width: calc(18*1rem); }

  .t-w-19rem {
    width: calc(19*1rem); }

  .t-w-20rem {
    width: calc(20*1rem); }

  .t-w-1px {
    width: calc(1*1px); }

  .t-w-2px {
    width: calc(2*1px); }

  .t-w-3px {
    width: calc(3*1px); }

  .t-w-4px {
    width: calc(4*1px); }

  .t-w-5px {
    width: calc(5*1px); }

  .t-w-6px {
    width: calc(6*1px); }

  .t-w-7px {
    width: calc(7*1px); }

  .t-w-8px {
    width: calc(8*1px); }

  .t-w-9px {
    width: calc(9*1px); }

  .t-w-10px {
    width: calc(10*1px); }

  .t-w-11px {
    width: calc(11*1px); }

  .t-w-12px {
    width: calc(12*1px); }

  .t-w-13px {
    width: calc(13*1px); }

  .t-w-14px {
    width: calc(14*1px); }

  .t-w-15px {
    width: calc(15*1px); }

  .t-w-16px {
    width: calc(16*1px); }

  .t-w-17px {
    width: calc(17*1px); }

  .t-w-18px {
    width: calc(18*1px); }

  .t-w-19px {
    width: calc(19*1px); }

  .t-w-20px {
    width: calc(20*1px); }

  .t-w-21px {
    width: calc(21*1px); }

  .t-w-22px {
    width: calc(22*1px); }

  .t-w-23px {
    width: calc(23*1px); }

  .t-w-24px {
    width: calc(24*1px); }

  .t-w-25px {
    width: calc(25*1px); }

  .t-w-26px {
    width: calc(26*1px); }

  .t-w-27px {
    width: calc(27*1px); }

  .t-w-28px {
    width: calc(28*1px); }

  .t-w-29px {
    width: calc(29*1px); }

  .t-w-30px {
    width: calc(30*1px); }

  .t-w-31px {
    width: calc(31*1px); }

  .t-w-32px {
    width: calc(32*1px); }

  .t-w-33px {
    width: calc(33*1px); }

  .t-w-34px {
    width: calc(34*1px); }

  .t-w-35px {
    width: calc(35*1px); }

  .t-w-36px {
    width: calc(36*1px); }

  .t-w-37px {
    width: calc(37*1px); }

  .t-w-38px {
    width: calc(38*1px); }

  .t-w-39px {
    width: calc(39*1px); }

  .t-w-40px {
    width: calc(40*1px); }

  .t-w-41px {
    width: calc(41*1px); }

  .t-w-42px {
    width: calc(42*1px); }

  .t-w-43px {
    width: calc(43*1px); }

  .t-w-44px {
    width: calc(44*1px); }

  .t-w-45px {
    width: calc(45*1px); }

  .t-w-46px {
    width: calc(46*1px); }

  .t-w-47px {
    width: calc(47*1px); }

  .t-w-48px {
    width: calc(48*1px); }

  .t-w-49px {
    width: calc(49*1px); }

  .t-w-50px {
    width: calc(50*1px); }

  .t-w-51px {
    width: calc(51*1px); }

  .t-w-52px {
    width: calc(52*1px); }

  .t-w-53px {
    width: calc(53*1px); }

  .t-w-54px {
    width: calc(54*1px); }

  .t-w-55px {
    width: calc(55*1px); }

  .t-w-56px {
    width: calc(56*1px); }

  .t-w-57px {
    width: calc(57*1px); }

  .t-w-58px {
    width: calc(58*1px); }

  .t-w-59px {
    width: calc(59*1px); }

  .t-w-60px {
    width: calc(60*1px); }

  .t-w-61px {
    width: calc(61*1px); }

  .t-w-62px {
    width: calc(62*1px); }

  .t-w-63px {
    width: calc(63*1px); }

  .t-w-64px {
    width: calc(64*1px); }

  .t-w-65px {
    width: calc(65*1px); }

  .t-w-66px {
    width: calc(66*1px); }

  .t-w-67px {
    width: calc(67*1px); }

  .t-w-68px {
    width: calc(68*1px); }

  .t-w-69px {
    width: calc(69*1px); }

  .t-w-70px {
    width: calc(70*1px); }

  .t-w-71px {
    width: calc(71*1px); }

  .t-w-72px {
    width: calc(72*1px); }

  .t-w-73px {
    width: calc(73*1px); }

  .t-w-74px {
    width: calc(74*1px); }

  .t-w-75px {
    width: calc(75*1px); }

  .t-w-76px {
    width: calc(76*1px); }

  .t-w-77px {
    width: calc(77*1px); }

  .t-w-78px {
    width: calc(78*1px); }

  .t-w-79px {
    width: calc(79*1px); }

  .t-w-80px {
    width: calc(80*1px); }

  .t-w-81px {
    width: calc(81*1px); }

  .t-w-82px {
    width: calc(82*1px); }

  .t-w-83px {
    width: calc(83*1px); }

  .t-w-84px {
    width: calc(84*1px); }

  .t-w-85px {
    width: calc(85*1px); }

  .t-w-86px {
    width: calc(86*1px); }

  .t-w-87px {
    width: calc(87*1px); }

  .t-w-88px {
    width: calc(88*1px); }

  .t-w-89px {
    width: calc(89*1px); }

  .t-w-90px {
    width: calc(90*1px); }

  .t-w-91px {
    width: calc(91*1px); }

  .t-w-92px {
    width: calc(92*1px); }

  .t-w-93px {
    width: calc(93*1px); }

  .t-w-94px {
    width: calc(94*1px); }

  .t-w-95px {
    width: calc(95*1px); }

  .t-w-96px {
    width: calc(96*1px); }

  .t-w-97px {
    width: calc(97*1px); }

  .t-w-98px {
    width: calc(98*1px); }

  .t-w-99px {
    width: calc(99*1px); }

  .t-w-100px {
    width: calc(100*1px); }

  .t-w-1vw {
    width: calc(1*1vw); }

  .t-w-2vw {
    width: calc(2*1vw); }

  .t-w-3vw {
    width: calc(3*1vw); }

  .t-w-4vw {
    width: calc(4*1vw); }

  .t-w-5vw {
    width: calc(5*1vw); }

  .t-w-6vw {
    width: calc(6*1vw); }

  .t-w-7vw {
    width: calc(7*1vw); }

  .t-w-8vw {
    width: calc(8*1vw); }

  .t-w-9vw {
    width: calc(9*1vw); }

  .t-w-10vw {
    width: calc(10*1vw); }

  .t-w-11vw {
    width: calc(11*1vw); }

  .t-w-12vw {
    width: calc(12*1vw); }

  .t-w-13vw {
    width: calc(13*1vw); }

  .t-w-14vw {
    width: calc(14*1vw); }

  .t-w-15vw {
    width: calc(15*1vw); }

  .t-w-16vw {
    width: calc(16*1vw); }

  .t-w-17vw {
    width: calc(17*1vw); }

  .t-w-18vw {
    width: calc(18*1vw); }

  .t-w-19vw {
    width: calc(19*1vw); }

  .t-w-20vw {
    width: calc(20*1vw); }

  .t-w-21vw {
    width: calc(21*1vw); }

  .t-w-22vw {
    width: calc(22*1vw); }

  .t-w-23vw {
    width: calc(23*1vw); }

  .t-w-24vw {
    width: calc(24*1vw); }

  .t-w-25vw {
    width: calc(25*1vw); }

  .t-w-26vw {
    width: calc(26*1vw); }

  .t-w-27vw {
    width: calc(27*1vw); }

  .t-w-28vw {
    width: calc(28*1vw); }

  .t-w-29vw {
    width: calc(29*1vw); }

  .t-w-30vw {
    width: calc(30*1vw); }

  .t-w-31vw {
    width: calc(31*1vw); }

  .t-w-32vw {
    width: calc(32*1vw); }

  .t-w-33vw {
    width: calc(33*1vw); }

  .t-w-34vw {
    width: calc(34*1vw); }

  .t-w-35vw {
    width: calc(35*1vw); }

  .t-w-36vw {
    width: calc(36*1vw); }

  .t-w-37vw {
    width: calc(37*1vw); }

  .t-w-38vw {
    width: calc(38*1vw); }

  .t-w-39vw {
    width: calc(39*1vw); }

  .t-w-40vw {
    width: calc(40*1vw); }

  .t-w-41vw {
    width: calc(41*1vw); }

  .t-w-42vw {
    width: calc(42*1vw); }

  .t-w-43vw {
    width: calc(43*1vw); }

  .t-w-44vw {
    width: calc(44*1vw); }

  .t-w-45vw {
    width: calc(45*1vw); }

  .t-w-46vw {
    width: calc(46*1vw); }

  .t-w-47vw {
    width: calc(47*1vw); }

  .t-w-48vw {
    width: calc(48*1vw); }

  .t-w-49vw {
    width: calc(49*1vw); }

  .t-w-50vw {
    width: calc(50*1vw); }

  .t-w-51vw {
    width: calc(51*1vw); }

  .t-w-52vw {
    width: calc(52*1vw); }

  .t-w-53vw {
    width: calc(53*1vw); }

  .t-w-54vw {
    width: calc(54*1vw); }

  .t-w-55vw {
    width: calc(55*1vw); }

  .t-w-56vw {
    width: calc(56*1vw); }

  .t-w-57vw {
    width: calc(57*1vw); }

  .t-w-58vw {
    width: calc(58*1vw); }

  .t-w-59vw {
    width: calc(59*1vw); }

  .t-w-60vw {
    width: calc(60*1vw); }

  .t-w-61vw {
    width: calc(61*1vw); }

  .t-w-62vw {
    width: calc(62*1vw); }

  .t-w-63vw {
    width: calc(63*1vw); }

  .t-w-64vw {
    width: calc(64*1vw); }

  .t-w-65vw {
    width: calc(65*1vw); }

  .t-w-66vw {
    width: calc(66*1vw); }

  .t-w-67vw {
    width: calc(67*1vw); }

  .t-w-68vw {
    width: calc(68*1vw); }

  .t-w-69vw {
    width: calc(69*1vw); }

  .t-w-70vw {
    width: calc(70*1vw); }

  .t-w-71vw {
    width: calc(71*1vw); }

  .t-w-72vw {
    width: calc(72*1vw); }

  .t-w-73vw {
    width: calc(73*1vw); }

  .t-w-74vw {
    width: calc(74*1vw); }

  .t-w-75vw {
    width: calc(75*1vw); }

  .t-w-76vw {
    width: calc(76*1vw); }

  .t-w-77vw {
    width: calc(77*1vw); }

  .t-w-78vw {
    width: calc(78*1vw); }

  .t-w-79vw {
    width: calc(79*1vw); }

  .t-w-80vw {
    width: calc(80*1vw); }

  .t-w-81vw {
    width: calc(81*1vw); }

  .t-w-82vw {
    width: calc(82*1vw); }

  .t-w-83vw {
    width: calc(83*1vw); }

  .t-w-84vw {
    width: calc(84*1vw); }

  .t-w-85vw {
    width: calc(85*1vw); }

  .t-w-86vw {
    width: calc(86*1vw); }

  .t-w-87vw {
    width: calc(87*1vw); }

  .t-w-88vw {
    width: calc(88*1vw); }

  .t-w-89vw {
    width: calc(89*1vw); }

  .t-w-90vw {
    width: calc(90*1vw); }

  .t-w-91vw {
    width: calc(91*1vw); }

  .t-w-92vw {
    width: calc(92*1vw); }

  .t-w-93vw {
    width: calc(93*1vw); }

  .t-w-94vw {
    width: calc(94*1vw); }

  .t-w-95vw {
    width: calc(95*1vw); }

  .t-w-96vw {
    width: calc(96*1vw); }

  .t-w-97vw {
    width: calc(97*1vw); }

  .t-w-98vw {
    width: calc(98*1vw); }

  .t-w-99vw {
    width: calc(99*1vw); }

  .t-w-100vw {
    width: calc(100*1vw); }

  .t-w33,
  .t-w-33 {
    width: 33.33333333%; }

  .t-w66,
  .t-w-66 {
    width: 66.66666666%; } }
@media (min-width: 1024px) {
  .l-w1,
  .l-w-1 {
    width: calc(1*1%); }

  .l-w2,
  .l-w-2 {
    width: calc(2*1%); }

  .l-w3,
  .l-w-3 {
    width: calc(3*1%); }

  .l-w4,
  .l-w-4 {
    width: calc(4*1%); }

  .l-w5,
  .l-w-5 {
    width: calc(5*1%); }

  .l-w6,
  .l-w-6 {
    width: calc(6*1%); }

  .l-w7,
  .l-w-7 {
    width: calc(7*1%); }

  .l-w8,
  .l-w-8 {
    width: calc(8*1%); }

  .l-w9,
  .l-w-9 {
    width: calc(9*1%); }

  .l-w10,
  .l-w-10 {
    width: calc(10*1%); }

  .l-w11,
  .l-w-11 {
    width: calc(11*1%); }

  .l-w12,
  .l-w-12 {
    width: calc(12*1%); }

  .l-w13,
  .l-w-13 {
    width: calc(13*1%); }

  .l-w14,
  .l-w-14 {
    width: calc(14*1%); }

  .l-w15,
  .l-w-15 {
    width: calc(15*1%); }

  .l-w16,
  .l-w-16 {
    width: calc(16*1%); }

  .l-w17,
  .l-w-17 {
    width: calc(17*1%); }

  .l-w18,
  .l-w-18 {
    width: calc(18*1%); }

  .l-w19,
  .l-w-19 {
    width: calc(19*1%); }

  .l-w20,
  .l-w-20 {
    width: calc(20*1%); }

  .l-w21,
  .l-w-21 {
    width: calc(21*1%); }

  .l-w22,
  .l-w-22 {
    width: calc(22*1%); }

  .l-w23,
  .l-w-23 {
    width: calc(23*1%); }

  .l-w24,
  .l-w-24 {
    width: calc(24*1%); }

  .l-w25,
  .l-w-25 {
    width: calc(25*1%); }

  .l-w26,
  .l-w-26 {
    width: calc(26*1%); }

  .l-w27,
  .l-w-27 {
    width: calc(27*1%); }

  .l-w28,
  .l-w-28 {
    width: calc(28*1%); }

  .l-w29,
  .l-w-29 {
    width: calc(29*1%); }

  .l-w30,
  .l-w-30 {
    width: calc(30*1%); }

  .l-w31,
  .l-w-31 {
    width: calc(31*1%); }

  .l-w32,
  .l-w-32 {
    width: calc(32*1%); }

  .l-w33,
  .l-w-33 {
    width: calc(33*1%); }

  .l-w34,
  .l-w-34 {
    width: calc(34*1%); }

  .l-w35,
  .l-w-35 {
    width: calc(35*1%); }

  .l-w36,
  .l-w-36 {
    width: calc(36*1%); }

  .l-w37,
  .l-w-37 {
    width: calc(37*1%); }

  .l-w38,
  .l-w-38 {
    width: calc(38*1%); }

  .l-w39,
  .l-w-39 {
    width: calc(39*1%); }

  .l-w40,
  .l-w-40 {
    width: calc(40*1%); }

  .l-w41,
  .l-w-41 {
    width: calc(41*1%); }

  .l-w42,
  .l-w-42 {
    width: calc(42*1%); }

  .l-w43,
  .l-w-43 {
    width: calc(43*1%); }

  .l-w44,
  .l-w-44 {
    width: calc(44*1%); }

  .l-w45,
  .l-w-45 {
    width: calc(45*1%); }

  .l-w46,
  .l-w-46 {
    width: calc(46*1%); }

  .l-w47,
  .l-w-47 {
    width: calc(47*1%); }

  .l-w48,
  .l-w-48 {
    width: calc(48*1%); }

  .l-w49,
  .l-w-49 {
    width: calc(49*1%); }

  .l-w50,
  .l-w-50 {
    width: calc(50*1%); }

  .l-w51,
  .l-w-51 {
    width: calc(51*1%); }

  .l-w52,
  .l-w-52 {
    width: calc(52*1%); }

  .l-w53,
  .l-w-53 {
    width: calc(53*1%); }

  .l-w54,
  .l-w-54 {
    width: calc(54*1%); }

  .l-w55,
  .l-w-55 {
    width: calc(55*1%); }

  .l-w56,
  .l-w-56 {
    width: calc(56*1%); }

  .l-w57,
  .l-w-57 {
    width: calc(57*1%); }

  .l-w58,
  .l-w-58 {
    width: calc(58*1%); }

  .l-w59,
  .l-w-59 {
    width: calc(59*1%); }

  .l-w60,
  .l-w-60 {
    width: calc(60*1%); }

  .l-w61,
  .l-w-61 {
    width: calc(61*1%); }

  .l-w62,
  .l-w-62 {
    width: calc(62*1%); }

  .l-w63,
  .l-w-63 {
    width: calc(63*1%); }

  .l-w64,
  .l-w-64 {
    width: calc(64*1%); }

  .l-w65,
  .l-w-65 {
    width: calc(65*1%); }

  .l-w66,
  .l-w-66 {
    width: calc(66*1%); }

  .l-w67,
  .l-w-67 {
    width: calc(67*1%); }

  .l-w68,
  .l-w-68 {
    width: calc(68*1%); }

  .l-w69,
  .l-w-69 {
    width: calc(69*1%); }

  .l-w70,
  .l-w-70 {
    width: calc(70*1%); }

  .l-w71,
  .l-w-71 {
    width: calc(71*1%); }

  .l-w72,
  .l-w-72 {
    width: calc(72*1%); }

  .l-w73,
  .l-w-73 {
    width: calc(73*1%); }

  .l-w74,
  .l-w-74 {
    width: calc(74*1%); }

  .l-w75,
  .l-w-75 {
    width: calc(75*1%); }

  .l-w76,
  .l-w-76 {
    width: calc(76*1%); }

  .l-w77,
  .l-w-77 {
    width: calc(77*1%); }

  .l-w78,
  .l-w-78 {
    width: calc(78*1%); }

  .l-w79,
  .l-w-79 {
    width: calc(79*1%); }

  .l-w80,
  .l-w-80 {
    width: calc(80*1%); }

  .l-w81,
  .l-w-81 {
    width: calc(81*1%); }

  .l-w82,
  .l-w-82 {
    width: calc(82*1%); }

  .l-w83,
  .l-w-83 {
    width: calc(83*1%); }

  .l-w84,
  .l-w-84 {
    width: calc(84*1%); }

  .l-w85,
  .l-w-85 {
    width: calc(85*1%); }

  .l-w86,
  .l-w-86 {
    width: calc(86*1%); }

  .l-w87,
  .l-w-87 {
    width: calc(87*1%); }

  .l-w88,
  .l-w-88 {
    width: calc(88*1%); }

  .l-w89,
  .l-w-89 {
    width: calc(89*1%); }

  .l-w90,
  .l-w-90 {
    width: calc(90*1%); }

  .l-w91,
  .l-w-91 {
    width: calc(91*1%); }

  .l-w92,
  .l-w-92 {
    width: calc(92*1%); }

  .l-w93,
  .l-w-93 {
    width: calc(93*1%); }

  .l-w94,
  .l-w-94 {
    width: calc(94*1%); }

  .l-w95,
  .l-w-95 {
    width: calc(95*1%); }

  .l-w96,
  .l-w-96 {
    width: calc(96*1%); }

  .l-w97,
  .l-w-97 {
    width: calc(97*1%); }

  .l-w98,
  .l-w-98 {
    width: calc(98*1%); }

  .l-w99,
  .l-w-99 {
    width: calc(99*1%); }

  .l-w100,
  .l-w-100 {
    width: calc(100*1%); }

  .l-w-1rem {
    width: calc(1*1rem); }

  .l-w-2rem {
    width: calc(2*1rem); }

  .l-w-3rem {
    width: calc(3*1rem); }

  .l-w-4rem {
    width: calc(4*1rem); }

  .l-w-5rem {
    width: calc(5*1rem); }

  .l-w-6rem {
    width: calc(6*1rem); }

  .l-w-7rem {
    width: calc(7*1rem); }

  .l-w-8rem {
    width: calc(8*1rem); }

  .l-w-9rem {
    width: calc(9*1rem); }

  .l-w-10rem {
    width: calc(10*1rem); }

  .l-w-11rem {
    width: calc(11*1rem); }

  .l-w-12rem {
    width: calc(12*1rem); }

  .l-w-13rem {
    width: calc(13*1rem); }

  .l-w-14rem {
    width: calc(14*1rem); }

  .l-w-15rem {
    width: calc(15*1rem); }

  .l-w-16rem {
    width: calc(16*1rem); }

  .l-w-17rem {
    width: calc(17*1rem); }

  .l-w-18rem {
    width: calc(18*1rem); }

  .l-w-19rem {
    width: calc(19*1rem); }

  .l-w-20rem {
    width: calc(20*1rem); }

  .l-w-1px {
    width: calc(1*1px); }

  .l-w-2px {
    width: calc(2*1px); }

  .l-w-3px {
    width: calc(3*1px); }

  .l-w-4px {
    width: calc(4*1px); }

  .l-w-5px {
    width: calc(5*1px); }

  .l-w-6px {
    width: calc(6*1px); }

  .l-w-7px {
    width: calc(7*1px); }

  .l-w-8px {
    width: calc(8*1px); }

  .l-w-9px {
    width: calc(9*1px); }

  .l-w-10px {
    width: calc(10*1px); }

  .l-w-11px {
    width: calc(11*1px); }

  .l-w-12px {
    width: calc(12*1px); }

  .l-w-13px {
    width: calc(13*1px); }

  .l-w-14px {
    width: calc(14*1px); }

  .l-w-15px {
    width: calc(15*1px); }

  .l-w-16px {
    width: calc(16*1px); }

  .l-w-17px {
    width: calc(17*1px); }

  .l-w-18px {
    width: calc(18*1px); }

  .l-w-19px {
    width: calc(19*1px); }

  .l-w-20px {
    width: calc(20*1px); }

  .l-w-21px {
    width: calc(21*1px); }

  .l-w-22px {
    width: calc(22*1px); }

  .l-w-23px {
    width: calc(23*1px); }

  .l-w-24px {
    width: calc(24*1px); }

  .l-w-25px {
    width: calc(25*1px); }

  .l-w-26px {
    width: calc(26*1px); }

  .l-w-27px {
    width: calc(27*1px); }

  .l-w-28px {
    width: calc(28*1px); }

  .l-w-29px {
    width: calc(29*1px); }

  .l-w-30px {
    width: calc(30*1px); }

  .l-w-31px {
    width: calc(31*1px); }

  .l-w-32px {
    width: calc(32*1px); }

  .l-w-33px {
    width: calc(33*1px); }

  .l-w-34px {
    width: calc(34*1px); }

  .l-w-35px {
    width: calc(35*1px); }

  .l-w-36px {
    width: calc(36*1px); }

  .l-w-37px {
    width: calc(37*1px); }

  .l-w-38px {
    width: calc(38*1px); }

  .l-w-39px {
    width: calc(39*1px); }

  .l-w-40px {
    width: calc(40*1px); }

  .l-w-41px {
    width: calc(41*1px); }

  .l-w-42px {
    width: calc(42*1px); }

  .l-w-43px {
    width: calc(43*1px); }

  .l-w-44px {
    width: calc(44*1px); }

  .l-w-45px {
    width: calc(45*1px); }

  .l-w-46px {
    width: calc(46*1px); }

  .l-w-47px {
    width: calc(47*1px); }

  .l-w-48px {
    width: calc(48*1px); }

  .l-w-49px {
    width: calc(49*1px); }

  .l-w-50px {
    width: calc(50*1px); }

  .l-w-51px {
    width: calc(51*1px); }

  .l-w-52px {
    width: calc(52*1px); }

  .l-w-53px {
    width: calc(53*1px); }

  .l-w-54px {
    width: calc(54*1px); }

  .l-w-55px {
    width: calc(55*1px); }

  .l-w-56px {
    width: calc(56*1px); }

  .l-w-57px {
    width: calc(57*1px); }

  .l-w-58px {
    width: calc(58*1px); }

  .l-w-59px {
    width: calc(59*1px); }

  .l-w-60px {
    width: calc(60*1px); }

  .l-w-61px {
    width: calc(61*1px); }

  .l-w-62px {
    width: calc(62*1px); }

  .l-w-63px {
    width: calc(63*1px); }

  .l-w-64px {
    width: calc(64*1px); }

  .l-w-65px {
    width: calc(65*1px); }

  .l-w-66px {
    width: calc(66*1px); }

  .l-w-67px {
    width: calc(67*1px); }

  .l-w-68px {
    width: calc(68*1px); }

  .l-w-69px {
    width: calc(69*1px); }

  .l-w-70px {
    width: calc(70*1px); }

  .l-w-71px {
    width: calc(71*1px); }

  .l-w-72px {
    width: calc(72*1px); }

  .l-w-73px {
    width: calc(73*1px); }

  .l-w-74px {
    width: calc(74*1px); }

  .l-w-75px {
    width: calc(75*1px); }

  .l-w-76px {
    width: calc(76*1px); }

  .l-w-77px {
    width: calc(77*1px); }

  .l-w-78px {
    width: calc(78*1px); }

  .l-w-79px {
    width: calc(79*1px); }

  .l-w-80px {
    width: calc(80*1px); }

  .l-w-81px {
    width: calc(81*1px); }

  .l-w-82px {
    width: calc(82*1px); }

  .l-w-83px {
    width: calc(83*1px); }

  .l-w-84px {
    width: calc(84*1px); }

  .l-w-85px {
    width: calc(85*1px); }

  .l-w-86px {
    width: calc(86*1px); }

  .l-w-87px {
    width: calc(87*1px); }

  .l-w-88px {
    width: calc(88*1px); }

  .l-w-89px {
    width: calc(89*1px); }

  .l-w-90px {
    width: calc(90*1px); }

  .l-w-91px {
    width: calc(91*1px); }

  .l-w-92px {
    width: calc(92*1px); }

  .l-w-93px {
    width: calc(93*1px); }

  .l-w-94px {
    width: calc(94*1px); }

  .l-w-95px {
    width: calc(95*1px); }

  .l-w-96px {
    width: calc(96*1px); }

  .l-w-97px {
    width: calc(97*1px); }

  .l-w-98px {
    width: calc(98*1px); }

  .l-w-99px {
    width: calc(99*1px); }

  .l-w-100px {
    width: calc(100*1px); }

  .l-w-1vw {
    width: calc(1*1vw); }

  .l-w-2vw {
    width: calc(2*1vw); }

  .l-w-3vw {
    width: calc(3*1vw); }

  .l-w-4vw {
    width: calc(4*1vw); }

  .l-w-5vw {
    width: calc(5*1vw); }

  .l-w-6vw {
    width: calc(6*1vw); }

  .l-w-7vw {
    width: calc(7*1vw); }

  .l-w-8vw {
    width: calc(8*1vw); }

  .l-w-9vw {
    width: calc(9*1vw); }

  .l-w-10vw {
    width: calc(10*1vw); }

  .l-w-11vw {
    width: calc(11*1vw); }

  .l-w-12vw {
    width: calc(12*1vw); }

  .l-w-13vw {
    width: calc(13*1vw); }

  .l-w-14vw {
    width: calc(14*1vw); }

  .l-w-15vw {
    width: calc(15*1vw); }

  .l-w-16vw {
    width: calc(16*1vw); }

  .l-w-17vw {
    width: calc(17*1vw); }

  .l-w-18vw {
    width: calc(18*1vw); }

  .l-w-19vw {
    width: calc(19*1vw); }

  .l-w-20vw {
    width: calc(20*1vw); }

  .l-w-21vw {
    width: calc(21*1vw); }

  .l-w-22vw {
    width: calc(22*1vw); }

  .l-w-23vw {
    width: calc(23*1vw); }

  .l-w-24vw {
    width: calc(24*1vw); }

  .l-w-25vw {
    width: calc(25*1vw); }

  .l-w-26vw {
    width: calc(26*1vw); }

  .l-w-27vw {
    width: calc(27*1vw); }

  .l-w-28vw {
    width: calc(28*1vw); }

  .l-w-29vw {
    width: calc(29*1vw); }

  .l-w-30vw {
    width: calc(30*1vw); }

  .l-w-31vw {
    width: calc(31*1vw); }

  .l-w-32vw {
    width: calc(32*1vw); }

  .l-w-33vw {
    width: calc(33*1vw); }

  .l-w-34vw {
    width: calc(34*1vw); }

  .l-w-35vw {
    width: calc(35*1vw); }

  .l-w-36vw {
    width: calc(36*1vw); }

  .l-w-37vw {
    width: calc(37*1vw); }

  .l-w-38vw {
    width: calc(38*1vw); }

  .l-w-39vw {
    width: calc(39*1vw); }

  .l-w-40vw {
    width: calc(40*1vw); }

  .l-w-41vw {
    width: calc(41*1vw); }

  .l-w-42vw {
    width: calc(42*1vw); }

  .l-w-43vw {
    width: calc(43*1vw); }

  .l-w-44vw {
    width: calc(44*1vw); }

  .l-w-45vw {
    width: calc(45*1vw); }

  .l-w-46vw {
    width: calc(46*1vw); }

  .l-w-47vw {
    width: calc(47*1vw); }

  .l-w-48vw {
    width: calc(48*1vw); }

  .l-w-49vw {
    width: calc(49*1vw); }

  .l-w-50vw {
    width: calc(50*1vw); }

  .l-w-51vw {
    width: calc(51*1vw); }

  .l-w-52vw {
    width: calc(52*1vw); }

  .l-w-53vw {
    width: calc(53*1vw); }

  .l-w-54vw {
    width: calc(54*1vw); }

  .l-w-55vw {
    width: calc(55*1vw); }

  .l-w-56vw {
    width: calc(56*1vw); }

  .l-w-57vw {
    width: calc(57*1vw); }

  .l-w-58vw {
    width: calc(58*1vw); }

  .l-w-59vw {
    width: calc(59*1vw); }

  .l-w-60vw {
    width: calc(60*1vw); }

  .l-w-61vw {
    width: calc(61*1vw); }

  .l-w-62vw {
    width: calc(62*1vw); }

  .l-w-63vw {
    width: calc(63*1vw); }

  .l-w-64vw {
    width: calc(64*1vw); }

  .l-w-65vw {
    width: calc(65*1vw); }

  .l-w-66vw {
    width: calc(66*1vw); }

  .l-w-67vw {
    width: calc(67*1vw); }

  .l-w-68vw {
    width: calc(68*1vw); }

  .l-w-69vw {
    width: calc(69*1vw); }

  .l-w-70vw {
    width: calc(70*1vw); }

  .l-w-71vw {
    width: calc(71*1vw); }

  .l-w-72vw {
    width: calc(72*1vw); }

  .l-w-73vw {
    width: calc(73*1vw); }

  .l-w-74vw {
    width: calc(74*1vw); }

  .l-w-75vw {
    width: calc(75*1vw); }

  .l-w-76vw {
    width: calc(76*1vw); }

  .l-w-77vw {
    width: calc(77*1vw); }

  .l-w-78vw {
    width: calc(78*1vw); }

  .l-w-79vw {
    width: calc(79*1vw); }

  .l-w-80vw {
    width: calc(80*1vw); }

  .l-w-81vw {
    width: calc(81*1vw); }

  .l-w-82vw {
    width: calc(82*1vw); }

  .l-w-83vw {
    width: calc(83*1vw); }

  .l-w-84vw {
    width: calc(84*1vw); }

  .l-w-85vw {
    width: calc(85*1vw); }

  .l-w-86vw {
    width: calc(86*1vw); }

  .l-w-87vw {
    width: calc(87*1vw); }

  .l-w-88vw {
    width: calc(88*1vw); }

  .l-w-89vw {
    width: calc(89*1vw); }

  .l-w-90vw {
    width: calc(90*1vw); }

  .l-w-91vw {
    width: calc(91*1vw); }

  .l-w-92vw {
    width: calc(92*1vw); }

  .l-w-93vw {
    width: calc(93*1vw); }

  .l-w-94vw {
    width: calc(94*1vw); }

  .l-w-95vw {
    width: calc(95*1vw); }

  .l-w-96vw {
    width: calc(96*1vw); }

  .l-w-97vw {
    width: calc(97*1vw); }

  .l-w-98vw {
    width: calc(98*1vw); }

  .l-w-99vw {
    width: calc(99*1vw); }

  .l-w-100vw {
    width: calc(100*1vw); }

  .l-w33,
  .l-w-33 {
    width: 33.33333333%; }

  .l-w66,
  .l-w-66 {
    width: 66.66666666%; } }
@media (min-width: 1440px) {
  .d-w1,
  .d-w-1 {
    width: calc(1*1%); }

  .d-w2,
  .d-w-2 {
    width: calc(2*1%); }

  .d-w3,
  .d-w-3 {
    width: calc(3*1%); }

  .d-w4,
  .d-w-4 {
    width: calc(4*1%); }

  .d-w5,
  .d-w-5 {
    width: calc(5*1%); }

  .d-w6,
  .d-w-6 {
    width: calc(6*1%); }

  .d-w7,
  .d-w-7 {
    width: calc(7*1%); }

  .d-w8,
  .d-w-8 {
    width: calc(8*1%); }

  .d-w9,
  .d-w-9 {
    width: calc(9*1%); }

  .d-w10,
  .d-w-10 {
    width: calc(10*1%); }

  .d-w11,
  .d-w-11 {
    width: calc(11*1%); }

  .d-w12,
  .d-w-12 {
    width: calc(12*1%); }

  .d-w13,
  .d-w-13 {
    width: calc(13*1%); }

  .d-w14,
  .d-w-14 {
    width: calc(14*1%); }

  .d-w15,
  .d-w-15 {
    width: calc(15*1%); }

  .d-w16,
  .d-w-16 {
    width: calc(16*1%); }

  .d-w17,
  .d-w-17 {
    width: calc(17*1%); }

  .d-w18,
  .d-w-18 {
    width: calc(18*1%); }

  .d-w19,
  .d-w-19 {
    width: calc(19*1%); }

  .d-w20,
  .d-w-20 {
    width: calc(20*1%); }

  .d-w21,
  .d-w-21 {
    width: calc(21*1%); }

  .d-w22,
  .d-w-22 {
    width: calc(22*1%); }

  .d-w23,
  .d-w-23 {
    width: calc(23*1%); }

  .d-w24,
  .d-w-24 {
    width: calc(24*1%); }

  .d-w25,
  .d-w-25 {
    width: calc(25*1%); }

  .d-w26,
  .d-w-26 {
    width: calc(26*1%); }

  .d-w27,
  .d-w-27 {
    width: calc(27*1%); }

  .d-w28,
  .d-w-28 {
    width: calc(28*1%); }

  .d-w29,
  .d-w-29 {
    width: calc(29*1%); }

  .d-w30,
  .d-w-30 {
    width: calc(30*1%); }

  .d-w31,
  .d-w-31 {
    width: calc(31*1%); }

  .d-w32,
  .d-w-32 {
    width: calc(32*1%); }

  .d-w33,
  .d-w-33 {
    width: calc(33*1%); }

  .d-w34,
  .d-w-34 {
    width: calc(34*1%); }

  .d-w35,
  .d-w-35 {
    width: calc(35*1%); }

  .d-w36,
  .d-w-36 {
    width: calc(36*1%); }

  .d-w37,
  .d-w-37 {
    width: calc(37*1%); }

  .d-w38,
  .d-w-38 {
    width: calc(38*1%); }

  .d-w39,
  .d-w-39 {
    width: calc(39*1%); }

  .d-w40,
  .d-w-40 {
    width: calc(40*1%); }

  .d-w41,
  .d-w-41 {
    width: calc(41*1%); }

  .d-w42,
  .d-w-42 {
    width: calc(42*1%); }

  .d-w43,
  .d-w-43 {
    width: calc(43*1%); }

  .d-w44,
  .d-w-44 {
    width: calc(44*1%); }

  .d-w45,
  .d-w-45 {
    width: calc(45*1%); }

  .d-w46,
  .d-w-46 {
    width: calc(46*1%); }

  .d-w47,
  .d-w-47 {
    width: calc(47*1%); }

  .d-w48,
  .d-w-48 {
    width: calc(48*1%); }

  .d-w49,
  .d-w-49 {
    width: calc(49*1%); }

  .d-w50,
  .d-w-50 {
    width: calc(50*1%); }

  .d-w51,
  .d-w-51 {
    width: calc(51*1%); }

  .d-w52,
  .d-w-52 {
    width: calc(52*1%); }

  .d-w53,
  .d-w-53 {
    width: calc(53*1%); }

  .d-w54,
  .d-w-54 {
    width: calc(54*1%); }

  .d-w55,
  .d-w-55 {
    width: calc(55*1%); }

  .d-w56,
  .d-w-56 {
    width: calc(56*1%); }

  .d-w57,
  .d-w-57 {
    width: calc(57*1%); }

  .d-w58,
  .d-w-58 {
    width: calc(58*1%); }

  .d-w59,
  .d-w-59 {
    width: calc(59*1%); }

  .d-w60,
  .d-w-60 {
    width: calc(60*1%); }

  .d-w61,
  .d-w-61 {
    width: calc(61*1%); }

  .d-w62,
  .d-w-62 {
    width: calc(62*1%); }

  .d-w63,
  .d-w-63 {
    width: calc(63*1%); }

  .d-w64,
  .d-w-64 {
    width: calc(64*1%); }

  .d-w65,
  .d-w-65 {
    width: calc(65*1%); }

  .d-w66,
  .d-w-66 {
    width: calc(66*1%); }

  .d-w67,
  .d-w-67 {
    width: calc(67*1%); }

  .d-w68,
  .d-w-68 {
    width: calc(68*1%); }

  .d-w69,
  .d-w-69 {
    width: calc(69*1%); }

  .d-w70,
  .d-w-70 {
    width: calc(70*1%); }

  .d-w71,
  .d-w-71 {
    width: calc(71*1%); }

  .d-w72,
  .d-w-72 {
    width: calc(72*1%); }

  .d-w73,
  .d-w-73 {
    width: calc(73*1%); }

  .d-w74,
  .d-w-74 {
    width: calc(74*1%); }

  .d-w75,
  .d-w-75 {
    width: calc(75*1%); }

  .d-w76,
  .d-w-76 {
    width: calc(76*1%); }

  .d-w77,
  .d-w-77 {
    width: calc(77*1%); }

  .d-w78,
  .d-w-78 {
    width: calc(78*1%); }

  .d-w79,
  .d-w-79 {
    width: calc(79*1%); }

  .d-w80,
  .d-w-80 {
    width: calc(80*1%); }

  .d-w81,
  .d-w-81 {
    width: calc(81*1%); }

  .d-w82,
  .d-w-82 {
    width: calc(82*1%); }

  .d-w83,
  .d-w-83 {
    width: calc(83*1%); }

  .d-w84,
  .d-w-84 {
    width: calc(84*1%); }

  .d-w85,
  .d-w-85 {
    width: calc(85*1%); }

  .d-w86,
  .d-w-86 {
    width: calc(86*1%); }

  .d-w87,
  .d-w-87 {
    width: calc(87*1%); }

  .d-w88,
  .d-w-88 {
    width: calc(88*1%); }

  .d-w89,
  .d-w-89 {
    width: calc(89*1%); }

  .d-w90,
  .d-w-90 {
    width: calc(90*1%); }

  .d-w91,
  .d-w-91 {
    width: calc(91*1%); }

  .d-w92,
  .d-w-92 {
    width: calc(92*1%); }

  .d-w93,
  .d-w-93 {
    width: calc(93*1%); }

  .d-w94,
  .d-w-94 {
    width: calc(94*1%); }

  .d-w95,
  .d-w-95 {
    width: calc(95*1%); }

  .d-w96,
  .d-w-96 {
    width: calc(96*1%); }

  .d-w97,
  .d-w-97 {
    width: calc(97*1%); }

  .d-w98,
  .d-w-98 {
    width: calc(98*1%); }

  .d-w99,
  .d-w-99 {
    width: calc(99*1%); }

  .d-w100,
  .d-w-100 {
    width: calc(100*1%); }

  .d-w-1rem {
    width: calc(1*1rem); }

  .d-w-2rem {
    width: calc(2*1rem); }

  .d-w-3rem {
    width: calc(3*1rem); }

  .d-w-4rem {
    width: calc(4*1rem); }

  .d-w-5rem {
    width: calc(5*1rem); }

  .d-w-6rem {
    width: calc(6*1rem); }

  .d-w-7rem {
    width: calc(7*1rem); }

  .d-w-8rem {
    width: calc(8*1rem); }

  .d-w-9rem {
    width: calc(9*1rem); }

  .d-w-10rem {
    width: calc(10*1rem); }

  .d-w-11rem {
    width: calc(11*1rem); }

  .d-w-12rem {
    width: calc(12*1rem); }

  .d-w-13rem {
    width: calc(13*1rem); }

  .d-w-14rem {
    width: calc(14*1rem); }

  .d-w-15rem {
    width: calc(15*1rem); }

  .d-w-16rem {
    width: calc(16*1rem); }

  .d-w-17rem {
    width: calc(17*1rem); }

  .d-w-18rem {
    width: calc(18*1rem); }

  .d-w-19rem {
    width: calc(19*1rem); }

  .d-w-20rem {
    width: calc(20*1rem); }

  .d-w-1px {
    width: calc(1*1px); }

  .d-w-2px {
    width: calc(2*1px); }

  .d-w-3px {
    width: calc(3*1px); }

  .d-w-4px {
    width: calc(4*1px); }

  .d-w-5px {
    width: calc(5*1px); }

  .d-w-6px {
    width: calc(6*1px); }

  .d-w-7px {
    width: calc(7*1px); }

  .d-w-8px {
    width: calc(8*1px); }

  .d-w-9px {
    width: calc(9*1px); }

  .d-w-10px {
    width: calc(10*1px); }

  .d-w-11px {
    width: calc(11*1px); }

  .d-w-12px {
    width: calc(12*1px); }

  .d-w-13px {
    width: calc(13*1px); }

  .d-w-14px {
    width: calc(14*1px); }

  .d-w-15px {
    width: calc(15*1px); }

  .d-w-16px {
    width: calc(16*1px); }

  .d-w-17px {
    width: calc(17*1px); }

  .d-w-18px {
    width: calc(18*1px); }

  .d-w-19px {
    width: calc(19*1px); }

  .d-w-20px {
    width: calc(20*1px); }

  .d-w-21px {
    width: calc(21*1px); }

  .d-w-22px {
    width: calc(22*1px); }

  .d-w-23px {
    width: calc(23*1px); }

  .d-w-24px {
    width: calc(24*1px); }

  .d-w-25px {
    width: calc(25*1px); }

  .d-w-26px {
    width: calc(26*1px); }

  .d-w-27px {
    width: calc(27*1px); }

  .d-w-28px {
    width: calc(28*1px); }

  .d-w-29px {
    width: calc(29*1px); }

  .d-w-30px {
    width: calc(30*1px); }

  .d-w-31px {
    width: calc(31*1px); }

  .d-w-32px {
    width: calc(32*1px); }

  .d-w-33px {
    width: calc(33*1px); }

  .d-w-34px {
    width: calc(34*1px); }

  .d-w-35px {
    width: calc(35*1px); }

  .d-w-36px {
    width: calc(36*1px); }

  .d-w-37px {
    width: calc(37*1px); }

  .d-w-38px {
    width: calc(38*1px); }

  .d-w-39px {
    width: calc(39*1px); }

  .d-w-40px {
    width: calc(40*1px); }

  .d-w-41px {
    width: calc(41*1px); }

  .d-w-42px {
    width: calc(42*1px); }

  .d-w-43px {
    width: calc(43*1px); }

  .d-w-44px {
    width: calc(44*1px); }

  .d-w-45px {
    width: calc(45*1px); }

  .d-w-46px {
    width: calc(46*1px); }

  .d-w-47px {
    width: calc(47*1px); }

  .d-w-48px {
    width: calc(48*1px); }

  .d-w-49px {
    width: calc(49*1px); }

  .d-w-50px {
    width: calc(50*1px); }

  .d-w-51px {
    width: calc(51*1px); }

  .d-w-52px {
    width: calc(52*1px); }

  .d-w-53px {
    width: calc(53*1px); }

  .d-w-54px {
    width: calc(54*1px); }

  .d-w-55px {
    width: calc(55*1px); }

  .d-w-56px {
    width: calc(56*1px); }

  .d-w-57px {
    width: calc(57*1px); }

  .d-w-58px {
    width: calc(58*1px); }

  .d-w-59px {
    width: calc(59*1px); }

  .d-w-60px {
    width: calc(60*1px); }

  .d-w-61px {
    width: calc(61*1px); }

  .d-w-62px {
    width: calc(62*1px); }

  .d-w-63px {
    width: calc(63*1px); }

  .d-w-64px {
    width: calc(64*1px); }

  .d-w-65px {
    width: calc(65*1px); }

  .d-w-66px {
    width: calc(66*1px); }

  .d-w-67px {
    width: calc(67*1px); }

  .d-w-68px {
    width: calc(68*1px); }

  .d-w-69px {
    width: calc(69*1px); }

  .d-w-70px {
    width: calc(70*1px); }

  .d-w-71px {
    width: calc(71*1px); }

  .d-w-72px {
    width: calc(72*1px); }

  .d-w-73px {
    width: calc(73*1px); }

  .d-w-74px {
    width: calc(74*1px); }

  .d-w-75px {
    width: calc(75*1px); }

  .d-w-76px {
    width: calc(76*1px); }

  .d-w-77px {
    width: calc(77*1px); }

  .d-w-78px {
    width: calc(78*1px); }

  .d-w-79px {
    width: calc(79*1px); }

  .d-w-80px {
    width: calc(80*1px); }

  .d-w-81px {
    width: calc(81*1px); }

  .d-w-82px {
    width: calc(82*1px); }

  .d-w-83px {
    width: calc(83*1px); }

  .d-w-84px {
    width: calc(84*1px); }

  .d-w-85px {
    width: calc(85*1px); }

  .d-w-86px {
    width: calc(86*1px); }

  .d-w-87px {
    width: calc(87*1px); }

  .d-w-88px {
    width: calc(88*1px); }

  .d-w-89px {
    width: calc(89*1px); }

  .d-w-90px {
    width: calc(90*1px); }

  .d-w-91px {
    width: calc(91*1px); }

  .d-w-92px {
    width: calc(92*1px); }

  .d-w-93px {
    width: calc(93*1px); }

  .d-w-94px {
    width: calc(94*1px); }

  .d-w-95px {
    width: calc(95*1px); }

  .d-w-96px {
    width: calc(96*1px); }

  .d-w-97px {
    width: calc(97*1px); }

  .d-w-98px {
    width: calc(98*1px); }

  .d-w-99px {
    width: calc(99*1px); }

  .d-w-100px {
    width: calc(100*1px); }

  .d-w-1vw {
    width: calc(1*1vw); }

  .d-w-2vw {
    width: calc(2*1vw); }

  .d-w-3vw {
    width: calc(3*1vw); }

  .d-w-4vw {
    width: calc(4*1vw); }

  .d-w-5vw {
    width: calc(5*1vw); }

  .d-w-6vw {
    width: calc(6*1vw); }

  .d-w-7vw {
    width: calc(7*1vw); }

  .d-w-8vw {
    width: calc(8*1vw); }

  .d-w-9vw {
    width: calc(9*1vw); }

  .d-w-10vw {
    width: calc(10*1vw); }

  .d-w-11vw {
    width: calc(11*1vw); }

  .d-w-12vw {
    width: calc(12*1vw); }

  .d-w-13vw {
    width: calc(13*1vw); }

  .d-w-14vw {
    width: calc(14*1vw); }

  .d-w-15vw {
    width: calc(15*1vw); }

  .d-w-16vw {
    width: calc(16*1vw); }

  .d-w-17vw {
    width: calc(17*1vw); }

  .d-w-18vw {
    width: calc(18*1vw); }

  .d-w-19vw {
    width: calc(19*1vw); }

  .d-w-20vw {
    width: calc(20*1vw); }

  .d-w-21vw {
    width: calc(21*1vw); }

  .d-w-22vw {
    width: calc(22*1vw); }

  .d-w-23vw {
    width: calc(23*1vw); }

  .d-w-24vw {
    width: calc(24*1vw); }

  .d-w-25vw {
    width: calc(25*1vw); }

  .d-w-26vw {
    width: calc(26*1vw); }

  .d-w-27vw {
    width: calc(27*1vw); }

  .d-w-28vw {
    width: calc(28*1vw); }

  .d-w-29vw {
    width: calc(29*1vw); }

  .d-w-30vw {
    width: calc(30*1vw); }

  .d-w-31vw {
    width: calc(31*1vw); }

  .d-w-32vw {
    width: calc(32*1vw); }

  .d-w-33vw {
    width: calc(33*1vw); }

  .d-w-34vw {
    width: calc(34*1vw); }

  .d-w-35vw {
    width: calc(35*1vw); }

  .d-w-36vw {
    width: calc(36*1vw); }

  .d-w-37vw {
    width: calc(37*1vw); }

  .d-w-38vw {
    width: calc(38*1vw); }

  .d-w-39vw {
    width: calc(39*1vw); }

  .d-w-40vw {
    width: calc(40*1vw); }

  .d-w-41vw {
    width: calc(41*1vw); }

  .d-w-42vw {
    width: calc(42*1vw); }

  .d-w-43vw {
    width: calc(43*1vw); }

  .d-w-44vw {
    width: calc(44*1vw); }

  .d-w-45vw {
    width: calc(45*1vw); }

  .d-w-46vw {
    width: calc(46*1vw); }

  .d-w-47vw {
    width: calc(47*1vw); }

  .d-w-48vw {
    width: calc(48*1vw); }

  .d-w-49vw {
    width: calc(49*1vw); }

  .d-w-50vw {
    width: calc(50*1vw); }

  .d-w-51vw {
    width: calc(51*1vw); }

  .d-w-52vw {
    width: calc(52*1vw); }

  .d-w-53vw {
    width: calc(53*1vw); }

  .d-w-54vw {
    width: calc(54*1vw); }

  .d-w-55vw {
    width: calc(55*1vw); }

  .d-w-56vw {
    width: calc(56*1vw); }

  .d-w-57vw {
    width: calc(57*1vw); }

  .d-w-58vw {
    width: calc(58*1vw); }

  .d-w-59vw {
    width: calc(59*1vw); }

  .d-w-60vw {
    width: calc(60*1vw); }

  .d-w-61vw {
    width: calc(61*1vw); }

  .d-w-62vw {
    width: calc(62*1vw); }

  .d-w-63vw {
    width: calc(63*1vw); }

  .d-w-64vw {
    width: calc(64*1vw); }

  .d-w-65vw {
    width: calc(65*1vw); }

  .d-w-66vw {
    width: calc(66*1vw); }

  .d-w-67vw {
    width: calc(67*1vw); }

  .d-w-68vw {
    width: calc(68*1vw); }

  .d-w-69vw {
    width: calc(69*1vw); }

  .d-w-70vw {
    width: calc(70*1vw); }

  .d-w-71vw {
    width: calc(71*1vw); }

  .d-w-72vw {
    width: calc(72*1vw); }

  .d-w-73vw {
    width: calc(73*1vw); }

  .d-w-74vw {
    width: calc(74*1vw); }

  .d-w-75vw {
    width: calc(75*1vw); }

  .d-w-76vw {
    width: calc(76*1vw); }

  .d-w-77vw {
    width: calc(77*1vw); }

  .d-w-78vw {
    width: calc(78*1vw); }

  .d-w-79vw {
    width: calc(79*1vw); }

  .d-w-80vw {
    width: calc(80*1vw); }

  .d-w-81vw {
    width: calc(81*1vw); }

  .d-w-82vw {
    width: calc(82*1vw); }

  .d-w-83vw {
    width: calc(83*1vw); }

  .d-w-84vw {
    width: calc(84*1vw); }

  .d-w-85vw {
    width: calc(85*1vw); }

  .d-w-86vw {
    width: calc(86*1vw); }

  .d-w-87vw {
    width: calc(87*1vw); }

  .d-w-88vw {
    width: calc(88*1vw); }

  .d-w-89vw {
    width: calc(89*1vw); }

  .d-w-90vw {
    width: calc(90*1vw); }

  .d-w-91vw {
    width: calc(91*1vw); }

  .d-w-92vw {
    width: calc(92*1vw); }

  .d-w-93vw {
    width: calc(93*1vw); }

  .d-w-94vw {
    width: calc(94*1vw); }

  .d-w-95vw {
    width: calc(95*1vw); }

  .d-w-96vw {
    width: calc(96*1vw); }

  .d-w-97vw {
    width: calc(97*1vw); }

  .d-w-98vw {
    width: calc(98*1vw); }

  .d-w-99vw {
    width: calc(99*1vw); }

  .d-w-100vw {
    width: calc(100*1vw); }

  .d-w33,
  .d-w-33 {
    width: 33.33333333%; }

  .d-w66,
  .d-w-66 {
    width: 66.66666666%; } }
.cursor-auto {
  cursor: auto; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-wait {
  cursor: wait; }

.cursor-text {
  cursor: text; }

.cursor-move {
  cursor: move; }

.cursor-help {
  cursor: help; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-none {
  cursor: none; }

.cursor-context-menu {
  cursor: context-menu; }

.cursor-progress {
  cursor: progress; }

.cursor-cell {
  cursor: cell; }

.cursor-crosshair {
  cursor: crosshair; }

.cursor-vertical-text {
  cursor: vertical-text; }

.cursor-alias {
  cursor: alias; }

.cursor-copy {
  cursor: copy; }

.cursor-no-drop {
  cursor: no-drop; }

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.cursor-all-scroll {
  cursor: all-scroll; }

.cursor-col-resize {
  cursor: col-resize; }

.cursor-row-resize {
  cursor: row-resize; }

.cursor-n-resize {
  cursor: n-resize; }

.cursor-e-resize {
  cursor: e-resize; }

.cursor-s-resize {
  cursor: s-resize; }

.cursor-w-resize {
  cursor: w-resize; }

.cursor-ne-resize {
  cursor: ne-resize; }

.cursor-nw-resize {
  cursor: nw-resize; }

.cursor-se-resize {
  cursor: se-resize; }

.cursor-sw-resize {
  cursor: sw-resize; }

.cursor-ew-resize {
  cursor: ew-resize; }

.cursor-ns-resize {
  cursor: ns-resize; }

.cursor-nesw-resize {
  cursor: nesw-resize; }

.cursor-nwse-resize {
  cursor: nwse-resize; }

.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.cursor-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.pointer-events-none {
  pointer-events: none; }

.pointer-events-auto {
  pointer-events: auto; }

@media (min-width: 320px) {
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain; }

  .object-cover {
    -o-object-fit: cover;
       object-fit: cover; } }
@media (min-width: 520px) {
  .pl-object-contain {
    -o-object-fit: contain;
       object-fit: contain; }

  .pl-object-cover {
    -o-object-fit: cover;
       object-fit: cover; } }
@media (min-width: 768px) {
  .t-object-contain {
    -o-object-fit: contain;
       object-fit: contain; }

  .t-object-cover {
    -o-object-fit: cover;
       object-fit: cover; } }
@media (min-width: 1024px) {
  .l-object-contain {
    -o-object-fit: contain;
       object-fit: contain; }

  .l-object-cover {
    -o-object-fit: cover;
       object-fit: cover; } }
@media (min-width: 1440px) {
  .d-object-contain {
    -o-object-fit: contain;
       object-fit: contain; }

  .d-object-cover {
    -o-object-fit: cover;
       object-fit: cover; } }
/*@import 'C:/Users/jlnlj/Dropbox/jlnljn-framework/locomotive-scroll.scss';*/
body {
  font-size: 16px; }

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%; }

.divider {
  height: var(--borders-sizes); }

.serif {
  font-family: var(--serif), serif !important; }

.sansserif {
  font-family: var(--sans-serif), sans-serif !important; }

img {
  min-width: 100%; }

.full-height,
.hfs {
  height: 100dvh; }

.swiper-pagination-bullet {
  background: var(--black-color);
  /*opacity: 1;*/
  margin-left: 0.125rem;
  margin-right: 0.125rem; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color); }

.sup {
  font-size: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

@media (max-width: 767px) {
  .p-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: var(--grid-width);
    max-width: var(--grid-max-width);
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 767px) {
  .p-w-100 {
    width: 100% !important; } }

@media (max-width: 767px) {
  .p-hidden {
    display: none !important; } }

.bi-sb-image-bloc + .bi-sb-image-bloc {
  padding-top: calc(var(--gutter)*2) !important; }

.text-italic {
  font-style: italic; }

/*


	.bi-single-gallery {
  position: relative;
   .decorative-bg { 
    @include min-laptop {
    content: ''; 
    width: auto !important; 
    @include pos-abs(50%,0,-80px,0);  
    background: var(--black-color); 
  }
}

  .swiper-slide {
      width: auto !important;
      overflow: hidden; 
      position: relative; 
      padding: 0 calc(var(--gutter)); 
      > a {
        display: block; 
        height: 25vh;
        @include min-tablet {
          height: 50vh;
        }
        @include min-laptop { 
        }
        border-radius: var(--radius);
        overflow: hidden;
        img {
          display: block;
          height: 100%;
          width: auto;
          vertical-align: bottom;
        }
      }
      .source {
        @include pos-abs(auto,calc(var(--gutter)*2),calc(var(--gutter)*1),auto);
        background-color: var(--white-color);
        color: var(--black-color);
        padding: 0.5rem;
        font-size: 10px !important;
        border-radius: calc(var(--radius)/2);
        font-family: var(--sans-serif);
        a {
          color: var(--primary-color);
        }
      } 
  }

  .bi-swiper-gallery-pagination { 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .left { 
      width: 40%;
      height: calc(var(--gutter)/2); 
      .bi-bullets-pagination {
        display: block;
        .swiper-pagination-bullet {
          display: inline-block;
          margin: 0 0.25rem 0 0;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 0.25rem;
          border: 1px solid var(--primary-color);
          background-color: var(--black-color);
          opacity: 1;
          transform: translateY(-1px);
          &.swiper-pagination-bullet-active {
            background-color: var(--primary-color); 
            width: 1.25rem;
          }
        }
      }
    }
    .right { 
      width: 4rem;
      height: calc(var(--gutter)/2);
      display: flex; 
      justify-content: space-between;
      align-items: center;
      position: relative;
      &:before {
        content: '';
        @include pos-abs(0,auto,0,50%);
        width: 1px;
        background-color: var(--primary-color);

      }
      .prev, .next {
        width: 1rem;
        position: relative;
        height: calc(var(--gutter)/2);
        &:before {
          content: '';
          background-color: var(--white-color);
          @include pos-abs(50%,0,auto,0);
          height: 1px;
          transform: translateY(-50%);
        }
        &:after {
          content: ''; 
          @include square(0.25rem); 
          transform: translateY(-50%) rotate(45deg);
        } 
        &.swiper-button-disabled {
          pointer-events: none;
          opacity: 0.25;
        }
        @include hover {
          &:hover {
            cursor: pointer;
          }
        }
      }
      .prev { 
        &:after { 
          border-left: 1px solid var(--white-color);
          border-bottom: 1px solid var(--white-color); 
          @include pos-abs(50%,auto,auto,0); 
        }
      }
      .next { 
        &:after { 
          border-top: 1px solid var(--white-color);
          border-right: 1px solid var(--white-color); 
          @include pos-abs(50%,0,auto,auto); 
        } 
      }
    }
  }

}*/
/*
.bi-single-gallery { 
  position: relative;
  z-index: 5;
  @media (max-width: 519px) {
    .swiper-pagination-bullets 
    .swiper-pagination-bullet {
      background: white;
      &.swiper-pagination-bullet-active {
        background: var(--primary-color); 
      }
    }
  }

 

  .bi-swiper-single-photos { 
    overflow: visible;
     
    .swiper-slide { 
      width: auto !important;
      overflow: hidden;
  border-radius: var(--border-radius);
      position: relative; 
> div {
  padding-right: calc(var(--gutter)*1);
}
      > a {
        display: block; 
          margin-left: calc(var(--gutter)/2);
          margin-right: calc(var(--gutter)/2); 
        height: 50vw;
        position: relative;
        border-radius: var(--radius-general);
        overflow: hidden;
        background: var(--black-color);
        @media (min-width: 520px ) {
          height: 55vh;
          max-height: 35rem;
        }
      }

      img {
    
          display: block;
          height: 100%;
    
  
        width: auto;transition: transform 0.4s ease, opacity 0.4s ease;

        vertical-align: bottom;
      }
      .source {
        position: absolute;
        bottom: 0.5rem;
        left: 0.5rem;
        max-width: calc(100% - 10rem);
        padding: 0.25rem;
        font-size: 0.5rem;
  border-radius: var(--border-radius);
        @media (min-width: 520px) {
          bottom: 1rem;
          left: calc(1rem + var(--gutter)/2);
          max-width: calc(100% - 5rem);
          padding: 0.5rem; 
        }
 
        color:  var(--black-color);
        background:  var(--white-color);
     
        a {
          color: var(--primary-color);
        }
      }
      .open { 
        display: none;
        @media (min-width: 1024px) {
          display: block;
          top: 50%;
          left: 50%;
          position: absolute;
          transform: translate(-50%,-50%) scale(0);
          opacity: 0;
          transition: transform 0.4s ease, opacity 0.4s ease;

          span {
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%,-50%); 
            width: $flechesLongueur*1.25; 
            height: $flechesLongueur*1.25; 
            &:before {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              border-top: $flechesLargeur solid var(--white-color);
              border-right: $flechesLargeur solid var(--white-color);
              width: $flechesTaille;
              height: $flechesTaille;
            }
            &:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              border-bottom: $flechesLargeur solid var(--white-color);
              border-left: $flechesLargeur solid var(--white-color);
              width: $flechesTaille;
              height: $flechesTaille;
            }
          }

        }
 
      }

      &:hover {
        @media (min-width: 1024px) {
          img {
            opacity: 0.5;
            transform: scale(1.05);        
          }
          .open {
            opacity: 1;
            transform: translate(-50%,-50%) scale(1);
          }
        }
      }
    }
  }
}
*/
.editpost {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  z-index: 999999999;
  background-color: white;
  color: black; }

:root .belgique {
  --primary-color: #A4987F;
  --secondary-color: #e8e8e8;
  --black-color: #262627;
  --black-lighten-color: #363637;
  --grey-color: #888;
  --grey-text-color: #888;
  --white-color: #fff;
  --lines-size: 2px;
  --lines-color: var(--primary-color);
  --font-title: 'Space Grotesk', sans-serif;
  --font-text: 'Manrope', sans-serif;
  --gutter: 0.25rem;
  --radius: 4px;
  --size-text-regular: 14px;
  --gutter-xl: calc(var(--gutter)*5); }
  @media (min-width: 768px) {
    :root .belgique {
      --gutter: 0.75rem;
      --gutter-xl: calc(var(--gutter)*3);
      --size-text-regular: 14px;
      --radius: 6px; } }
  @media (min-width: 1024px) {
    :root .belgique {
      --gutter: 1rem;
      /*--radius: 8px;*/ } }
  @media (min-width: 1440px) {
    :root .belgique {
      --gutter: 1.25rem; } }
:root .paysbas {
  --primary-color: #E53935 ;
  --secondary-color: #e8e8e8;
  --black-color: #050c18 ;
  --black-lighten-color: #363637;
  --grey-color: #888;
  --grey-text-color: #888;
  --white-color: #f8f8f8;
  --lines-size: 2px;
  --lines-color: var(--grey-color);
  --font-title: 'Kanit', sans-serif;
  --font-text: 'Rubik', sans-serif;
  --gutter: 0.25rem;
  --radius: 8px;
  --size-text-regular: 14px;
  --gutter-xl: calc(var(--gutter)*5); }
  @media (min-width: 768px) {
    :root .paysbas {
      --gutter: 0.75rem;
      --gutter-xl: calc(var(--gutter)*3);
      --size-text-regular: 14px;
      --radius: 12px; } }
  @media (min-width: 1024px) {
    :root .paysbas {
      --gutter: 1rem; } }
  @media (min-width: 1440px) {
    :root .paysbas {
      --gutter: 1.25rem; } }

body {
  background: var(--secondary-color); }

@media (max-width: 767px) {
  .single-post-cta {
    display: block !important; } }

@media (max-width: 1023px) {
  .max-t-hidden {
    display: none; } }

@media (min-width: 1024px) {
  .min-l-hidden {
    display: none; } }

.single-post-cta a {
  border: var(--lines-size) solid var(--primary-color);
  position: relative;
  background: var(--black-color);
  overflow: hidden;
  display: block; }
  .single-post-cta a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.95;
    /*background: var(--black-color);*/
    background: -webkit-gradient(linear, left top, right top, from(var(--black-color)), to(transparent));
    background: linear-gradient(to right, var(--black-color), transparent); }
  .single-post-cta a .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    /*opacity: 0.85;*/
    mix-blend-mode: hard-light;
    background: linear-gradient(30deg, var(--black-color), var(--primary-color)); }
  .single-post-cta a .content {
    position: relative; }
    .single-post-cta a .content h3 {
      line-height: 24px !important;
      font-family: var(--font-title); }
  .single-post-cta a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .single-post-cta a h3 {
    color: var(--white-color);
    font-weight: 600; }
  @media (max-width: 767px) {
    .single-post-cta a {
      padding: var(--gutter-xl); }
      .single-post-cta a h3 {
        padding-bottom: calc(var(--gutter-xl)*1); }
      .single-post-cta a .btn, .single-post-cta a #cookieChoiceInfo a, #cookieChoiceInfo .single-post-cta a a, .single-post-cta a .page-template-template-contact .frm_button_submit, .page-template-template-contact .single-post-cta a .frm_button_submit, .single-post-cta a .wysiwyg .frm_button_submit, .wysiwyg .single-post-cta a .frm_button_submit {
        display: block;
        text-align: center;
        width: 100%; } }
  @media (min-width: 768px) {
    .single-post-cta a {
      padding: calc(var(--gutter)*2);
      text-align: center; }
      .single-post-cta a h3 {
        padding-bottom: calc(var(--gutter-xl)*0.5); } }
  @media (min-width: 1024px) {
    .single-post-cta a {
      padding: calc(var(--gutter)*2); } }

@media (max-width: 767px) {
  .category-card-bi .card {
    position: relative;
    height: 160px;
    display: block;
    overflow: hidden;
    border-radius: var(--radius); } }
@media (min-width: 768px) {
  .category-card-bi .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .category-card-bi .card .image-parent, .category-card-bi .card img, .category-card-bi .card .gradient, .category-card-bi .card .overlay {
      display: none; }
    .category-card-bi .card .title {
      color: var(--black-color); }
  .category-card-bi .child-categories {
    margin-top: calc(var(--gutter)*(-2)); } }

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 767px) {
  .single-blog-suggest {
    border-top: var(--lines-size) solid var(--primary-color);
    background: var(--black-color); }
    .single-blog-suggest h2 {
      color: var(--white-color); } }

.italic {
  font-style: italic; }

.homepage-map-parent .bloc-p {
  background: var(--black-color); }
  @media (max-width: 767px) {
    .homepage-map-parent .bloc-p {
      padding: var(--gutter-xl); } }
@media (min-width: 768px) {
  .homepage-map-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .homepage-map-parent .bloc-1 {
      padding-right: var(--gutter);
      padding-left: calc(var(--gutter)*3);
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2; }
    .homepage-map-parent .bloc-2 {
      padding-left: var(--gutter);
      padding-right: calc(var(--gutter)*3);
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .homepage-map-parent .bloc-p {
      width: 50%;
      display: block;
      padding-bottom: var(--gutter-xl); }
      .homepage-map-parent .bloc-p a {
        display: block;
        width: 100%;
        border-radius: var(--radius);
        overflow: hidden; } }

.img-pb-cta {
  background: var(--black-color);
  border: 1px solid red; }
  .img-pb-cta a {
    display: block;
    width: 100%;
    border-radius: var(--radius); }

.label-link {
  display: inline-block; }
  .label-link a {
    display: block;
    border: var(--lines-size) solid var(--primary-color);
    border-right-width: 3px;
    border-radius: var(--radius);
    background: var(--white-color); }
    .label-link a span {
      display: inline-block;
      padding: calc(0.5rem) calc(0.5rem - 4px) calc(0.5rem - 0.5px) calc(0.5rem); }
    .label-link a .name {
      color: var(--black-color); }
    .label-link a .count {
      color: var(--white-color);
      background: var(--primary-color);
      min-width: 30px;
      text-align: center; }

.label.round {
  font-family: var(--font-title); }
  .label.round span {
    display: block;
    /*width: 40px;*/
    /*height: 40px;*/
    border-radius: calc(var(--radius)/2);
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: var(--white-color);
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .label.round span {
        width: 40px;
        height: 40px; } }

.color-grey-light {
  color: #ccc; }

@media (max-width: 767px) {
  .single-more-infos {
    background: var(--white-color);
    border-bottom: var(--lines-size) solid var(--primary-color); }
    .single-more-infos .hr {
      display: none; } }

@media (max-width: 767px) {
  .provinces-parent {
    height: 75vw;
    overflow: hidden;
    position: relative; }
    .provinces-parent .gradient {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
      background: linear-gradient(to bottom, transparent, var(--black-color)); } }
/*h1 {
	font-family: var(--font-title);
	font-size: 2.5rem;
	width: 100%;
	letter-spacing: -2px;
	font-weight: 600;
	@include min-tablet {
	font-size: 3rem;

	}
	@include min-laptop {
	font-size: 3.5rem;

	}
	@include min-desktop {
	font-size: 4rem;

	}
}

 
.heading-2 {
	font-size: 1.4rem;
	line-height: 1.1em;
	font-family: var(--font-title);
	letter-spacing: -1px;
	font-weight: 500;
	@include min-tablet {
		font-size: 1.5rem;
	line-height: 1.25em;
	}
	@include min-laptop {
		font-size: 1.75rem;
	}
	@include min-desktop {
		font-size: 2rem;
	}
}

.heading-3{
	font-size: 1.1rem;
	font-family: var(--font-title);
	letter-spacing: -0.75px;
	font-weight: 500; 
      line-height: 125%; 
	@include min-tablet {
		font-size: 1.25rem;
	}
	@include min-laptop {
		font-size: 1.375rem;
	}
	@include min-desktop {
		font-size: 1.5rem;
	}
}


.heading-4{
	font-size: 1.1rem;
	font-family: var(--font-title);
	letter-spacing: -0.5px;
	font-weight: 500; 
      line-height: 125%; 
	@include min-tablet {
		font-size: 1.25rem;
	}
	@include min-laptop {
		font-size: 1.25rem;
	}
	@include min-desktop {
		font-size: 1.25rem;
	}
}*/
.belgique .heading-1 {
  /*background: purple;*/
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .belgique .heading-1 {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    .belgique .heading-1 {
      /*font-size: 30px;*/ } }
  @media (min-width: 1440px) {
    .belgique .heading-1 {
      /*font-size: 32px;*/ } }
.belgique .heading-2, .belgique .wysiwyg h2, .wysiwyg .belgique h2, .belgique .province-card.main a .title, .province-card.main a .belgique .title, .belgique .category-card > a .title, .category-card > a .belgique .title, .belgique .category-card.main a .title, .category-card.main a .belgique .title {
  /*background: purple;*/
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.25em; }
  @media (min-width: 768px) {
    .belgique .heading-2, .belgique .wysiwyg h2, .wysiwyg .belgique h2, .belgique .province-card.main a .title, .province-card.main a .belgique .title, .belgique .category-card > a .title, .category-card > a .belgique .title, .belgique .category-card.main a .title, .category-card.main a .belgique .title {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .belgique .heading-2, .belgique .wysiwyg h2, .wysiwyg .belgique h2, .belgique .province-card.main a .title, .province-card.main a .belgique .title, .belgique .category-card > a .title, .category-card > a .belgique .title, .belgique .category-card.main a .title, .category-card.main a .belgique .title {
      font-size: 30px; } }
  @media (min-width: 1440px) {
    .belgique .heading-2, .belgique .wysiwyg h2, .wysiwyg .belgique h2, .belgique .province-card.main a .title, .province-card.main a .belgique .title, .belgique .category-card > a .title, .category-card > a .belgique .title, .belgique .category-card.main a .title, .category-card.main a .belgique .title {
      font-size: 32px; } }
.belgique .heading-3, .belgique .wysiwyg h3, .wysiwyg .belgique h3, .belgique .main-card-bi a .content .title, .main-card-bi a .content .belgique .title, .belgique .province-card a .title, .province-card a .belgique .title {
  /*background: yellow;*/
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .belgique .heading-3, .belgique .wysiwyg h3, .wysiwyg .belgique h3, .belgique .main-card-bi a .content .title, .main-card-bi a .content .belgique .title, .belgique .province-card a .title, .province-card a .belgique .title {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .belgique .heading-3, .belgique .wysiwyg h3, .wysiwyg .belgique h3, .belgique .main-card-bi a .content .title, .main-card-bi a .content .belgique .title, .belgique .province-card a .title, .province-card a .belgique .title {
      font-size: 22px; } }
  @media (min-width: 1440px) {
    .belgique .heading-3, .belgique .wysiwyg h3, .wysiwyg .belgique h3, .belgique .main-card-bi a .content .title, .main-card-bi a .content .belgique .title, .belgique .province-card a .title, .province-card a .belgique .title {
      font-size: 22px; } }
.belgique .heading-4 {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px; }
.belgique .heading-5 {
  background: blue; }

.paysbas .heading-1 {
  /*background: purple;*/
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .paysbas .heading-1 {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    .paysbas .heading-1 {
      /*font-size: 30px;*/ } }
  @media (min-width: 1440px) {
    .paysbas .heading-1 {
      /*font-size: 32px;*/ } }
.paysbas .heading-2, .paysbas .wysiwyg h2, .wysiwyg .paysbas h2, .paysbas .province-card.main a .title, .province-card.main a .paysbas .title, .paysbas .category-card > a .title, .category-card > a .paysbas .title, .paysbas .category-card.main a .title, .category-card.main a .paysbas .title {
  /*background: purple;*/
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.25em; }
  @media (min-width: 768px) {
    .paysbas .heading-2, .paysbas .wysiwyg h2, .wysiwyg .paysbas h2, .paysbas .province-card.main a .title, .province-card.main a .paysbas .title, .paysbas .category-card > a .title, .category-card > a .paysbas .title, .paysbas .category-card.main a .title, .category-card.main a .paysbas .title {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .paysbas .heading-2, .paysbas .wysiwyg h2, .wysiwyg .paysbas h2, .paysbas .province-card.main a .title, .province-card.main a .paysbas .title, .paysbas .category-card > a .title, .category-card > a .paysbas .title, .paysbas .category-card.main a .title, .category-card.main a .paysbas .title {
      font-size: 30px; } }
  @media (min-width: 1440px) {
    .paysbas .heading-2, .paysbas .wysiwyg h2, .wysiwyg .paysbas h2, .paysbas .province-card.main a .title, .province-card.main a .paysbas .title, .paysbas .category-card > a .title, .category-card > a .paysbas .title, .paysbas .category-card.main a .title, .category-card.main a .paysbas .title {
      font-size: 32px; } }
.paysbas .heading-3, .paysbas .wysiwyg h3, .wysiwyg .paysbas h3, .paysbas .main-card-bi a .content .title, .main-card-bi a .content .paysbas .title, .paysbas .province-card a .title, .province-card a .paysbas .title {
  /*background: yellow;*/
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .paysbas .heading-3, .paysbas .wysiwyg h3, .wysiwyg .paysbas h3, .paysbas .main-card-bi a .content .title, .main-card-bi a .content .paysbas .title, .paysbas .province-card a .title, .province-card a .paysbas .title {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .paysbas .heading-3, .paysbas .wysiwyg h3, .wysiwyg .paysbas h3, .paysbas .main-card-bi a .content .title, .main-card-bi a .content .paysbas .title, .paysbas .province-card a .title, .province-card a .paysbas .title {
      font-size: 22px; } }
  @media (min-width: 1440px) {
    .paysbas .heading-3, .paysbas .wysiwyg h3, .wysiwyg .paysbas h3, .paysbas .main-card-bi a .content .title, .main-card-bi a .content .paysbas .title, .paysbas .province-card a .title, .province-card a .paysbas .title {
      font-size: 22px; } }
.paysbas .heading-4 {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px; }
.paysbas .heading-5 {
  background: blue; }

.wysiwyg {
  /*
  	em {
  		font-weight: bold;
  		padding-left: 4px;
  	}*/ }
  .wysiwyg h2 {
    line-height: 1.25em;
    color: var(--black-color);
    padding-bottom: calc(var(--gutter-xl)*0.5); }
    @media (min-width: 768px) {
      .wysiwyg h2 {
        padding-bottom: calc(var(--gutter)*1.25); } }
    .wysiwyg h2 + p {
      margin-top: 0; }
    .wysiwyg h2 + h3 {
      margin-top: 0; }
  .wysiwyg h3 {
    color: var(--black-color);
    line-height: 1.4em;
    padding-bottom: calc(var(--gutter-xl)*0.5); }
    @media (min-width: 768px) {
      .wysiwyg h3 {
        /*padding-top: calc(var(--gutter)*2);*/
        padding-bottom: calc(var(--gutter)*1); } }
    .wysiwyg h3 + p {
      margin-top: 0 !important; }
  .wysiwyg p, .wysiwyg li {
    font-size: var(--size-text-regular);
    font-family: var(--font-text);
    color: var(--black-color);
    line-height: 1.8em;
    margin-top: var(--gutter); }
    .wysiwyg p:first-child, .wysiwyg p:first-of-type, .wysiwyg li:first-child, .wysiwyg li:first-of-type {
      margin-top: 0; }
    .wysiwyg p strong, .wysiwyg p b, .wysiwyg li strong, .wysiwyg li b {
      font-weight: 700; }
    .wysiwyg p + li, .wysiwyg li + li {
      margin-top: calc(var(--gutter)/2); }
  .wysiwyg p + h2, .wysiwyg ul + h2 {
    margin-top: var(--gutter-xl);
    padding-top: var(--gutter-xl); }
    @media (min-width: 768px) {
      .wysiwyg p + h2, .wysiwyg ul + h2 {
        margin-top: calc(var(--gutter)*2);
        padding-top: calc(var(--gutter)*2); } }
  .wysiwyg p + h3, .wysiwyg ul + h3 {
    padding-top: var(--gutter-xl); }
    @media (min-width: 768px) {
      .wysiwyg p + h3, .wysiwyg ul + h3 {
        padding-top: calc(var(--gutter)*1); } }
  .wysiwyg a {
    color: var(--black-color);
    text-decoration: underline;
    -webkit-text-decoration-color: var(--primary-color);
            text-decoration-color: var(--primary-color);
    text-decoration-thickness: 2px; }
  .wysiwyg iframe {
    max-width: 100%; }
  .wysiwyg ul li {
    padding-left: var(--gutter-xl);
    position: relative; }
    @media (min-width: 768px) {
      .wysiwyg ul li {
        padding-left: calc(var(--gutter-xl)/2); } }
    .wysiwyg ul li:before {
      content: '';
      background: var(--primary-color);
      width: calc(var(--gutter-xl)/2);
      height: var(--lines-size);
      top: 12px;
      left: 0;
      position: absolute; }
      @media (min-width: 768px) {
        .wysiwyg ul li:before {
          width: calc(var(--gutter-xl)/4); } }
  .wysiwyg ol {
    /*list-style-type: none;*/
    padding-left: var(--gutter-xl);
    counter-reset: compteur; }
    @media (min-width: 768px) {
      .wysiwyg ol {
        padding-left: calc(var(--gutter-xl)/2); } }
    .wysiwyg ol li {
      counter-increment: compteur;
      position: relative; }
      .wysiwyg ol li:before {
        content: counters(compteur,".") ". ";
        height: var(--lines-size);
        top: 0;
        left: -18px;
        position: absolute;
        color: var(--grey-color); }

.wysiwyg p + h2, .wysiwyg ul + h2 {
  border-top: var(--lines-color) solid var(--lines-size); }

/*
.text-regular {
	font-family: var(--font-text);
	font-size: var(--size-text-regular);
}

 


 
*/
.belgique .text-large, .belgique .page-template-template-contact .frm_description p, .page-template-template-contact .frm_description .belgique p {
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .belgique .text-large, .belgique .page-template-template-contact .frm_description p, .page-template-template-contact .frm_description .belgique p {
      font-size: 20px;
      line-height: 32px; } }
.belgique .text-regular, .belgique table tr td, table tr .belgique td, .belgique #cookieChoiceInfo span, #cookieChoiceInfo .belgique span, .belgique .wysiwyg .frm_primary_label, .wysiwyg .belgique .frm_primary_label, .belgique .wysiwyg .frm_radio label, .wysiwyg .frm_radio .belgique label, .belgique .wysiwyg .frm_checkbox label, .wysiwyg .frm_checkbox .belgique label, .belgique .wysiwyg .frm_error, .wysiwyg .belgique .frm_error, .belgique .wysiwyg .frm_description, .wysiwyg .belgique .frm_description, .belgique .main-nav .content .lang, .main-nav .content .belgique .lang {
  /*background: orange;*/
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 1.5em; }
  .belgique .text-regular.small, .belgique table tr td.small, table tr .belgique td.small, .belgique table tr .city-list-card a .flex .left td.province, table tr .city-list-card a .flex .left .belgique td.province, .belgique .city-list-card a .flex .left table tr td.province, .city-list-card a .flex .left table tr .belgique td.province, .belgique #cookieChoiceInfo span.small, #cookieChoiceInfo .belgique span.small, .belgique #cookieChoiceInfo .wysiwyg span.frm_error, #cookieChoiceInfo .wysiwyg .belgique span.frm_error, .belgique .wysiwyg #cookieChoiceInfo span.frm_error, .wysiwyg #cookieChoiceInfo .belgique span.frm_error, .belgique #cookieChoiceInfo .wysiwyg span.frm_description, #cookieChoiceInfo .wysiwyg .belgique span.frm_description, .belgique .wysiwyg #cookieChoiceInfo span.frm_description, .wysiwyg #cookieChoiceInfo .belgique span.frm_description, .belgique #cookieChoiceInfo .city-list-card a .flex .left span.province, #cookieChoiceInfo .city-list-card a .flex .left .belgique span.province, .belgique .city-list-card a .flex .left #cookieChoiceInfo span.province, .city-list-card a .flex .left #cookieChoiceInfo .belgique span.province, .belgique .wysiwyg .small.frm_primary_label, .wysiwyg .belgique .small.frm_primary_label, .belgique .wysiwyg .city-list-card a .flex .left .frm_primary_label.province, .wysiwyg .city-list-card a .flex .left .belgique .frm_primary_label.province, .belgique .city-list-card a .flex .left .wysiwyg .frm_primary_label.province, .city-list-card a .flex .left .wysiwyg .belgique .frm_primary_label.province, .belgique .wysiwyg .frm_radio label.small, .wysiwyg .frm_radio .belgique label.small, .belgique .wysiwyg .frm_radio .city-list-card a .flex .left label.province, .wysiwyg .frm_radio .city-list-card a .flex .left .belgique label.province, .belgique .city-list-card a .flex .left .wysiwyg .frm_radio label.province, .city-list-card a .flex .left .wysiwyg .frm_radio .belgique label.province, .belgique .wysiwyg .frm_checkbox label.small, .wysiwyg .frm_checkbox .belgique label.small, .belgique .wysiwyg .frm_checkbox .city-list-card a .flex .left label.province, .wysiwyg .frm_checkbox .city-list-card a .flex .left .belgique label.province, .belgique .city-list-card a .flex .left .wysiwyg .frm_checkbox label.province, .city-list-card a .flex .left .wysiwyg .frm_checkbox .belgique label.province, .belgique .wysiwyg .frm_error, .wysiwyg .belgique .frm_error, .belgique .wysiwyg .frm_description, .wysiwyg .belgique .frm_description, .belgique .main-nav .content .small.lang, .main-nav .content .belgique .small.lang, .belgique .main-nav .content .city-list-card a .flex .left .lang.province, .main-nav .content .city-list-card a .flex .left .belgique .lang.province, .belgique .city-list-card a .flex .left .main-nav .content .lang.province, .city-list-card a .flex .left .main-nav .content .belgique .lang.province, .belgique .city-list-card a .flex .left .text-regular.province, .city-list-card a .flex .left .belgique .text-regular.province, .belgique .city-list-card a .flex .left .wysiwyg .province.frm_error, .city-list-card a .flex .left .wysiwyg .belgique .province.frm_error, .belgique .wysiwyg .city-list-card a .flex .left .province.frm_error, .wysiwyg .city-list-card a .flex .left .belgique .province.frm_error, .belgique .city-list-card a .flex .left .wysiwyg .province.frm_description, .city-list-card a .flex .left .wysiwyg .belgique .province.frm_description, .belgique .wysiwyg .city-list-card a .flex .left .province.frm_description, .wysiwyg .city-list-card a .flex .left .belgique .province.frm_description {
    font-size: 12px !important; }
  .belgique .text-regular.x-small, .belgique table tr td.x-small, table tr .belgique td.x-small, .belgique #cookieChoiceInfo span.x-small, #cookieChoiceInfo .belgique span.x-small, .belgique .wysiwyg .x-small.frm_primary_label, .wysiwyg .belgique .x-small.frm_primary_label, .belgique .wysiwyg .frm_radio label.x-small, .wysiwyg .frm_radio .belgique label.x-small, .belgique .wysiwyg .frm_checkbox label.x-small, .wysiwyg .frm_checkbox .belgique label.x-small, .belgique .wysiwyg .x-small.frm_error, .wysiwyg .belgique .x-small.frm_error, .belgique .wysiwyg .x-small.frm_description, .wysiwyg .belgique .x-small.frm_description, .belgique .main-nav .content .x-small.lang, .main-nav .content .belgique .x-small.lang {
    font-size: 10px !important; }
.belgique .text-meta, .belgique .label-link a, .label-link .belgique a, .belgique .label.round span, .label.round .belgique span, .belgique .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .belgique label, .belgique .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .belgique label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-title);
  font-size: 9px;
  font-weight: 600 !important; }
  @media (min-width: 768px) {
    .belgique .text-meta, .belgique .label-link a, .label-link .belgique a, .belgique .label.round span, .label.round .belgique span, .belgique .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .belgique label, .belgique .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .belgique label {
      font-size: 10px; } }

.paysbas .text-large, .paysbas .page-template-template-contact .frm_description p, .page-template-template-contact .frm_description .paysbas p {
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .paysbas .text-large, .paysbas .page-template-template-contact .frm_description p, .page-template-template-contact .frm_description .paysbas p {
      font-size: 20px;
      line-height: 32px; } }
.paysbas .text-regular, .paysbas table tr td, table tr .paysbas td, .paysbas #cookieChoiceInfo span, #cookieChoiceInfo .paysbas span, .paysbas .wysiwyg .frm_primary_label, .wysiwyg .paysbas .frm_primary_label, .paysbas .wysiwyg .frm_radio label, .wysiwyg .frm_radio .paysbas label, .paysbas .wysiwyg .frm_checkbox label, .wysiwyg .frm_checkbox .paysbas label, .paysbas .wysiwyg .frm_error, .wysiwyg .paysbas .frm_error, .paysbas .wysiwyg .frm_description, .wysiwyg .paysbas .frm_description, .paysbas .main-nav .content .lang, .main-nav .content .paysbas .lang {
  /*background: orange;*/
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 1.5em; }
  .paysbas .text-regular.small, .paysbas table tr td.small, table tr .paysbas td.small, .paysbas table tr .city-list-card a .flex .left td.province, table tr .city-list-card a .flex .left .paysbas td.province, .paysbas .city-list-card a .flex .left table tr td.province, .city-list-card a .flex .left table tr .paysbas td.province, .paysbas #cookieChoiceInfo span.small, #cookieChoiceInfo .paysbas span.small, .paysbas #cookieChoiceInfo .wysiwyg span.frm_error, #cookieChoiceInfo .wysiwyg .paysbas span.frm_error, .paysbas .wysiwyg #cookieChoiceInfo span.frm_error, .wysiwyg #cookieChoiceInfo .paysbas span.frm_error, .paysbas #cookieChoiceInfo .wysiwyg span.frm_description, #cookieChoiceInfo .wysiwyg .paysbas span.frm_description, .paysbas .wysiwyg #cookieChoiceInfo span.frm_description, .wysiwyg #cookieChoiceInfo .paysbas span.frm_description, .paysbas #cookieChoiceInfo .city-list-card a .flex .left span.province, #cookieChoiceInfo .city-list-card a .flex .left .paysbas span.province, .paysbas .city-list-card a .flex .left #cookieChoiceInfo span.province, .city-list-card a .flex .left #cookieChoiceInfo .paysbas span.province, .paysbas .wysiwyg .small.frm_primary_label, .wysiwyg .paysbas .small.frm_primary_label, .paysbas .wysiwyg .city-list-card a .flex .left .frm_primary_label.province, .wysiwyg .city-list-card a .flex .left .paysbas .frm_primary_label.province, .paysbas .city-list-card a .flex .left .wysiwyg .frm_primary_label.province, .city-list-card a .flex .left .wysiwyg .paysbas .frm_primary_label.province, .paysbas .wysiwyg .frm_radio label.small, .wysiwyg .frm_radio .paysbas label.small, .paysbas .wysiwyg .frm_radio .city-list-card a .flex .left label.province, .wysiwyg .frm_radio .city-list-card a .flex .left .paysbas label.province, .paysbas .city-list-card a .flex .left .wysiwyg .frm_radio label.province, .city-list-card a .flex .left .wysiwyg .frm_radio .paysbas label.province, .paysbas .wysiwyg .frm_checkbox label.small, .wysiwyg .frm_checkbox .paysbas label.small, .paysbas .wysiwyg .frm_checkbox .city-list-card a .flex .left label.province, .wysiwyg .frm_checkbox .city-list-card a .flex .left .paysbas label.province, .paysbas .city-list-card a .flex .left .wysiwyg .frm_checkbox label.province, .city-list-card a .flex .left .wysiwyg .frm_checkbox .paysbas label.province, .paysbas .wysiwyg .frm_error, .wysiwyg .paysbas .frm_error, .paysbas .wysiwyg .frm_description, .wysiwyg .paysbas .frm_description, .paysbas .main-nav .content .small.lang, .main-nav .content .paysbas .small.lang, .paysbas .main-nav .content .city-list-card a .flex .left .lang.province, .main-nav .content .city-list-card a .flex .left .paysbas .lang.province, .paysbas .city-list-card a .flex .left .main-nav .content .lang.province, .city-list-card a .flex .left .main-nav .content .paysbas .lang.province, .paysbas .city-list-card a .flex .left .text-regular.province, .city-list-card a .flex .left .paysbas .text-regular.province, .paysbas .city-list-card a .flex .left .wysiwyg .province.frm_error, .city-list-card a .flex .left .wysiwyg .paysbas .province.frm_error, .paysbas .wysiwyg .city-list-card a .flex .left .province.frm_error, .wysiwyg .city-list-card a .flex .left .paysbas .province.frm_error, .paysbas .city-list-card a .flex .left .wysiwyg .province.frm_description, .city-list-card a .flex .left .wysiwyg .paysbas .province.frm_description, .paysbas .wysiwyg .city-list-card a .flex .left .province.frm_description, .wysiwyg .city-list-card a .flex .left .paysbas .province.frm_description {
    font-size: 12px !important; }
  .paysbas .text-regular.x-small, .paysbas table tr td.x-small, table tr .paysbas td.x-small, .paysbas #cookieChoiceInfo span.x-small, #cookieChoiceInfo .paysbas span.x-small, .paysbas .wysiwyg .x-small.frm_primary_label, .wysiwyg .paysbas .x-small.frm_primary_label, .paysbas .wysiwyg .frm_radio label.x-small, .wysiwyg .frm_radio .paysbas label.x-small, .paysbas .wysiwyg .frm_checkbox label.x-small, .wysiwyg .frm_checkbox .paysbas label.x-small, .paysbas .wysiwyg .x-small.frm_error, .wysiwyg .paysbas .x-small.frm_error, .paysbas .wysiwyg .x-small.frm_description, .wysiwyg .paysbas .x-small.frm_description, .paysbas .main-nav .content .x-small.lang, .main-nav .content .paysbas .x-small.lang {
    font-size: 10px !important; }
.paysbas .text-meta, .paysbas .label-link a, .label-link .paysbas a, .paysbas .label.round span, .label.round .paysbas span, .paysbas .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .paysbas label, .paysbas .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .paysbas label {
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 400 !important; }
  @media (min-width: 768px) {
    .paysbas .text-meta, .paysbas .label-link a, .label-link .paysbas a, .paysbas .label.round span, .label.round .paysbas span, .paysbas .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .paysbas label, .paysbas .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .paysbas label {
      font-size: 11px; } }

table {
  width: 100%;
  /*margin-top: var(--gutter);*/
  border-top: calc(var(--lines-size)/2) solid var(--grey-color); }
  table tr {
    border-bottom: calc(var(--lines-size)/2) solid var(--grey-color); }
    table tr td {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
      @media (min-width: 768px) {
        table tr td {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }
      table tr td + td {
        text-align: right;
        font-weight: 600; }
  table + p {
    padding-top: var(--gutter-xl); }
    @media (min-width: 768px) {
      table + p {
        padding-top: var(--gutter); } }

.asl_w {
  /*height: 64px !important;*/ }

#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: 64px !important; }

body #ajaxsearchlite1 .probox .proinput input[type="search"], body div.asl_w .probox .proinput input[type="search"] {
  height: 64px !important;
  font-size: 14px !important;
  padding-left: 16px !important; }

.div.asl_m .probox .proinput {
  margin-left: 0 !important;
  padding: 0 16px !important; }

body #ajaxsearchlite1 .probox .proinput {
  width: 64px !important;
  height: 64px !important; }

.asl_content {
  color: var(--white-color) !important;
  font-family: serif;
  margin-right: 2rem;
  font-size: var(--text-regular-size) !important; }
  .asl_content img {
    display: none !important; }

body div.asl_w,
body #ajaxsearchlite1 .probox, body div.asl_w .probox {
  background-color: var(--white-color) !important;
  background-image: none !important; }
body div.asl_w .probox .promagnifier {
  background-color: var(--primary-color) !important;
  background-image: none !important;
  width: 64px !important;
  height: 64px !important; }
body div.asl_w .probox .proclose {
  width: 64px !important;
  height: 64px !important; }
body #ajaxsearchlite1 .probox .proinput input[type="search"], body div.asl_w .probox .proinput input[type="search"] {
  padding: 0rem !important;
  font-family: serif !important;
  color: var(--black-color) !important;
  font-size: 13px !important; }

.search-suggestions {
  line-height: 200%;
  font-family: serif; }
  .search-suggestions > span {
    color: var(--white-text-color);
    font-size: 0.65rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase; }
    .search-suggestions > span:after {
      content: '';
      display: inline-block;
      width: 2rem;
      margin: 0 1.5rem 4px;
      height: var(--lines-height);
      background-color: var(--primary-color); }
  .search-suggestions > a {
    color: var(--white-color) !important;
    margin-right: 1.5rem; }

div.asl_r.vertical .results, div.asl_s.searchsettings .asl_sett_scroll {
  /*scrollbar-width: thin;*/
  scrollbar-color: var(--primary-color) !important; }

div.asl_r .results .item div.etc {
  display: none; }

.bsearch_highlight {
  background: none !important; }

.asl_res_url {
  color: var(--black-color) !important; }

#cookieChoiceDismissIcon {
  display: none !important; }

/* COOKIES */
#cookieChoiceInfo {
  background-color: var(--white-color) !important;
  color: var(--black-color);
  z-index: 99999 !important;
  border-radius: var(--radius);
  -webkit-box-shadow: 0 16px 86px 16px rgba(0, 0, 0, 0.4517);
          box-shadow: 0 16px 86px 16px rgba(0, 0, 0, 0.4517); }
  @media (max-width: 767px) {
    #cookieChoiceInfo {
      bottom: calc(var(--gutter)*5) !important;
      left: calc(var(--gutter)*5) !important;
      right: calc(var(--gutter)*5) !important;
      padding: calc(var(--gutter)*5) !important;
      width: calc(100vw - var(--gutter)*10) !important; } }
  @media (min-width: 768px) {
    #cookieChoiceInfo {
      bottom: calc(var(--gutter)*2) !important;
      left: auto !important;
      right: calc(var(--gutter)*3) !important;
      padding: var(--gutter) !important;
      width: 400px !important; } }
  #cookieChoiceInfo > div {
    padding-right: 0 !important; }
  #cookieChoiceInfo span {
    display: block; }
    @media (max-width: 767px) {
      #cookieChoiceInfo span {
        padding-bottom: calc(var(--gutter)*5) !important; } }
    @media (min-width: 768px) {
      #cookieChoiceInfo span {
        padding-bottom: var(--gutter) !important; } }
  #cookieChoiceInfo a {
    border-radius: calc(var(--radius)/2);
    background: var(--white-color);
    border: var(--lines-size) solid var(--primary-color);
    color: var(--black-color); }
    @media (max-width: 767px) {
      #cookieChoiceInfo a {
        width: calc(100vw - var(--gutter)*20) !important;
        margin-left: 0 !important; } }
    #cookieChoiceInfo a + a {
      background: var(--primary-color);
      color: var(--white-color); }
      @media (max-width: 767px) {
        #cookieChoiceInfo a + a {
          margin-top: calc(var(--gutter)*2.5) !important; } }
      @media (min-width: 768px) {
        #cookieChoiceInfo a + a {
          margin-left: calc(var(--gutter)*0.5) !important; } }

/* PAGE CONTACT */
.page-template-template-contact .frm_description p {
  font-weight: 300;
  padding-bottom: calc(var(--gutter-xl)*1.5); }
  @media (min-width: 768px) {
    .page-template-template-contact .frm_description p {
      padding-bottom: calc(var(--gutter)*2); } }
  .page-template-template-contact .frm_description p + p {
    /*margin-top: 1rem;*/ }
.page-template-template-contact .frm_form_field {
  margin-bottom: calc(var(--gutter)*2); }
  @media (min-width: 768px) {
    .page-template-template-contact .frm_form_field {
      margin-bottom: calc(var(--gutter)*1); } }
  .page-template-template-contact .frm_form_field:last-child, .page-template-template-contact .frm_form_field:last-of-type {
    margin-bottom: 0 !important; }
  .page-template-template-contact .frm_form_field label {
    display: block;
    margin-bottom: calc(var(--gutter)*2);
    color: var(--black-color); }
    @media (min-width: 768px) {
      .page-template-template-contact .frm_form_field label {
        margin-bottom: calc(var(--gutter)*1); } }
  .page-template-template-contact .frm_form_field input, .page-template-template-contact .frm_form_field textarea {
    padding: 1rem;
    display: block;
    background: var(--secondary-color);
    border: var(--lines-height) solid var(--white-color);
    color: var(--black-color);
    border-radius: var(--radius); }
    .page-template-template-contact .frm_form_field input:focus, .page-template-template-contact .frm_form_field textarea:focus {
      border: var(--lines-height) solid var(--primary-color); }
  .page-template-template-contact .frm_form_field textarea {
    height: 200px; }
  .page-template-template-contact .frm_form_field .frm_error {
    margin-top: calc(var(--gutter)/2);
    font-size: 12px;
    text-align: right;
    font-family: serif;
    color: var(--primary-color); }
.page-template-template-contact .frm_checkbox label {
  margin-top: calc(var(--gutter)*1);
  padding-left: 32px !important;
  position: relative; }
  .page-template-template-contact .frm_checkbox label a {
    color: var(--black-color);
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--primary-color);
            text-decoration-color: var(--primary-color); }
    @media (hover: hover) and (pointer: fine) {
      .page-template-template-contact .frm_checkbox label a:hover {
        -webkit-text-decoration-color: var(--black-color);
                text-decoration-color: var(--black-color); } }
  .page-template-template-contact .frm_checkbox label input {
    position: absolute;
    top: 0;
    left: -2px; }
    .page-template-template-contact .frm_checkbox label input:before {
      content: '';
      background-color: var(--secondary-color);
      width: 16px;
      height: 16px;
      top: 0px;
      left: -2px;
      position: absolute;
      border: var(--lines-height) solid var(--white-color);
      border-radius: var(--radius); }
    .page-template-template-contact .frm_checkbox label input:after {
      content: '';
      background-color: var(--primary-color);
      width: 16px;
      height: 16px;
      top: 0px;
      left: -2px;
      position: absolute;
      border: var(--lines-height) solid var(--primary-color);
      -webkit-transform: scale(0);
              transform: scale(0);
      border-radius: calc(var(--radius)/2); }
    .page-template-template-contact .frm_checkbox label input:hover {
      cursor: pointer; }
    .page-template-template-contact .frm_checkbox label input:checked:after {
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
.page-template-template-contact #frm_field_8_container {
  margin-bottom: 0 !important; }
.page-template-template-contact .frm_button_submit {
  background: var(--primary-color);
  color: var(--black-color);
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  /*display: none;*/ }
  @media (max-width: 767px) {
    .page-template-template-contact .frm_button_submit {
      width: 100%; } }
.page-template-template-contact .frm_checkbox input[type=checkbox] {
  height: 18px !important;
  padding: 0 !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
.page-template-template-contact .with_frm_style .frm_radio input[type=radio], .page-template-template-contact .with_frm_style .frm_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  vertical-align: middle;
  position: initial; }
.page-template-template-contact .with_frm_style .frm_checkbox input[type=checkbox]:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #002349;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  display: block;
  margin: 2px 0 0 2px; }
.page-template-template-contact .with_frm_style .frm_radio input[type=radio]:checked:before, .page-template-template-contact .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }
.page-template-template-contact .frm_required {
  display: none !important; }

.wysiwyg .frm_form_field {
  padding-bottom: calc(var(--gutter-xl)); }
  @media (min-width: 768px) {
    .wysiwyg .frm_form_field {
      padding-bottom: var(--gutter); } }
.wysiwyg .frm_primary_label {
  color: var(--black-color);
  display: block;
  font-weight: 600;
  padding-bottom: calc(var(--gutter-xl)/2); }
  @media (min-width: 768px) {
    .wysiwyg .frm_primary_label {
      font-size: 1.05em; } }
  @media (min-width: 768px) {
    .wysiwyg .frm_primary_label {
      padding-bottom: calc(var(--gutter)/2); } }
.wysiwyg #frm_field_11_container,
.wysiwyg #frm_field_27_container,
.wysiwyg #frm_field_24_container,
.wysiwyg #frm_field_21_container,
.wysiwyg #frm_field_20_container,
.wysiwyg #frm_field_30_container {
  padding-bottom: 0 !important; }
.wysiwyg #frm_field_24_container .frm_primary_label {
  display: none; }
.wysiwyg input[type="text"],
.wysiwyg input[type="email"],
.wysiwyg select,
.wysiwyg textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  display: block;
  background: var(--secondary-color);
  border: var(--lines-height) solid var(--white-color);
  color: var(--black-color);
  border-radius: var(--radius); }
  .wysiwyg input[type="text"]:focus,
  .wysiwyg input[type="email"]:focus,
  .wysiwyg select:focus,
  .wysiwyg textarea:focus {
    border: var(--lines-height) solid var(--primary-color); }
.wysiwyg textarea {
  height: 200px; }
.wysiwyg .frm_radio label {
  display: inline-block;
  color: var(--black-color);
  position: relative;
  padding-bottom: calc(var(--gutter-xl)/4);
  padding-left: 28px; }
  @media (min-width: 768px) {
    .wysiwyg .frm_radio label {
      padding-bottom: calc(var(--gutter)/2); } }
.wysiwyg .frm_radio input {
  position: absolute;
  top: 0;
  left: 0; }
  .wysiwyg .frm_radio input:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%; }
  .wysiwyg .frm_radio input:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background: var(--white-color);
    border-radius: 50%;
    opacity: 0; }
  .wysiwyg .frm_radio input:checked:before {
    background: var(--primary-color); }
  .wysiwyg .frm_radio input:checked:after {
    opacity: 1; }
.wysiwyg .frm_checkbox label {
  display: inline-block;
  color: var(--black-color);
  position: relative;
  padding-bottom: calc(var(--gutter-xl)/4);
  padding-left: 28px; }
  @media (min-width: 768px) {
    .wysiwyg .frm_checkbox label {
      padding-bottom: calc(var(--gutter)/2); } }
.wysiwyg .frm_checkbox input {
  position: absolute;
  top: 0;
  left: 0; }
  .wysiwyg .frm_checkbox input:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: var(--radius); }
  .wysiwyg .frm_checkbox input:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 2px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; }
  .wysiwyg .frm_checkbox input:checked:before {
    background: var(--primary-color); }
  .wysiwyg .frm_checkbox input:checked:after {
    opacity: 1; }
.wysiwyg .frm_error {
  margin-top: calc(var(--gutter)/2);
  text-align: right;
  color: var(--primary-color); }
.wysiwyg .frm_description {
  font-style: italic;
  color: var(--grey-color);
  padding-top: calc(var(--gutter-xl)/4);
  padding-left: 26px; }
  @media (min-width: 768px) {
    .wysiwyg .frm_description {
      padding-top: calc(var(--gutter)/4); } }
  .wysiwyg .frm_description:before {
    content: '('; }
  .wysiwyg .frm_description:after {
    content: ')'; }
.wysiwyg .frm_button_submit {
  background: var(--primary-color);
  color: var(--black-color);
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  /*display: none;*/ }
  @media (max-width: 767px) {
    .wysiwyg .frm_button_submit {
      width: 100%; } }

.leaflet-bar {
  border: var(--lines-size) solid var(--lines-color) !important;
  border-radius: calc(var(--radius)/2) !important; }
  .leaflet-bar a {
    border-radius: calc(var(--radius)/2) !important; }

.leaflet-tile-pane {
  -webkit-filter: saturate(0);
          filter: saturate(0); }

.leaflet-marker-icon, .leaflet-marker-icon:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /* Supprime l'effet de survol */
  background: none !important;
  /* Pas de fond par défaut */
  border: none !important;
  /* Pas de bordure */ }

.marker-cluster {
  /* Couleur de fond des clusters */
  border-radius: 50%;
  /* Forme ronde */
  color: var(--white-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  /* Alignement vertical */
  height: 40px;
  width: 40px; }
  .marker-cluster div {
    background-color: var(--black-color) !important;
    border: var(--lines-size) solid var(--lines-color) !important;
    /* Bordure blanche */ }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999; }
  header .main-logo {
    z-index: 200; }
  @media (max-width: 767px) {
    header {
      background: var(--white-color);
      height: calc(var(--gutter)*16);
      /*border-bottom: var(--lines-size) solid var(--lines-color);*/ }
      header .sub-menu {
        display: none; }
      header .menu-center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: calc(var(--gutter)*16); }
        header .menu-center .menu-item, header .menu-center .map {
          display: none; }
        header .menu-center .burger, header .menu-center .search {
          position: absolute;
          top: 0;
          width: calc(var(--gutter)*16);
          height: calc(var(--gutter)*16);
          /*border-bottom: var(--lines-size) solid var(--lines-color);*/ }
          header .menu-center .burger a, header .menu-center .search a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
          header .menu-center .burger svg, header .menu-center .search svg {
            fill: var(--white-color);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        header .menu-center .burger {
          right: 0;
          background: var(--black-color); }
        header .menu-center .search {
          left: 0;
          background: var(--black-color); }
      header .main-logo {
        position: absolute;
        top: 0;
        left: calc(var(--gutter)*16);
        right: calc(var(--gutter)*16);
        height: 100%;
        /*border-left: var(--lines-size) solid var(--lines-color);*/
        /*border-right: var(--lines-size) solid var(--lines-color);*/ }
        header .main-logo svg {
          width: 120px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  @media (min-width: 768px) {
    header {
      padding: calc(var(--gutter)*2) calc(var(--gutter)*3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header > * {
        min-width: 280px; }
      header .main-logo svg {
        height: 32px; }
      header .sub-menu {
        display: none; }
      header .menu-center {
        color: var(--white-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transform: translateX(16px);
                transform: translateX(16px); }
        header .menu-center li {
          display: inline-block;
          height: 48px;
          min-width: 48px;
          position: relative;
          margin-left: var(--gutter); } }
      @media (min-width: 768px) and (min-width: 1440px) {
        header .menu-center li {
          /*margin-left: calc(var(--gutter)*2);*/ } }
  @media (min-width: 768px) {
          header .menu-center li a {
            display: block;
            min-width: 100%;
            min-height: 100%;
            position: relative; }
            header .menu-center li a svg {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          header .menu-center li.menu-item {
            display: none; } }
        @media (min-width: 768px) and (min-width: 1240px) {
          header .menu-center li.menu-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: calc(var(--gutter)*1); } }
  @media (min-width: 768px) {
            header .menu-center li.menu-item a {
              line-height: 3rem;
              font-size: var(--size-text-regular);
              font-family: var(--font-text);
              position: relative; }
              header .menu-center li.menu-item a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: var(--lines-size);
                background: var(--primary-color);
                -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                -webkit-transform-origin: center right;
                        transform-origin: center right;
                -webkit-transition: -webkit-transform 0.25s ease;
                transition: -webkit-transform 0.25s ease;
                transition: transform 0.25s ease;
                transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
              header .menu-center li.menu-item a:hover:after {
                -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                -webkit-transform-origin: center left;
                        transform-origin: center left; }
      header:before {
        position: absolute;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(var(--black-color)), to(transparent));
        background: linear-gradient(to bottom, var(--black-color), transparent);
        top: 0;
        left: 0;
        right: 0;
        height: calc( var(--gutter)*4 + 48px );
        opacity: 0.75; } }

@media (max-width: 767px) {
  .belgique header {
    border-bottom: var(--lines-size) solid var(--lines-color); }
    .belgique header .menu-center .burger, .belgique header .menu-center .search {
      border-bottom: var(--lines-size) solid var(--lines-color); }
    .belgique header .main-logo {
      border-left: var(--lines-size) solid var(--lines-color);
      border-right: var(--lines-size) solid var(--lines-color); }

  .paysbas header {
    border-bottom: var(--lines-size) solid var(--black-color);
    border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2);
    overflow: hidden; } }
@media (min-width: 768px) {
  .scrollTop header .cls-2 {
    fill: var(--white-color); }
  .scrollTop header .menu-item > a {
    color: var(--white-color); }
  .scrollTop header .menu-center svg {
    fill: var(--white-color); } }

@media (min-width: 768px) {
  .scrollNoTop header .cls-2 {
    fill: var(--white-color); }
  .scrollNoTop header .menu-item > a {
    /*color: var(--black-color);*/
    color: var(--white-color); }
  .scrollNoTop header .menu-center svg {
    /*fill: var(--black-color);*/
    fill: var(--white-color); } }

.burger .open {
  /*display: none;*/
  opacity: 1; }
.burger .close {
  /*display: none;*/
  opacity: 0; }

.menu-open .burger .open {
  /*display: none;*/
  opacity: 0; }
.menu-open .burger .close {
  /*display: none;*/
  opacity: 1; }

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 8888;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: 0.1s -webkit-transform 0.75s;
  transition: 0.1s -webkit-transform 0.75s;
  transition: 0.1s transform 0.75s;
  transition: 0.1s transform 0.75s, 0.1s -webkit-transform 0.75s; }
  .main-nav .full-bg {
    background: var(--black-color);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .main-nav .content {
    overflow: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100vw;
    max-width: 480px;
    background-color: var(--black-color);
    padding-top: calc( var(--gutter)*4 + 48px );
    -webkit-transition: -webkit-transform 0.45s ease 0.2s;
    transition: -webkit-transform 0.45s ease 0.2s;
    transition: transform 0.45s ease 0.2s;
    transition: transform 0.45s ease 0.2s, -webkit-transform 0.45s ease 0.2s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .main-nav .content > .w-100 {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.45s ease;
      transition: -webkit-transform 0.45s ease;
      transition: transform 0.45s ease;
      transition: transform 0.45s ease, -webkit-transform 0.45s ease; }
    @media (min-width: 768px) {
      .main-nav .content {
        border-left: var(--lines-size) solid var(--primary-color); } }
    .main-nav .content .main-menu {
      font-size: 24px;
      font-weight: 600;
      font-family: var(--font-title); }
      .main-nav .content .main-menu li {
        padding-bottom: calc(var(--gutter)*2); }
        @media (min-width: 768px) {
          .main-nav .content .main-menu li {
            padding-bottom: var(--gutter); } }
    .main-nav .content .sub-menu {
      font-family: var(--font-text); }
      .main-nav .content .sub-menu li {
        padding-bottom: calc(var(--gutter)*2); }
        @media (min-width: 768px) {
          .main-nav .content .sub-menu li {
            padding-bottom: var(--gutter); } }
    .main-nav .content .lang {
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .main-nav .content .lang li {
        display: inline-block; }
      .main-nav .content .lang a {
        padding-bottom: 0; }
    .main-nav .content a {
      color: white; }
    .main-nav .content #footer-legal-menu a {
      font-size: 10px; }

header .menu-item {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.menu-open header .menu-item {
  opacity: 0;
  /*transition: opacity 0.5s ease;*/ }
.menu-open .nav-bg {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .menu-open .nav-bg .content {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.menu-open .full-bg {
  opacity: 0.85; }
.menu-open .main-nav {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .menu-open .main-nav .content {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .menu-open .main-nav .content > .w-100 {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }

footer {
  color: white !important;
  background: var(--black-color);
  font-family: var(--font-text); }
  footer .main-logo svg {
    /*max-width: 50vw;*/
    height: 32px; }
    footer .main-logo svg .cls-2 {
      fill: #fff !important; }
  @media (max-width: 767px) {
    footer .main-logo {
      display: block;
      width: 100%;
      /*	margin-left: auto;
      	margin-right: auto;
      	text-align: center;*/ }
    footer .social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; } }
  @media (max-width: 1439px) {
    footer .main-logo {
      display: block;
      width: 126px;
      margin-top: 2px; } }
  @media (max-width: 767px) {
    footer .first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: var(--gutter-xl); }
      footer .first .social {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: calc(0.25rem * (-1)); }
    footer #footer-sub-menu {
      border-top: var(--lines-size) solid var(--lines-color);
      border-bottom: var(--lines-size) solid var(--lines-color);
      padding-top: var(--gutter-xl);
      margin-bottom: var(--gutter-xl); }
    footer .menu {
      padding-bottom: calc(var(--gutter)*3) !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer .first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .first .social {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: calc(0.5rem * (-1)); } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    footer .first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .first .social {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: calc(0.5rem * (-1)); } }
  footer ul > li {
    padding-bottom: calc(var(--gutter)*2); }
    @media (min-width: 768px) {
      footer ul > li {
        padding-bottom: var(--gutter); } }
  footer a {
    color: white !important;
    font-size: var(--size-text-regular); }
  footer .copy,
  footer .copy * {
    font-size: 10px; }
  @media (max-width: 767px) {
    footer .copy .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: var(--gutter-xl);
      border-bottom: var(--lines-size) solid var(--lines-color); } }
  footer .copy .right {
    text-align: center; }
    @media (min-width: 768px) {
      footer .copy .right {
        text-align: right; } }

@media (min-width: 768px) {
  .footer-menus {
    padding-bottom: calc(var(--gutter-xl) - var(--gutter)); } }

@media (max-width: 767px) {
  footer #footer-main-menu a {
    font-family: var(--font-title);
    font-size: 18px !important;
    font-weight: 600 !important; }

  footer #footer-legal-menu a {
    font-size: 11px; } }
footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    footer .social-links {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 1439px) {
    footer .social-links {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  footer .social-links .icon-link {
    width: 48px;
    height: 48px;
    background: var(--black-lighten-color);
    /*filter: brightness(1.25);*/
    /*border: var(--lines-size) solid var(--black-lighten-color);*/
    display: inline-block;
    border-radius: var(--radius);
    position: relative; }
    @media (max-width: 767px) {
      footer .social-links .icon-link {
        margin-left: 0.5rem;
        margin-right: 0rem; } }
    @media (min-width: 1440px) {
      footer .social-links .icon-link {
        margin-left: 0rem;
        margin-right: 0.5rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer .social-links a {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    footer .social-links a {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; } }

.belgique footer .social-links .icon-link {
  background: var(--black-lighten-color); }
  .belgique footer .social-links .icon-link svg {
    fill: var(--white-color); }

.paysbas footer .social-links .icon-link {
  background: var(--white-color); }
  .paysbas footer .social-links .icon-link svg {
    fill: var(--black-color); }

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination .nav-links .page-numbers {
    /*display: inline-block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    /*border: 1px solid red;*/
    background: white;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-family: var(--font-title);
    color: var(--black-color);
    font-size: 11px;
    border-radius: var(--radius); }
    .pagination .nav-links .page-numbers svg {
      -webkit-transform: scale(0.75);
              transform: scale(0.75); }
    .pagination .nav-links .page-numbers.current {
      background: var(--primary-color);
      color: white; }

.accordion input {
  display: none; }
  .accordion input ~ div {
    height: 1px;
    overflow: hidden; }
    .accordion input ~ div > * {
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .accordion input + label {
    display: block;
    position: relative;
    /*padding: 50px 0; */ }
  .accordion input + label:after,
  .accordion input + label:before {
    position: absolute;
    background: black;
    content: '';
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%; }
  .accordion input + label:after {
    right: 4px;
    height: 10px;
    width: 2px;
    margin-top: -5px; }
  .accordion input + label:before {
    right: 0;
    width: 10px;
    height: 2px;
    margin-top: -1px; }
.accordion input:checked ~ div {
  height: auto;
  margin: 0; }
  .accordion input:checked ~ div > * {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
.accordion input:checked + label:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.accordion input:checked + label:after {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.accordion label:hover {
  cursor: pointer; }

.btn, #cookieChoiceInfo a, .page-template-template-contact .frm_button_submit, .wysiwyg .frm_button_submit {
  display: block;
  background-color: var(--primary-color);
  /*font-size: 11px !important;*/
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  padding: 1.25rem 0.5em;
  border-radius: var(--radius);
  border: var(--lines-size) solid var(--primary-color);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: white;
  font-family: var(--font-title);
  line-height: 1rem; }
  @media (min-width: 768px) {
    .btn, #cookieChoiceInfo a, .page-template-template-contact .frm_button_submit, .wysiwyg .frm_button_submit {
      padding: 1rem 2.5em;
      display: inline-block;
      width: auto; } }
  .btn.bg-bla, #cookieChoiceInfo a.bg-bla, .page-template-template-contact .bg-bla.frm_button_submit, .wysiwyg .bg-bla.frm_button_submit, .btn.bg-black, #cookieChoiceInfo a.bg-black, .page-template-template-contact .bg-black.frm_button_submit, .wysiwyg .bg-black.frm_button_submit {
    background-color: var(--black-color) !important;
    /*color: var(--white-color);*/ }
  .btn.bg-sec, #cookieChoiceInfo a.bg-sec, .page-template-template-contact .bg-sec.frm_button_submit, .wysiwyg .bg-sec.frm_button_submit {
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important; }
  .btn.bg-none, #cookieChoiceInfo a.bg-none, .page-template-template-contact .bg-none.frm_button_submit, .wysiwyg .bg-none.frm_button_submit {
    background-color: none !important;
    /* color: var(--black-color) !important; */ }

.hr {
  display: block;
  width: 100%;
  height: var(--lines-size);
  background-color: var(--lines-color); }

@media (max-width: 767px) {
  .hr-p {
    display: block;
    width: 100%;
    height: var(--lines-size);
    background: var(--lines-color); } }

.social-links a {
  width: 48px;
  height: 48px;
  background: var(--black-lighten-color);
  /*filter: brightness(1.25);*/
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: var(--radius);
  position: relative; }
  .social-links a svg {
    fill: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 20px;
    max-height: 20px; }

.generic-heroheader {
  position: relative;
  overflow: hidden;
  background: var(--black-color); }
  .generic-heroheader .bg {
    /*position: relative;*/ }
    .generic-heroheader .bg img, .generic-heroheader .bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      min-height: 100%;
      display: block;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
  .generic-heroheader .overlay {
    position: absolute;
    top: 0;
    right: -50vw;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--black-color)));
    background: linear-gradient(to left, transparent, var(--black-color));
    opacity: 0.75; }
  .generic-heroheader .overlay-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
    background: linear-gradient(to bottom, transparent, var(--black-color));
    opacity: 1; }
  .generic-heroheader .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    background: linear-gradient(45deg, var(--black-color), var(--primary-color)); }
  .generic-heroheader .content {
    padding-top: 35vh;
    position: relative;
    width: 100%;
    /*padding-bottom: calc(var(--gutter)*1);*/ }
    .generic-heroheader .content h1 {
      color: var(--white-color);
      font-family: var(--font-title);
      /*font-size: 64px;*/
      width: 100%;
      letter-spacing: -1px; }

.belgique .generic-heroheader .gradient {
  opacity: 1; }

.paysbas .generic-heroheader .gradient {
  opacity: 0.25; }

.single-post .generic-heroheader .content, .single-guide .generic-heroheader .content {
  padding-top: 50vh !important; }

.homepage-heroheader-bi {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .homepage-heroheader-bi:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(var(--black-color)), to(transparent));
    background: linear-gradient(to bottom, var(--black-color), transparent);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 220px;
    z-index: 5; }
  .homepage-heroheader-bi video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .homepage-heroheader-bi .overlay {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
    background: linear-gradient(to bottom, transparent, var(--black-color));
    opacity: 1;
    z-index: 2; }
  .homepage-heroheader-bi .overlay-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black-color);
    opacity: 0.25; }
  .homepage-heroheader-bi .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 1;*/
    mix-blend-mode: hard-light;
    background: linear-gradient(45deg, var(--black-color), var(--primary-color)); }
  .homepage-heroheader-bi .center {
    position: absolute;
    z-index: 4; }
    @media (max-width: 767px) {
      .homepage-heroheader-bi .center {
        left: 0;
        right: 0;
        bottom: calc(var(--gutter-xl) + 26px); } }
    @media (min-width: 768px) {
      .homepage-heroheader-bi .center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%; } }
    .homepage-heroheader-bi .center h1 {
      color: var(--white-color);
      font-weight: 500;
      width: 100%;
      line-height: 100%;
      letter-spacing: -3px; }
      @media (min-width: 768px) {
        .homepage-heroheader-bi .center h1 {
          text-align: center; } }
      @media (min-width: 1024px) {
        .homepage-heroheader-bi .center h1 {
          /*text-align: center;*/
          font-size: 68px; } }
      @media (min-width: 1440px) {
        .homepage-heroheader-bi .center h1 {
          /*text-align: center;*/
          font-size: 72px; } }
      .homepage-heroheader-bi .center h1 .line {
        display: block; }
        @media (max-width: 767px) {
          .homepage-heroheader-bi .center h1 .line > span {
            display: block; } }
      .homepage-heroheader-bi .center h1 strong {
        font-weight: 500; }
      .homepage-heroheader-bi .center h1 + p {
        color: #ababab;
        width: 100%;
        font-weight: 400;
        font-family: var(--font-text);
        /*font-size: 18px;*/
        line-height: 150%;
        /*@include min-desktop { margin-top: 3rem;  }*/ }
        @media (max-width: 767px) {
          .homepage-heroheader-bi .center h1 + p {
            margin-top: 1.25rem;
            margin-bottom: var(--gutter-xl);
            /*padding-top: var(--gutter-xl);*/
            padding-bottom: var(--gutter-xl);
            /*border-top: var(--lines-height) solid var(--primary-color); */
            border-bottom: var(--lines-size) solid var(--lines-color); } }
        @media (min-width: 768px) {
          .homepage-heroheader-bi .center h1 + p {
            margin-top: 2rem;
            text-align: center; } }
        @media (min-width: 1024px) {
          .homepage-heroheader-bi .center h1 + p:before, .homepage-heroheader-bi .center h1 + p:after {
            display: inline-block;
            content: '';
            width: 2rem;
            height: var(--lines-size);
            background-color: var(--primary-color);
            margin: 0 calc(2rem) 5px; } }
@media (min-width: 1024px) and (min-width: 1440px) {
  .homepage-heroheader-bi .center h1 + p {
    font-size: 19px; } }

    .homepage-heroheader-bi .center .links {
      text-align: center;
      width: 100%;
      /*@include min-desktop { margin-top: 3rem; }*/ }
      @media (max-width: 767px) {
        .homepage-heroheader-bi .center .links {
          margin-top: 2rem; } }
      @media (min-width: 768px) {
        .homepage-heroheader-bi .center .links {
          margin-top: 2rem; } }
      @media (min-width: 1024px) {
        .homepage-heroheader-bi .center .links {
          margin-top: 2.5rem; } }
  .homepage-heroheader-bi .bottom {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: var(--white-color);
    z-index: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .homepage-heroheader-bi .bottom {
        z-index: 8;
        bottom: var(--gutter-xl); } }
    @media (min-width: 768px) {
      .homepage-heroheader-bi .bottom {
        bottom: calc(var(--gutter)*2);
        font-family: var(--font-text);
        font-size: var(--size-text-regular);
        /*bottom: var(--gutter-xl);*/ } }
    @media (min-width: 1024px) {
      .homepage-heroheader-bi .bottom {
        /*bottom: 2.5rem; */ } }
    @media (min-width: 1440px) {
      .homepage-heroheader-bi .bottom {
        /*bottom: 3rem; */ } }
    .homepage-heroheader-bi .bottom .down {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: var(--size-text-regular);
      /*@extend .text-regular;  */ }
      @media (min-width: 768px) {
        .homepage-heroheader-bi .bottom .down {
          /*font-size: 16px;  */ } }
      .homepage-heroheader-bi .bottom .down span {
        color: var(--white-color); }
        @media (min-width: 768px) {
          .homepage-heroheader-bi .bottom .down span {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .homepage-heroheader-bi .bottom .down svg {
        fill: var(--primary-color);
        margin-right: 0.75rem; }
        @media (min-width: 768px) {
          .homepage-heroheader-bi .bottom .down svg {
            margin-left: 0.75rem;
            margin-right: 0rem;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
    @media (max-width: 767px) {
      .homepage-heroheader-bi .bottom .social {
        display: none; } }
    @media (min-width: 768px) {
      .homepage-heroheader-bi .bottom .social {
        font-size: var(--text-regular-size); } }
    .homepage-heroheader-bi .bottom .social span {
      display: inline-block; }
      .homepage-heroheader-bi .bottom .social span.lg {
        width: 2rem;
        margin: 0 1rem 3px 1rem;
        height: var(--lines-size);
        background-color: var(--primary-color); }
        @media (min-width: 1024px) {
          .homepage-heroheader-bi .bottom .social span.lg {
            margin: 0 calc(var(--gutter)*1.5) 3px calc(var(--gutter)*1.5); } }
      .homepage-heroheader-bi .bottom .social span.sm {
        width: var(--lines-size);
        margin: 0 0.75rem 3px 0.75rem;
        height: var(--lines-size);
        background-color: var(--primary-color); }
    .homepage-heroheader-bi .bottom .social .text {
      color: var(--grey-text-color); }
      @media (min-width: 768px) and (max-width: 1023px) {
        .homepage-heroheader-bi .bottom .social .text {
          display: none; } }
    .homepage-heroheader-bi .bottom .social a {
      font-weight: 600;
      color: var(--white-color);
      padding: 1rem 0;
      position: relative; }
      .homepage-heroheader-bi .bottom .social a:after {
        content: '';
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        right: 1px;
        height: 1px;
        background-color: var(--primary-color);
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: center right;
                transform-origin: center right;
        -webkit-transition: 0.25s ease-in-out transform;
        transition: 0.25s ease-in-out transform; }
      @media (hover: hover) and (pointer: fine) {
        .homepage-heroheader-bi .bottom .social a:hover:after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: center left;
                  transform-origin: center left; } }
      .homepage-heroheader-bi .bottom .social a:after {
        height: var(--lines-size); }

.belgique .homepage-heroheader-bi .gradient {
  opacity: 1; }

.paysbas .homepage-heroheader-bi .gradient {
  opacity: 0.25; }

.main-card-bi {
  width: 50%; }
  @media (min-width: 768px) {
    .main-card-bi {
      width: 33.3333%; } }
  @media (min-width: 1240px) {
    .main-card-bi {
      width: 25%; } }
  .main-card-bi a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    min-height: 120px;
    max-height: 80dvh;
    width: 100%;
    aspect-ratio: 1 / 1.414; }
    @media (min-width: 1680px) {
      .main-card-bi a {
        min-height: 420px; } }
    .main-card-bi a.small, .main-card-bi .wysiwyg a.frm_error, .wysiwyg .main-card-bi a.frm_error, .main-card-bi .wysiwyg a.frm_description, .wysiwyg .main-card-bi a.frm_description, .main-card-bi .city-list-card a .flex .left a.province, .city-list-card a .flex .left .main-card-bi a.province {
      min-height: 20px;
      width: 100% !important;
      aspect-ratio: 5 / 1.5; }
    .main-card-bi a .labels {
      position: absolute; }
      .main-card-bi a .labels li {
        background: white;
        color: var(--black-color);
        /* color: white; */
        margin-left: 0.5rem;
        margin-bottom: 0.5rem; }
      @media (max-width: 767px) {
        .main-card-bi a .labels {
          top: calc(var(--gutter)*4);
          /*left: calc(var(--gutter)*4);*/
          right: calc(var(--gutter)*4); } }
      @media (min-width: 768px) {
        .main-card-bi a .labels {
          top: calc(var(--gutter)*2);
          /*left: calc(var(--gutter)*2);*/
          right: calc(var(--gutter)*2); } }
      @media (min-width: 1024px) {
        .main-card-bi a .labels {
          top: calc(var(--gutter)*1.5);
          /*left: calc(var(--gutter)*1.5);*/
          right: calc(var(--gutter)*1.5); } }
    .main-card-bi a img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      min-height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .main-card-bi a .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.85;
      /*background: var(--black-color);*/
      background: -webkit-gradient(linear, left bottom, left top, from(var(--black-color)), to(transparent));
      background: linear-gradient(to top, var(--black-color), transparent);
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    .main-card-bi a .gradient {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.3;
      /*opacity: 0.85;*/
      mix-blend-mode: hard-light;
      background: linear-gradient(30deg, var(--black-color), var(--primary-color)); }
    .main-card-bi a .label {
      /*right: auto;*/ }
      .main-card-bi a .label p {
        display: inline-block;
        font-family: var(--font-text);
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.75rem;
        border-radius: calc(var(--radius)/2);
        text-transform: uppercase;
        font-weight: 600;
        /*    background-color: var(--primary-color);
            color: var(--black-color);*/ }
    .main-card-bi a .distance {
      position: absolute;
      left: auto;
      display: block;
      border-radius: calc(var(--radius)/2);
      color: var(--black-color);
      padding: 0.5rem 0.75rem;
      border-radius: calc(var(--radius)/2);
      background-color: var(--white-color);
      color: var(--black-color); }
      @media (max-width: 767px) {
        .main-card-bi a .distance {
          top: calc(var(--gutter)*4);
          /*left: calc(var(--gutter)*4);*/
          right: calc(var(--gutter)*4); } }
      @media (min-width: 768px) {
        .main-card-bi a .distance {
          top: calc(var(--gutter)*2);
          /*left: calc(var(--gutter)*2);*/
          right: calc(var(--gutter)*2); } }
      @media (min-width: 1024px) {
        .main-card-bi a .distance {
          top: calc(var(--gutter)*1.5);
          /*left: calc(var(--gutter)*1.5);*/
          right: calc(var(--gutter)*1.5); } }
    .main-card-bi a .count {
      position: absolute;
      display: block;
      padding: 0.5rem 0.75rem;
      border-radius: calc(var(--radius)/2);
      background-color: var(--primary-color);
      color: var(--white-color); }
      @media (max-width: 767px) {
        .main-card-bi a .count {
          top: calc(var(--gutter)*4);
          right: calc(var(--gutter)*4); } }
      @media (min-width: 768px) {
        .main-card-bi a .count {
          top: calc(var(--gutter)*2);
          right: calc(var(--gutter)*2); } }
    .main-card-bi a .content {
      position: absolute; }
      @media (max-width: 767px) {
        .main-card-bi a .content {
          bottom: calc(var(--gutter)*4);
          left: calc(var(--gutter)*4);
          right: calc(var(--gutter)*4); } }
      @media (min-width: 768px) {
        .main-card-bi a .content {
          bottom: calc(var(--gutter)*2);
          left: calc(var(--gutter)*2);
          right: calc(var(--gutter)*2); } }
      @media (min-width: 1024px) {
        .main-card-bi a .content {
          bottom: calc(var(--gutter)*1.5);
          left: calc(var(--gutter)*1.5);
          right: calc(var(--gutter)*1.5); } }
      @media (min-width: 1024px) {
        .main-card-bi a .content {
          /*    left: calc(var(--gutter)*1.5);
              right: calc(var(--gutter)*1.5);
                bottom: calc(var(--gutter)*1.5);*/
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: -webkit-transform 0.5s ease;
          transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
          transition: transform 0.5s ease, -webkit-transform 0.5s ease; } }
      .main-card-bi a .content .pre-title {
        font-size: 0.65rem;
        text-transform: uppercase;
        padding-bottom: 0.75rem;
        font-weight: 600;
        color: var(--white-text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .main-card-bi a .content .title {
        color: var(--white-color); }
        @media (max-width: 767px) {
          .main-card-bi a .content .title {
            margin-bottom: -4px;
            margin-left: -1px; } }
        @media (min-width: 768px) {
          .main-card-bi a .content .title {
            line-height: 135%; } }
      .main-card-bi a .content .location {
        color: var(--grey-text-color);
        /*color: var(--primary-color);*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 767px) {
          .main-card-bi a .content .location {
            margin-top: 1rem; } }
        @media (min-width: 768px) {
          .main-card-bi a .content .location {
            margin-top: 1rem; } }
        @media (min-width: 1440px) {
          .main-card-bi a .content .location {
            /*font-size: 12px; */ } }
        @supports (-webkit-line-clamp: 1) {
          .main-card-bi a .content .location {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; } }
        @media (max-width: 767px) {
          .main-card-bi a .content .location {
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px); } }
        .main-card-bi a .content .location svg {
          display: none; }
    @media (hover: hover) and (pointer: fine) {
      .main-card-bi a:hover .overlay {
        opacity: 0.75; }
      .main-card-bi a:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
      .main-card-bi a:hover .content {
        -webkit-transform: translateY(calc(var(--gutter)*-0.5));
                transform: translateY(calc(var(--gutter)*-0.5)); } }

:root {
  --bmc-size-image: 6.125rem; }

.blog-card {
  position: relative; }
  .blog-card a {
    /*margin-top: 0 !important;*/ }

@media (max-width: 767px) {
  .blog-card,
  .blog-card-mini {
    width: 100%; }
    .blog-card a,
    .blog-card-mini a {
      display: block;
      position: relative;
      height: var(--bmc-size-image);
      overflow: hidden;
      border-radius: var(--radius); }
      .blog-card a .image,
      .blog-card-mini a .image {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: var(--bmc-size-image);
        height: var(--bmc-size-image);
        overflow: hidden;
        border-radius: var(--radius); }
        .blog-card a .image img,
        .blog-card-mini a .image img {
          top: 50%;
          left: 50%;
          width: 100%;
          height: auto;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .blog-card a .content,
      .blog-card-mini a .content {
        position: absolute;
        top: 0;
        right: 0;
        left: var(--bmc-size-image); } }
      @media (max-width: 767px) and (max-width: 767px) {
        .blog-card a .content,
        .blog-card-mini a .content {
          padding: calc(var(--gutter)*4) calc(var(--gutter)*3); } }
      @media (max-width: 767px) and (min-width: 768px) {
        .blog-card a .content,
        .blog-card-mini a .content {
          padding: calc(var(--gutter)*2) calc(var(--gutter)*1.5); } }
@media (max-width: 767px) {
        .blog-card a .content .infos,
        .blog-card-mini a .content .infos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start; }
          .blog-card a .content .infos p,
          .blog-card-mini a .content .infos p {
            padding: 0;
            line-height: 1em;
            color: var(--primary-color) !important;
            -webkit-transform: translateY(-0.125rem);
                    transform: translateY(-0.125rem);
            margin-bottom: var(--gutter); }
            .blog-card a .content .infos p + p,
            .blog-card-mini a .content .infos p + p {
              display: none; }
          .blog-card a .content .infos > div,
          .blog-card-mini a .content .infos > div {
            display: none; }
        .blog-card a .content .hr,
        .blog-card-mini a .content .hr {
          display: none; }
        .blog-card a .content .title,
        .blog-card-mini a .content .title {
          line-height: 125%;
          letter-spacing: -0.5px;
          color: var(--black-color);
          font-size: 16px;
          height: 60px;
          font-family: var(--font-title);
          font-weight: 500;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          @supports (-webkit-line-clamp: 3) {
            .blog-card a .content .title,
            .blog-card-mini a .content .title {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: initial;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; } } }
@media (min-width: 768px) {
  .blog-card {
    width: 50%; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .blog-card {
      width: 33.3333%; } }
  @media (min-width: 768px) and (min-width: 1480px) {
    .blog-card {
      /*width: 25%;*/ } }
@media (min-width: 768px) {
    .blog-card a {
      border-radius: var(--radius);
      overflow: hidden;
      display: block;
      background-color: var(--secondary-color); }
      .blog-card a .image {
        position: relative;
        height: 210px;
        overflow: hidden;
        background: var(--primary-color); }
        .blog-card a .image img {
          top: 50%;
          left: 50%;
          width: 100%;
          height: auto;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1);
          -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
          transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
          transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
          transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease; }
      .blog-card a .content {
        padding: calc(var(--gutter)*1.5);
        height: 210px; }
        .blog-card a .content .infos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .blog-card a .content .infos p {
            color: var(--black-color);
            padding: calc(0.5rem + 1px) 0.75rem 0.5rem calc(0.75rem + 1px);
            border-radius: calc(var(--radius)/2); }
            .blog-card a .content .infos p.category {
              background-color: var(--primary-color);
              color: white !important; }
          .blog-card a .content .infos > div p {
            margin-left: 1rem;
            display: inline-block; }
        .blog-card a .content .hr {
          display: none; }
        .blog-card a .content .title {
          color: var(--black-color);
          line-height: 160%;
          padding-top: calc(var(--gutter)*1.25);
          margin-top: -8px;
          height: 136px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
          font-size: 24px;
          font-family: var(--font-title);
          font-weight: 500; } }
        @media (min-width: 768px) and (min-width: 1024px) {
          .blog-card a .content .title {
            line-height: 150%; } }
        @media (min-width: 768px) and (min-width: 1440px) {
          .blog-card a .content .title {
            line-height: 145%; } }
@media (min-width: 768px) {
          @supports (-webkit-line-clamp: 4) {
            .blog-card a .content .title {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: initial;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical; } } }
  @media (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .blog-card a:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
              transform: translate(-50%, -50%) scale(1.05);
      opacity: 0.85;
      -webkit-filter: brightness(50%);
              filter: brightness(50%); } }

@media (min-width: 768px) {
  .blog-card-mini.single {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .blog-card-mini.single {
      width: 33.3333%; } }
@media (min-width: 768px) {
    .blog-card-mini.single a {
      background-color: var(--white-color); }
  .blog-card-mini.blog {
    width: 100%; }
    .blog-card-mini.blog a {
      background-color: var(--secondary-color); }
  .blog-card-mini a {
    display: block;
    position: relative;
    height: var(--bmc-size-image);
    overflow: hidden;
    border-radius: var(--radius); }
    .blog-card-mini a .image {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: var(--bmc-size-image);
      height: var(--bmc-size-image);
      overflow: hidden;
      border-radius: var(--radius); }
      .blog-card-mini a .image img {
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .blog-card-mini a .content {
      position: absolute;
      top: 0;
      right: 0;
      left: var(--bmc-size-image); } }
    @media (min-width: 768px) and (min-width: 768px) {
      .blog-card-mini a .content {
        padding: calc(var(--gutter)*1) calc(var(--gutter)*1); } }
@media (min-width: 768px) {
      .blog-card-mini a .content .infos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; }
        .blog-card-mini a .content .infos p {
          font-size: 10px;
          text-transform: uppercase;
          padding: 0;
          font-weight: 600;
          border-radius: calc(var(--radius)/2);
          font-family: var(--font-title);
          letter-spacing: 1px;
          line-height: 1em;
          color: var(--primary-color) !important;
          background-color: transparent !important;
          -webkit-transform: translateY(-0.125rem);
                  transform: translateY(-0.125rem);
          margin-bottom: 0.25rem; }
          .blog-card-mini a .content .infos p + p {
            display: none; }
        .blog-card-mini a .content .infos > div {
          display: none; }
      .blog-card-mini a .content .hr {
        display: none; }
      .blog-card-mini a .content .title {
        line-height: 125%;
        color: var(--black-color);
        font-size: 16px;
        height: 60px;
        font-family: var(--font-title);
        font-weight: 500;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @supports (-webkit-line-clamp: 3) {
          .blog-card-mini a .content .title {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; } } }
@media (max-width: 767px) {
  .ex-slider .blog-card:first-child {
    padding-top: 0; } }
@media (min-width: 768px) {
  .ex-slider .blog-card {
    padding-top: 0; } }
@media (min-width: 768px) and (max-width: 1239px) {
  .ex-slider .blog-card:nth-child(3) {
    display: none; } }
@media (min-width: 768px) and (max-width: 1599px) {
  .ex-slider .blog-card:nth-child(4) {
    display: none; } }

.city-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  height: 240px;
  width: 100%; }
  .city-card a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .city-card a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    /*background: var(--black-color);*/
    background: -webkit-gradient(linear, left bottom, left top, from(var(--black-color)), to(transparent));
    background: linear-gradient(to top, var(--black-color), transparent);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .city-card a .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    /*opacity: 0.85;*/
    mix-blend-mode: hard-light;
    background: linear-gradient(30deg, var(--black-color), var(--primary-color)); }
  .city-card a .count {
    position: absolute;
    top: calc(var(--gutter)*1.25);
    right: calc(var(--gutter)*1.25);
    font-family: var(--font-title);
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    color: white; }

.city-list-card a {
  display: block;
  border-bottom: var(--lines-size) solid var(--grey-color); }
  .city-list-card a .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: calc(var(--gutter)*3.5);
    padding-bottom: calc(var(--gutter)*3.5); }
    @media (min-width: 768px) {
      .city-list-card a .flex {
        padding-top: var(--gutter);
        padding-bottom: var(--gutter); } }
    .city-list-card a .flex .left {
      width: calc(90% - var(--gutter)); }
      @media (min-width: 768px) {
        .city-list-card a .flex .left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 40px - var(--gutter)); } }
      .city-list-card a .flex .left .name {
        width: 100%;
        font-family: var(--font-title);
        color: var(--black-color);
        font-weight: 600; }
        @media (max-width: 767px) {
          .city-list-card a .flex .left .name {
            -webkit-transform: translateY(-4px);
                    transform: translateY(-4px); } }
        @media (min-width: 768px) {
          .city-list-card a .flex .left .name {
            width: 50%; } }
      .city-list-card a .flex .left .province {
        width: 100%;
        font-family: var(--font-text);
        color: var(--grey-color); }
        @media (min-width: 768px) {
          .city-list-card a .flex .left .province {
            width: 50%; } }
    .city-list-card a .flex .right {
      width: 10%; }
      @media (min-width: 768px) {
        .city-list-card a .flex .right {
          width: 40px; } }
      .city-list-card a .flex .right .count {
        width: 10%; }
.city-list-card:first-child a, .city-list-card:first-of-type a {
  border-top: var(--lines-size) solid var(--grey-color); }

.province-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  width: 100%;
  background: var(--black-color); }
  @media (max-width: 767px) {
    .province-card a {
      min-height: 120px;
      max-height: 80dvh;
      width: 100%;
      aspect-ratio: 1 / 1.125;
      /*aspect-ratio: 1; */ } }
  @media (min-width: 768px) {
    .province-card a {
      height: 280px; } }
  .province-card a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .province-card a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    /*background: var(--black-color);*/
    background: -webkit-gradient(linear, left bottom, left top, from(var(--black-color)), to(transparent));
    background: linear-gradient(to top, var(--black-color), transparent);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .province-card a .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    /*opacity: 0.85;*/
    mix-blend-mode: hard-light;
    background: linear-gradient(30deg, var(--black-color), var(--primary-color)); }
  .province-card a .count {
    position: absolute;
    font-family: var(--font-title);
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    color: white; }
    @media (max-width: 767px) {
      .province-card a .count {
        top: calc(var(--gutter)*3);
        right: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .province-card a .count {
        top: calc(var(--gutter)*1.5);
        right: calc(var(--gutter)*1.5); } }
  .province-card a .title {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .province-card a .title {
        padding: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .province-card a .title {
        padding: calc(var(--gutter)*1.5); } }
.province-card.main a {
  background: white; }
  .province-card.main a .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: var(--black-color);
    /*font-family: var(--font-title);*/
    /*font-size: 18px;*/
    /*text-align: center;*/ }
    @media (max-width: 767px) {
      .province-card.main a .title {
        padding: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .province-card.main a .title {
        padding: calc(var(--gutter)*1.5); } }
  .province-card.main a .btn, .province-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .province-card.main a a, .province-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .province-card.main a .frm_button_submit, .province-card.main a .wysiwyg .frm_button_submit, .wysiwyg .province-card.main a .frm_button_submit {
    position: absolute;
    text-align: center; }
    @media (max-width: 767px) {
      .province-card.main a .btn, .province-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .province-card.main a a, .province-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .province-card.main a .frm_button_submit, .province-card.main a .wysiwyg .frm_button_submit, .wysiwyg .province-card.main a .frm_button_submit {
        bottom: calc(var(--gutter)*3);
        left: calc(var(--gutter)*3);
        right: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .province-card.main a .btn, .province-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .province-card.main a a, .province-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .province-card.main a .frm_button_submit, .province-card.main a .wysiwyg .frm_button_submit, .wysiwyg .province-card.main a .frm_button_submit {
        bottom: calc(var(--gutter)*1.5);
        left: calc(var(--gutter)*1.5);
        right: calc(var(--gutter)*1.5); } }

.category-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black-color);
  width: 100%;
  background: var(--black-color); }
  @media (max-width: 767px) {
    .category-card > a {
      min-height: 120px;
      max-height: 80dvh;
      width: 100%;
      aspect-ratio: 16/9;
      /*aspect-ratio: 1; */ } }
  @media (min-width: 768px) {
    .category-card > a {
      height: 280px; } }
  .category-card > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .category-card > a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    /*background: var(--black-color);*/
    background: -webkit-gradient(linear, left bottom, left top, from(var(--black-color)), to(transparent));
    background: linear-gradient(to top, var(--black-color), transparent);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .category-card > a .gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    /*opacity: 0.85;*/
    mix-blend-mode: hard-light;
    background: linear-gradient(30deg, var(--black-color), var(--primary-color)); }
  .category-card > a .label {
    position: absolute;
    /*	font-family: var(--font-title);
        width: 40px;
        height: 40px;
        background: var(--primary-color); 
        display: flex; 
        align-items: center; 
        justify-content: center;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
        color: white;*/ }
    @media (max-width: 767px) {
      .category-card > a .label {
        top: calc(var(--gutter)*3);
        right: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .category-card > a .label {
        top: calc(var(--gutter)*1.5);
        right: calc(var(--gutter)*1.5); } }
  .category-card > a .title {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .category-card > a .title {
        padding: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .category-card > a .title {
        padding: calc(var(--gutter)*1.5); } }
.category-card.main a {
  background: white; }
  .category-card.main a .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: var(--black-color);
    /*font-family: var(--font-title);*/
    /*font-size: 18px;*/
    /*text-align: center;*/ }
    @media (max-width: 767px) {
      .category-card.main a .title {
        padding: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .category-card.main a .title {
        padding: calc(var(--gutter)*1.5); } }
  .category-card.main a .btn, .category-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .category-card.main a a, .category-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .category-card.main a .frm_button_submit, .category-card.main a .wysiwyg .frm_button_submit, .wysiwyg .category-card.main a .frm_button_submit {
    position: absolute;
    text-align: center; }
    @media (max-width: 767px) {
      .category-card.main a .btn, .category-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .category-card.main a a, .category-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .category-card.main a .frm_button_submit, .category-card.main a .wysiwyg .frm_button_submit, .wysiwyg .category-card.main a .frm_button_submit {
        bottom: calc(var(--gutter)*3);
        left: calc(var(--gutter)*3);
        right: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .category-card.main a .btn, .category-card.main a #cookieChoiceInfo a, #cookieChoiceInfo .category-card.main a a, .category-card.main a .page-template-template-contact .frm_button_submit, .page-template-template-contact .category-card.main a .frm_button_submit, .category-card.main a .wysiwyg .frm_button_submit, .wysiwyg .category-card.main a .frm_button_submit {
        bottom: calc(var(--gutter)*1.5);
        left: calc(var(--gutter)*1.5);
        right: calc(var(--gutter)*1.5); } }

@media (max-width: 767px) {
  .homepage-about-bi p {
    border-top: var(--lines-size) solid var(--lines-color);
    padding-top: var(--gutter-xl); } }

.homepage-provinces {
  font-family: var(--font-title); }
  .homepage-provinces h3 {
    color: var(--lines-color); }
  .homepage-provinces .gradient, .homepage-provinces .more-provinces,
  .homepage-provinces .a {
    display: none; }
  @media (max-width: 767px) {
    .homepage-provinces {
      /*padding-top: var(--gutter-xl); */ }
      .homepage-provinces .w-mini-grid {
        height: 80vw;
        overflow: hidden;
        position: relative; }
      .homepage-provinces .gradient {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        height: 15vw;
        z-index: 3;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
        background: linear-gradient(to bottom, transparent, var(--black-color)); }
      .homepage-provinces .gradient, .homepage-provinces .more-provinces {
        display: block; } }
  .homepage-provinces .provinces-parent div > a {
    display: block;
    color: var(--white-color);
    font-size: var(--size-text-regular);
    border-bottom: var(--lines-size) solid var(--lines-color); }
    .homepage-provinces .provinces-parent div > a sup {
      /*color: var(--white-text-color);*/
      display: inline-block;
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      margin-left: 0.25rem;
      font-size: 10px;
      position: relative;
      color: var(--primary-color); }
      .homepage-provinces .provinces-parent div > a sup:after {
        content: '';
        opacity: 0.5;
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        height: var(--lines-size);
        background: var(--white-text-color); }
    @media (min-width: 1024px) {
      .homepage-provinces .provinces-parent div > a {
        position: relative; }
        .homepage-provinces .provinces-parent div > a .t {
          display: block;
          -webkit-transition: -webkit-transform 0.5s ease;
          transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
          transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
        .homepage-provinces .provinces-parent div > a .a {
          width: 1rem;
          height: 1rem;
          -webkit-transition: -webkit-transform 0.5s ease;
          transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
          transition: transform 0.5s ease, -webkit-transform 0.5s ease;
          position: absolute;
          top: 50%;
          right: 1rem;
          display: block;
          -webkit-transform: translateX(1rem) translateY(-50%);
                  transform: translateX(1rem) translateY(-50%);
          opacity: 1;
          /*widows: 1*/ }
          .homepage-provinces .provinces-parent div > a .a svg {
            width: 1rem;
            height: 1rem;
            fill: var(--grey-text-color);
            margin-top: -4px;
            -webkit-transition: fill 0.5s ease;
            transition: fill 0.5s ease; } }
  @media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .homepage-provinces .provinces-parent div > a:hover .t {
      -webkit-transform: translateX(1rem);
              transform: translateX(1rem); }
    .homepage-provinces .provinces-parent div > a:hover .a {
      -webkit-transform: translateX(0) translateY(-50%);
              transform: translateX(0) translateY(-50%); }
      .homepage-provinces .provinces-parent div > a:hover .a svg {
        fill: var(--white-color); } }

  .homepage-provinces .provinces-parent div.region-1 a, .homepage-provinces .provinces-parent div.province-1 a {
    border-top: var(--lines-size) solid var(--lines-color); }
  @media (min-width: 768px) {
    .homepage-provinces .provinces-parent div.region-2 a, .homepage-provinces .provinces-parent div.region-3 a, .homepage-provinces .provinces-parent div.province-2 a {
      border-top: var(--lines-size) solid var(--lines-color); } }

@media (max-width: 767px) {
  .paysbas .homepage-provinces {
    background: var(--white-color) !important; }
    .paysbas .homepage-provinces .grid {
      background: var(--black-color);
      border-radius: calc(var(--radius)*2); } }
.homepage-map-bi {
  /*background-color: var(--black-color);*/
  position: relative;
  background: var(--secondary-color); }
  @media (min-width: 768px) {
    .homepage-map-bi .deco-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 50%;
      left: 0;
      background-color: var(--black-color); } }
  @media (max-width: 767px) {
    .homepage-map-bi {
      /*		border-top: var(--primary-color) solid var(--lines-size);
      		border-bottom: var(--primary-color) solid var(--lines-size);*/ }
      .homepage-map-bi .grid {
        width: 100%; }
      .homepage-map-bi .btn, .homepage-map-bi #cookieChoiceInfo a, #cookieChoiceInfo .homepage-map-bi a, .homepage-map-bi .page-template-template-contact .frm_button_submit, .page-template-template-contact .homepage-map-bi .frm_button_submit, .homepage-map-bi .wysiwyg .frm_button_submit, .wysiwyg .homepage-map-bi .frm_button_submit {
        width: 100%; } }
  .homepage-map-bi .heading-2, .homepage-map-bi .wysiwyg h2, .wysiwyg .homepage-map-bi h2, .homepage-map-bi .province-card.main a .title, .province-card.main a .homepage-map-bi .title, .homepage-map-bi .category-card > a .title, .category-card > a .homepage-map-bi .title, .homepage-map-bi .category-card.main a .title, .category-card.main a .homepage-map-bi .title {
    line-height: 1.25em; }
  .homepage-map-bi .w-mini-grid {
    height: auto;
    overflow: hidden;
    background-color: var(--black-color);
    position: relative; }
    @media (min-width: 768px) {
      .homepage-map-bi .w-mini-grid {
        border-radius: var(--radius); } }
    .homepage-map-bi .w-mini-grid img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0.125;
      -webkit-filter: saturate(0);
              filter: saturate(0);
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease; }
    @media (hover: hover) and (pointer: fine) {
      .homepage-map-bi .w-mini-grid:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
                transform: translate(-50%, -50%) scale(1.15); } }
    .homepage-map-bi .w-mini-grid .content {
      padding: var(--gutter-xl);
      position: relative;
      color: var(--white-color);
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        .homepage-map-bi .w-mini-grid .content {
          padding: calc(var(--gutter-xl)*1.5) var(--gutter); } }
      @media (min-width: 1024px) {
        .homepage-map-bi .w-mini-grid .content {
          padding: calc(var(--gutter-xl)*1.5) var(--gutter); } }
      @media (min-width: 1440px) {
        .homepage-map-bi .w-mini-grid .content {
          /*padding: calc(var(--gutter-xl)*2) var(--gutter);*/ } }
      @media (max-width: 767px) {
        .homepage-map-bi .w-mini-grid .content {
          width: var(--grid-width); } }
      @media (min-width: 768px) {
        .homepage-map-bi .w-mini-grid .content {
          width: 100%; } }
      .homepage-map-bi .w-mini-grid .content .divider {
        display: block;
        width: var(--lines-size);
        background-color: var(--grey-color);
        height: calc(var(--gutter-xl)*1.5);
        margin: calc(var(--gutter-xl)/1) auto; }
        @media (min-width: 1024px) {
          .homepage-map-bi .w-mini-grid .content .divider {
            /*height: calc(var(--gutter-xl)*0.75);*/
            height: calc(var(--gutter-xl)*1.5);
            margin: calc(var(--gutter-xl)/1 ) auto calc(var(--gutter-xl)/1); } }
        @media (min-width: 1440px) {
          .homepage-map-bi .w-mini-grid .content .divider {
            /*height: calc(var(--gutter-xl)*0.75);*/ } }

.belgique .homepage-map-bi .deco-bg {
  border-bottom: var(--lines-color) solid var(--lines-size); }

.paysbas .homepage-map-bi .deco-bg {
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }
@media (max-width: 767px) {
  .paysbas .homepage-map-bi {
    background: var(--white-color); }
    .paysbas .homepage-map-bi a {
      border-radius: calc(var(--radius)*2);
      overflow: hidden; } }

@media (max-width: 767px) {
  .homepage-mustsee {
    background: var(--white-color); } }
@media (min-width: 768px) {
  .homepage-mustsee {
    background: var(--secondary-color); } }

@media (max-width: 767px) {
  .belgique .homepage-mustsee {
    border-bottom: var(--lines-size) solid var(--lines-color); } }

.belgique .gallery-single-bi:before {
  border-bottom: var(--lines-size) solid var(--primary-color); }

.paysbas .gallery-single-bi:before {
  /*background: var(--white-color);*/
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }

@media (max-width: 767px) {
  .paysbas .error-cta {
    border-radius: calc(var(--radius)*2);
    overflow: hidden; } }

.gallery-single-bi {
  position: relative;
  overflow: hidden;
  background: var(--white-color); }
  .gallery-single-bi .swiper-container {
    overflow: visible; }
  .gallery-single-bi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--black-color);
    height: calc(12.5vh); }
    @media (min-width: 768px) {
      .gallery-single-bi:before {
        height: calc(25vh); } }
  .gallery-single-bi .swiper-slide {
    width: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0 calc(var(--gutter)); }
    .gallery-single-bi .swiper-slide > a {
      display: block;
      height: 25vh;
      border-radius: var(--radius);
      overflow: hidden; }
      @media (min-width: 768px) {
        .gallery-single-bi .swiper-slide > a {
          height: 50vh; } }
      .gallery-single-bi .swiper-slide > a img {
        display: block;
        height: 100%;
        width: auto;
        vertical-align: bottom; }
    .gallery-single-bi .swiper-slide .source {
      position: absolute;
      top: auto;
      right: calc(var(--gutter)*3);
      bottom: calc(var(--gutter)*2);
      left: auto;
      background-color: var(--white-color);
      color: var(--black-color);
      font-family: var(--font-text);
      padding: 0.25rem;
      font-size: 8px;
      border-radius: calc(var(--radius)/2); }
      @media (min-width: 768px) {
        .gallery-single-bi .swiper-slide .source {
          position: absolute;
          top: auto;
          right: calc(var(--gutter)*2);
          bottom: var(--gutter);
          left: auto;
          padding: 0.5rem;
          font-size: 9px; } }
      .gallery-single-bi .swiper-slide .source a {
        color: var(--primary-color); }
  .gallery-single-bi .bi-swiper-gallery-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery-single-bi .bi-swiper-gallery-pagination .left {
      width: 100%;
      text-align: center;
      height: 1rem; }
      @media (min-width: 768px) {
        .gallery-single-bi .bi-swiper-gallery-pagination .left {
          width: 40%;
          text-align: left; } }
      .gallery-single-bi .bi-swiper-gallery-pagination .left .bi-bullets-pagination {
        display: block; }
        .gallery-single-bi .bi-swiper-gallery-pagination .left .bi-bullets-pagination .swiper-pagination-bullet {
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 0.25rem;
          background-color: var(--black-color);
          opacity: 0.25;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px); }
          @media (max-width: 767px) {
            .gallery-single-bi .bi-swiper-gallery-pagination .left .bi-bullets-pagination .swiper-pagination-bullet {
              margin: 0 0.25rem; } }
          @media (min-width: 768px) {
            .gallery-single-bi .bi-swiper-gallery-pagination .left .bi-bullets-pagination .swiper-pagination-bullet {
              margin: 0 0.5rem 0 0; } }
          .gallery-single-bi .bi-swiper-gallery-pagination .left .bi-bullets-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--primary-color);
            opacity: 1; }
    .gallery-single-bi .bi-swiper-gallery-pagination .right {
      display: none; }
      @media (min-width: 768px) {
        .gallery-single-bi .bi-swiper-gallery-pagination .right {
          width: 6.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          -webkit-transform: translateX(1rem);
                  transform: translateX(1rem); }
          .gallery-single-bi .bi-swiper-gallery-pagination .right:before {
            content: '';
            position: absolute;
            top: 0;
            right: auto;
            bottom: 0;
            left: 50%;
            width: var(--lines-size);
            background-color: var(--primary-color); }
          .gallery-single-bi .bi-swiper-gallery-pagination .right .prev, .gallery-single-bi .bi-swiper-gallery-pagination .right .next {
            /*@include square(3rem);*/
            width: 3rem;
            height: var(--gutter);
            border-radius: 50%;
            border: none !important;
            position: relative;
            display: block;
            position: relative;
            background: none !important; }
            .gallery-single-bi .bi-swiper-gallery-pagination .right .prev svg, .gallery-single-bi .bi-swiper-gallery-pagination .right .next svg {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              width: 1rem;
              height: 1rem;
              fill: var(--black-color); }
            .gallery-single-bi .bi-swiper-gallery-pagination .right .prev.swiper-button-disabled, .gallery-single-bi .bi-swiper-gallery-pagination .right .next.swiper-button-disabled {
              pointer-events: none;
              opacity: 0.25; } }
    @media (min-width: 768px) and (hover: hover) and (pointer: fine) {
      .gallery-single-bi .bi-swiper-gallery-pagination .right .prev:hover, .gallery-single-bi .bi-swiper-gallery-pagination .right .next:hover {
        cursor: pointer; } }

.single-infos {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  /*background: var(--white-color);*/
  background: var(--secondary-color); }
  @media (min-width: 768px) {
    .single-infos:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 50%;
      left: 0;
      content: '';
      display: block;
      background: var(--white-color); } }
  .single-infos .grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .single-infos .grid .bg-black {
      position: relative;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .single-infos .grid .bg-black {
          /*	*/ } }
      @media (min-width: 768px) {
        .single-infos .grid .bg-black {
          border-radius: var(--radius); } }
      @media (min-width: 1440px) {
        .single-infos .grid .bg-black {
          min-height: 431px; } }
      @media (max-width: 767px) {
        .single-infos .grid .bg-black .content {
          padding: var(--gutter-xl);
          /*border-top: var(--lines-size) solid var(--primary-color);*/ } }
      @media (min-width: 768px) {
        .single-infos .grid .bg-black .content {
          padding: calc(var(--gutter)*2); } }
    .single-infos .grid .btn, .single-infos .grid #cookieChoiceInfo a, #cookieChoiceInfo .single-infos .grid a, .single-infos .grid .page-template-template-contact .frm_button_submit, .page-template-template-contact .single-infos .grid .frm_button_submit, .single-infos .grid .wysiwyg .frm_button_submit, .wysiwyg .single-infos .grid .frm_button_submit {
      width: 100% !important;
      display: block !important; }
    .single-infos .grid #single-map .leaflet-control-attribution {
      background: var(--white-color) !important;
      padding: 0.125rem 0.375rem;
      border-radius: var(--radius) 0 0 0; }
      .single-infos .grid #single-map .leaflet-control-attribution .leaflet-control-attribution {
        border-top: var(--lines-size) solid var(--lines-color);
        border-left: var(--lines-size) solid var(--lines-color); }
      .single-infos .grid #single-map .leaflet-control-attribution a {
        color: var(--primary-color); }
    @media (max-width: 767px) {
      .single-infos .grid #single-map {
        position: relative;
        /*display: none;*/
        height: 60vw; }
        .single-infos .grid #single-map .leaflet-control-zoom {
          border-radius: var(--radius) !important;
          overflow: hidden; }
        .single-infos .grid #single-map .leaflet-top .leaflet-control {
          margin-top: var(--gutter-xl); }
        .single-infos .grid #single-map .leaflet-left .leaflet-control {
          margin-left: var(--gutter-xl); } }
    @media (min-width: 768px) {
      .single-infos .grid #single-map {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #aaa; }
        .single-infos .grid #single-map .leaflet-control-zoom {
          border-radius: calc( var(--radius)/2 ) !important;
          overflow: hidden; }
        .single-infos .grid #single-map .leaflet-top .leaflet-control {
          margin-top: calc(var(--gutter)*2); }
        .single-infos .grid #single-map .leaflet-left .leaflet-control {
          margin-left: calc(var(--gutter)*2); } }
  .single-infos h2 + p.text-regular, .single-infos .wysiwyg h2 + p.frm_primary_label, .wysiwyg .single-infos h2 + p.frm_primary_label, .single-infos .wysiwyg h2 + p.frm_error, .wysiwyg .single-infos h2 + p.frm_error, .single-infos .wysiwyg h2 + p.frm_description, .wysiwyg .single-infos h2 + p.frm_description, .single-infos .main-nav .content h2 + p.lang, .main-nav .content .single-infos h2 + p.lang,
  .single-infos h3 + p.text-regular,
  .single-infos .wysiwyg h3 + p.frm_primary_label,
  .wysiwyg .single-infos h3 + p.frm_primary_label,
  .single-infos .wysiwyg h3 + p.frm_error,
  .wysiwyg .single-infos h3 + p.frm_error,
  .single-infos .wysiwyg h3 + p.frm_description,
  .wysiwyg .single-infos h3 + p.frm_description,
  .single-infos .main-nav .content h3 + p.lang,
  .main-nav .content .single-infos h3 + p.lang {
    margin-top: -8px;
    margin-bottom: -8px; }

@media (max-width: 767px) {
  .belgique .single-infos {
    border-top: var(--lines-size) solid var(--lines-color); }
    .belgique .single-infos .bg-black .content {
      border-bottom: var(--lines-size) solid var(--lines-color); }
    .belgique .single-infos #single-map {
      border-bottom: var(--lines-size) solid var(--lines-color); } }
@media (min-width: 768px) {
  .belgique .single-infos .bg-black {
    border: var(--lines-size) solid var(--lines-color); } }
.belgique .single-infos #single-map .leaflet-control-attribution {
  border-top: var(--lines-size) solid var(--lines-color);
  border-left: var(--lines-size) solid var(--lines-color); }
.belgique .single-infos:before {
  border-bottom: var(--lines-size) solid var(--lines-color); }

.paysbas .single-infos .grid {
  border-radius: calc(var(--radius)*2) !important;
  overflow: hidden; }
  @media (min-width: 768px) {
    .paysbas .single-infos .grid .bg-black {
      border: var(--lines-size) solid var(--black-color); } }
  @media (max-width: 767px) {
    .paysbas .single-infos .grid #single-map {
      border-radius: calc(var(--radius)*2) !important;
      border: var(--lines-size) solid var(--black-color); } }
  .paysbas .single-infos .grid #single-map .leaflet-control-attribution {
    border-top: var(--lines-size) solid var(--black-color) !important;
    border-left: var(--lines-size) solid var(--black-color) !important; }
.paysbas .single-infos:before {
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2);
  overflow: hidden; }

@media (max-width: 767px) {
  .paysbas .homepage-about-bi {
    background: var(--white-color) !important; }
    .paysbas .homepage-about-bi .grid {
      background: var(--black-color);
      border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); } }
.bi-about-bloc .text a {
  color: var(--black-text-color);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-color);
  text-decoration-color: var(--primary-color);
  text-underline-offset: 2px; }
@media (max-width: 767px) {
  .bi-about-bloc .image {
    height: 60vw;
    overflow: hidden;
    position: relative; }
    .bi-about-bloc .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .bi-about-bloc .text {
    padding-top: var(--gutter-xl);
    padding-bottom: var(--gutter-xl); } }
@media (min-width: 768px) {
  .bi-about-bloc {
    position: relative; }
    .bi-about-bloc .text {
      padding-top: calc(var(--gutter-xl)*2);
      padding-bottom: calc(var(--gutter-xl)*2); } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .bi-about-bloc .text {
        padding-top: calc(var(--gutter-xl)*3);
        padding-bottom: calc(var(--gutter-xl)*3); }
      @incude min-desktop {
        .bi-about-bloc .text {
          padding-top: calc(var(--gutter-xl)*4);
          padding-bottom: calc(var(--gutter-xl)*4); } } }
@media (min-width: 768px) {
    .bi-about-bloc .image {
      overflow: hidden;
      position: relative; }
      .bi-about-bloc .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .bi-about-bloc.i-t .text {
      margin-left: auto;
      margin-right: 0;
      padding-left: var(--gutter-xl); }
    .bi-about-bloc.i-t .image {
      position: absolute;
      top: 0;
      right: 50%;
      bottom: 0;
      left: 0; }
    .bi-about-bloc.t-i .text {
      padding-right: var(--gutter-xl); }
    .bi-about-bloc.t-i .image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%; } }

#map {
  height: 100vh; }

#category-filter {
  display: none; }

.post-more a {
  background: var(--black-color);
  border: var(--lines-size) solid var(--lines-color);
  color: var(--white-color);
  display: block; }
  @media (max-width: 767px) {
    .post-more a {
      padding: var(--gutter-xl); } }
  @media (min-width: 768px) {
    .post-more a {
      padding: calc(var(--gutter)*1.5); } }
  .post-more a .small, .post-more a .wysiwyg .frm_error, .wysiwyg .post-more a .frm_error, .post-more a .wysiwyg .frm_description, .wysiwyg .post-more a .frm_description, .post-more .city-list-card a .flex .left .province, .city-list-card .post-more a .flex .left .province {
    font-family: var(--font-title);
    font-size: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: calc(var(--gutter)*2); }
    @media (max-width: 767px) {
      .post-more a .small, .post-more a .wysiwyg .frm_error, .wysiwyg .post-more a .frm_error, .post-more a .wysiwyg .frm_description, .wysiwyg .post-more a .frm_description, .post-more .city-list-card a .flex .left .province, .city-list-card .post-more a .flex .left .province {
        padding-bottom: calc(var(--gutter)*2); } }
    @media (min-width: 768px) {
      .post-more a .small, .post-more a .wysiwyg .frm_error, .wysiwyg .post-more a .frm_error, .post-more a .wysiwyg .frm_description, .wysiwyg .post-more a .frm_description, .post-more .city-list-card a .flex .left .province, .city-list-card .post-more a .flex .left .province {
        padding-bottom: calc(var(--gutter)*1); } }
  .post-more a .large {
    font-size: 1.4rem;
    font-family: var(--font-title);
    letter-spacing: -1px; }

.blog-more a {
  /*color: var(--white-color);*/
  display: block;
  border-top: var(--lines-size) solid var(--primary-color);
  border-bottom: var(--lines-size) solid var(--primary-color); }
  @media (max-width: 767px) {
    .blog-more a {
      padding: calc(var(--gutter)*2) 0; } }
  @media (min-width: 768px) {
    .blog-more a {
      padding: calc(var(--gutter)*1.5) 0; } }
  .blog-more a .small, .blog-more a .wysiwyg .frm_error, .wysiwyg .blog-more a .frm_error, .blog-more a .wysiwyg .frm_description, .wysiwyg .blog-more a .frm_description, .blog-more .city-list-card a .flex .left .province, .city-list-card .blog-more a .flex .left .province {
    font-family: var(--font-title);
    font-size: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: calc(var(--gutter)*1.5); }
    @media (max-width: 767px) {
      .blog-more a .small, .blog-more a .wysiwyg .frm_error, .wysiwyg .blog-more a .frm_error, .blog-more a .wysiwyg .frm_description, .wysiwyg .blog-more a .frm_description, .blog-more .city-list-card a .flex .left .province, .city-list-card .blog-more a .flex .left .province {
        padding-bottom: calc(var(--gutter)*1.5); } }
    @media (min-width: 768px) {
      .blog-more a .small, .blog-more a .wysiwyg .frm_error, .wysiwyg .blog-more a .frm_error, .blog-more a .wysiwyg .frm_description, .wysiwyg .blog-more a .frm_description, .blog-more .city-list-card a .flex .left .province, .city-list-card .blog-more a .flex .left .province {
        padding-bottom: calc(var(--gutter)*1); } }
  .blog-more a .large {
    font-size: 1.2rem;
    line-height: 1.4em;
    font-family: var(--font-title);
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: -1px; }
    @media (max-width: 767px) {
      .blog-more a .large {
        font-size: 1.2rem;
        line-height: 1.4em; } }
    @media (min-width: 768px) {
      .blog-more a .large {
        font-size: 1.4rem;
        line-height: 1.4em; } }

.blog-grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .blog-grid {
      padding-left: calc(var(--gutter)*3);
      padding-right: calc(var(--gutter)*3); }
      .blog-grid.image-double {
        padding-left: calc(var(--gutter)*2);
        padding-right: calc(var(--gutter)*2); } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .blog-grid.image-double {
        padding-left: calc(var(--gutter)*1);
        padding-right: calc(var(--gutter)*1); } }

  @media (min-width: 1024px) {
    .blog-grid {
      padding-left: calc(var(--gutter)*2);
      padding-right: calc(var(--gutter)*2); } }
  @media (min-width: 768px) {
    .blog-grid {
      width: 75%;
      max-width: 640px; }
      .blog-grid.large {
        width: 100%;
        max-width: 960px; } }
  @media (min-width: 1024px) {
    .blog-grid {
      width: 65%; }
      .blog-grid.large {
        width: 80%; } }
  @media (min-width: 1440px) {
    .blog-grid {
      width: 50%; }
      .blog-grid.large {
        /*max-width: 960px;*/
        width: 60%; } }

.g-1-5 {
  padding: calc(var(--gutter)* 1.5); }

.gb-1-5 {
  padding-bottom: calc(var(--gutter)* 1.5); }

.paysbas {
  background: var(--black-color); }

.bi-sb-image-bloc .image {
  position: relative;
  /*border: 2px solid purple;*/ }
  .bi-sb-image-bloc .image .img {
    position: static; }
  .bi-sb-image-bloc .image .source {
    position: absolute;
    top: auto;
    right: calc(var(--gutter)*3);
    bottom: calc(var(--gutter)*2);
    left: auto;
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: var(--font-text);
    padding: 0.25rem;
    font-size: 8px;
    border-radius: calc(var(--radius)/2); }
    .bi-sb-image-bloc .image .source.img-spl {
      right: calc(var(--gutter)*7); }
      @media (min-width: 768px) {
        .bi-sb-image-bloc .image .source.img-spl {
          right: calc(var(--gutter)*4); } }
      @media (min-width: 1024px) {
        .bi-sb-image-bloc .image .source.img-spl {
          right: calc(var(--gutter)*3); } }
    @media (min-width: 768px) {
      .bi-sb-image-bloc .image .source {
        position: absolute;
        top: auto;
        right: calc(var(--gutter)*2);
        bottom: var(--gutter);
        left: auto;
        padding: 0.5rem;
        font-size: 9px; } }
    .bi-sb-image-bloc .image .source a {
      color: var(--primary-color); }

@media (max-width: 767px) {
  .fake-slide .main-card-bi {
    /*	&:nth-child(4),
    	&:nth-child(5),*/ }
    .fake-slide .main-card-bi:nth-child(6) {
      /*display: none;*/ } }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }
  @media (min-width: 1024px) {
    .grid.grid-small {
      width: 60%; } }
  @media (min-width: 1024px) {
    .grid.grid-medium {
      width: 80%; } }
  @media (min-width: 1024px) {
    .grid.grid-large {
      width: 100%; } }

@media (max-width: 767px) {
  .ep-hp-da-ba {
    background: var(--black-color); } }
.ep-hp-da-ba a {
  border-radius: var(--radius);
  padding: calc(var(--gutter)*1.5); }

.border-primary {
  border: var(--lines-size) solid var(--lines-color); }

@media (max-width: 767px) {
  .fake-slide > h2 {
    padding-bottom: calc(var(--gutter)*3);
    line-height: 100%; }
  .fake-slide .link-more a {
    width: 100%;
    text-align: center;
    margin-top: calc(var(--gutter)*2); } }
@media (min-width: 768px) {
  .fake-slide > h2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    -webkit-transform: translateY(7px);
            transform: translateY(7px); }
  .fake-slide .link-more {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 9;
    text-align: right; } }

@media (max-width: 767px) {
  .homepage-popular-bi > div {
    background: var(--white-color) !important;
    padding-bottom: calc(var(--gutter)*5); }
    .homepage-popular-bi > div h2 {
      color: var(--black-color); } }

.single-cta-more {
  background: var(--secondary-color); }

@media (min-width: 768px) {
  .single-cta-more ul {
    margin-top: calc(var(--gutter)*(-1));
    text-align: center; } }

.single-suggest {
  position: relative; }
  @media (max-width: 767px) {
    .single-suggest > div {
      padding-bottom: calc(var(--gutter)*5);
      border-bottom: var(--primary-color) solid var(--lines-size); } }
  @media (min-width: 768px) {
    .single-suggest:before {
      display: block;
      background: var(--black-color);
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 150px;
      border-top: var(--primary-color) solid var(--lines-size); } }

.blog-suggest {
  position: relative; }
  @media (max-width: 767px) {
    .blog-suggest > div {
      padding-bottom: calc(var(--gutter)*5); } }

@media (min-width: 768px) {
  .belgique .blog-suggest:before {
    border-top: var(--primary-color) solid var(--lines-size); } }

@media (max-width: 767px) {
  .paysbas .blog-suggest .bg-secondary {
    /*border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2);*/ } }
@media (min-width: 768px) {
  .paysbas .blog-suggest .bg-secondary:before {
    border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); } }

@media (min-width: 768px) {
  .footer-ctas {
    position: relative;
    background: var(--black-color); }
    .footer-ctas:before {
      display: block;
      background: var(--secondary-color);
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 50%;
      /*height: 400px;*/ } }

.belgique .footer-ctas:before {
  border-bottom: var(--primary-color) solid var(--lines-size); }
@media (max-width: 767px) {
  .belgique .footer-ctas {
    /*border-top: var(--primary-color) solid var(--lines-size); */
    border-bottom: var(--primary-color) solid var(--lines-size); }
    .belgique .footer-ctas .partner-link a {
      /*border-top: var(--primary-color) solid var(--lines-size); */ } }

.paysbas .footer-ctas:before {
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }

.screen-reader-text {
  display: none; }

.single-blog-cover {
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .single-blog-cover {
      height: 60vw;
      margin-top: 64px; } }
  @media (min-width: 768px) {
    .single-blog-cover {
      height: 60vh; } }
  .single-blog-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.fc-video a {
  position: relative;
  display: block;
  background: var(--black-color);
  border-radius: var(--radius); }
  .fc-video a img {
    opacity: 0.85; }
  .fc-video a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 15vw;
    height: 15vw;
    max-width: 90px;
    max-height: 90px;
    background: var(--primary-color);
    border-radius: calc(var(--radius)/2); }
    .fc-video a .play svg {
      position: absolute;
      top: 50%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 5vw;
      height: 5vw;
      max-width: 30px;
      max-height: 30px;
      fill: var(--white-color); }

.bi-blog-quote .quote {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.35em;
  letter-spacing: -1.25px;
  font-style: italic; }
  @media (min-width: 768px) {
    .bi-blog-quote .quote {
      text-align: center;
      font-size: 1.75rem; } }
  .bi-blog-quote .quote .author {
    display: block;
    line-height: 10px;
    color: var(--grey-color);
    margin-top: calc(var(--gutter-xl));
    font-style: normal; }
    @media (max-width: 767px) {
      .bi-blog-quote .quote .author {
        text-align: right; } }
    @media (min-width: 768px) {
      .bi-blog-quote .quote .author {
        margin-top: calc(var(--gutter-xl)/2); } }

@media (max-width: 767px) {
  .single-blog-heroheader {
    max-width: 100vw;
    overflow: hidden; }
    .single-blog-heroheader .bg {
      height: 100vw;
      width: 100vw;
      position: relative;
      overflow: hidden; }
      .single-blog-heroheader .bg img, .single-blog-heroheader .bg video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
      .single-blog-heroheader .bg .overlay {
        position: absolute;
        top: 0;
        right: -50vw;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--black-color)));
        background: linear-gradient(to left, transparent, var(--black-color));
        opacity: 0.5; }
      .single-blog-heroheader .bg .gradient {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        mix-blend-mode: hard-light;
        background: linear-gradient(45deg, var(--black-color), var(--primary-color)); }
    .single-blog-heroheader .content {
      padding: var(--gutter-xl); }
      .single-blog-heroheader .content h1 {
        font-size: 1.75rem !important;
        line-height: 1.25em;
        font-weight: 600;
        color: var(--black-color);
        font-family: var(--font-title); } }
@media (min-width: 768px) {
  .single-blog-heroheader {
    position: relative;
    overflow: hidden;
    background: var(--black-color); }
    .single-blog-heroheader .bg {
      /*position: relative;*/ }
      .single-blog-heroheader .bg img, .single-blog-heroheader .bg video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
    .single-blog-heroheader .overlay {
      position: absolute;
      top: 0;
      right: -50vw;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--black-color)));
      background: linear-gradient(to left, transparent, var(--black-color));
      opacity: 1; }
    .single-blog-heroheader .overlay-2 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
      background: linear-gradient(to bottom, transparent, var(--black-color));
      opacity: 1; }
    .single-blog-heroheader .gradient {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      mix-blend-mode: hard-light;
      background: linear-gradient(45deg, var(--black-color), var(--primary-color)); }
    .single-blog-heroheader .content {
      padding-top: 35vh;
      position: relative;
      width: 100%;
      /*padding-bottom: calc(var(--gutter)*1);*/ }
      .single-blog-heroheader .content h1 {
        color: var(--white-color);
        font-family: var(--font-title);
        font-size: 64px;
        font-weight: 600;
        width: 100%;
        letter-spacing: -1px; } }

@media (max-width: 767px) {
  .belgique .single-blog-heroheader .bg {
    border-bottom: var(--lines-size) solid var(--primary-color); } }
.belgique .single-blog-heroheader .gradient {
  opacity: 1; }

@media (max-width: 767px) {
  .paysbas .single-blog-heroheader {
    background: var(--secondary-color); }
    .paysbas .single-blog-heroheader .bg {
      border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); } }
.paysbas .single-blog-heroheader .gradient {
  opacity: 0.125; }

.main-br-2 {
  border-radius: calc(var(--radius)*2) calc(var(--radius)*2) 0 0; }

.pb-list-parent {
  background: var(--secondary-color);
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }

@media (max-width: 767px) {
  .paysbas .single-intro {
    /*background: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color) 49%, var(--white-color) 51%, var(--white-color));*/ } }
@media (max-width: 767px) {
  .paysbas .single-intro > div {
    /*border-radius: calc(var(--radius)*2);*/ } }
@media (min-width: 768px) {
  .paysbas .single-intro > div {
    /*border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2);*/ } }

@media (max-width: 767px) {
  .paysbas .single-blog-intro {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--secondary-color)), color-stop(49%, var(--secondary-color)), color-stop(51%, var(--white-color)), to(var(--white-color)));
    background: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color) 49%, var(--white-color) 51%, var(--white-color)); } }
@media (max-width: 767px) {
  .paysbas .single-blog-intro > div {
    border-radius: calc(var(--radius)*2); } }
@media (min-width: 768px) {
  .paysbas .single-blog-intro > div {
    border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); } }

@media (min-width: 768px) {
  .t-gt-0 {
    padding-top: 0 !important; } }

@media (max-width: 767px) {
  .addplace-cta {
    border-radius: 0 !important;
    /*background: var(--black-color) !important;*/ }
    .addplace-cta .divider {
      height: calc(var(--gutter-xl)* 2);
      margin: 0 auto calc(var(--gutter-xl));
      display: block;
      width: var(--lines-size);
      background-color: var(--grey-color); } }
.addplace-cta > div {
  position: relative;
  overflow: hidden; }
  .addplace-cta > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.25;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .addplace-cta > div .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-color)));
      background: linear-gradient(to bottom, transparent, var(--black-color)); } }
  .addplace-cta > div .content {
    position: relative; }
  @media (min-width: 768px) {
    .addplace-cta > div {
      height: 100%;
      position: relative; }
      .addplace-cta > div .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        display: block; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .addplace-cta > div .content .label, .addplace-cta > div .content .btn, .addplace-cta > div .content #cookieChoiceInfo a, #cookieChoiceInfo .addplace-cta > div .content a, .addplace-cta > div .content .page-template-template-contact .frm_button_submit, .page-template-template-contact .addplace-cta > div .content .frm_button_submit, .addplace-cta > div .content .wysiwyg .frm_button_submit, .wysiwyg .addplace-cta > div .content .frm_button_submit {
        border-radius: calc(var(--radius)/2); } }

@media (max-width: 767px) {
  .paysbas .addplace-cta {
    background: var(--secondary-color); }
    .paysbas .addplace-cta > div {
      border-radius: calc(var(--radius)*2) calc(var(--radius)*2) 0 0; } }
.bg-white-pure {
  background: #fff; }

@media (max-width: 767px) {
  .large-homepage-ad {
    background: var(--black-color);
    border-bottom: var(--lines-size) solid var(--lines-color); } }
.large-homepage-ad .ad-phone {
  display: block; }
  @media (min-width: 1024px) {
    .large-homepage-ad .ad-phone {
      display: none; } }
.large-homepage-ad .ad-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .large-homepage-ad .ad-desktop {
      display: block; } }

@media (max-width: 767px) {
  .paysbas.page-template-default .single-blog-intro > div {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; } }
.partner-link > a {
  position: relative;
  overflow: hidden;
  display: block; }
  .partner-link > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.5;
    -webkit-filter: saturate(45%);
            filter: saturate(45%); }
  .partner-link > a .content {
    position: relative; }
    .partner-link > a .content .label-generic {
      background: var(--white-color);
      color: var(--black-color); }
    @media (min-width: 768px) {
      .partner-link > a .content .label-generic, .partner-link > a .content .btn, .partner-link > a .content #cookieChoiceInfo a, #cookieChoiceInfo .partner-link > a .content a, .partner-link > a .content .page-template-template-contact .frm_button_submit, .page-template-template-contact .partner-link > a .content .frm_button_submit, .partner-link > a .content .wysiwyg .frm_button_submit, .wysiwyg .partner-link > a .content .frm_button_submit {
        border-radius: calc(var(--radius)/2); } }

@media (max-width: 767px) {
  .paysbas .partner-link {
    background: var(--black-color); }
    .paysbas .partner-link a {
      border-radius: calc(var(--radius)*2); }
  .paysbas.single .partner-link {
    position: relative; }
    .paysbas.single .partner-link a {
      position: relative; } }
.page-template-template-map .main-map {
  background: var(--black-color);
  position: relative; }
  @media (min-width: 768px) {
    .page-template-template-map .main-map:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 118px;
      background: var(--black-color);
      z-index: 999; } }
.page-template-template-map.belgique .main-map:before {
  border-bottom: var(--lines-size) solid var(--primary-color); }
.page-template-template-map.paysbas .main-map:before {
  /*border-bottom: var(--lines-size) solid var(--lines-color);*/
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }

#map .leaflet-control-container .leaflet-control-attribution {
  background: var(--white-color) !important;
  padding: 4px 8px;
  border-radius: var(--radius) 0 0 0; }
  #map .leaflet-control-container .leaflet-control-attribution a {
    color: var(--primary-color); }
#map .leaflet-top.leaflet-left {
  top: 50%;
  left: calc(var(--gutter)*3); }

.belgique #map {
  border-bottom: var(--lines-size) solid var(--lines-color); }
  .belgique #map .leaflet-control-container .leaflet-control-attribution {
    border-top: var(--lines-size) solid var(--primary-color);
    border-left: var(--lines-size) solid var(--primary-color); }

.paysbas #map {
  border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); }
  .paysbas #map .leaflet-control-container .leaflet-control-attribution {
    border-top: var(--lines-size) solid var(--black-color);
    border-left: var(--lines-size) solid var(--black-color); }

@media (min-width: 1024px) {
  .fake-slide .main-card-bi:nth-child(5) {
    /*display: none !important;*/
    /*border: 3px solid purple;*/ }
  .fake-slide .main-card-bi:nth-child(6) {
    display: none !important;
    /*border: 3px solid orange;*/ }
  .fake-slide .main-card-bi:nth-child(7) {
    display: none !important;
    /*border: 3px solid red;*/ } }
@media (min-width: 1024px) {
  .fake-slide .blog-card.slide-4 {
    display: none !important; } }
.bi-single-blog-tags {
  /*	h2 {
  	    font-size: 1.4rem;
  	    font-family: var(--font-title);
  	    letter-spacing: -1px;
  	    color: var(--white-color);
  	}*/ }
  @media (max-width: 767px) {
    .bi-single-blog-tags > .grid {
      background: var(--black-color); } }
  @media (min-width: 768px) {
    .bi-single-blog-tags {
      position: relative;
      background: var(--secondary-color); }
      .bi-single-blog-tags:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 50%;
        left: 0;
        background: var(--white-color); }
      .bi-single-blog-tags .center-block > div {
        background: var(--black-color);
        position: relative; }
        .bi-single-blog-tags .center-block > div ul {
          padding: calc(var(--gutter-xl) - var(--gutter)) var(--gutter-xl) var(--gutter-xl); } }

@media (max-width: 767px) {
  .belgique .bi-single-blog-tags {
    border-top: var(--primary-color) solid var(--lines-size); } }
@media (min-width: 768px) {
  .belgique .bi-single-blog-tags:before {
    border-bottom: var(--primary-color) solid var(--lines-size); }
  .belgique .bi-single-blog-tags .center-block > div {
    border: var(--primary-color) solid var(--lines-size); } }

@media (max-width: 767px) {
  .paysbas .bi-single-blog-tags {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white-color)), color-stop(49%, var(--white-color)), color-stop(51%, var(--secondary-color)), to(var(--secondary-color)));
    background: linear-gradient(to bottom, var(--white-color), var(--white-color) 49%, var(--secondary-color) 51%, var(--secondary-color)); }
    .paysbas .bi-single-blog-tags .grid {
      border-radius: calc(var(--radius)*2); } }
@media (min-width: 768px) {
  .paysbas .bi-single-blog-tags:before {
    border-radius: 0 0 calc(var(--radius)*2) calc(var(--radius)*2); } }

.contact-content {
  /*border: 3px solid purple;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-content .first {
    /*border: 3px solid red;*/ }
    @media (max-width: 767px) {
      .contact-content .first {
        border-bottom: var(--lines-size) solid var(--primary-color); } }
    @media (min-width: 768px) {
      .contact-content .first {
        border-right: var(--lines-size) solid var(--primary-color); } }
    .contact-content .first .btn, .contact-content .first #cookieChoiceInfo a, #cookieChoiceInfo .contact-content .first a, .contact-content .first .page-template-template-contact .frm_button_submit, .page-template-template-contact .contact-content .first .frm_button_submit, .contact-content .first .wysiwyg .frm_button_submit, .wysiwyg .contact-content .first .frm_button_submit {
      background: var(--white-color);
      border: var(--lines-size) solid var(--primary-color);
      color: var(--black-color); }
    .contact-content .first .social-links a {
      background: var(--white-color);
      border-color: var(--primary-color); }
      .contact-content .first .social-links a svg {
        fill: var(--black-color); }
  .contact-content .last {
    /*border: 3px solid orange;*/ }

.header-section {
  width: 100%;
  position: relative;
  padding-top: var(--gutter-xl); }
  .header-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: var(--gutter);
    right: var(--gutter);
    height: var(--lines-height);
    background-color: var(--primary-color); }

.label-generic {
  border-radius: calc(var(--radius)/2);
  font-family: var(--font-title);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600; }
  @media (max-width: 767px) {
    .label-generic.small, .wysiwyg .label-generic.frm_error, .wysiwyg .label-generic.frm_description, .city-list-card a .flex .left .label-generic.province {
      /*font-size: 9px; 
      letter-spacing: 0.5px;*/
      padding: calc(0.25rem + 1px) 0.375rem calc(0.25rem + 1px) calc(0.375rem + 1px); } }
  @media (min-width: 768px) {
    .label-generic.small, .wysiwyg .label-generic.frm_error, .wysiwyg .label-generic.frm_description, .city-list-card a .flex .left .label-generic.province {
      /*        	font-size: 10px;
      			letter-spacing: 1px;*/
      padding: calc(0.5rem + 1px) 0.75rem 0.5rem calc(0.75rem + 1px); } }
  @media (max-width: 767px) {
    .label-generic.large {
      /*		font-size: 10px; 
      		letter-spacing: 1px;*/
      padding: calc(0.5rem + 1px) 0.75rem calc(0.5rem - 0.5px) calc(0.75rem + 1px); } }
  @media (min-width: 768px) {
    .label-generic.large {
   /*     	font-size: 11px;
			letter-spacing: 1px;*/
      padding: calc(0.5rem + 1px) 0.75rem calc(0.5rem + 1px) calc(0.75rem + 1px); } }

.bi-blog-tag {
  display: inline-block; }
  .bi-blog-tag a {
    display: block;
    margin-top: var(--gutter);
    margin-right: var(--gutter);
    font-size: 10px;
    background: var(--primary-color); }
    .bi-blog-tag a .name {
      background: var(--white-color);
      border: var(--lines-size) solid var(--primary-color);
      font-family: var(--font-text);
      color: var(--black-color);
      text-transform: uppercase;
      padding: 0.25rem 0.5rem;
      display: inline-block; }
    .bi-blog-tag a .count {
      background: var(--primary-color);
      font-family: var(--font-text);
      color: var(--white-color);
      padding: 0.25rem 0.5rem calc(0.25rem - 2px) 0.5rem;
      display: inline-block; }

@media (max-width: 767px) {
  .partner-cta {
    /*background: var(--black-color);  */ }
    .partner-cta + .single-partner-event {
      padding: 0 !important;
      /*margin-top: calc(var(--gutter)* -2) !important;*/ }
      .partner-cta + .single-partner-event a {
        /*border-radius: 0 !important;	*/ } }
.partner-cta a {
  display: block; }
  @media (max-width: 767px) {
    .partner-cta a {
      padding-top: var(--gutter-xl);
      padding-bottom: var(--gutter-xl);
      border-top: var(--lines-size) solid var(--primary-color);
      border-bottom: var(--lines-size) solid var(--primary-color); }
      .partner-cta a p {
        font-size: var(--size-text-regular) !important; }
      .partner-cta a .btn, .partner-cta a #cookieChoiceInfo a, #cookieChoiceInfo .partner-cta a a, .partner-cta a .page-template-template-contact .frm_button_submit, .page-template-template-contact .partner-cta a .frm_button_submit, .partner-cta a .wysiwyg .frm_button_submit, .wysiwyg .partner-cta a .frm_button_submit {
        width: 100%;
        text-align: center; } }
  @media (min-width: 768px) {
    .partner-cta a {
      height: 100%;
      border-radius: var(--radius);
      position: relative;
      background: var(--black-color); }
      .partner-cta a .content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }

@media (max-width: 767px) {
  .single-partner-event {
    background: var(--black-color);
    padding: var(--gutter-xl);
    border-bottom: var(--lines-size) solid var(--primary-color); } }
.single-partner-event a {
  display: block;
  padding: var(--gutter-xl);
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .single-partner-event a {
      border-radius: var(--radius);
      border: var(--lines-size) solid var(--white-color); }
      .single-partner-event a h3 {
        /*		font-size: 1.75rem !important;
        		font-weight: 600 !important;
        		+ p {
        			line-height: 1.6em !important;
        		}*/ } }
  .single-partner-event a .label {
    padding: 0.5rem 0.75rem;
    display: inline-block; }
  .single-partner-event a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--black-color)), to(transparent));
    background: linear-gradient(to top, var(--black-color), transparent);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .single-partner-event a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.5; }
  .single-partner-event a .content {
    position: relative; }
  @media (max-width: 767px) {
    .single-partner-event a .btn, .single-partner-event a #cookieChoiceInfo a, #cookieChoiceInfo .single-partner-event a a, .single-partner-event a .page-template-template-contact .frm_button_submit, .page-template-template-contact .single-partner-event a .frm_button_submit, .single-partner-event a .wysiwyg .frm_button_submit, .wysiwyg .single-partner-event a .frm_button_submit {
      width: 100%;
      text-align: center;
      border-radius: calc(var(--radius)/2); } }
  @media (min-width: 768px) {
    .single-partner-event a {
      padding: calc(var(--gutter)*1.5);
      border-radius: var(--radius); } }
.single-partner-event.archive-blog {
  width: 100%; }
  @media (max-width: 767px) {
    .single-partner-event.archive-blog {
      background: none !important;
      border: none !important;
      padding-top: calc(var(--gutter)*2) !important;
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      padding-bottom: 0; }
      .single-partner-event.archive-blog a {
        height: 80vw !important; } }
  @media (min-width: 768px) {
    .single-partner-event.archive-blog {
      width: 50%; } }
  @media (min-width: 960px) {
    .single-partner-event.archive-blog {
      width: 33.3333%; } }
  @media (min-width: 1480px) {
    .single-partner-event.archive-blog {
      width: 25%; } }
  .single-partner-event.archive-blog a {
    height: 100%;
    display: block;
    position: relative;
    border: none !important; }
    .single-partner-event.archive-blog a .content {
      position: absolute;
      top: var(--gutter-xl);
      right: var(--gutter-xl);
      bottom: var(--gutter-xl);
      left: var(--gutter-xl); }
      @media (min-width: 768px) {
        .single-partner-event.archive-blog a .content {
          position: absolute;
          top: calc(var(--gutter)*1.5);
          right: calc(var(--gutter)*1.5);
          bottom: calc(var(--gutter)*1.5);
          left: calc(var(--gutter)*1.5); } }
      .single-partner-event.archive-blog a .content .text-right {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        .single-partner-event.archive-blog a .content .text-right span {
          width: 100%;
          display: block; }

@media (max-width: 767px) {
  .single-partner-event-image-only {
    background: var(--black-color);
    /*padding: var(--gutter-xl);*/
    border-bottom: var(--lines-size) solid var(--primary-color); } }
.single-partner-event-image-only a {
  padding: var(--gutter-xl);
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .single-partner-event-image-only a {
      border-radius: var(--radius);
      border: var(--lines-size) solid var(--white-color);
      display: block;
      padding: 0 !important; } }
  .single-partner-event-image-only a img {
    display: block;
    /*min-width: 50%; */
    /*object-fit: cover;*/
    opacity: 1; }
    @media (min-width: 768px) {
      .single-partner-event-image-only a img {
        border-radius: calc(var(--radius)/2);
        /*		    position: absolute;
        		    top: 50%; 
        		    width: calc(100% - var(--gutter)*1.5 - var(--gutter)*1.5);
        		    	left: calc(var(--gutter)*1.5);
        		    	right: calc(var(--gutter)*1.5);*/
        /*transform: translateY(-50%);*/
        /*margin-top: calc(var(--gutter)*1.5); */ } }
  @media (min-width: 768px) {
    .single-partner-event-image-only a {
      padding: calc(var(--gutter)*1.5);
      border-radius: var(--radius);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .single-partner-event-image-only a p, .single-partner-event-image-only a img {
        width: 100%; } }
.single-partner-event-image-only.archive-blog {
  width: 100%; }
  @media (max-width: 767px) {
    .single-partner-event-image-only.archive-blog {
      background: none !important;
      border: none !important;
      padding-top: calc(var(--gutter)*2) !important;
      padding-left: var(--gutter);
      padding-right: var(--gutter);
      padding-bottom: 0; }
      .single-partner-event-image-only.archive-blog a {
        height: auto !important; } }
  @media (min-width: 768px) {
    .single-partner-event-image-only.archive-blog {
      width: 50%; } }
  @media (min-width: 960px) {
    .single-partner-event-image-only.archive-blog {
      width: 33.3333%; } }
  @media (min-width: 1480px) {
    .single-partner-event-image-only.archive-blog {
      width: 25%; } }
  .single-partner-event-image-only.archive-blog a {
    height: 100%;
    position: relative;
    border: none !important; }
.single-partner-event-image-only.single-page {
  text-align: center; }
  .single-partner-event-image-only.single-page img {
    max-height: 400px;
    width: auto;
    min-width: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.search-list .text-meta, .search-list .label-link a, .label-link .search-list a, .search-list .label.round span, .label.round .search-list span, .search-list .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .search-list label, .search-list .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .search-list label {
  color: var(--grey-color); }
  @media (max-width: 767px) {
    .search-list .text-meta, .search-list .label-link a, .label-link .search-list a, .search-list .label.round span, .label.round .search-list span, .search-list .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .search-list label, .search-list .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .search-list label {
      margin-bottom: calc(var(--gutter-xl)/2); } }
  @media (min-width: 768px) {
    .search-list .text-meta, .search-list .label-link a, .label-link .search-list a, .search-list .label.round span, .label.round .search-list span, .search-list .page-template-template-contact .frm_form_field label, .page-template-template-contact .frm_form_field .search-list label, .search-list .page-template-template-contact .frm_checkbox label, .page-template-template-contact .frm_checkbox .search-list label {
      margin-bottom: calc(var(--gutter-xl)*0.25 ); } }
.search-list li {
  display: inline-block;
  margin-right: calc(var(--gutter-xl)/2); }
  @media (min-width: 768px) {
    .search-list li {
      margin-right: calc(var(--gutter-xl)/4); } }
.search-list a {
  font-size: 9px !important;
  color: var(--white-color) !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Sora", sans-serif;
  border: var(--lines-size) solid var(--grey-color);
  padding: 0.75rem 1rem;
  display: inline-block;
  margin-top: calc(var(--gutter-xl)/2); }
  @media (min-width: 768px) {
    .search-list a {
      margin-top: calc(var(--gutter-xl)/4); } }
  .search-list a.bsearch_heatmap_link {
    margin-right: calc((var(--gutter-xl)/2) - 8px); }
    @media (min-width: 768px) {
      .search-list a.bsearch_heatmap_link {
        margin-right: calc((var(--gutter-xl)/4) - 8px); } }
.search-list.first {
  padding-bottom: 0;
  margin-bottom: 0; }

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