@import url(https://use.typekit.net/omy1vat.css);
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}



:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}


/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}


/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}




.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}


.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;

    &:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Flip slide shadows end */

.swiper-coverflow {
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

@charset "UTF-8";
@font-face {
  font-family: "Text";
  src: url("/fonts/texgyreadventor-regular.otf");
}
@font-face {
  font-family: "Text Bold";
  src: url("/fonts/texgyreadventor-bold.otf");
}
@font-face {
  font-family: "Blacker Display Light";
  src: url("/fonts/Blacker-Pro-Display-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Blacker Display Light Italic";
  src: url("/fonts/Blacker-Pro-Display-Light-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  margin: 0;
}

h1, .heading-1 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(50px, 20.269058296px + 7.6233183857vw, 152px);
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
@media (max-width: 1024px) {
  h1, .heading-1 {
    font-size: clamp(50px, 20.269058296px + 7.6233183857vw, 152px);
  }
}
@media (max-width: 768px) {
  h1, .heading-1 {
    font-size: clamp(50px, 20.269058296px + 7.6233183857vw, 152px);
  }
}
@media (max-width: 576px) {
  h1, .heading-1 {
    font-size: clamp(50px, 20.269058296px + 7.6233183857vw, 152px);
  }
}
h1 + *, .heading-1 + * {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  h1 + *, .heading-1 + * {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  h1 + *, .heading-1 + * {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  h1 + *, .heading-1 + * {
    margin-top: 30px;
  }
}
h1, .heading-1 {
  display: inline-block;
}

h2, .heading-2 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(40px, 28.3408071749px + 2.9895366218vw, 80px);
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1024px) {
  h2, .heading-2 {
    font-size: clamp(40px, 28.3408071749px + 2.9895366218vw, 80px);
  }
}
@media (max-width: 768px) {
  h2, .heading-2 {
    font-size: clamp(40px, 28.3408071749px + 2.9895366218vw, 80px);
  }
}
@media (max-width: 576px) {
  h2, .heading-2 {
    font-size: clamp(40px, 28.3408071749px + 2.9895366218vw, 80px);
  }
}
h2 + *, .heading-2 + * {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  h2 + *, .heading-2 + * {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  h2 + *, .heading-2 + * {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  h2 + *, .heading-2 + * {
    margin-top: 30px;
  }
}
h2, .heading-2 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h2 span, .heading-2 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

h3, .heading-3 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 1024px) {
  h3, .heading-3 {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
@media (max-width: 768px) {
  h3, .heading-3 {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
@media (max-width: 576px) {
  h3, .heading-3 {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
h3 + *, .heading-3 + * {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  h3 + *, .heading-3 + * {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  h3 + *, .heading-3 + * {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  h3 + *, .heading-3 + * {
    margin-top: 20px;
  }
}
h3, .heading-3 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h3 span, .heading-3 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

h4, .heading-4 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(24px, 19.33632287px + 1.1958146487vw, 40px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1024px) {
  h4, .heading-4 {
    font-size: clamp(24px, 19.33632287px + 1.1958146487vw, 40px);
  }
}
@media (max-width: 768px) {
  h4, .heading-4 {
    font-size: clamp(24px, 19.33632287px + 1.1958146487vw, 40px);
  }
}
@media (max-width: 576px) {
  h4, .heading-4 {
    font-size: clamp(24px, 19.33632287px + 1.1958146487vw, 40px);
  }
}
h4 + *, .heading-4 + * {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  h4 + *, .heading-4 + * {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  h4 + *, .heading-4 + * {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  h4 + *, .heading-4 + * {
    margin-top: 30px;
  }
}
h4, .heading-4 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h4 span, .heading-4 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

h5, .heading-5 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(20px, 18.8340807175px + 0.2989536622vw, 24px);
  font-weight: 400;
  line-height: 1.21;
  color: #000000;
}
@media (max-width: 1024px) {
  h5, .heading-5 {
    font-size: clamp(20px, 18.8340807175px + 0.2989536622vw, 24px);
  }
}
@media (max-width: 768px) {
  h5, .heading-5 {
    font-size: clamp(20px, 18.8340807175px + 0.2989536622vw, 24px);
  }
}
@media (max-width: 576px) {
  h5, .heading-5 {
    font-size: clamp(20px, 18.8340807175px + 0.2989536622vw, 24px);
  }
}
h5 + *, .heading-5 + * {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  h5 + *, .heading-5 + * {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  h5 + *, .heading-5 + * {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  h5 + *, .heading-5 + * {
    margin-top: 20px;
  }
}
h5, .heading-5 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h5 span, .heading-5 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

h6, .heading-6 {
  font-family: "Blacker Display Light", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}
@media (max-width: 1024px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}
h6 + *, .heading-6 + * {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  h6 + *, .heading-6 + * {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  h6 + *, .heading-6 + * {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  h6 + *, .heading-6 + * {
    margin-top: 20px;
  }
}
h6, .heading-6 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h6 span, .heading-6 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
h6, .heading-6 {
  text-transform: uppercase;
}
h6 + .input--checkbox + label, .heading-6 + .input--checkbox + label {
  margin-top: 25px;
}

a {
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
}

p + *, .editor-text + * {
  margin-top: 20px !important;
}

p,
.editor-text {
  display: block;
  margin: 0;
  display: inline-block;
}
p.-large,
.editor-text.-large {
  font-size: 22px;
  font-family: "Blacker Display Light", sans-serif;
}
p.-medium,
.editor-text.-medium {
  font-size: 20px;
}
p,
.editor-text {
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  p,
  .editor-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  p,
  .editor-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  p,
  .editor-text {
    font-size: 14px;
  }
}
p + *,
.editor-text + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  p + *,
  .editor-text + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  p + *,
  .editor-text + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  p + *,
  .editor-text + * {
    margin-top: 60px;
  }
}
p + ul,
.editor-text + ul {
  margin-top: 0px !important;
}
p + .buttons, p + .button,
.editor-text + .buttons,
.editor-text + .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  p + .buttons, p + .button,
  .editor-text + .buttons,
  .editor-text + .button {
    margin-top: 14px;
  }
}

.content p a:not(.button):not(.link), .content li a:not(.button):not(.link), .content label a:not(.button):not(.link) {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 3px;
}

p a:not(.button):not(.link), li a:not(.button):not(.link), label a:not(.button):not(.link) {
  display: inline;
  font-weight: 500;
  color: #000000;
}
p a:not(.button):not(.link):hover, li a:not(.button):not(.link):hover, label a:not(.button):not(.link):hover {
  color: #000000;
}
p a:not(.button):not(.link), li a:not(.button):not(.link), label a:not(.button):not(.link) {
  transition: background-size 0.6s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  color: #000000;
}
p a:not(.button):not(.link):hover, p a:not(.button):not(.link):focus, li a:not(.button):not(.link):hover, li a:not(.button):not(.link):focus, label a:not(.button):not(.link):hover, label a:not(.button):not(.link):focus {
  background-size: 100% 1px;
}
p a:not(.button):not(.link), li a:not(.button):not(.link), label a:not(.button):not(.link) {
  background-size: 0 1px;
}

.text ul, .content ul {
  padding-left: 40px !important;
  margin-top: 20px !important;
}

.editor-js-block:has(.editor-js-image) + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .editor-js-block:has(.editor-js-image) + p {
    margin-top: 36px;
  }
}

.section ul {
  padding-left: 40px;
}
.section ul li {
  position: relative;
  list-style: none;
}
.section ul li::before {
  content: "";
  position: absolute;
  left: -40px;
}
.section ol {
  padding-left: 20px;
}

.quote {
  display: flex;
  font-family: "Inter", sans-serif;
  line-height: 1.33;
  font-size: 32px;
  font-weight: 400;
  color: #B07772;
}
.quote + * {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .quote {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .quote {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .quote {
    font-size: 32px;
  }
}

h1.-text-left, h2.-text-left, h3.-text-left, h4.-text-left, h5.-text-left, h6.-text-left,
.heading-1.-text-left,
.heading-2.-text-left,
.heading-3.-text-left,
.heading-4.-text-left,
.heading-5.-text-left,
.heading-6.-text-left {
  text-align: center;
}
h1.-text-center, h2.-text-center, h3.-text-center, h4.-text-center, h5.-text-center, h6.-text-center,
.heading-1.-text-center,
.heading-2.-text-center,
.heading-3.-text-center,
.heading-4.-text-center,
.heading-5.-text-center,
.heading-6.-text-center {
  text-align: center;
}
h1.-text-right, h2.-text-right, h3.-text-right, h4.-text-right, h5.-text-right, h6.-text-right,
.heading-1.-text-right,
.heading-2.-text-right,
.heading-3.-text-right,
.heading-4.-text-right,
.heading-5.-text-right,
.heading-6.-text-right {
  text-align: right;
}
h1.-color-1, h2.-color-1, h3.-color-1, h4.-color-1, h5.-color-1, h6.-color-1,
.heading-1.-color-1,
.heading-2.-color-1,
.heading-3.-color-1,
.heading-4.-color-1,
.heading-5.-color-1,
.heading-6.-color-1 {
  color: #AF997B;
}
h1.-color-2, h2.-color-2, h3.-color-2, h4.-color-2, h5.-color-2, h6.-color-2,
.heading-1.-color-2,
.heading-2.-color-2,
.heading-3.-color-2,
.heading-4.-color-2,
.heading-5.-color-2,
.heading-6.-color-2 {
  color: #EDE6E2;
}
h1.-color-3, h2.-color-3, h3.-color-3, h4.-color-3, h5.-color-3, h6.-color-3,
.heading-1.-color-3,
.heading-2.-color-3,
.heading-3.-color-3,
.heading-4.-color-3,
.heading-5.-color-3,
.heading-6.-color-3 {
  color: #B07772;
}
h1.-white, h2.-white, h3.-white, h4.-white, h5.-white, h6.-white,
.heading-1.-white,
.heading-2.-white,
.heading-3.-white,
.heading-4.-white,
.heading-5.-white,
.heading-6.-white {
  color: white;
}
h1.-black, h2.-black, h3.-black, h4.-black, h5.-black, h6.-black,
.heading-1.-black,
.heading-2.-black,
.heading-3.-black,
.heading-4.-black,
.heading-5.-black,
.heading-6.-black {
  color: #000000;
}
h1 a, h1 span, h1 ul, h1 li, h2 a, h2 span, h2 ul, h2 li, h3 a, h3 span, h3 ul, h3 li, h4 a, h4 span, h4 ul, h4 li, h5 a, h5 span, h5 ul, h5 li, h6 a, h6 span, h6 ul, h6 li,
.heading-1 a,
.heading-1 span,
.heading-1 ul,
.heading-1 li,
.heading-2 a,
.heading-2 span,
.heading-2 ul,
.heading-2 li,
.heading-3 a,
.heading-3 span,
.heading-3 ul,
.heading-3 li,
.heading-4 a,
.heading-4 span,
.heading-4 ul,
.heading-4 li,
.heading-5 a,
.heading-5 span,
.heading-5 ul,
.heading-5 li,
.heading-6 a,
.heading-6 span,
.heading-6 ul,
.heading-6 li {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a:not(.button).-text-left, span.-text-left, li.-text-left, p.-text-left, h1.-text-left, h2.-text-left, h3.-text-left, h4.-text-left, h5.-text-left, h6.-text-left {
  text-align: center;
}
a:not(.button).-text-center, span.-text-center, li.-text-center, p.-text-center, h1.-text-center, h2.-text-center, h3.-text-center, h4.-text-center, h5.-text-center, h6.-text-center {
  text-align: center;
}
a:not(.button).-text-right, span.-text-right, li.-text-right, p.-text-right, h1.-text-right, h2.-text-right, h3.-text-right, h4.-text-right, h5.-text-right, h6.-text-right {
  text-align: right;
}
a:not(.button).-color-1, span.-color-1, li.-color-1, p.-color-1, h1.-color-1, h2.-color-1, h3.-color-1, h4.-color-1, h5.-color-1, h6.-color-1 {
  color: #AF997B;
}
a:not(.button).-color-2, span.-color-2, li.-color-2, p.-color-2, h1.-color-2, h2.-color-2, h3.-color-2, h4.-color-2, h5.-color-2, h6.-color-2 {
  color: #EDE6E2;
}
a:not(.button).-color-3, span.-color-3, li.-color-3, p.-color-3, h1.-color-3, h2.-color-3, h3.-color-3, h4.-color-3, h5.-color-3, h6.-color-3 {
  color: #B07772;
}
a:not(.button).-white, span.-white, li.-white, p.-white, h1.-white, h2.-white, h3.-white, h4.-white, h5.-white, h6.-white {
  color: white;
}
a:not(.button).-black, span.-black, li.-black, p.-black, h1.-black, h2.-black, h3.-black, h4.-black, h5.-black, h6.-black {
  color: #000000;
}
a:not(.button) a, a:not(.button) span, a:not(.button) ul, a:not(.button) li, span a, span span, span ul, span li, li a, li span, li ul, li li, p a, p span, p ul, p li, h1 a, h1 span, h1 ul, h1 li, h2 a, h2 span, h2 ul, h2 li, h3 a, h3 span, h3 ul, h3 li, h4 a, h4 span, h4 ul, h4 li, h5 a, h5 span, h5 ul, h5 li, h6 a, h6 span, h6 ul, h6 li {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

b {
  font-weight: 800;
}

a:not([class]):not(button a) {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 3px;
}

.section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section ul li p {
  line-height: 130% !important;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section ul li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.2em;
  border-radius: 100%;
  background-color: #AF997B !important;
}
.section ul li + li {
  margin-top: 5px;
}
.section ul li.-check::before {
  width: 20px;
  height: 15px;
  margin-top: 0.2em;
  background-color: transparent;
  background-image: url("/img/icons/check-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

sup {
  font-size: 10px;
  transform: translateY(-6px);
}

.checks ul li::before {
  top: 6px;
  width: 20px;
  height: 15px;
  background-color: transparent;
  background-image: url("/img/icons/check-2.svg");
}

.-garland {
  font-family: adorn-garland, sans-serif;
  color: #B07772 !important;
}

.footer-links ul {
  display: inline;
}

.footer-credentials--links {
  display: inline;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter {
  opacity: 0;
  transform: translateY(10px);
}

.fade-enter-to {
  opacity: 1;
  transform: translateY(0);
}

.fade-leave-active {
  position: absolute;
}

.fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}

.overview {
  position: relative;
}

.fade-move {
  transition: transform 0.8s ease;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-color: white;
}
.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.header .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.header .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.header .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.header .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.header .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.header .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.header .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.header .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.header .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.header .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.header .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.header .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.header .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.header .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.header .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.header .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.header .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.header .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.header .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.header .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.header .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.header .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.header .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.header .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .header .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .header .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .header .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .header .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .header .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .header .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .header .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .header .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .header .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .header .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .header .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .header .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .header .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .header .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .header .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .header .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .header .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .header .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .header .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .header .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .header .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .header .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .header .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .header .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .header .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .header .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .header .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .header .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .header .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .header .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .header .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .header .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .header .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .header .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .header .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .header .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .header .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .header .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .header .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .header .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .header .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .header .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .header .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .header .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .header .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .header .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .header .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .header .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .header .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .header .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .header .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .header .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .header .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .header .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .header .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .header .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .header .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .header .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .header .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .header .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .header .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .header .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .header .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .header .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .header .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .header .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .header .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .header .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .header .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .header .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .header .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .header .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .header .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .header .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .header .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .header .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .header .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .header .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .header .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .header .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .header .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .header .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .header .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .header .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.header .container .part-top-0 {
  margin-top: 0px;
}
.header .container .part-left-0 {
  margin-left: 0px;
}
.header .container .part-right-0 {
  margin-right: 0px;
}
.header .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.header .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.header .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.header .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.header .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.header .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.header .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.header .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.header .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.header .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.header .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.header .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.header .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.header .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.header .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.header .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.header .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.header .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.header .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.header .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.header .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.header .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.header .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.header .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.header .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.header .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.header .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.header .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.header .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.header .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.header .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.header .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.header .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.header .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.header .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.header .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.header .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.header .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.header .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.header .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.header .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.header .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.header .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.header .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.header .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.header .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.header .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.header .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.header .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .header .container .part-top-l-0 {
    margin-top: 0px;
  }
  .header .container .part-left-l-0 {
    margin-left: 0px;
  }
  .header .container .part-right-l-0 {
    margin-right: 0px;
  }
  .header .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .header .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .header .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .header .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .header .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .header .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .header .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .header .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .header .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .header .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .header .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .header .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .header .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .header .container .part-top-m-0 {
    margin-top: 0px;
  }
  .header .container .part-left-m-0 {
    margin-left: 0px;
  }
  .header .container .part-right-m-0 {
    margin-right: 0px;
  }
  .header .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .header .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .header .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .header .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .header .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .header .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .header .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .header .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .header .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .header .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .header .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .header .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .header .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .header .container .part-top-s-0 {
    margin-top: 0px;
  }
  .header .container .part-left-s-0 {
    margin-left: 0px;
  }
  .header .container .part-right-s-0 {
    margin-right: 0px;
  }
  .header .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .header .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .header .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .header .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .header .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .header .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .header .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .header .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .header .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .header .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .header .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .header .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .header .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .header .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .header .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .header .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .header .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .header .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .header .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .header .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .header .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .header .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .header .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .header .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .header .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .header .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .header .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .header .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .header .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .header .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .header .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .header .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .header .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .header .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .header .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .header .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .header .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .header .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .header .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .header .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .header .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .header .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .header .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header .container .part-xl-0 {
    display: none;
  }
}
.header .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.header .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.header .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.header .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.header .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.header .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.header .container [class*=part].-text-left {
  text-align: left;
}
.header .container [class*=part].-text-center {
  text-align: center;
}
.header .container [class*=part].-text-right {
  text-align: right;
}
.header .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1648px;
}
@media (max-width: 768px) {
  .header .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header .container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .container {
    height: 74px;
  }
}
.header .container a:not(.button):not(.submenu__item), .header .container span:not(.submenu__item), .header .container li:not(.submenu__item), .header .container p:not(.submenu__item), .header .container h1:not(.submenu__item), .header .container h2:not(.submenu__item), .header .container h3:not(.submenu__item), .header .container h4:not(.submenu__item), .header .container h5:not(.submenu__item), .header .container h6:not(.submenu__item) {
  color: #AF997B;
}
.header__nav {
  display: flex;
  height: 100%;
}
@media (max-width: 1140px) {
  .header__nav {
    display: none;
  }
}
.header__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__item + .header__item {
  margin-left: 30px;
}
.header {
  background-color: #EDE6E2 !important;
}
.header .container {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (max-width: 1698px) {
  .header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .header .container {
    transition: all 0.3s ease-in-out;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header .container {
  background-color: transparent !important;
}
.header__logo {
  display: block;
}
.header__logo img {
  width: 250px;
}
@media (max-width: 900px) {
  .header__logo img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .header__logo img {
    width: 190px;
  }
}
.header__nav {
  align-items: center;
  height: 100%;
}
@media (max-width: 800px) {
  .header__nav {
    gap: 10px !important;
  }
}
@media (max-width: 768px) {
  .header__nav .button {
    display: none !important;
  }
}
.header__nav .button {
  height: unset;
}
.header__item:not(.button) {
  height: fit-content;
  height: -moz-fit-content;
  transition: background-size 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  color: #AF997B;
}
.header__item:not(.button):hover, .header__item:not(.button):focus {
  background-size: 100% 1px;
}
.header__item:not(.button) {
  background-size: 0 1px;
}
.header__item:not(.button).-has-submenu {
  height: 100%;
  background: none;
}
.header__item:not(.button).-active {
  background-size: 100% 1px;
}

.--header.-active {
  background-color: #B07772 !important;
  transition: all 0.3s ease-in-out;
}
.--header.-active .header__nav .-button-active {
  transition: all 0.3s ease-in-out;
}
.--header.-active .header__nav .-button-active:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
  color: #EFEFEF !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app main {
  flex: 1 0 auto;
}
#app footer {
  flex-shrink: 0;
}
#app {
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  #app {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #app {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #app {
    font-size: 14px;
  }
}
#app + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  #app + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #app + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  #app + * {
    margin-top: 60px;
  }
}
#app {
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.-radius-bottom-left {
  overflow: hidden;
  border-bottom-left-radius: 100px;
}

@media (max-width: 1024px) {
  .-hide-on-l {
    display: none;
  }
}

@media (max-width: 1024px) {
  .-hide-on-m {
    display: none;
  }
}

@media (max-width: 576px) {
  .-hide-on-s {
    display: none !important;
  }
}

.-show-on-s {
  display: none;
}
@media (max-width: 576px) {
  .-show-on-s {
    display: block;
  }
}

.-show-on-l {
  display: none;
}
@media (max-width: 1024px) {
  .-show-on-l {
    display: block;
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #EDE6E2 !important;
}

.footer {
  background-color: transparent;
}
.footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.footer .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.footer .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.footer .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.footer .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.footer .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.footer .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.footer .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.footer .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.footer .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.footer .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.footer .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.footer .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.footer .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.footer .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.footer .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.footer .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.footer .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.footer .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.footer .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.footer .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.footer .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.footer .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.footer .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .footer .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .footer .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .footer .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .footer .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .footer .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .footer .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .footer .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .footer .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .footer .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .footer .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .footer .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .footer .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .footer .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .footer .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .footer .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .footer .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .footer .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .footer .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .footer .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .footer .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .footer .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .footer .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .footer .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .footer .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .footer .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .footer .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .footer .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .footer .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .footer .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .footer .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .footer .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .footer .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .footer .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .footer .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .footer .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .footer .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .footer .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .footer .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .footer .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .footer .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .footer .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .footer .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .footer .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .footer .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .footer .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .footer .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .footer .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .footer .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .footer .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .footer .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .footer .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .footer .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .footer .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .footer .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .footer .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .footer .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .footer .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .footer .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .footer .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .footer .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .footer .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .footer .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .footer .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .footer .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .footer .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .footer .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .footer .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .footer .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .footer .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .footer .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .footer .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .footer .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .footer .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .footer .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .footer .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .footer .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .footer .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .footer .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .footer .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .footer .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .footer .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .footer .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .footer .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .footer .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.footer .container .part-top-0 {
  margin-top: 0px;
}
.footer .container .part-left-0 {
  margin-left: 0px;
}
.footer .container .part-right-0 {
  margin-right: 0px;
}
.footer .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.footer .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.footer .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.footer .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.footer .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.footer .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.footer .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.footer .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.footer .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.footer .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.footer .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.footer .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.footer .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.footer .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.footer .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.footer .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.footer .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.footer .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.footer .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.footer .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.footer .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.footer .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.footer .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.footer .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.footer .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.footer .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.footer .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.footer .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.footer .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.footer .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.footer .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.footer .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.footer .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.footer .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.footer .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.footer .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.footer .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.footer .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.footer .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.footer .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.footer .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.footer .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.footer .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.footer .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.footer .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.footer .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.footer .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.footer .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.footer .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .footer .container .part-top-l-0 {
    margin-top: 0px;
  }
  .footer .container .part-left-l-0 {
    margin-left: 0px;
  }
  .footer .container .part-right-l-0 {
    margin-right: 0px;
  }
  .footer .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .footer .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .footer .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .footer .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .footer .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .footer .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .footer .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .footer .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .footer .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .footer .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .footer .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .footer .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .footer .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .footer .container .part-top-m-0 {
    margin-top: 0px;
  }
  .footer .container .part-left-m-0 {
    margin-left: 0px;
  }
  .footer .container .part-right-m-0 {
    margin-right: 0px;
  }
  .footer .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .footer .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .footer .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .footer .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .footer .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .footer .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .footer .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .footer .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .footer .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .footer .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .footer .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .footer .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .footer .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .footer .container .part-top-s-0 {
    margin-top: 0px;
  }
  .footer .container .part-left-s-0 {
    margin-left: 0px;
  }
  .footer .container .part-right-s-0 {
    margin-right: 0px;
  }
  .footer .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .footer .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .footer .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .footer .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .footer .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .footer .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .footer .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .footer .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .footer .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .footer .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .footer .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .footer .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .footer .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .footer .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .footer .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .footer .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .footer .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .footer .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .footer .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .footer .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .footer .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .footer .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .footer .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .footer .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .footer .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .footer .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .footer .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .footer .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .footer .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .footer .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .footer .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .footer .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .footer .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .footer .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .footer .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .footer .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .footer .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .footer .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .footer .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .footer .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .footer .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .footer .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .footer .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .footer .container .part-xl-0 {
    display: none;
  }
}
.footer .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.footer .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.footer .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.footer .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.footer .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.footer .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.footer .container [class*=part].-text-left {
  text-align: left;
}
.footer .container [class*=part].-text-center {
  text-align: center;
}
.footer .container [class*=part].-text-right {
  text-align: right;
}
.footer .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1648px;
}
@media (max-width: 768px) {
  .footer .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer__top a:not(.button), .footer__top span, .footer__top li, .footer__top p, .footer__top h1, .footer__top h2, .footer__top h3, .footer__top h4, .footer__top h5, .footer__top h6 {
  color: #EFEFEF;
}
.footer__bottom a:not(.button), .footer__bottom span, .footer__bottom li, .footer__bottom p, .footer__bottom h1, .footer__bottom h2, .footer__bottom h3, .footer__bottom h4, .footer__bottom h5, .footer__bottom h6 {
  color: white;
}
.footer {
  overflow: hidden;
}
.footer .container {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (max-width: 1698px) {
  .footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 576px) {
  .footer__top > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.footer__top {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding-top: 100px;
  }
}
@media (max-width: 375px) {
  .footer__top {
    padding-top: 80px;
  }
}
.footer__top {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding-bottom: 100px;
  }
}
@media (max-width: 375px) {
  .footer__top {
    padding-bottom: 80px;
  }
}
.footer__top {
  background-color: #AF997B;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 576px) {
  .footer__top {
    padding-top: 64px !important;
  }
}
.footer__top .top-items {
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .footer__top .top-items {
    min-height: unset;
    margin-bottom: 30px;
  }
  .footer__top .top-items .-large {
    margin-bottom: 22px;
  }
  .footer__top .top-items p:not(.-large) {
    margin-bottom: 10px;
  }
}
.footer__top .bottom-items {
  min-height: unset;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer__top .bottom-items {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .footer__top .bottom-items .-large {
    margin-bottom: 22px;
  }
  .footer__top .bottom-items p:not(.-large) {
    margin-bottom: 10px;
  }
}
.footer__top p:not(.-large) {
  margin-top: 0;
  color: black;
  font-size: 13px;
}
.footer__top a {
  display: contents;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__top a p.-menu-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.footer__top .-menu-link {
  transition: color 0.3s ease;
}
.footer__top .-menu-link:hover {
  color: white !important;
}
.footer__top .submenu {
  padding-left: 20px;
}
.footer__top .submenu__icon {
  display: none;
}
.footer__top * {
  color: white;
}
@media (max-width: 576px) {
  .footer__column {
    display: flex;
    grid-gap: 12px;
  }
  .footer__column > * {
    width: 50%;
  }
}
.footer__middle {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .footer__middle {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer__middle > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: flex !important;
    padding-bottom: 64px !important;
  }
}
.footer__middle .middle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .footer__middle .middle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__middle .middle-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.footer__middle .verhuur,
.footer__middle .financiering {
  width: 17%;
  padding-left: 3%;
}
@media (max-width: 1500px) {
  .footer__middle .verhuur,
  .footer__middle .financiering {
    width: 16%;
    padding-left: 2%;
  }
}
@media (max-width: 1400px) {
  .footer__middle .verhuur,
  .footer__middle .financiering {
    width: 25%;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .footer__middle .verhuur,
  .footer__middle .financiering {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer__middle .verhuur,
  .footer__middle .financiering {
    width: 100%;
  }
}
.footer__middle .informatie,
.footer__middle .verhuur,
.footer__middle .financiering,
.footer__middle .ontwikkeling {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.footer__middle .informatie {
  width: 45%;
}
.footer__middle .informatie .-items {
  margin-top: 30px !important;
}
@media (max-width: 576px) {
  .footer__middle .informatie .-items {
    margin-top: 40px !important;
  }
}
@media (max-width: 1500px) {
  .footer__middle .informatie {
    width: 47%;
  }
}
@media (max-width: 1400px) {
  .footer__middle .informatie {
    width: 100%;
    border-right: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 768px) {
  .footer__middle .informatie {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
    margin-bottom: 100px;
  }
}
.footer__middle .informatie .footer__middle--item {
  width: 28%;
  max-width: 250px;
}
.footer__middle .informatie,
.footer__middle .verhuur,
.footer__middle .financiering {
  border-right: 1px solid black;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .footer__middle .informatie,
  .footer__middle .verhuur,
  .footer__middle .financiering {
    padding-right: 8%;
  }
}
@media (max-width: 768px) {
  .footer__middle .informatie,
  .footer__middle .verhuur,
  .footer__middle .financiering {
    border-right: 0;
    padding-right: 0;
    border-left: 1px solid #000000;
    padding-left: 24px;
  }
}
@media (max-width: 576px) {
  .footer__middle .informatie,
  .footer__middle .verhuur,
  .footer__middle .financiering {
    width: 100%;
  }
}
.footer__middle .ontwikkeling {
  width: 21%;
  padding-left: 3%;
}
@media (max-width: 1500px) {
  .footer__middle .ontwikkeling {
    padding-left: 2%;
  }
}
@media (max-width: 1400px) {
  .footer__middle .ontwikkeling {
    width: 50%;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .footer__middle .ontwikkeling {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #000000;
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .footer__middle .ontwikkeling {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 64px;
    border-left: 1px solid #000000;
    padding-left: 24px;
    width: 100%;
    border-top: 0;
    margin-top: 0;
  }
}
.footer__middle .ontwikkeling .-items {
  margin-top: 30px !important;
}
@media (max-width: 1024px) {
  .footer__middle .ontwikkeling .-items {
    justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .footer__middle .ontwikkeling .-items {
    display: flex;
    flex-direction: row;
    margin-top: 40px !important;
  }
}
@media (max-width: 576px) {
  .footer__middle .ontwikkeling .-items {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 1024px) {
  .footer__middle .ontwikkeling .-items .footer__middle--item:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .footer__middle .verhuur {
    padding-left: 0;
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .footer__middle .verhuur {
    width: 50%;
    border-left: 0;
  }
}
@media (max-width: 576px) {
  .footer__middle .verhuur {
    width: 100%;
    border-left: 1px solid #000000;
    padding-left: 24px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .footer__middle .financiering {
    width: 50%;
    border-right: 0;
  }
}
.footer__middle .-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer__middle .informatie .-items,
.footer__middle .financiering .-items,
.footer__middle .ontwikkeling .-items {
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .footer__middle .informatie .-items,
  .footer__middle .financiering .-items,
  .footer__middle .ontwikkeling .-items {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .footer__middle .informatie .-items,
  .footer__middle .financiering .-items,
  .footer__middle .ontwikkeling .-items {
    margin-top: 24px;
  }
}
.footer__middle .verhuur .-items {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .footer__middle .verhuur .-items {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer__middle .verhuur .-items {
    margin-top: 24px;
  }
}
.footer__middle .-items {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
  margin-top: 30px !important;
}
@media (max-width: 1280px) {
  .footer__middle .-items {
    gap: 24px;
  }
}
@media (max-width: 1400px) {
  .footer__middle .-items {
    margin-top: 40px !important;
  }
}
@media (max-width: 1024px) {
  .footer__middle .-items {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer__middle .-items {
    flex-direction: column;
    gap: 64px;
  }
}
.footer__middle--item {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 1024px) {
  .footer__middle--item {
    height: 135px;
  }
}
@media (max-width: 768px) {
  .footer__middle--item {
    height: auto;
    min-height: 110px;
  }
}
@media (max-width: 576px) {
  .footer__middle--item {
    width: 100%;
    min-height: auto;
  }
}
.footer__middle--item a {
  display: block;
}
.footer__middle--item p {
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}
.footer__middle--item p strong {
  line-height: 1.2;
}
@media (max-width: 576px) {
  .footer__middle--item p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer__middle--item img {
    width: 188px;
  }
}
.footer__middle--item img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer__middle--item.-vakantiemakelaar img {
  max-width: 188px;
}
@media (max-width: 768px) {
  .footer__middle--item.-vakantiemakelaar {
    gap: 32px;
  }
}
.footer__middle--item.-residentia img {
  max-width: 128px;
}
@media (max-width: 1400px) {
  .footer__middle--item.-residentia img {
    max-width: 147px;
  }
}
@media (max-width: 768px) {
  .footer__middle--item.-residentia {
    gap: 32px;
  }
}
.footer__middle--item.-croon img {
  max-width: 145px;
}
@media (max-width: 768px) {
  .footer__middle--item.-croon {
    gap: 32px;
  }
}
.footer__middle--item.-landal img {
  max-width: 160px;
}
@media (max-width: 768px) {
  .footer__middle--item.-landal {
    gap: 32px;
  }
}
.footer__middle--item.-mogelijk img {
  max-width: 160px;
  gap: 32px;
}
.footer__middle--item.-petten-2025 img {
  max-width: 114px;
}
@media (max-width: 768px) {
  .footer__middle--item.-petten-2025 {
    gap: 32px;
  }
}
.footer__middle--item.-company-31d {
  width: 67px;
}
@media (max-width: 768px) {
  .footer__middle--item.-company-31d {
    gap: 32px;
  }
}
.footer__cta {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 65px 0;
  min-height: 350px;
}
@media (max-width: 576px) {
  .footer__cta {
    margin-top: 20px;
  }
}
.footer__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%), url("/img/footer_image.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center;
  transition: transform 240ms ease;
  z-index: 0;
}
.footer__cta > * {
  position: relative;
  z-index: 1;
}
.footer__cta .-button-white:hover {
  border: 1px solid #fff !important;
}
.footer__cta:hover::before {
  transform: scale(1.02);
}
.footer__cta h3 {
  font-size: clamp(36px, 4.04vw, 80px) !important;
}
@media (max-width: 1280px) {
  .footer__cta {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer__cta {
    padding: 45px 20px;
    margin-top: 0px !important;
  }
}
@media (max-width: 576px) {
  .footer__cta {
    padding-top: 61px !important;
    padding-bottom: 54px !important;
  }
  .footer__cta h3 {
    font-size: 36px !important;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    margin-bottom: 32px;
  }
}
.footer__cta p {
  max-width: 377px;
  text-align: center;
  color: white !important;
  font-size: 16px !important;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-top: 40px !important;
  line-height: 24px;
}
@media (max-width: 576px) {
  .footer__cta p {
    font-size: 14px !important;
    margin-bottom: 32px;
  }
}
.footer__cta .buttons {
  gap: 16px;
  margin-top: 40px !important;
}
@media (max-width: 576px) {
  .footer__cta .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0px !important;
  }
}
.footer__cta .button {
  text-transform: uppercase;
  margin-right: 0;
}
@media (max-width: 576px) {
  .footer__cta .button {
    width: 173px;
    font-size: 10px !important;
    justify-content: center;
    margin-bottom: 0px;
    height: 42px !important;
  }
}
.footer__cta .button.-white {
  color: black;
  border-color: white;
  letter-spacing: 0.18em;
}
.footer__cta .button.-transparent {
  color: white;
  border-color: white;
  letter-spacing: 0.18em;
}
.footer__logo {
  display: block;
  width: 200px;
}
@media (max-width: 576px) {
  .footer__logo {
    width: 160px;
  }
}
.footer .footer__bottom {
  background-color: #EDE6E2;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .footer .footer__bottom {
    padding-top: 32px;
    padding-bottom: 36px;
  }
}
.footer .footer__bottom p + *,
.footer .footer__bottom .editor-text + * {
  margin-top: 0 !important;
}
.footer .footer__bottom p,
.footer .footer__bottom a,
.footer .footer__bottom span {
  color: #2E2D2C;
  font-size: 13px;
  text-box-trim: trim-both;
}
.footer .footer__bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer .footer__bottom .footer__bottom__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: unset;
  padding-right: unset;
  grid-gap: 20px;
}
@media screen and (max-width: 1698px) {
  .footer .footer__bottom .footer__bottom__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__bottom__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__bottom__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer .footer__bottom .footer__group--left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__group--left {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
  }
}
.footer .footer__bottom .footer__group--left .footer__copyright {
  margin: 0;
}
.footer .footer__bottom .footer__group--left .footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer__bottom .footer__group--left .footer__socials a:not(:hover) {
  text-decoration: none;
}
.footer .footer__bottom .sep {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #2E2D2C;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__socials {
    justify-content: flex-start;
  }
  .footer .footer__bottom .footer__socials .sep:first-child {
    display: none;
  }
}
.footer .footer__bottom .footer__links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer .footer__bottom .footer__links a:not(:hover) {
  text-decoration: none;
}
.footer .footer__bottom .footer__warning {
  display: flex;
  align-items: center;
  border: 1px solid #2E2D2C;
  padding: 5px 20px;
}
.footer .footer__bottom .footer__warning-image {
  max-width: 334px !important;
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__warning {
    margin-top: 18px;
  }
}

.section .container {
  margin-bottom: -80px;
}
@media (max-width: 1024px) {
  .section .container {
    margin-bottom: -60px;
  }
}
@media (max-width: 768px) {
  .section .container {
    margin-bottom: -60px;
  }
}
@media (max-width: 576px) {
  .section .container {
    margin-bottom: -40px;
  }
}
@media (max-width: 375px) {
  .section .container {
    margin-bottom: -40px;
  }
}
.section .container [class*=part] {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .section .container [class*=part] {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section .container [class*=part] {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .section .container [class*=part] {
    margin-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .section .container [class*=part] {
    margin-bottom: 40px;
  }
}
.section .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.section .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.section .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.section .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.section .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.section .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.section .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.section .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.section .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.section .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.section .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.section .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .section .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .section .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .section .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .section .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .section .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.section .container .part-top-0 {
  margin-top: 0px;
}
.section .container .part-left-0 {
  margin-left: 0px;
}
.section .container .part-right-0 {
  margin-right: 0px;
}
.section .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.section .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.section .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.section .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.section .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.section .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.section .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.section .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.section .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.section .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.section .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.section .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.section .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .section .container .part-top-l-0 {
    margin-top: 0px;
  }
  .section .container .part-left-l-0 {
    margin-left: 0px;
  }
  .section .container .part-right-l-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .section .container .part-top-m-0 {
    margin-top: 0px;
  }
  .section .container .part-left-m-0 {
    margin-left: 0px;
  }
  .section .container .part-right-m-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .section .container .part-top-s-0 {
    margin-top: 0px;
  }
  .section .container .part-left-s-0 {
    margin-left: 0px;
  }
  .section .container .part-right-s-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .section .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .section .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .section .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section .container .part-xl-0 {
    display: none;
  }
}
.section .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.section .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.section .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.section .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.section .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.section .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.section .container [class*=part].-text-left {
  text-align: left;
}
.section .container [class*=part].-text-center {
  text-align: center;
}
.section .container [class*=part].-text-right {
  text-align: right;
}
.section .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.section .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.section .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.section .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.section .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.section .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.section .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.section .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.section .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.section .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.section .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.section .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .section .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .section .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .section .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .section .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .section .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.section .container .part-top-0 {
  margin-top: 0px;
}
.section .container .part-left-0 {
  margin-left: 0px;
}
.section .container .part-right-0 {
  margin-right: 0px;
}
.section .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.section .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.section .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.section .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.section .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.section .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.section .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.section .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.section .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.section .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.section .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.section .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.section .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .section .container .part-top-l-0 {
    margin-top: 0px;
  }
  .section .container .part-left-l-0 {
    margin-left: 0px;
  }
  .section .container .part-right-l-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .section .container .part-top-m-0 {
    margin-top: 0px;
  }
  .section .container .part-left-m-0 {
    margin-left: 0px;
  }
  .section .container .part-right-m-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .section .container .part-top-s-0 {
    margin-top: 0px;
  }
  .section .container .part-left-s-0 {
    margin-left: 0px;
  }
  .section .container .part-right-s-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .section .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .section .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .section .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .section .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section .container .part-xl-0 {
    display: none;
  }
}
.section .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.section .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.section .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.section .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.section .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.section .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.section .container [class*=part].-text-left {
  text-align: left;
}
.section .container [class*=part].-text-center {
  text-align: center;
}
.section .container [class*=part].-text-right {
  text-align: right;
}
.section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1648px;
}
@media (max-width: 768px) {
  .section .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section .container {
  margin-bottom: unset;
}
.section .container [class*=part] {
  margin-bottom: unset;
}
.section .container .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .container .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.section .container .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.section .container .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.section .container .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.section .container .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.section .container .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.section .container .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.section .container .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.section .container .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.section .container .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.section .container .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.section .container .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .section .container .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .section .container .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .section .container .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .section .container .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .section .container .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section .container .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section .container .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section .container .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section .container .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section .container .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section .container .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section .container .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section .container .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section .container .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section .container .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section .container .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section .container .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section .container .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section .container .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section .container .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section .container .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section .container .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section .container .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section .container .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section .container .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section .container .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section .container .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section .container .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.section .container .container .part-top-0 {
  margin-top: 0px;
}
.section .container .container .part-left-0 {
  margin-left: 0px;
}
.section .container .container .part-right-0 {
  margin-right: 0px;
}
.section .container .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.section .container .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section .container .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.section .container .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section .container .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.section .container .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section .container .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.section .container .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section .container .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.section .container .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section .container .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.section .container .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section .container .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.section .container .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section .container .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.section .container .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section .container .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.section .container .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section .container .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.section .container .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section .container .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.section .container .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section .container .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.section .container .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section .container .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .section .container .container .part-top-l-0 {
    margin-top: 0px;
  }
  .section .container .container .part-left-l-0 {
    margin-left: 0px;
  }
  .section .container .container .part-right-l-0 {
    margin-right: 0px;
  }
  .section .container .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .section .container .container .part-top-m-0 {
    margin-top: 0px;
  }
  .section .container .container .part-left-m-0 {
    margin-left: 0px;
  }
  .section .container .container .part-right-m-0 {
    margin-right: 0px;
  }
  .section .container .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section .container .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section .container .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section .container .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section .container .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section .container .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section .container .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section .container .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section .container .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section .container .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section .container .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section .container .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section .container .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .section .container .container .part-top-s-0 {
    margin-top: 0px;
  }
  .section .container .container .part-left-s-0 {
    margin-left: 0px;
  }
  .section .container .container .part-right-s-0 {
    margin-right: 0px;
  }
  .section .container .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .section .container .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .section .container .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .section .container .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section .container .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section .container .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section .container .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section .container .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section .container .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section .container .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section .container .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section .container .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section .container .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section .container .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section .container .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section .container .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section .container .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section .container .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section .container .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .section .container .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section .container .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section .container .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section .container .container .part-xl-0 {
    display: none;
  }
}
.section .container .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.section .container .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.section .container .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.section .container .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.section .container .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.section .container .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.section .container .container [class*=part].-text-left {
  text-align: left;
}
.section .container .container [class*=part].-text-center {
  text-align: center;
}
.section .container .container [class*=part].-text-right {
  text-align: right;
}
.section .container .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}
.section .container.-justify-center {
  justify-content: center;
}
.section + .section {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .section + .section {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .section + .section {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .section + .section {
    margin-top: 100px;
  }
}
@media (max-width: 375px) {
  .section + .section {
    margin-top: 80px;
  }
}
.section:first-of-type:not(.--colored):not(.--no-top-space) {
  margin-top: 245px;
}
@media (max-width: 1024px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 200px;
  }
}
@media (max-width: 768px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 160px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 147px;
  }
}
@media (max-width: 375px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 147px;
  }
}
.section:first-of-type.--colored {
  padding-top: 245px;
}
@media (max-width: 1024px) {
  .section:first-of-type.--colored {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .section:first-of-type.--colored {
    padding-top: 160px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--colored {
    padding-top: 147px;
  }
}
@media (max-width: 375px) {
  .section:first-of-type.--colored {
    padding-top: 147px;
  }
}
.section:first-of-type.--no-top-space {
  margin-top: 100px;
}
@media (max-width: 1140px) {
  .section:first-of-type.--no-top-space {
    margin-top: 74px;
  }
}
.section:first-of-type.--image-text-large .container .text {
  min-height: calc(100vh - 100px);
}
@media (max-width: 768px) {
  .section:first-of-type.--image-text-large .container .text {
    min-height: unset;
  }
}
.section:last-of-type:not(.--colored) {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 100px;
  }
}
@media (max-width: 375px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 80px;
  }
}
.section.--extra-small {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section.--extra-small .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--extra-small .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.section.--extra-small .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--extra-small .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.section.--extra-small .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--extra-small .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.section.--extra-small .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--extra-small .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.section.--extra-small .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--extra-small .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.section.--extra-small .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--extra-small .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.section.--extra-small .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--extra-small .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.section.--extra-small .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--extra-small .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.section.--extra-small .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--extra-small .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.section.--extra-small .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--extra-small .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.section.--extra-small .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--extra-small .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.section.--extra-small .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--extra-small .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .section.--extra-small .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--extra-small .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--extra-small .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--extra-small .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--extra-small .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--extra-small .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--extra-small .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--extra-small .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--extra-small .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--extra-small .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--extra-small .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--extra-small .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .section.--extra-small .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--extra-small .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--extra-small .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--extra-small .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--extra-small .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--extra-small .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--extra-small .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--extra-small .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--extra-small .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--extra-small .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--extra-small .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--extra-small .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .section.--extra-small .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--extra-small .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--extra-small .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--extra-small .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--extra-small .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--extra-small .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--extra-small .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--extra-small .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--extra-small .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--extra-small .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--extra-small .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--extra-small .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .section.--extra-small .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section.--extra-small .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--extra-small .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section.--extra-small .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--extra-small .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section.--extra-small .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--extra-small .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section.--extra-small .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--extra-small .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section.--extra-small .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--extra-small .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section.--extra-small .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--extra-small .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section.--extra-small .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--extra-small .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section.--extra-small .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--extra-small .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section.--extra-small .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--extra-small .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section.--extra-small .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--extra-small .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section.--extra-small .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--extra-small .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section.--extra-small .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .section.--extra-small .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section.--extra-small .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--extra-small .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section.--extra-small .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--extra-small .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section.--extra-small .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--extra-small .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section.--extra-small .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--extra-small .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section.--extra-small .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--extra-small .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section.--extra-small .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--extra-small .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section.--extra-small .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--extra-small .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section.--extra-small .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--extra-small .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section.--extra-small .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--extra-small .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section.--extra-small .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--extra-small .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section.--extra-small .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--extra-small .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section.--extra-small .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.section.--extra-small .part-top-0 {
  margin-top: 0px;
}
.section.--extra-small .part-left-0 {
  margin-left: 0px;
}
.section.--extra-small .part-right-0 {
  margin-right: 0px;
}
.section.--extra-small .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.section.--extra-small .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--extra-small .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--extra-small .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--extra-small .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.section.--extra-small .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--extra-small .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--extra-small .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--extra-small .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.section.--extra-small .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--extra-small .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--extra-small .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--extra-small .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.section.--extra-small .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--extra-small .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--extra-small .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--extra-small .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.section.--extra-small .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--extra-small .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--extra-small .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--extra-small .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.section.--extra-small .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--extra-small .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--extra-small .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--extra-small .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.section.--extra-small .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--extra-small .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--extra-small .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--extra-small .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.section.--extra-small .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--extra-small .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--extra-small .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--extra-small .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.section.--extra-small .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--extra-small .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--extra-small .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--extra-small .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.section.--extra-small .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--extra-small .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--extra-small .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--extra-small .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.section.--extra-small .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--extra-small .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--extra-small .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--extra-small .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.section.--extra-small .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--extra-small .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--extra-small .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--extra-small .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .section.--extra-small .part-top-l-0 {
    margin-top: 0px;
  }
  .section.--extra-small .part-left-l-0 {
    margin-left: 0px;
  }
  .section.--extra-small .part-right-l-0 {
    margin-right: 0px;
  }
  .section.--extra-small .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section.--extra-small .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section.--extra-small .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .section.--extra-small .part-top-m-0 {
    margin-top: 0px;
  }
  .section.--extra-small .part-left-m-0 {
    margin-left: 0px;
  }
  .section.--extra-small .part-right-m-0 {
    margin-right: 0px;
  }
  .section.--extra-small .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section.--extra-small .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section.--extra-small .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .section.--extra-small .part-top-s-0 {
    margin-top: 0px;
  }
  .section.--extra-small .part-left-s-0 {
    margin-left: 0px;
  }
  .section.--extra-small .part-right-s-0 {
    margin-right: 0px;
  }
  .section.--extra-small .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section.--extra-small .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section.--extra-small .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section.--extra-small .part-top-xs-0 {
    margin-top: 0px;
  }
  .section.--extra-small .part-left-xs-0 {
    margin-left: 0px;
  }
  .section.--extra-small .part-right-xs-0 {
    margin-right: 0px;
  }
  .section.--extra-small .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section.--extra-small .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--extra-small .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--extra-small .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--extra-small .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--extra-small .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--extra-small .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--extra-small .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--extra-small .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--extra-small .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--extra-small .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--extra-small .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--extra-small .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section.--extra-small .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--extra-small .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section.--extra-small .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .section.--extra-small .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section.--extra-small .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section.--extra-small .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section.--extra-small .part-xl-0 {
    display: none;
  }
}
.section.--extra-small [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.section.--extra-small [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.section.--extra-small [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.section.--extra-small [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.section.--extra-small [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.section.--extra-small [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.section.--extra-small [class*=part].-text-left {
  text-align: left;
}
.section.--extra-small [class*=part].-text-center {
  text-align: center;
}
.section.--extra-small [class*=part].-text-right {
  text-align: right;
}
.section.--extra-small {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 550px;
}
@media (max-width: 768px) {
  .section.--extra-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section.--full-width {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section.--full-width .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--full-width .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.section.--full-width .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--full-width .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.section.--full-width .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--full-width .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.section.--full-width .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--full-width .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.section.--full-width .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--full-width .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.section.--full-width .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--full-width .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.section.--full-width .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--full-width .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.section.--full-width .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--full-width .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.section.--full-width .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--full-width .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.section.--full-width .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--full-width .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.section.--full-width .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--full-width .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.section.--full-width .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--full-width .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .section.--full-width .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--full-width .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--full-width .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--full-width .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--full-width .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--full-width .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--full-width .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--full-width .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--full-width .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--full-width .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--full-width .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--full-width .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .section.--full-width .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--full-width .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--full-width .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--full-width .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--full-width .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--full-width .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--full-width .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--full-width .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--full-width .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--full-width .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--full-width .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--full-width .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .section.--full-width .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--full-width .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--full-width .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--full-width .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--full-width .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--full-width .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--full-width .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--full-width .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--full-width .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--full-width .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--full-width .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--full-width .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .section.--full-width .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section.--full-width .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--full-width .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section.--full-width .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--full-width .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section.--full-width .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--full-width .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section.--full-width .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--full-width .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section.--full-width .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--full-width .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section.--full-width .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--full-width .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section.--full-width .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--full-width .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section.--full-width .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--full-width .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section.--full-width .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--full-width .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section.--full-width .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--full-width .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section.--full-width .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--full-width .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section.--full-width .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .section.--full-width .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .section.--full-width .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .section.--full-width .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .section.--full-width .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .section.--full-width .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .section.--full-width .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .section.--full-width .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .section.--full-width .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .section.--full-width .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .section.--full-width .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .section.--full-width .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .section.--full-width .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .section.--full-width .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .section.--full-width .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .section.--full-width .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .section.--full-width .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .section.--full-width .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .section.--full-width .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .section.--full-width .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .section.--full-width .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .section.--full-width .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .section.--full-width .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .section.--full-width .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .section.--full-width .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.section.--full-width .part-top-0 {
  margin-top: 0px;
}
.section.--full-width .part-left-0 {
  margin-left: 0px;
}
.section.--full-width .part-right-0 {
  margin-right: 0px;
}
.section.--full-width .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.section.--full-width .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--full-width .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--full-width .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.section.--full-width .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.section.--full-width .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--full-width .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--full-width .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.section.--full-width .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.section.--full-width .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--full-width .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--full-width .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.section.--full-width .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.section.--full-width .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--full-width .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--full-width .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.section.--full-width .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.section.--full-width .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--full-width .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--full-width .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.section.--full-width .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.section.--full-width .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--full-width .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--full-width .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.section.--full-width .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.section.--full-width .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--full-width .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--full-width .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.section.--full-width .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.section.--full-width .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--full-width .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--full-width .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.section.--full-width .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.section.--full-width .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--full-width .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--full-width .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.section.--full-width .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.section.--full-width .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--full-width .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--full-width .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.section.--full-width .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.section.--full-width .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--full-width .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--full-width .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.section.--full-width .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.section.--full-width .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--full-width .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--full-width .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.section.--full-width .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .section.--full-width .part-top-l-0 {
    margin-top: 0px;
  }
  .section.--full-width .part-left-l-0 {
    margin-left: 0px;
  }
  .section.--full-width .part-right-l-0 {
    margin-right: 0px;
  }
  .section.--full-width .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section.--full-width .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section.--full-width .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .section.--full-width .part-top-m-0 {
    margin-top: 0px;
  }
  .section.--full-width .part-left-m-0 {
    margin-left: 0px;
  }
  .section.--full-width .part-right-m-0 {
    margin-right: 0px;
  }
  .section.--full-width .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .section.--full-width .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .section.--full-width .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .section.--full-width .part-top-s-0 {
    margin-top: 0px;
  }
  .section.--full-width .part-left-s-0 {
    margin-left: 0px;
  }
  .section.--full-width .part-right-s-0 {
    margin-right: 0px;
  }
  .section.--full-width .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section.--full-width .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section.--full-width .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section.--full-width .part-top-xs-0 {
    margin-top: 0px;
  }
  .section.--full-width .part-left-xs-0 {
    margin-left: 0px;
  }
  .section.--full-width .part-right-xs-0 {
    margin-right: 0px;
  }
  .section.--full-width .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .section.--full-width .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .section.--full-width .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .section.--full-width .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .section.--full-width .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .section.--full-width .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .section.--full-width .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .section.--full-width .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .section.--full-width .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .section.--full-width .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .section.--full-width .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .section.--full-width .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .section.--full-width .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .section.--full-width .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .section.--full-width .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .section.--full-width .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .section.--full-width .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section.--full-width .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section.--full-width .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section.--full-width .part-xl-0 {
    display: none;
  }
}
.section.--full-width [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.section.--full-width [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.section.--full-width [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.section.--full-width [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.section.--full-width [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.section.--full-width [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.section.--full-width [class*=part].-text-left {
  text-align: left;
}
.section.--full-width [class*=part].-text-center {
  text-align: center;
}
.section.--full-width [class*=part].-text-right {
  text-align: right;
}
.section.--full-width {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}
.section.--center-horizontal .container {
  justify-content: center;
}
@media (max-width: 576px) {
  .section.--center-horizontal p {
    text-align: left !important;
  }
}
.section.--center-horizontal p {
  text-align: center;
  font-size: clamp(16px, 1.4vw, 23px);
}
.section.--colored {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .section.--colored {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .section.--colored {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .section.--colored {
    padding-top: 100px;
  }
}
@media (max-width: 375px) {
  .section.--colored {
    padding-top: 80px;
  }
}
.section.--colored {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .section.--colored {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .section.--colored {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .section.--colored {
    padding-bottom: 100px;
  }
}
@media (max-width: 375px) {
  .section.--colored {
    padding-bottom: 80px;
  }
}
.section.--colored {
  background-color: #AF997B;
}
.section.--colored.-color-1 {
  background-color: #AF997B;
}
.section.--colored.-color-2 {
  background-color: #EDE6E2;
}
.section.--colored.-color-3 {
  background-color: #B07772;
}
.section.--colored.-white {
  background-color: white;
}
.section.--colored.-black {
  background-color: #000000;
}
.section.--colored + .--colored {
  margin-top: 0;
  padding-top: 0;
}
.section.--colored.-color-light {
  background-color: #EFEFEF;
}
.section.--image .slider {
  height: 70vh;
}
@media (max-width: 768px) {
  .section.--image .slider {
    height: 60vw;
  }
}
.section.--image.absolute-text video {
  display: block;
  width: 100%;
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .section.--image.absolute-text video {
    height: 358px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section.--image.absolute-text img {
  margin-top: 0px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media (max-width: 768px) {
  .section.--image.absolute-text img {
    height: 358px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section.--image.absolute-text h2 {
  color: #fff;
  position: absolute;
  font-size: clamp(36px, 6.77vw, 130px) !important;
  font-family: "Blacker Display Light Italic", sans-serif;
}
.section.--image.absolute-text h2:first-of-type {
  top: 3.64vw;
  left: 3.64vw;
}
@media (max-width: 576px) {
  .section.--image.absolute-text h2:first-of-type {
    top: 22px;
    left: 20px;
  }
}
.section.--image.absolute-text h2:last-of-type {
  bottom: 3.64vw;
  right: 3.64vw;
}
@media (max-width: 576px) {
  .section.--image.absolute-text h2:last-of-type {
    right: 20px;
    bottom: 18px;
  }
}
.section.--carousel {
  overflow: hidden;
}
.section.--text .container {
  justify-content: center;
}
.section.--reversed .container {
  flex-direction: row-reverse;
}
.section.--pricelist {
  overflow: hidden;
  margin-top: 125px;
}
@media (max-width: 768px) {
  .section.--pricelist {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .section.--pricelist {
    margin-top: 85px;
  }
}
.section.--pricelist .col {
  line-height: 1.3;
  letter-spacing: 2.16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 768px) {
  .section.--pricelist .col {
    font-size: 12px;
  }
}
.section.--pricelist .pricelist-groups {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .section.--pricelist .pricelist-groups {
    gap: 64px;
  }
}
.section.--pricelist .pricelist-group__title {
  margin-bottom: 25px;
  line-height: 1;
}
.section.--pricelist h2 {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70px;
  margin-bottom: unset !important;
}
@media (max-width: 768px) {
  .section.--pricelist h2 {
    padding-bottom: 40px;
  }
}
.section.--pricelist h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: 0;
}
.section.--pricelist h2 span {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: -30px;
  border-bottom: solid 4px #000000;
  padding-bottom: 66px;
}
@media (max-width: 768px) {
  .section.--pricelist h2 span {
    padding-bottom: 36px;
  }
}
.section.--pricelist h2 + * {
  margin-top: 70px;
}
.section.--filter-text .title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.16px;
  font-weight: 700;
  line-height: 1.3;
}
.section.--filter-text .filters {
  display: flex;
  justify-content: flex-start;
}
.section.--filter-text .filters .filter-type .option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 20px;
}
.section.--filter-text .filters .filter-type .option:first-of-type {
  margin-top: 35px;
}
.section.--filter-text .filters .filter-type .option span {
  line-height: 1.5;
}
.section.--filter-text .filters input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #000000;
  background-color: transparent;
  cursor: pointer;
}
.section.--filter-text .filters input[type=checkbox]:checked {
  background-color: #fff;
}
.section.--updates-block .title {
  text-align: center;
}
.section.--updates-block .news {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .section.--updates-block .news {
    margin-top: 64px;
  }
}
@media (max-width: 576px) {
  .section.--updates-block .news {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .section.--updates-block {
    margin-top: 70px;
  }
  .section.--updates-block .container .title h2 {
    font-size: clamp(40px, 3.03vw, 60px) !important;
  }
  .section.--updates-block .item__content {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .section.--updates-block .item.news-preview .item__content .item__title {
    margin-top: 16px;
    margin-bottom: 60px;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section.--updates-block .item.news-preview .item__content .item__title {
    margin-bottom: 49px !important;
  }
}
@media (max-width: 768px) {
  .section.--updates-block a {
    margin-top: 0px !important;
  }
}
@media (max-width: 576px) {
  .section.--updates-block .item:not(:first-of-type) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .section.--updates-block .container {
    justify-content: center;
  }
  .section.--updates-block .container .title h2 {
    font-size: 79px;
  }
}
.section.--updates-block.-left-button .title {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.--updates-block.-left-button .title .button {
  margin-top: unset;
  height: 70px;
  line-height: 1;
  padding-right: 11px;
}
@media (max-width: 576px) {
  .section.--updates-block.-left-button .title .button {
    display: none;
  }
}
.section.--updates-block.-left-button .title .button svg {
  margin-left: 38px;
}
.section.--updates-block.-left-button .title .button svg path {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section.--updates-block.-left-button .title .button:hover svg path {
  stroke: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section.--updates-block.-left-button .-mobile {
  display: none;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 63px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section.--updates-block.-left-button .-mobile:hover svg path {
  stroke: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section.--updates-block.-left-button .-mobile svg {
  margin-left: 33px;
}
@media (max-width: 576px) {
  .section.--updates-block.-left-button .-mobile {
    display: flex;
    align-items: center;
  }
}
.section.--woningen-overview .title {
  text-align: center;
  margin-bottom: 0;
}
.section.--woningen-overview .title h1 {
  font-size: clamp(150px, 17.7vw, 340px) !important;
}
.section.--woningen-overview .woningen {
  top: 1px;
}
@media (max-width: 768px) {
  .section.--woningen-overview .woningen {
    top: -45px;
  }
}
.section.--discover-layout .-left {
  transition: background-size 0.4s ease-in-out;
}
.section.--discover-layout .-left:hover svg.--hover {
  opacity: 1;
}
.section.--discover-layout .-left {
  cursor: pointer;
}
.section.--discover-layout .-left svg {
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 1024px) {
  .section.--discover-layout .-left svg {
    top: -15px;
  }
}
.section.--discover-layout .-left svg.--hover {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section.--discover-layout .-left svg path {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .section.--discover-layout .container [class*=part] {
    margin-bottom: unset;
  }
}
.section.--discover-layout .container .part-12 {
  margin-bottom: unset;
}
.section.--discover-layout .discover-layout__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .section.--discover-layout .discover-layout__title h2 {
    font-size: 28px !important;
  }
  .section.--discover-layout .discover-layout__title svg {
    width: 30px;
  }
}
.section.--discover-layout .-left {
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: url("/img/woningen_plattegrond.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  border-top-left-radius: 50px;
}
@media (max-width: 1024px) {
  .section.--discover-layout .-left {
    padding: 28px !important;
  }
}
.section.--discover-layout .-left svg {
  margin-top: 0px;
}
.section.--discover-layout .-left h2 {
  color: #fff;
}
.section.--discover-layout .-right {
  background-color: #AF997B;
  border-bottom-right-radius: 50px;
  padding: 50px 40px 40px 40px;
}
.section.--discover-layout .-right.-colored {
  background-color: #B07772;
}
@media (max-width: 768px) {
  .section.--discover-layout .-right {
    border-bottom-right-radius: 25px;
  }
  .section.--discover-layout .-right:has(+ div) {
    margin-bottom: 16px !important;
  }
}
.section.--discover-layout h3 {
  text-align: center;
  line-height: 85%;
  color: #fff;
  font-size: clamp(36px, 3.53vw, 70px) !important;
}
@media (max-width: 768px) {
  .section.--discover-layout h3 {
    max-width: 60%;
    margin: 0 auto;
  }
}
.section.--discover-layout .buttons {
  flex-direction: column;
  margin-top: 73px;
}
@media (max-width: 768px) {
  .section.--discover-layout .buttons {
    margin-top: 32px;
  }
}
.section.--discover-layout .buttons .button {
  width: 100%;
  justify-content: space-between;
  height: 70px;
  color: #fff;
  border-color: #fff;
  border-bottom-right-radius: 24px;
  padding-left: 40px;
  padding-right: 12px;
  margin-bottom: 20px;
  border-top-left-radius: unset;
}
.section.--discover-layout .buttons .button:first-of-type {
  border-top-left-radius: 24px;
}
.section.--discover-layout .buttons .button:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section.--discover-layout .buttons .button:last-of-type {
    margin-bottom: 15px;
  }
}
.section.--discover-layout .buttons .button svg {
  width: 46px;
}
@media (max-width: 576px) {
  .section.--discover-layout .buttons .button svg {
    width: 36px;
  }
}
@media (max-width: 1024px) {
  .section.--discover-layout .buttons .button {
    margin-bottom: 16px;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .section.--discover-layout .buttons .button {
    height: 63px !important;
  }
}
.section.--discover-layout .discover-layout__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  min-height: 265px;
  border-radius: 50px 0 50px 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section.--discover-layout .discover-layout__boxes {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 25px 0 25px 0;
    margin-top: unset;
  }
}
.section.--discover-layout .discover-layout__box {
  position: relative;
  text-align: center;
  padding: 0 3vw;
}
.section.--discover-layout .discover-layout__box h5 {
  font-family: "Blacker Display Light", sans-serif;
  font-weight: 300;
  font-size: clamp(22px, 1.82vw, 35px);
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}
.section.--discover-layout .discover-layout__box:nth-child(2)::before, .section.--discover-layout .discover-layout__box:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 165px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.section.--discover-layout .discover-layout__box:nth-child(2)::before {
  left: 0;
}
.section.--discover-layout .discover-layout__box:nth-child(2)::after {
  right: 0;
}
.section.--discover-layout .discover-layout__price {
  color: #AC9BAA;
  font-family: "Blacker Display Light Italic", sans-serif;
}
@media (max-width: 768px) {
  .section.--discover-layout .container .-left {
    display: none;
  }
  .section.--discover-layout .container .-right {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 32px;
  }
  .section.--discover-layout .container .discover-layout__boxes {
    display: flex;
    flex-direction: column;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box {
    padding: 32px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box h5 {
    line-height: 126% !important;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box:first-child {
    padding-top: 64px;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box:last-child {
    border-bottom: unset;
    padding-bottom: 64px;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box::before {
    display: none;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box::after {
    content: "";
    display: none;
  }
  .section.--discover-layout .container .discover-layout__boxes .discover-layout__box h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section.--woningen-overview + .section {
    margin-top: 85px;
  }
  .section.--woningen-overview .container h1 {
    font-size: clamp(80px, 17.7vw, 340px) !important;
    margin-bottom: 40px;
  }
  .section.--woningen-overview .container .woningen .overview__item {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section.--woningen-overview .container .woningen .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -16px;
    width: calc(100% + (18px));
  }
  .section.--woningen-overview .container .woningen .overview__item {
    width: calc(12 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 16px;
  }
  .section.--woningen-overview .container .woningen .overview {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
  .section.--woningen-overview .container .woningen .overview .overview__item {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 768px) {
  .section.--woningen-overview .item.-woningen .item__image .item__content .button {
    margin-top: 32px;
  }
}
.section.--woningen-overview .item.-woningen .item__image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.section.--woningen-overview .item.-woningen .item__image img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 576px) {
  .section.--woningen-overview .container h1 {
    font-size: 20vw !important;
  }
}
.section.--faq-home {
  margin-top: 200px;
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .section.--faq-home {
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  .section.--faq-home {
    margin-top: 100px;
  }
}
.section.--faq-home .part-3.part-m-12.-text-p {
  padding-bottom: 25px;
}
.section.--faq-home h2 {
  font-family: "Blacker Display Light Italic", sans-serif;
  font-size: clamp(40px, 4.6vw, 79px);
}
.section.--faq-home .text-faq {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .section.--faq-home .text-faq {
    flex-direction: column;
    margin-bottom: 64px !important;
  }
}
.section.--faq-home .text-faq p {
  font-size: 16px;
  max-width: 397px;
}
@media (max-width: 768px) {
  .section.--faq-home .text-faq p {
    max-width: unset;
    margin-top: 64px;
    font-size: 14px;
  }
}
.section.--faq-home .text-faq h2 {
  padding-right: 15px !important;
}
.section.--faq-home .-faq-buttons {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .section.--faq-home .-faq-buttons a {
    font-size: 10px;
  }
}
.section.--faq-home .faq__question {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 41px;
  padding-left: 41px;
}
.section.--faq-home .faq__question p {
  padding-right: 20px;
}
.section.--faq-home .faq__question svg {
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .section.--faq-home h2 {
    font-size: 40px;
    font-family: "Blacker Display Light Italic", sans-serif;
  }
  .section.--faq-home .part-m-12.-text-p p {
    font-size: 14px;
    margin-bottom: 64px;
  }
  .section.--faq-home .faq__question {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.--faq-home .faq__question p {
    font-size: 16px !important;
    line-height: 125%;
    width: 240px;
  }
  .section.--faq-home .faq__icon {
    right: 10px;
    height: 41px;
    bottom: 25px;
  }
  .section.--faq-home .faq__item.-active .faq__answer {
    padding: 10px;
  }
  .section.--faq-home .buttons {
    margin-top: 32px;
    width: 100%;
  }
  .section.--faq-home .buttons a {
    height: 63px;
    margin-right: 0;
    margin-bottom: 16px !important;
    width: 100%;
  }
}
.section.--faq-home .buttons {
  justify-content: space-between;
}
.section.--faq-home .buttons > * {
  margin-right: 0;
  width: calc(50% - 8.5px);
  height: 70px;
}
.section.--faq-home + .--updates-block {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .section.--faq-home + .--updates-block {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .section.--faq-home + .--updates-block {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .section.--faq-home + .--updates-block .item:not(:first-of-type) {
    display: flex;
  }
  .section.--faq-home + .--updates-block .item:last-of-type {
    margin-bottom: unset;
  }
}
.section#investeren {
  scroll-margin-top: 15vh;
}
.section.--type-detail-content {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .section.--type-detail-content .-hide-on-m {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .section.--type-detail-content {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .section.--type-detail-content .container .content:empty {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section.--type-detail-content .container {
    gap: 65px;
  }
}
.section.--type-detail-content h4 {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .section.--type-detail-content h4 {
    padding-bottom: 20px;
  }
  .section.--type-detail-content h4 + * {
    margin-top: 40px !important;
  }
}
@media (max-width: 576px) {
  .section.--type-detail-content h4 {
    font-size: 22px;
  }
}
.section.--type-detail-content h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: -4px;
}
@-moz-document url-prefix() {
  .section.--type-detail-content h4::before {
    bottom: 0;
  }
}
.section.--type-detail-content h4 span {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: -30px;
  border-bottom: solid 4px #000000;
}
@media (max-width: 1024px) {
  .section.--type-detail-content h4 span {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.section.--type-detail-content h4 + * {
  margin-top: 70px;
}
.section.--type-detail-content .content .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .section.--type-detail-content .content .button {
    margin-top: 25px;
  }
}
.section.--type-detail-content .specificaties tr {
  cursor: unset;
}
.section.--type-detail-content .specificaties tr td {
  background-color: transparent;
  padding: unset;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .section.--type-detail-content .specificaties tr td {
    font-size: 14px;
    width: 50%;
    line-height: 1.7;
  }
}
.section.--type-detail-content .specificaties tr td:first-of-type {
  font-weight: 700;
}
.section.--faq-questions {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .section.--faq-questions {
    margin-top: 40px;
  }
}
.section.--faq-questions .container .part-12 h1 {
  font-size: 152px;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1648px) {
  .section.--faq-questions .container .part-12 {
    width: 82% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section.--faq-questions .container .part-12 {
    width: 100% !important;
  }
}
.section.--faq-questions .-filter {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  height: 128px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
}
.section.--faq-questions .-filter p.-large {
  margin: 0;
  margin-right: 15px;
  font-family: "Blacker Display Light", sans-serif;
  font-size: 26px;
  font-weight: 400;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section.--faq-questions .-filter p.-large {
    font-size: 20px;
  }
}
.section.--faq-questions .-filter .-filter-scroll {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.section.--faq-questions .-filter .button {
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section.--faq-questions .-filter .button {
    font-size: 8.27px;
    padding-top: 12.4px;
    padding-bottom: 12.4px;
    padding-left: 17.22px;
    padding-right: 17.22px;
    height: 31px;
  }
}
@media (max-width: 1280px) {
  .section.--faq-questions .-filter {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px;
  }
  .section.--faq-questions .-filter .-filter-scroll {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section.--faq-questions .-filter .-filter-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .section.--faq-questions .-filter .-filter-scroll::-webkit-scrollbar {
    height: 6px;
  }
}
@media (max-width: 1024px) {
  .section.--faq-questions .-filter {
    gap: 20px;
    border-bottom-right-radius: 0px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section.--faq-questions .-filter {
    gap: 20px;
    border-bottom-right-radius: 0px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.section.--faq-category {
  scroll-margin-top: calc(100px + 50px);
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .section.--faq-category {
    margin-top: 64px !important;
  }
}
.section.--faq-category .faq__question p {
  padding-right: 20px;
}
.section.--faq-category .faq__question svg {
  flex-shrink: 0;
}
.section.--faq-category .container .part-12 h2 {
  color: #000000;
}
@media (max-width: 1024px) {
  .section.--faq-category .container .part-12 h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .section.--faq-category .container .part-8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section.--faq-category + .--faq-contact {
    margin-top: 64px;
  }
}
.section.--faq-contact {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section.--faq-contact .part-8 {
    width: 100% !important;
  }
}
.section.--faq-contact .faq-contact {
  background-color: #B07772;
  border-bottom-right-radius: 50px;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .section.--faq-contact .faq-contact {
    padding: 64px 20px;
  }
}
.section.--faq-contact .faq-contact__title {
  color: #fff;
  margin-bottom: 50px;
  font-weight: 400;
}
.section.--faq-contact .faq-contact__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .section.--faq-contact .faq-contact__text {
    font-size: 16px;
  }
}
.section.--faq-contact .faq-contact .button.-transparent {
  color: #fff;
  border-color: #fff;
  padding-right: 6px;
  gap: 38px;
  height: 70px;
  width: 267px;
  margin-top: unset !important;
  border-top-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}
.section.--faq-contact .faq-contact .button.-transparent:hover {
  color: #B07772;
  background-color: #fff;
}
.section.--faq-contact .faq-contact .button.-transparent:hover svg .bg-shape, .section.--faq-contact .faq-contact .button.-transparent:hover svg .arrow-line {
  stroke: #B07772;
}
.section.--impressiesType, .section.--sliderlayout {
  position: relative;
  overflow: hidden;
  background-color: #5A7677;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .section.--impressiesType, .section.--sliderlayout {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
  }
}
.section.--impressiesType .swiperTypeBottom, .section.--sliderlayout .swiperTypeBottom {
  padding-right: 0;
}
.section.--impressiesType .swiperTypeBottom .swiper-slide, .section.--sliderlayout .swiperTypeBottom .swiper-slide {
  max-width: 74vw;
}
.section.--page-header .availability-header {
  min-width: 150px;
  min-height: 33px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section.--page-header .availability-header.-available {
  background-color: #009640;
}
.section.--page-header .availability-header.-in-option {
  background-color: #F39200;
}
.section.--page-header .availability-header.-sold {
  background-color: #A94046;
}
@media (max-width: 768px) {
  .section.--page-header .availability-header {
    margin-bottom: 25px;
    font-size: 10.8px;
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
}
.section.--page-header .details {
  display: flex;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .section.--page-header .details {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.section.--page-header .details .part-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .section.--page-header .details .part-2 {
    width: 20%;
    min-width: 20%;
  }
}
@media (max-width: 1024px) {
  .section.--page-header .details .part-2 {
    width: 50%;
    min-width: 50%;
  }
  .section.--page-header .details .part-2:nth-child(1), .section.--page-header .details .part-2:nth-child(2) {
    margin-bottom: 40px;
  }
}
.section.--page-header .details .part-2 .title {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 576px) {
  .section.--page-header .details .part-2.area .title {
    position: relative;
    display: inline-block;
    max-width: 143px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
  }
  .section.--page-header .details .part-2.area .title::after {
    content: ".";
    position: absolute;
    right: -3px;
    bottom: -4px;
  }
}
.section.--page-header .details .part-2 .title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.section.--page-header .details .part-2 span {
  margin-top: 35px;
  font-size: 25px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .section.--page-header .details .part-2 span {
    margin-top: 7px;
    font-size: 14px;
  }
}
.section.--detail-image {
  margin-top: 70px;
  position: relative;
  background: transparent;
  height: 1100px;
}
@media (max-width: 1024px) {
  .section.--detail-image {
    margin-top: 40px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .section.--detail-image {
    height: 400px;
  }
}
.section.--detail-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #5A7677 0, #5A7677 calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.section.--detail-image .container {
  position: relative;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .section.--detail-image .container {
    top: 20px;
  }
}
.section.--detail-image .container img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  height: 1100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .section.--detail-image .container img {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .section.--detail-image .container img {
    height: 400px;
  }
}
.section.--detail-downloads h4, .section.--detail-availability h4 {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .section.--detail-downloads h4, .section.--detail-availability h4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section.--detail-downloads h4, .section.--detail-availability h4 {
    font-size: 22px;
  }
}
.section.--detail-downloads h4::before, .section.--detail-availability h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: -4px;
}
.section.--detail-downloads h4 span, .section.--detail-availability h4 span {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: -30px;
  border-bottom: solid 4px #000000;
}
@media (max-width: 1024px) {
  .section.--detail-downloads h4 span, .section.--detail-availability h4 span {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.section.--detail-downloads h4 + *, .section.--detail-availability h4 + * {
  margin-top: 70px;
}
.section.--detail-downloads tr, .section.--detail-availability tr {
  cursor: unset;
}
.section.--detail-downloads .availability-table, .section.--detail-availability .availability-table {
  margin-top: 3px !important;
}
.section.--detail-downloads .wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}
.section.--detail-downloads .wrapper .row {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #000000;
  font-size: 20px;
  line-height: 1.25;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 768px) {
  .section.--detail-downloads .wrapper .row {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.section.--detail-downloads .wrapper .row svg .bg-shape,
.section.--detail-downloads .wrapper .row svg .arrow-line {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .section.--detail-downloads .wrapper .row svg {
    width: 41px;
    height: 42px;
  }
}
.section.--detail-downloads .wrapper .row:hover svg .arrow-line {
  stroke: #fff;
}
.section.--detail-downloads .wrapper .row:hover svg .arrow-line.locked {
  fill: #fff;
  stroke: unset;
}
.section.--detail-downloads .wrapper .row:hover svg .bg-shape {
  fill: #000000;
}
.section.--detail-downloads .wrapper .row:first-of-type {
  border-top: unset;
}
.section.--detail-downloads .wrapper .row:last-of-type {
  border-bottom: solid 1px #000000;
}
.section.--title-text-layout {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}
.section.--title-text-layout span {
  color: #000000;
}
.section.--title-text-layout .container .part-12 .title {
  color: #000000;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #000000;
  padding-bottom: 35px;
  margin-bottom: -1px;
  z-index: 1;
}
.section.--title-text-layout .container .part-12 .text {
  padding-top: 20px;
  border-top: solid 1px #000000;
  margin-top: 0 !important;
}
.section.--title-text-layout .container .part-12 .text.-no-border {
  border-top: unset !important;
}
.section.--title-text-layout .container .part-12 .text p {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0%;
}
.section.--title-text-layout .container .part-12 .text ul {
  margin-top: 20px !important;
}
.section.--title-text-layout .container .part-12 .text li {
  margin-top: 0px !important;
}
.section.section.section.--title-text-layout {
  margin-top: 70px !important;
}
.section.--intro-text .container {
  align-items: flex-start;
}
.section.--intro-text .intro-title p {
  font-family: "Blacker Display Light", sans-serif;
  font-size: 36px;
  line-height: 126%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section.--intro-text .intro-content p {
  text-align: left;
  font-size: 16px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.section.--intro-text .intro-content p:last-of-type {
  margin-bottom: 0 !important;
}
.section.--bedankt .thank-u-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.--bedankt .thank-u-content > p:first-of-type {
  margin-top: 70px !important;
  font-size: 23px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.section.--bedankt .thank-u-content > p + p {
  margin-top: 40px !important;
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 576px) {
  .section.--bedankt .thank-u-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .section.--downloads-header br {
    display: none;
  }
}
.section.--downloads-header .container {
  justify-content: center;
}
.section.--downloads-header .part-8 {
  max-width: 1092px;
  text-align: center;
}
@media (max-width: 768px) {
  .section.--downloads-header .part-8 {
    max-width: 100%;
    width: 100% !important;
  }
}
.section.--downloads-header h1 {
  margin-bottom: 24px;
}
.section.--downloads-header p {
  margin-top: 0 !important;
  font-size: 24px;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .section.--downloads-header p {
    font-size: 18px;
  }
}
.section.--downloads-header + .--downloads-page {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .section.--downloads-header + .--downloads-page {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .section.--downloads-header + .--downloads-page {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .section.--downloads-header + .--downloads-page {
    margin-top: 100px;
  }
}
@media (max-width: 375px) {
  .section.--downloads-header + .--downloads-page {
    margin-top: 80px;
  }
}
.section.--downloads-page {
  margin-top: 140px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section.--downloads-page {
    margin-top: 60px;
  }
}
.section.--downloads-page .container {
  justify-content: center;
}
.section.--downloads-page h4 {
  margin-bottom: 0;
}
.section.--downloads-page h4 span {
  line-height: 1.1;
  font-family: "Blacker Display Light", sans-serif;
}
@media (max-width: 768px) {
  .section.--downloads-page .part-8 {
    width: 100% !important;
  }
}
.section.--downloads-page .row {
  padding-left: 16px;
  padding-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 1.25;
}
.section.--downloads-page .row svg {
  width: 45px;
  height: 47px;
}
@media (max-width: 768px) {
  .section.--downloads-page .row svg {
    width: 41px;
    height: 42px;
  }
}
.section.--downloads-page + .section.--downloads-page {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section.--downloads-page + .section.--downloads-page {
    margin-top: 40px;
  }
}
.section.--call-to-action {
  width: 100%;
  margin-top: 100px !important;
}
.section.--call-to-action .cta-banner {
  position: relative;
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: auto;
}
.section.--call-to-action .cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section.--call-to-action .cta-banner__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding-left: 139px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.section.--call-to-action .cta-banner__title {
  color: #fff;
  font-size: 80px;
  margin-bottom: 40px;
  font-family: "Blacker Display Light", sans-serif;
}
@media (max-width: 768px) {
  .section.--call-to-action .cta-banner__title {
    font-size: 40px;
  }
}
.section.--call-to-action .cta-banner__title p {
  color: #fff;
  margin: 0 !important;
  font-size: inherit;
}
.section.--call-to-action .cta-banner__text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 377px;
  margin-top: 0px !important;
}
.section.--call-to-action .cta-banner__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 40px !important;
}
.section.--call-to-action .cta-banner__buttons .button {
  margin: 0;
}
.section.--call-to-action .cta-banner__buttons .button.-transparent {
  color: #fff;
  border-color: #fff;
}
.section.--call-to-action .cta-banner__buttons .button.-transparent:hover {
  background-color: #fff;
  color: #000000;
}
.section.--image-tekst:nth-child(odd) .text {
  order: 2;
}
.section.--image-text .container .text {
  padding-top: 0 !important;
}
.section.--image-text .container .text p {
  margin-top: 70px !important;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .section.--image-text .container .text p {
    margin-top: 40px !important;
  }
}
.section.--image-text .container .text ul {
  padding-left: 40px !important;
  padding-top: 20px !important;
}
.section.--image-text .container .text ul li p {
  margin-top: unset !important;
}
.section.--image-text .container .text h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-top: 100px !important;
  font-weight: 400;
}
.section.--news-detail-title .date {
  text-transform: capitalize;
  margin-bottom: 34px;
  display: block;
}
@media (max-width: 768px) {
  .section.--news-detail-title .date {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .section.--news-detail-title .part-8 {
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .section.--news-detail-content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .section.--news-detail-content .container {
    flex-direction: column;
  }
  .section.--news-detail-content .container .summary {
    width: 100%;
  }
}
.section.--news-detail-content .summary h4 {
  font-weight: 300;
  line-height: 1.26;
}
@media (max-width: 576px) {
  .section.--news-detail-content .summary h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section.--news-detail-content .summary {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section.--news-detail-content .content-wrapper {
    width: 100% !important;
  }
}
.section.--news-detail-content .content-wrapper .content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section.--news-detail-content .content-wrapper .content {
    margin-top: 64px;
  }
}
.section.--news-detail-content .content-wrapper .content p + * {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .section.--news-detail-content .content-wrapper .content p + * {
    margin-top: 36px !important;
  }
}
.section.--contact-header .text-align, .section.--appointment-info .text-align {
  text-align: center;
}
.section.--contact-header .contact-title, .section.--appointment-info .contact-title {
  margin-bottom: 70px;
}
.section.--contact-header .contact-description, .section.--appointment-info .contact-description {
  margin-bottom: 150px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .section.--contact-header .contact-description, .section.--appointment-info .contact-description {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .contact-description, .section.--appointment-info .contact-description {
    margin-bottom: 64px;
    font-size: 16px !important;
  }
}
.section.--contact-header .commentary, .section.--appointment-info .commentary {
  margin-bottom: 40px;
}
.section.--contact-header .companies, .section.--appointment-info .companies {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section.--contact-header .companies, .section.--appointment-info .companies {
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 0;
  }
  .section.--contact-header .companies .company, .section.--appointment-info .companies .company {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .companies, .section.--appointment-info .companies {
    flex-direction: column;
    gap: 40px;
  }
  .section.--contact-header .companies .company, .section.--appointment-info .companies .company {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .companies, .section.--appointment-info .companies {
    gap: 40px;
    flex-direction: column;
  }
  .section.--contact-header .companies .company h4, .section.--appointment-info .companies .company h4 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .section.--contact-header .companies, .section.--appointment-info .companies {
    flex-direction: column;
    gap: 40px;
  }
  .section.--contact-header .companies .commentary h4, .section.--appointment-info .companies .commentary h4 {
    font-size: 20px;
  }
}
.section.--contact-header .companies .part-4.company.-first, .section.--appointment-info .companies .part-4.company.-first {
  padding-top: 19px;
}
.section.--contact-header .companies .company, .section.--appointment-info .companies .company {
  border-left: solid 1px #000;
  padding-left: 40px;
  height: 185px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.section.--contact-header .companies .company .logo, .section.--appointment-info .companies .company .logo {
  width: 258px;
  height: auto;
}
.section.--contact-header .companies .company .details, .section.--appointment-info .companies .company .details {
  font-size: 17px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section.--contact-header .companies .company .details p, .section.--contact-header .companies .company .details b, .section.--appointment-info .companies .company .details p, .section.--appointment-info .companies .company .details b {
  font-size: 17px;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section.--contact-header .companies .company .details p + *, .section.--appointment-info .companies .company .details p + * {
  margin-top: unset;
}
.section.--contact-header .companies .company .details a, .section.--appointment-info .companies .company .details a {
  font-size: 17px;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #000000;
  text-decoration: none;
  pointer-events: all;
}
.section.--contact-header .companies .company .details a:hover, .section.--appointment-info .companies .company .details a:hover {
  text-decoration: underline;
}
.section.--contact-header .info, .section.--appointment-info .info {
  margin-top: 150px;
  display: flex;
  justify-content: center;
}
.section.--contact-header .info .part-8, .section.--appointment-info .info .part-8 {
  gap: 23px !important;
}
.section.--contact-header .info .part-8 .card, .section.--appointment-info .info .part-8 .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .section.--contact-header .info .part-8 .card, .section.--appointment-info .info .part-8 .card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .info, .section.--appointment-info .info {
    margin-top: 100px !important;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .info, .section.--appointment-info .info {
    margin-top: 100px !important;
  }
}
.section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
    flex-direction: column;
    gap: 40px;
  }
}
.section.--contact-header .info .part-9 .card h4, .section.--contact-header .info .part-8 .card h4, .section.--appointment-info .info .part-9 .card h4, .section.--appointment-info .info .part-8 .card h4 {
  border-bottom: solid 4px #000;
  display: inline-block;
  padding-bottom: 34px;
}
@media (max-width: 1024px) {
  .section.--contact-header .info .part-9 .card h4, .section.--contact-header .info .part-8 .card h4, .section.--appointment-info .info .part-9 .card h4, .section.--appointment-info .info .part-8 .card h4 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .info .part-9 .card h4, .section.--contact-header .info .part-8 .card h4, .section.--appointment-info .info .part-9 .card h4, .section.--appointment-info .info .part-8 .card h4 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .info .part-9 .card h4, .section.--contact-header .info .part-8 .card h4, .section.--appointment-info .info .part-9 .card h4, .section.--appointment-info .info .part-8 .card h4 {
    padding-bottom: 20px !important;
  }
}
.section.--contact-header .info .part-9 .card .detail, .section.--contact-header .info .part-8 .card .detail, .section.--appointment-info .info .part-9 .card .detail, .section.--appointment-info .info .part-8 .card .detail {
  border-top: solid 1px #000;
  margin-top: unset;
  padding-top: 40px;
  font-size: 17px;
}
.section.--contact-header .info .part-9 .card .detail p, .section.--contact-header .info .part-8 .card .detail p, .section.--appointment-info .info .part-9 .card .detail p, .section.--appointment-info .info .part-8 .card .detail p {
  font-size: 17px;
}
@media (max-width: 1024px) {
  .section.--contact-header .info .part-9 .card .detail, .section.--contact-header .info .part-8 .card .detail, .section.--appointment-info .info .part-9 .card .detail, .section.--appointment-info .info .part-8 .card .detail {
    padding-top: 24px !important;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .info .part-9 .card .detail, .section.--contact-header .info .part-8 .card .detail, .section.--appointment-info .info .part-9 .card .detail, .section.--appointment-info .info .part-8 .card .detail {
    padding-top: 24px !important;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .info .part-9 .card .detail, .section.--contact-header .info .part-8 .card .detail, .section.--appointment-info .info .part-9 .card .detail, .section.--appointment-info .info .part-8 .card .detail {
    padding-top: 24px !important;
  }
}
@media (max-width: 1024px) {
  .section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section.--contact-header .info .part-9, .section.--contact-header .info .part-8, .section.--appointment-info .info .part-9, .section.--appointment-info .info .part-8 {
    width: 100% !important;
  }
}
.section.--updates-header .-text-center, .section.--voortgang-header .-text-center, .section.--woningen-header .-text-center {
  text-align: left !important;
}
.section.--updates-grid .item.news-preview .item__image, .section.--updates-grid .item.voortgang-preview .item__image, .section.--voortgang-grid .item.news-preview .item__image, .section.--voortgang-grid .item.voortgang-preview .item__image {
  height: 0;
  width: 100%;
  padding-top: 63.3%;
}
@media (max-width: 576px) {
  .section.--updates-grid, .section.--voortgang-grid {
    margin-top: 70px;
  }
}
.section.--woningselector-header {
  display: none;
}
@media (max-width: 1024px) {
  .section.--woningselector-header {
    display: block;
  }
  .section.--woningselector-header .-align-center {
    align-items: start !important;
  }
  .section.--woningselector-header .button {
    justify-content: flex-start !important;
  }
}
.section.--woningselector-header .-text-center {
  text-align: left !important;
}
.section.--woningselector-header .part-4 {
  margin-top: 30px;
  flex-direction: column;
  width: 100% !important;
  font-size: 16px;
  margin-bottom: 100px;
}
.section.--woningselector-header .part-4 .button {
  margin-top: 70px;
  width: 100%;
  height: 63px;
}
.section.--housetypes-grid {
  margin-top: 100px;
  margin-bottom: 190px !important;
}
@media (max-width: 1024px) {
  .section.--housetypes-grid {
    margin-top: 50px;
    margin-bottom: 160px !important;
  }
}
@media (max-width: 768px) {
  .section.--housetypes-grid {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 1024px) {
  .section.--housetypes-grid .housestypes .overview .-housetype {
    width: calc(50% - 18px);
  }
}
@media (max-width: 768px) {
  .section.--housetypes-grid .housestypes .overview .-housetype {
    width: 100%;
  }
}
.section.--title-text-button-layout {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}
.section.--title-text-button-layout .button.-color-1.-button {
  margin-top: 70px !important;
  height: 70px !important;
  width: 374px !important;
}
.section.--title-text-button-layout .button.-color-1.-button a.button.-color-1.-button {
  font-size: 12px !important;
  color: #000;
}

.section.--quote .container .quote {
  display: block;
  font-family: Blacker Display;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.section.--quote .container .quote__icon {
  display: block;
  margin-bottom: 30px;
}
.section.--quote .container .quote__author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 100px !important;
}
.section.--quote .container .quote__author img {
  width: 119px;
  height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.section.--quote .container .quote__user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section.--quote .container .quote__user strong {
  font-size: 17px;
  line-height: 1.2;
}
.section.--quote .container .quote__user span {
  font-size: 17px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .section.--image-text .container {
    justify-content: center;
  }
}
.section.--image-text .container .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .section.--image-text .container .text.--right {
    order: 2;
    margin-top: 70px !important;
  }
}
.section.--image-text .container .text p, .section.--image-text .container .text h2 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.section.--image-text .container .text h2 {
  hyphens: auto;
}
@media (max-width: 1024px) {
  .section.--image-text .container .text {
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
}
@media (max-width: 1024px) {
  .section.--image-text .container .image:not(.--right) {
    margin-bottom: 70px;
  }
}
.section.--image-text .container .slider {
  position: absolute;
  height: 100%;
  width: calc(100% + 50px + (100vw - 1648px) / 2);
  max-width: unset;
}
@media (max-width: 1648px) {
  .section.--image-text .container .slider {
    width: calc(100% + 50px);
  }
}
@media (max-width: 1024px) {
  .section.--image-text .container .slider {
    position: relative;
  }
}
@media (max-width: 768px) {
  .section.--image-text .container .slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
  background-color: transparent;
}
.form--privacy {
  margin-top: 25px !important;
}
.form__error {
  display: block;
  margin-top: 10px !important;
  color: #D00000;
  font-style: italic;
  font-size: 14px;
}
.form label {
  display: block;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .form label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form label {
    font-size: 14px;
  }
}
.form label + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form label + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .form label + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .form label + * {
    margin-top: 60px;
  }
}
.form label {
  font-size: 15px;
  color: #EDE6E2;
}
.form textarea {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #F7F8F8;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .form textarea {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form textarea {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form textarea {
    font-size: 14px;
  }
}
.form textarea + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form textarea + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .form textarea + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .form textarea + * {
    margin-top: 60px;
  }
}
.form textarea:focus {
  outline: none;
}
.form textarea {
  height: 150px;
}
.form__step {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  transition: unset;
}
.form__step.-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form__field:not(.form--privacy) {
  margin-top: 20px !important;
}
.form__field:not(.form--privacy) .button {
  height: 70px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  min-width: 267px;
  justify-content: space-between;
  padding-left: 40px !important;
  padding-right: 11px !important;
  border-bottom-right-radius: 24px !important;
  border-top-left-radius: 24px !important;
  border-color: white !important;
  color: white !important;
  margin-top: 45px !important;
  cursor: pointer;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
.form__field:not(.form--privacy) .button:hover {
  background-color: white !important;
  color: #7F9BAB !important;
  border-color: white !important;
}
.form__field:not(.form--privacy) .button:hover svg {
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  stroke: #7F9BAB;
  stroke-width: 2px;
}
.form__field, .form__row {
  position: relative;
  width: 100%;
}
.form__field + .form__field, .form__field + .form__row, .form__row + .form__field, .form__row + .form__row {
  margin-top: 40px;
}
.form__field.-half, .form__row.-half {
  width: calc(50% - 40px / 2);
}
@media (max-width: 576px) {
  .form__field.-half, .form__row.-half {
    width: 100%;
  }
}
.form__field, .form__row {
  position: relative;
}
.form__field.-invalid label, .form__row.-invalid label {
  color: #D00000 !important;
}
.form__field.-invalid .input, .form__row.-invalid .input {
  border-color: #D00000;
}
.form__field .link, .form__row .link {
  cursor: pointer;
}
.form__field input:not([type=checkbox]):not([type=radio]) + label, .form__row input:not([type=checkbox]):not([type=radio]) + label {
  pointer-events: none;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__row .form__field {
  width: calc(50% - 8px);
  margin-top: 0;
}
@media (max-width: 576px) {
  .form__row .form__field {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form__row .form__field + .form__field {
    margin-top: 30px !important;
  }
}
.form__block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  position: absolute;
  width: 100%;
}
.form__block + .form__field {
  margin-top: 60px;
}
.form__block.-active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form button[type=submit]:disabled {
  opacity: 0.5;
}
.form__success {
  text-align: center;
}
.form__success h3 {
  color: white;
  margin-bottom: 40px;
}
.form__title {
  margin-top: 30px;
  font-size: 14px;
}
.form.-large {
  padding: 60px 80px;
  background-color: #EFEFEF;
}

h3 + .form__field {
  margin-top: 50px;
}

.-interesse-formulier .form__required-note {
  font-size: 17px !important;
  margin-top: 20px;
}
.-interesse-formulier {
  background-color: transparent !important;
  margin-top: 100px !important;
}
.-interesse-formulier .part-8 {
  background-color: #7F9BAB !important;
  border-bottom-right-radius: 25px;
  padding-top: 105px;
  padding-bottom: 95px;
}
.-interesse-formulier .part-8 h3 {
  font-size: clamp(36px, 3.53vw, 70px);
  color: white;
  text-align: center;
  line-height: 85% !important;
}
.-interesse-formulier .form {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-option {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 45px !important;
  cursor: pointer;
  position: relative;
}
.radio-option:first-child {
  margin-top: 35px !important;
}
.radio-option:last-child {
  margin-bottom: 50px !important;
}

/* native radio verbergen */
.radio-option input {
  position: absolute;
  opacity: 0;
}

.radio-content {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: black;
  font-size: 17px !important;
  line-height: 170% !important;
}

/* buitenste cirkel */
.radio-circle {
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  margin-top: -5px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* binnenste bolletje */
.radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

/* checked */
.radio-option input:checked + .radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

/* tekst */
.radio-text {
  line-height: 1.4;
}

.dropdown {
  position: relative;
  margin: 0 !important;
  width: 100%;
  border-bottom: 1px solid #EDE6E2;
}
.dropdown__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  transform: rotate(-180deg);
  margin: auto;
  width: 13px;
  height: 7px;
  background-image: url("/img/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.dropdown__selected {
  position: relative;
  padding: 20px 0 20px;
  cursor: pointer;
}
.dropdown__selected::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 15px;
  height: 15px;
  background-image: url("/img/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.dropdown__options {
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 20px 20px 10px;
  background-color: white;
}
.dropdown__option {
  position: relative;
  height: 44px;
}
.dropdown__option label {
  margin-top: 0;
  padding-left: 0 !important;
  font-size: 16px !important;
}
.dropdown__option label::before {
  display: none !important;
}
.dropdown__option .check {
  top: 2px !important;
}
.dropdown__option + .dropdown__option {
  margin-top: 0px;
}
.dropdown__option:hover * {
  color: #AF997B !important;
}
.dropdown.-active .dropdown__selected::after {
  transform: rotate(180deg);
}
.dropdown.-active .dropdown__icon {
  transform: rotate(0deg);
}
.dropdown.-active .dropdown__options {
  opacity: 1;
  pointer-events: auto;
}

.form label {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.form .label {
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  font-family: "Inter", sans-serif;
  text-transform: uppercase !important;
  font-weight: 700;
  letter-spacing: 18%;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 12px !important;
  margin-bottom: 10px;
}
.form .input {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #F7F8F8;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .form .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form .input {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form .input {
    font-size: 14px;
  }
}
.form .input + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form .input + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .form .input + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .form .input + * {
    margin-top: 60px;
  }
}
.form .input:focus {
  outline: none;
}
.form .input {
  border-radius: 0;
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #EDE6E2;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  padding-left: 40px;
}
.form .input::-moz-placeholder {
  color: black;
}
.form .input::placeholder {
  color: black;
}
.form .input.-success {
  background-color: #F7F8F8;
  border-color: #16C100;
}
.form .input:not(:-moz-placeholder) + label {
  top: -15px;
  font-size: 14px;
  color: #EDE6E2;
}
.form .input:focus + label, .form .input:not(:placeholder-shown) + label {
  top: -15px;
  font-size: 14px;
  color: #EDE6E2;
}

.form .input--checkbox {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form .input--checkbox + label {
  position: relative;
  display: block;
  padding-left: calc(20px + 30px);
  cursor: pointer;
}
.form .input--checkbox + label::before {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #F7F8F8;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .form .input--checkbox + label::before {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form .input--checkbox + label::before {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form .input--checkbox + label::before {
    font-size: 14px;
  }
}
.form .input--checkbox + label::before + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form .input--checkbox + label::before + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .form .input--checkbox + label::before + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .form .input--checkbox + label::before + * {
    margin-top: 60px;
  }
}
.form .input--checkbox + label::before:focus {
  outline: none;
}
.form .input--checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((1.77 * 16px - (20px + 0)) / 2);
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-color: #F7F8F8;
}
.form .input--checkbox + label:hover ~ .check {
  opacity: 0.2;
}
.form .input--checkbox ~ .check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  margin: 0;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding: calc(20px - 10px);
  width: calc(20px + 0);
  height: calc(20px + 0);
}
.form .input--checkbox:checked ~ .check {
  opacity: 1;
}
.form .input--checkbox.-error + label::before {
  background-color: #FFEFEF;
  border-color: #D00000;
}
.form .input--checkbox.-error ~ .check rect, .form .input--checkbox.-error ~ .check circle, .form .input--checkbox.-error ~ .check ellipse, .form .input--checkbox.-error ~ .check path, .form .input--checkbox.-error ~ .check polygon, .form .input--checkbox.-error ~ .check polyline {
  fill: #D00000;
}
.form .input--checkbox.-success + label::before {
  background-color: #F7F8F8;
  border-color: #16C100;
}
.form .input--checkbox.-success ~ .check rect, .form .input--checkbox.-success ~ .check circle, .form .input--checkbox.-success ~ .check ellipse, .form .input--checkbox.-success ~ .check path, .form .input--checkbox.-success ~ .check polygon, .form .input--checkbox.-success ~ .check polyline {
  fill: #16C100;
}
.form .input--checkbox + label {
  color: #000000;
}
.form .input--checkbox + label::before {
  top: -7px;
  transition: 0s;
  border: 1px solid white;
  background-size: 20px;
  background-color: transparent;
}
.form .input--checkbox:checked + label::before {
  background-color: white;
  background-size: 20px;
}
.form .input--checkbox ~ .input--checkbox + label {
  margin-top: 10px;
}
.form--radio {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form--radio + label {
  position: relative;
  display: block;
  padding-left: calc(20px + 30px);
  cursor: pointer;
}
.form--radio + label::before {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #F7F8F8;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .form--radio + label::before {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form--radio + label::before {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .form--radio + label::before {
    font-size: 14px;
  }
}
.form--radio + label::before + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form--radio + label::before + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .form--radio + label::before + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .form--radio + label::before + * {
    margin-top: 60px;
  }
}
.form--radio + label::before:focus {
  outline: none;
}
.form--radio + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((1.77 * 16px - (20px + 0)) / 2);
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-color: #F7F8F8;
}
.form--radio + label:hover ~ .check {
  opacity: 0.2;
}
.form--radio ~ .check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  margin: 0;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding: calc(20px - 10px);
  width: calc(20px + 0);
  height: calc(20px + 0);
}
.form--radio:checked ~ .check {
  opacity: 1;
}
.form--radio.-error + label::before {
  background-color: #FFEFEF;
  border-color: #D00000;
}
.form--radio.-error ~ .check rect, .form--radio.-error ~ .check circle, .form--radio.-error ~ .check ellipse, .form--radio.-error ~ .check path, .form--radio.-error ~ .check polygon, .form--radio.-error ~ .check polyline {
  fill: #D00000;
}
.form--radio.-success + label::before {
  background-color: #F7F8F8;
  border-color: #16C100;
}
.form--radio.-success ~ .check rect, .form--radio.-success ~ .check circle, .form--radio.-success ~ .check ellipse, .form--radio.-success ~ .check path, .form--radio.-success ~ .check polygon, .form--radio.-success ~ .check polyline {
  fill: #16C100;
}
.form--radio + label {
  padding-left: calc(19px + 20px);
}
.form--radio + label::before {
  border-radius: 100%;
  width: 19px;
  height: 19px;
  top: calc((1.77 * 16px - (19px + 0)) / 2);
}
.form--radio ~ .check {
  padding: calc(19px - 14px);
  top: calc((1.77 * 16px - (19px + 0)) / 2);
  width: calc(19px + 0 * 2);
  height: calc(19px + 0 * 2);
}
.form--radio:checked ~ .check {
  opacity: 1;
}

.label-privacy {
  font-size: 13px !important;
}
.label-privacy a {
  text-decoration: underline !important;
}
.label-privacy a:hover {
  background-size: unset !important;
  background-image: unset !important;
}

.block {
  background-color: #AF997B;
}
.block a:not(.button), .block span, .block li, .block p, .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  color: white;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6,
.block .heading-1,
.block .heading-2,
.block .heading-3,
.block .heading-4,
.block .heading-5,
.block .heading-6 {
  color: white;
}
.block {
  display: flex;
}
@media (max-width: 1024px) {
  .block {
    flex-direction: column;
  }
}
.block__content {
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .block__content {
    padding: 70px 40px;
  }
}
@media (max-width: 768px) {
  .block__content {
    padding: 70px 40px;
  }
}
@media (max-width: 576px) {
  .block__content {
    padding: 40px 20px;
  }
}
.block__content {
  width: 60%;
}
@media (max-width: 1024px) {
  .block__content {
    width: 100%;
  }
}
.block__image {
  position: relative;
  width: 40%;
}
@media (max-width: 1024px) {
  .block__image {
    width: 100%;
    height: 55vw;
  }
}
.block__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.button .btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 25px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Inter", sans-serif;
  line-height: 1.77;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  .button .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .button .btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .button .btn {
    font-size: 14px;
  }
}
.button .btn + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .button .btn + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .button .btn + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .button .btn + * {
    margin-top: 60px;
  }
}
.button .btn {
  color: white;
  line-height: 1.1;
  text-decoration: none;
  background-color: #AF997B;
}
.button .btn__icon {
  display: block;
  margin-left: 20px;
  height: 100%;
  width: auto;
}
.button .btn__icon rect, .button .btn__icon circle, .button .btn__icon ellipse, .button .btn__icon path, .button .btn__icon polygon, .button .btn__icon polyline {
  fill: currentColor;
}
.button .btn__icon.-left {
  margin-left: 0;
  margin-right: 20px;
}
.button .btn {
  transition: background-position 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-image: linear-gradient(to right, #EDE6E2, #EDE6E2 50%, #EFEFEF 50%, #EFEFEF);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.button .btn:hover {
  background-position: 0 0;
}
.button {
  letter-spacing: 18%;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 14px 0px 14px 0px;
  text-transform: uppercase;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.button:disabled {
  pointer-events: none;
}
.button.fit {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .button {
    font-size: 10.8px;
  }
}
.button.-color-1 {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.-color-1:hover, .button.-color-1:focus-visible {
  border-color: #000000;
  color: #EFEFEF;
}
.-menu-active .button.-color-1 {
  background-color: transparent;
  border-color: #000000;
  color: white;
}
.-menu-active .button.-color-1:hover, .-menu-active .button.-color-1:focus-visible {
  border-color: #000000;
  color: #EFEFEF;
}
.button.-color-1 {
  background-color: #B07772;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 47px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 27px;
  padding-right: 20px;
  gap: 20px;
}
@media (max-width: 576px) {
  .button.-color-1 {
    font-size: 10.8px;
  }
}
.button.-color-1.-custom {
  height: 70px !important;
  margin-top: 70px !important;
  max-width: 536px;
  margin: auto;
}
@media (max-width: 576px) {
  .button.-color-1.-custom {
    font-size: 10.8px;
    height: 63px !important;
  }
  .button.-color-1.-custom svg {
    width: 12px;
  }
}
@media (max-width: 576px) {
  .button.-color-1.-custom {
    margin-top: 40px !important;
  }
}
.button.-transparent {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.-transparent:hover, .button.-transparent:focus-visible {
  background-color: #000000;
  border-color: #000000;
  color: #EFEFEF;
}
.-menu-active .button.-transparent {
  border-color: #000000;
  color: white;
}
.-menu-active .button.-transparent:hover, .-menu-active .button.-transparent:focus-visible {
  background-color: transparent;
  border-color: #000000;
  color: #EFEFEF;
}
.button.-transparent {
  background-color: transparent;
  color: #000000;
  padding-left: 25px;
  padding-bottom: 19px;
  padding-top: 19px;
  padding-right: 22px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 576px) {
  .button.-transparent {
    font-size: 10.8px;
  }
}
.button.-transparent.--active {
  background-color: transparent;
}
.button.-transparent.--active:hover {
  color: white;
}
.button.-white-with-svg {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.-white-with-svg:hover, .button.-white-with-svg:focus-visible {
  background-color: white;
  color: #AF997B !important;
}
.button.-white-with-svg:hover svg .bg-shape, .button.-white-with-svg:focus-visible svg .bg-shape {
  stroke: #AF997B;
}
.button.-white-with-svg:hover svg .arrow-line, .button.-white-with-svg:focus-visible svg .arrow-line {
  stroke: #AF997B;
  transform: translateX(1px);
}
.button.-white-with-svg {
  background-color: transparent;
  color: white;
  padding-left: 25px;
  padding-bottom: 19px;
  padding-top: 19px;
  padding-right: 6px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 576px) {
  .button.-white-with-svg {
    font-size: 10.8px;
  }
}
.button.-white-with-svg svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.button.-white-with-svg svg .arrow-line, .button.-white-with-svg svg .bg-shape {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.-white {
  background-color: white;
  color: #000000;
  padding-left: 25px;
  padding-bottom: 19px;
  padding-top: 19px;
  padding-right: 22px;
  width: auto;
  height: 47px;
  border-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 576px) {
  .button.-white {
    font-size: 10.8px;
  }
}
.button.-white:hover {
  background-color: #000000;
  color: white !important;
  border: 1px solid #000000;
}
.button__icon {
  width: 20px;
  color: currentColor;
}
.button.-button-white {
  background-color: transparent;
  color: white;
  border-color: white;
  padding-left: 25px;
  padding-bottom: 19px;
  padding-top: 19px;
  padding-right: 22px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 576px) {
  .button.-button-white {
    font-size: 10.8px;
  }
}
.button.-button-white:hover {
  background-color: white;
  color: #000000;
  border: none;
}

.buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .buttons {
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .buttons {
    margin-bottom: -15px;
  }
}
@media (max-width: 576px) {
  .buttons {
    margin-bottom: -15px;
  }
}
.buttons > * {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .buttons > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .buttons > * {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .buttons > * {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

* + .buttons {
  margin-top: 40px !important;
}
@media (max-width: 576px) {
  * + .buttons {
    margin-top: 30px !important;
  }
}

.overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
  margin-bottom: -80px;
  width: calc(100% + (18px));
}
.overview__item {
  width: calc(4 * 100% / 12 - 18px);
  margin: 0 calc(18px / 2);
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -60px;
    width: calc(100% + (18px));
  }
  .overview__item {
    width: calc(4 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -60px;
    width: calc(100% + (18px));
  }
  .overview__item {
    width: calc(6 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -60px;
    width: calc(100% + (18px));
  }
  .overview__item {
    width: calc(12 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 60px;
  }
  .overview {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
  .overview .overview__item {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

.-locations .overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
  margin-bottom: -100px;
  width: calc(100% + (18px));
}
.-locations .overview__item {
  width: calc(4 * 100% / 12 - 18px);
  margin: 0 calc(18px / 2);
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .-locations .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-40px / 2);
    margin-right: calc(-40px / 2);
    margin-bottom: -60px;
    width: calc(100% + (40px));
  }
  .-locations .overview__item {
    width: calc(6 * 100% / 12 - 40px);
    margin: 0 calc(40px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .-locations .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
    margin-bottom: -60px;
    width: calc(100% + (30px));
  }
  .-locations .overview__item {
    width: calc(6 * 100% / 12 - 30px);
    margin: 0 calc(30px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .-locations .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -60px;
    width: calc(100% + (18px));
  }
  .-locations .overview__item {
    width: calc(12 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 60px;
  }
}

.news .overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
  margin-bottom: -100px;
  width: calc(100% + (18px));
}
.news .overview__item {
  width: calc(4 * 100% / 12 - 18px);
  margin: 0 calc(18px / 2);
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .news .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-40px / 2);
    margin-right: calc(-40px / 2);
    margin-bottom: -60px;
    width: calc(100% + (40px));
  }
  .news .overview__item {
    width: calc(6 * 100% / 12 - 40px);
    margin: 0 calc(40px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .news .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
    margin-bottom: -60px;
    width: calc(100% + (30px));
  }
  .news .overview__item {
    width: calc(6 * 100% / 12 - 30px);
    margin: 0 calc(30px / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .news .overview {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    margin-bottom: -60px;
    width: calc(100% + (18px));
  }
  .news .overview__item {
    width: calc(12 * 100% / 12 - 18px);
    margin: 0 calc(18px / 2);
    margin-bottom: 60px;
  }
}
.news .overview .item {
  cursor: pointer;
}
.news .overview .item .item__image {
  overflow: hidden;
}
.news .overview .item .item__image img {
  transition: 240ms ease;
}
.news .overview .item:hover .item__image img {
  transform: scale(1.02);
  transition: 240ms ease;
}

.item__image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #EDE6E2;
  cursor: pointer;
}
.item__image .state--large {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.item__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.item__title {
  margin-top: 15px;
}
.item__preview.description {
  font-size: 17px;
  margin-top: 65px;
}
.item__content {
  padding-top: 30px;
}
.item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item.-news {
  display: flex;
  flex-direction: column;
}
.item.-news .item__content {
  flex-grow: 1;
}
.item.-news .item__content {
  padding-bottom: 0;
}
.item.-news .item__image {
  height: 0;
  width: 100%;
  padding-top: 60%;
}
.item.-housetype {
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .item.-housetype {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .item.-housetype:last-of-type {
    margin-bottom: 100px;
  }
}
.item.-housetype .item__image {
  height: 0;
  width: 100%;
  padding-top: 62.6%;
}
.item.-housetype .item__content {
  padding-top: unset;
  margin-top: 40px;
  border-left: solid 1px #000000;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 576px) {
  .item.-housetype .item__content {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1350px) {
  .item.-housetype .item__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item.-housetype .item__content .availability-label {
  min-width: 150px;
  min-height: 33px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .item.-housetype .item__content .availability-label {
    font-size: 10.8px;
  }
}
.item.-housetype .item__content .availability-label.-available {
  background-color: #009640;
}
.item.-housetype .item__content .availability-label.-in-option {
  background-color: #F39200;
}
.item.-housetype .item__content .availability-label.-last-one {
  background-color: #F39200;
}
.item.-housetype .item__content .availability-label.-sold {
  background-color: #A94046;
}
.item.-housetype .item__content .item__title {
  color: #000000;
  font-size: 36px;
  line-height: 1.26;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .item.-housetype .item__content .item__title {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.item.-housetype .item__content .row-wrapper {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 35px;
}
@media screen and (max-width: 1350px) {
  .item.-housetype .item__content .row-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.item.-housetype .item__content .row-wrapper .item__row {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.item.-housetype .item__content .row-wrapper .item__row b {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.16px;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: 10px;
}
.item.-housetype .item__content .row-wrapper .item__row span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 576px) {
  .item.-housetype .item__content .row-wrapper .item__row span {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .item.-housetype .item__content .row-wrapper .item__row.area b {
    position: relative;
    display: inline-block;
    max-width: 143px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
  }
  .item.-housetype .item__content .row-wrapper .item__row.area b::after {
    content: ".";
    position: absolute;
    right: -3px;
    bottom: -4px;
  }
}
.item.-woningen {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.item.-woningen:hover .button {
  background-color: #fff;
  color: #000000 !important;
}
.item.-woningen .item__image {
  height: 0;
  width: 100%;
  padding-top: 108.5%;
  position: relative;
  overflow: hidden;
}
.item.-woningen .item__image:hover img {
  transform: scale(1.02);
}
@media (max-width: 576px) {
  .item.-woningen .item__image {
    padding-top: 0px !important;
    height: 358px;
  }
}
.item.-woningen .item__image img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 768px) {
  .item.-woningen .item__image img {
    border-top-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
}
.item.-woningen .item__image img {
  transition: all 0.3s ease;
}
.item.-woningen .item__image .item__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .item.-woningen .item__image .item__content {
    margin-bottom: 24px;
  }
}
.item.-woningen .item__image .item__content .item__title {
  margin-top: unset;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(36px, 3.64vw, 70px);
  line-height: 0.7;
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
.item.-woningen .item__image .item__content .button {
  margin-top: 53px;
  border-color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 18%;
  color: #fff;
  height: 33px;
  display: flex;
  padding: 0px 15px;
}
@media (max-width: 576px) {
  .item.news-preview, .item.voortgang-preview {
    margin-bottom: 40px;
  }
  .item.news-preview:last-of-type, .item.voortgang-preview:last-of-type {
    margin-bottom: 100px;
  }
}
.item.news-preview .item__image, .item.voortgang-preview .item__image {
  height: 0;
  width: 100%;
  padding-top: 74.5%;
}
.item.news-preview .item__content, .item.voortgang-preview .item__content {
  padding-top: unset;
  margin-top: 40px;
  border-left: solid 1px #000000;
  padding-left: 40px;
  padding-right: 20px;
  max-height: 150px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .item.news-preview .item__content, .item.voortgang-preview .item__content {
    margin-top: 24px;
  }
}
.item.news-preview .item__content .item__date, .item.voortgang-preview .item__content .item__date {
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  line-height: 0.8;
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
@media (max-width: 576px) {
  .item.news-preview .item__content .item__date, .item.voortgang-preview .item__content .item__date {
    font-size: 14px;
  }
}
.item.news-preview .item__content .item__title, .item.voortgang-preview .item__content .item__title {
  color: #000000;
  font-size: 25px;
  flex-grow: 1;
  margin-top: 24px;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 0.15em;
}
@media (max-width: 768px) {
  .item.news-preview .item__content .item__title, .item.voortgang-preview .item__content .item__title {
    max-height: 93px;
    overflow-y: clip;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .item.news-preview .item__content .item__title, .item.voortgang-preview .item__content .item__title {
    max-height: unset;
    overflow-y: unset;
  }
}
.item.news-preview .item__content h3 + *, .item.voortgang-preview .item__content h3 + * {
  margin-top: unset;
}
.item.news-preview .item__content .link, .item.voortgang-preview .item__content .link {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-weight: 700;
}
.item.voortgang-preview .item__content {
  max-height: unset;
}
.item.voortgang-preview .item__content .item__title {
  flex-grow: 0;
}

.slider {
  width: 100%;
  height: 70vh;
}
.slider__inner {
  position: relative;
  height: 100%;
}
.slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider__controls {
  display: none;
  justify-content: space-between;
}
.slider__controls.-active {
  display: flex;
}
.slider__control {
  cursor: pointer;
}
.slider__slide {
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
}
.slider__slide.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.slider {
  height: 100%;
}
.slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__bar {
  flex-grow: 1;
  border-radius: 1px;
  height: 2px;
  background-color: white;
}
.slider__bar div {
  transition: width 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  height: 100%;
  border-radius: 1px;
  background-color: #AF997B;
}
.slider__controls {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .slider__controls {
    margin-left: 20px;
  }
}
.slider .splide__arrow {
  position: static;
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  transform: translate(0);
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #AF997B;
  background-image: url("/img/icons/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
}
.slider .splide__arrow svg {
  display: none;
}
.slider .splide__arrow--prev {
  background-image: url("/img/icons/arrow-left-white.svg");
}
.slider .splide__arrow + .splide__arrow {
  margin-left: 15px;
}
.slider .splide__arrow:hover {
  background-color: #EDE6E2;
}
.slider .splide__track {
  height: 100%;
}
.slider__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 60px;
  width: 100%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .slider__bottom {
    padding: 20px;
  }
}
.slider__bottom.-active {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 100%;
  height: 100%;
  background-color: #B07772;
}
@media (max-width: 1140px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.mobile-menu .container .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.mobile-menu .container .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.mobile-menu .container .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.mobile-menu .container .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.mobile-menu .container .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.mobile-menu .container .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.mobile-menu .container .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.mobile-menu .container .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.mobile-menu .container .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.mobile-menu .container .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.mobile-menu .container .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.mobile-menu .container .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.mobile-menu .container .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.mobile-menu .container .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.mobile-menu .container .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.mobile-menu .container .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.mobile-menu .container .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.mobile-menu .container .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.mobile-menu .container .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.mobile-menu .container .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.mobile-menu .container .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.mobile-menu .container .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.mobile-menu .container .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.mobile-menu .container .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .mobile-menu .container .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .mobile-menu .container .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .mobile-menu .container .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .mobile-menu .container .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .mobile-menu .container .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .mobile-menu .container .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .mobile-menu .container .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .mobile-menu .container .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .mobile-menu .container .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .mobile-menu .container .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .mobile-menu .container .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .mobile-menu .container .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .mobile-menu .container .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .mobile-menu .container .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .mobile-menu .container .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .mobile-menu .container .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .mobile-menu .container .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .mobile-menu .container .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .mobile-menu .container .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .mobile-menu .container .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .mobile-menu .container .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .mobile-menu .container .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .mobile-menu .container .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .mobile-menu .container .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .mobile-menu .container .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .mobile-menu .container .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .mobile-menu .container .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .mobile-menu .container .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .mobile-menu .container .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .mobile-menu .container .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .mobile-menu .container .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .mobile-menu .container .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .mobile-menu .container .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .mobile-menu .container .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .mobile-menu .container .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .mobile-menu .container .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .mobile-menu .container .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .mobile-menu .container .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .mobile-menu .container .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .mobile-menu .container .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .mobile-menu .container .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .mobile-menu .container .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .mobile-menu .container .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .mobile-menu .container .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .mobile-menu .container .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .mobile-menu .container .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .mobile-menu .container .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .mobile-menu .container .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .mobile-menu .container .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .mobile-menu .container .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .mobile-menu .container .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .mobile-menu .container .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .mobile-menu .container .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .mobile-menu .container .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .mobile-menu .container .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .mobile-menu .container .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .mobile-menu .container .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .mobile-menu .container .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .mobile-menu .container .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .mobile-menu .container .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .mobile-menu .container .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .mobile-menu .container .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .mobile-menu .container .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .mobile-menu .container .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .mobile-menu .container .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .mobile-menu .container .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .mobile-menu .container .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .mobile-menu .container .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .mobile-menu .container .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .mobile-menu .container .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .mobile-menu .container .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .mobile-menu .container .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .mobile-menu .container .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .mobile-menu .container .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .mobile-menu .container .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .mobile-menu .container .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .mobile-menu .container .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .mobile-menu .container .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .mobile-menu .container .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .mobile-menu .container .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .mobile-menu .container .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .mobile-menu .container .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .mobile-menu .container .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .mobile-menu .container .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.mobile-menu .container .part-top-0 {
  margin-top: 0px;
}
.mobile-menu .container .part-left-0 {
  margin-left: 0px;
}
.mobile-menu .container .part-right-0 {
  margin-right: 0px;
}
.mobile-menu .container .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.mobile-menu .container .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.mobile-menu .container .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.mobile-menu .container .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.mobile-menu .container .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.mobile-menu .container .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.mobile-menu .container .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.mobile-menu .container .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.mobile-menu .container .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.mobile-menu .container .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.mobile-menu .container .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.mobile-menu .container .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.mobile-menu .container .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.mobile-menu .container .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.mobile-menu .container .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.mobile-menu .container .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.mobile-menu .container .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.mobile-menu .container .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.mobile-menu .container .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.mobile-menu .container .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.mobile-menu .container .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.mobile-menu .container .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.mobile-menu .container .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.mobile-menu .container .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.mobile-menu .container .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.mobile-menu .container .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.mobile-menu .container .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.mobile-menu .container .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.mobile-menu .container .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.mobile-menu .container .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.mobile-menu .container .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.mobile-menu .container .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.mobile-menu .container .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.mobile-menu .container .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.mobile-menu .container .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.mobile-menu .container .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.mobile-menu .container .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.mobile-menu .container .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.mobile-menu .container .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.mobile-menu .container .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.mobile-menu .container .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.mobile-menu .container .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.mobile-menu .container .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.mobile-menu .container .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.mobile-menu .container .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.mobile-menu .container .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.mobile-menu .container .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.mobile-menu .container .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.mobile-menu .container .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .mobile-menu .container .part-top-l-0 {
    margin-top: 0px;
  }
  .mobile-menu .container .part-left-l-0 {
    margin-left: 0px;
  }
  .mobile-menu .container .part-right-l-0 {
    margin-right: 0px;
  }
  .mobile-menu .container .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .mobile-menu .container .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .mobile-menu .container .part-top-m-0 {
    margin-top: 0px;
  }
  .mobile-menu .container .part-left-m-0 {
    margin-left: 0px;
  }
  .mobile-menu .container .part-right-m-0 {
    margin-right: 0px;
  }
  .mobile-menu .container .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .mobile-menu .container .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .mobile-menu .container .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .mobile-menu .container .part-top-s-0 {
    margin-top: 0px;
  }
  .mobile-menu .container .part-left-s-0 {
    margin-left: 0px;
  }
  .mobile-menu .container .part-right-s-0 {
    margin-right: 0px;
  }
  .mobile-menu .container .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .mobile-menu .container .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .mobile-menu .container .part-top-xs-0 {
    margin-top: 0px;
  }
  .mobile-menu .container .part-left-xs-0 {
    margin-left: 0px;
  }
  .mobile-menu .container .part-right-xs-0 {
    margin-right: 0px;
  }
  .mobile-menu .container .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .mobile-menu .container .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .mobile-menu .container .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .mobile-menu .container .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .mobile-menu .container .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .mobile-menu .container .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .mobile-menu .container .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .mobile-menu .container .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .mobile-menu .container .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .mobile-menu .container .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .mobile-menu .container .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .mobile-menu .container .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .mobile-menu .container .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .mobile-menu .container .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .mobile-menu .container .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .mobile-menu .container .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .mobile-menu .container .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-menu .container .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mobile-menu .container .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .mobile-menu .container .part-xl-0 {
    display: none;
  }
}
.mobile-menu .container [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.mobile-menu .container [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.mobile-menu .container [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.mobile-menu .container [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.mobile-menu .container [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.mobile-menu .container [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.mobile-menu .container [class*=part].-text-left {
  text-align: left;
}
.mobile-menu .container [class*=part].-text-center {
  text-align: center;
}
.mobile-menu .container [class*=part].-text-right {
  text-align: right;
}
.mobile-menu .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1648px;
}
@media (max-width: 768px) {
  .mobile-menu .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mobile-menu .container a:not(.button), .mobile-menu .container span, .mobile-menu .container li, .mobile-menu .container p, .mobile-menu .container h1, .mobile-menu .container h2, .mobile-menu .container h3, .mobile-menu .container h4, .mobile-menu .container h5, .mobile-menu .container h6 {
  color: #B07772;
}
.mobile-menu__nav {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .mobile-menu__nav {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .mobile-menu__nav {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .mobile-menu__nav {
    margin-top: 100px;
  }
}
@media (max-width: 375px) {
  .mobile-menu__nav {
    margin-top: 80px;
  }
}
.mobile-menu__link {
  display: block;
}
.mobile-menu {
  top: unset;
  bottom: 100%;
}
.mobile-menu.-active {
  bottom: 0;
}
.mobile-menu {
  display: inline-block;
  overflow-y: auto;
}
.mobile-menu .-transparent {
  justify-content: center !important;
}
.mobile-menu .container {
  padding-left: unset;
  padding-right: unset;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1698px) {
  .mobile-menu .container {
    padding-left: 50px;
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 576px) {
  .mobile-menu .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mobile-menu .buttons {
  display: none;
}
@media (max-width: 576px) {
  .mobile-menu .buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
    width: 100% !important;
  }
  .mobile-menu .buttons .button {
    width: calc(50% - 6px);
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 10px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 42px !important;
  }
}
.mobile-menu .container {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.mobile-menu .container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 576px) {
  .mobile-menu .container {
    padding-left: 20px;
  }
}
.mobile-menu__nav {
  width: 100%;
  margin-top: 7.81vw !important;
}
.mobile-menu__nav h1 {
  color: white !important;
  font-family: "Blacker Display Light Italic", sans-serif;
  margin-bottom: 2.6vw;
  font-size: clamp(50px, 7.9vh, 152px) !important;
}
@media (max-width: 576px) {
  .mobile-menu__nav h1 {
    display: none;
  }
}
.mobile-menu__nav h4 {
  color: white !important;
  font-family: "Blacker Display Light Italic", sans-serif;
  text-box-trim: trim-both;
}
.mobile-menu__nav p {
  color: #000000 !important;
}
.mobile-menu__nav span.mobile-menu__stripe {
  display: block;
  width: 100%;
  max-width: 1648px;
  margin: 0 auto;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 576px) {
  .mobile-menu__nav span.mobile-menu__stripe {
    display: none;
  }
}
@media (max-width: 576px) {
  .mobile-menu__nav {
    margin-top: 30px;
  }
}

/*
|--------------------------------------------------------------------------
| MAIN MENU (DESKTOP DEFAULT)
|--------------------------------------------------------------------------
*/
.main-menu .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  row-gap: 35px;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
}
.main-menu .menu-item {
  width: 25%;
}
@media (max-width: 576px) {
  .main-menu .menu-item {
    width: 100% !important;
  }
}
.main-menu h4 {
  margin-bottom: 20px !important;
  font-size: clamp(24px, 2.08vw, 40px) !important;
}
.main-menu p {
  margin-top: 0 !important;
  font-size: clamp(16px, 1.04vw, 20px);
}
.main-menu .menu-head {
  cursor: default;
}
.main-menu .menu-content {
  display: block;
  max-height: none;
  overflow: visible;
}
.main-menu .arrow {
  display: none;
}
.main-menu .-menu-link {
  transition: color 0.3s ease;
}
.main-menu .-menu-link.-active {
  color: white !important;
}
.main-menu .-menu-link:hover {
  color: white !important;
}
.main-menu a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/*
|--------------------------------------------------------------------------
| MOBILE ACCORDION
|--------------------------------------------------------------------------
*/
@media (max-width: 576px) {
  h4,
  p, a {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .main-menu .container {
    display: block;
  }
  .main-menu .menu-item {
    width: 100%;
    border-top: 1px solid black;
    padding-left: 10px;
  }
  .main-menu .menu-item:last-child {
    border-bottom: 1px solid black;
  }
  .main-menu {
    /*
    |--------------------------------------------------------------------------
    | HEAD (klikbaar)
    |--------------------------------------------------------------------------
    */
  }
  .main-menu .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0 10px 0;
  }
  .main-menu {
    /*
    |--------------------------------------------------------------------------
    | CONTENT (accordion core)
    |--------------------------------------------------------------------------
    */
  }
  .main-menu .menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .main-menu .menu-content a {
    margin-top: 20px;
  }
  .main-menu .menu-content a:first-child {
    margin-top: 24px;
  }
  .main-menu .menu-content a:last-child {
    margin-bottom: 32px;
  }
  .main-menu .menu-item.active .menu-content {
    max-height: 2000px;
  }
  .main-menu {
    /*
    |--------------------------------------------------------------------------
    | ARROW
    |--------------------------------------------------------------------------
    */
  }
  .main-menu .arrow {
    transform: rotate(180deg);
    transform-origin: center center;
    transition: transform 0.3s ease;
    display: block;
    margin-top: 0px !important;
    margin-right: 10px;
  }
  .main-menu .arrow svg {
    width: 20px;
    display: block;
  }
  .main-menu .menu-item.active .arrow {
    transform: rotate(0deg);
  }
  .main-menu {
    /*
    |--------------------------------------------------------------------------
    | TYPOGRAPHY MOBILE
    |--------------------------------------------------------------------------
    */
  }
  .main-menu h4 {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
  .main-menu p {
    font-size: 16px !important;
  }
  .main-menu a {
    display: block;
    width: 100%;
  }
  .main-menu .menu-content {
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .mobile-menu {
    display: flex !important;
    row-gap: 0px !important;
    flex-direction: column;
  }
  .mobile-menu .menu-item:nth-child(2) {
    order: 1;
  }
  .mobile-menu .menu-item:nth-child(6) {
    order: 2;
  }
  .mobile-menu .menu-item:nth-child(3) {
    order: 3;
  }
  .mobile-menu .menu-item:nth-child(7) {
    order: 4;
  }
  .mobile-menu .menu-item:nth-child(4) {
    order: 5;
  }
  .mobile-menu .menu-item:nth-child(8) {
    order: 6;
  }
  .mobile-menu .menu-item:nth-child(5) {
    order: 7;
  }
  .mobile-menu .menu-item:last-child {
    order: 8;
  }
}
.hamburger {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger span {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  background-color: #000000;
}
.hamburger .hamburger__icon {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.6);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .hamburger__icon line {
  transition: stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  stroke: white;
}
.hamburger:hover:not(.-active) {
  background-color: #000000;
  border-color: #000000;
}
.hamburger:hover:not(.-active) span {
  background-color: white !important;
}
.hamburger.-active {
  background-color: #000000;
  border-color: #000000;
}
.hamburger.-active span {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.-active .hamburger__icon {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.hamburger.-active .hamburger__icon line {
  stroke: white !important;
}
.hamburger.-active:hover {
  background-color: white !important;
  border-color: #000000 !important;
}
.hamburger.-active:hover .hamburger__icon line {
  stroke: #000000 !important;
}
.hamburger {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 46px;
  height: 47px;
  border-radius: 14px 0px 14px 0px;
  border: 1px solid #000000;
  cursor: pointer;
  background: transparent;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 576px) {
  .hamburger {
    width: 41px;
    height: 42px;
  }
}
.hamburger span {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000000;
}
.hamburger .hamburger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.6);
}
.hamburger.-active .hamburger__icon {
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

body {
  background-color: #EDE6E2;
}
body .header {
  background-color: transparent;
}
body .header .top__bar {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  height: 48px;
  position: relative;
  z-index: 9000;
  padding-left: 15px;
  padding-right: 15px;
}
body .header .top__bar img {
  height: 25px;
}
body .header .top__bar img.--german {
  height: 30px;
}
@media (max-width: 576px) {
  body .header .top__bar {
    padding: 10px 15px;
    gap: 10px;
  }
  body .header .top__bar p {
    font-size: 10px;
    text-align: center;
  }
}
body .header .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  height: 48px;
  gap: 24px;
}
body .header .header__nav__language {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .header .header__nav__language a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1), opacity 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  opacity: 0.5;
}
body .header .header__nav__language a:hover {
  color: white !important;
  opacity: 1;
}
body .header .header__nav__language a.-active {
  color: #000000 !important;
  opacity: 1;
}
body .header .header__nav__language .separator {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
body .header > .container {
  background-color: transparent;
}
body .header > .container .-has-submenu {
  display: flex;
}
body .header > .container .-has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body .header > .container .submenu {
  position: absolute;
  top: 100px;
  min-width: 220px;
  padding: 30px 20px;
  transform: translateX(-20px);
  background-color: #AF997B;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
}
body .header > .container .submenu__item {
  display: block;
  height: 100%;
  white-space: nowrap;
  color: white;
}
body .header > .container .submenu__icon {
  margin-left: 10px;
  width: 10px;
  height: auto;
  fill: #AF997B;
}
body .header > .container .submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .header > .container .submenu__icon {
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  margin-top: 2px;
}
body .header > .container .submenu a.header__item {
  display: inline-block;
  color: white !important;
  white-space: nowrap;
  transition: background-size 0.6s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  color: white;
}
body .header > .container .submenu a.header__item:hover, body .header > .container .submenu a.header__item:focus {
  background-size: 100% 1px;
}
body .header > .container .submenu a.header__item {
  background-size: 0 1px;
}
body .header > .container .submenu a.header__item:hover, body .header > .container .submenu a.header__item.-active {
  color: white !important;
}
body .header > .container .submenu a.header__item.-active {
  background-size: 100% 1px;
}
body .header > .container .submenu a.header__item + a {
  margin-left: 0;
}

.faq__item {
  display: block;
}
.faq__item.-active .faq__answer {
  height: auto;
}
.faq__question {
  position: relative;
  cursor: pointer;
}
.faq__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: auto;
}
.faq__answer {
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
.faq__question {
  position: relative;
  padding: 36px 50px 36px 41px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 25px 10px 25px 10px;
  }
}
.faq__question p {
  margin: 0;
  font-size: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.faq__question p + * {
  margin-top: unset !important;
}
@media (max-width: 768px) {
  .faq__question p {
    max-width: 87%;
    font-size: 16px;
  }
}
.faq__question:hover .faq__icon .bg-shape {
  fill: #000000;
}
.faq__question:hover .faq__icon .arrow-line {
  stroke: white;
}
.faq__item {
  border-top: 1px solid #000000;
}
.faq__item:last-child {
  border-bottom: 1px solid #000000;
}
.faq__item.-active .faq__answer {
  margin-top: -10px;
  grid-template-rows: 1fr;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .faq__item.-active .faq__answer {
    padding-bottom: 30px;
  }
}
.faq__item.-active .faq__answer .faq__answer-inner {
  opacity: 1;
  transition-delay: 0.2s;
}
.faq__item.-active .faq__icon .arrow-line {
  transform: rotate(180deg);
}
.faq__item.-active .faq:hover__icon .bg-shape {
  fill: #000000;
}
.faq__item.-active .faq:hover__icon .arrow-line {
  stroke: white;
}
.faq__category {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #000000;
  padding-bottom: clamp(40px, 8vw, 70px);
  margin-bottom: -1px;
  z-index: 1;
}
.faq__category + * {
  margin-top: 0;
}
.faq__icon {
  right: 0;
  width: 45px;
  height: 47px;
  position: unset;
}
@media (max-width: 768px) {
  .faq__icon {
    width: 41px;
    height: 42px;
  }
}
.faq__icon .bg-shape {
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__icon .arrow-line {
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  padding-left: 41px;
  padding-right: 20px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .faq__answer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq__answer .faq__answer-inner {
  max-width: 776px;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .faq__answer .faq__answer-inner {
    width: unset;
  }
}
.faq__answer .faq__answer-inner a {
  border-bottom: 1px solid black !important;
}
.faq__answer p + p, .faq__answer p + ul, .faq__answer ul + p, .faq__answer ul + ul {
  margin-top: 20px;
}

.faq-home .buttons {
  justify-content: space-between;
}
.faq-home .buttons .button {
  width: calc(50% - 8.5px);
  margin-right: 0px !important;
  height: 70px !important;
}

.state {
  display: flex;
  align-items: center;
  margin-top: 0;
  color: #009640;
}
.state__dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 8px;
  background-color: #009640;
}
.state.-available {
  color: #009640;
}
.state.-in-option {
  color: #F39200;
}
.state.-in-option .state__dot {
  background-color: #F39200;
}
.state.-sold {
  color: #A94046;
}
.state.-sold .state__dot {
  background-color: #A94046;
}
.state--large {
  margin-top: 0;
  padding: 9px 20px;
  background-color: #009640;
  color: white;
  font-weight: 700;
}
.state--large.-available {
  background-color: #009640;
}
.state--large.-in-option {
  background-color: #F39200;
}
.state--large.-sold {
  background-color: #A94046;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table td, table th {
  padding: 20px 20px;
}
table thead tr th {
  text-align: left;
  background-color: #EFEFEF;
}
table tbody tr {
  cursor: pointer;
}
table tbody tr td {
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-color: white;
  line-height: 1.25;
}
table tbody tr.-sold td {
  background-color: rgba(255, 239, 239, 0.3);
}
table tbody tr:nth-child(even) td {
  background-color: #EFEFEF;
}
table tbody tr:nth-child(even).-sold td {
  background-color: #FFEFEF;
}
table tbody tr:hover td {
  background-color: #EDE6E2;
}
table::-webkit-scrollbar {
  display: none;
}
table.availability-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: unset !important;
}
table.availability-table thead th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
  height: 67px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 576px) {
  table.availability-table thead th {
    height: 57px;
  }
}
table.availability-table thead th.col:first-of-type {
  padding-left: 40px;
}
@media (max-width: 768px) {
  table.availability-table thead th.col:first-of-type {
    padding-left: 7px;
  }
}
table.availability-table thead th.col:last-of-type {
  padding-right: 40px;
  text-align: left;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  table.availability-table thead th.col:last-of-type {
    padding-right: 7px;
  }
}
table.availability-table tbody td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  border-bottom: 1px solid #000000;
  background-color: transparent !important;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 768px) {
  table.availability-table tbody td {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
table.availability-table tbody td:first-of-type {
  padding-left: 40px;
}
@media (max-width: 768px) {
  table.availability-table tbody td:first-of-type {
    padding-left: 7px;
  }
}
table.availability-table tbody td:last-of-type {
  padding-right: 40px;
}
@media (max-width: 768px) {
  table.availability-table tbody td:last-of-type {
    padding-right: 7px;
  }
}
table.availability-table th:last-child, table.availability-table td:last-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 0;
}
table.availability-table .status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  max-height: 33px;
  position: relative;
  bottom: 4px;
}
@media (max-width: 768px) {
  table.availability-table .status-pill {
    font-size: 10.8px;
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    letter-spacing: 1.944px;
  }
}
table.availability-table .status-pill.-available {
  background-color: #009640;
}
table.availability-table .status-pill.-in-option {
  background-color: #F39200;
}
table.availability-table .status-pill.-sold {
  background-color: #A94046;
  position: relative;
}
@media (max-width: 768px) {
  table.availability-table .status-pill.-sold {
    right: unset;
  }
}
table.availability-table.is-german .status-pill.-sold {
  right: unset;
}
@media (max-width: 768px) {
  table.availability-table thead th:nth-child(2),
  table.availability-table tbody tr td:nth-child(2) {
    display: none;
  }
}
table.pricelist {
  width: 100%;
  border-collapse: collapse;
  margin-top: unset !important;
}
table.pricelist thead th {
  font-size: 20px;
  line-height: 1.25;
  text-align: left;
  height: 67px;
  font-weight: normal;
}
@media (max-width: 768px) {
  table.pricelist thead th {
    height: 57px;
  }
}
table.pricelist thead th.col:first-of-type {
  padding-left: 40px;
}
@media (max-width: 768px) {
  table.pricelist thead th.col:first-of-type {
    padding-left: 7px;
  }
}
table.pricelist thead th.col:last-of-type {
  padding-right: 40px;
  text-align: left;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  table.pricelist thead th.col:last-of-type {
    padding-right: 7px;
  }
}
table.pricelist tbody td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  border-bottom: 1px solid #000000;
  background-color: transparent !important;
  line-height: 1.25;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 768px) {
  table.pricelist tbody td {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
table.pricelist tbody td:first-of-type {
  padding-left: 40px;
}
@media (max-width: 768px) {
  table.pricelist tbody td:first-of-type {
    padding-left: 7px;
  }
}
table.pricelist tbody td:last-of-type {
  padding-right: 40px;
}
@media (max-width: 768px) {
  table.pricelist tbody td:last-of-type {
    padding-right: 7px;
  }
}
table.pricelist th:last-child, table.pricelist td:last-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 0;
}
table.pricelist .status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  max-height: 33px;
  bottom: 4px;
  position: relative;
}
@media (max-width: 768px) {
  table.pricelist .status-pill {
    font-size: 10.8px;
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    letter-spacing: 1.944px;
    bottom: 2px;
  }
}
table.pricelist .status-pill.-available {
  background-color: #009640;
}
table.pricelist .status-pill.-in-option {
  background-color: #F39200;
}
table.pricelist .status-pill.-sold {
  background-color: #A94046;
  position: relative;
}
@media (max-width: 768px) {
  table.pricelist .status-pill.-sold {
    right: unset;
  }
}
table.pricelist.is-german .status-pill.-sold {
  right: unset;
}
@media (max-width: 1024px) {
  table.pricelist thead th:nth-child(3),
  table.pricelist tbody tr td:nth-child(3),
  table.pricelist thead th:nth-child(6),
  table.pricelist tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 768px) {
  table.pricelist thead th:nth-child(3),
  table.pricelist tbody tr td:nth-child(3),
  table.pricelist thead th:nth-child(5),
  table.pricelist tbody tr td:nth-child(5),
  table.pricelist thead th:nth-child(6),
  table.pricelist tbody tr td:nth-child(6) {
    display: none;
  }
}
@media (max-width: 576px) {
  table.pricelist thead th:nth-child(3),
  table.pricelist tbody tr td:nth-child(3),
  table.pricelist thead th:nth-child(4),
  table.pricelist tbody tr td:nth-child(4),
  table.pricelist thead th:nth-child(5),
  table.pricelist tbody tr td:nth-child(5),
  table.pricelist thead th:nth-child(6),
  table.pricelist tbody tr td:nth-child(6) {
    display: none;
  }
}

.block {
  background-color: #AF997B;
}
.block a:not(.button), .block span, .block li, .block p, .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  color: white;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6,
.block .heading-1,
.block .heading-2,
.block .heading-3,
.block .heading-4,
.block .heading-5,
.block .heading-6 {
  color: white;
}
.block {
  display: flex;
}
@media (max-width: 1024px) {
  .block {
    flex-direction: column;
  }
}
.block__content {
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .block__content {
    padding: 70px 40px;
  }
}
@media (max-width: 768px) {
  .block__content {
    padding: 70px 40px;
  }
}
@media (max-width: 576px) {
  .block__content {
    padding: 40px 20px;
  }
}
.block__content {
  width: 60%;
}
@media (max-width: 1024px) {
  .block__content {
    width: 100%;
  }
}
.block__image {
  position: relative;
  width: 40%;
}
@media (max-width: 1024px) {
  .block__image {
    width: 100%;
    height: 55vw;
  }
}
.block__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image--square {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image--square__source {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.image--full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--side {
  position: relative;
  padding-top: 90vh;
}
@media (max-width: 1800px) {
  .image--side {
    width: calc(100% - 70px);
  }
}
@media (max-width: 1280px) {
  .image--side {
    padding-top: 90vw;
  }
}
@media (max-width: 576px) {
  .image--side {
    width: 100%;
  }
}
.image--side img, .image--side .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + (100vw - 1648px) / 2 + 50px);
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(1648px)) {
  .image--side img, .image--side .background {
    width: calc(100% + 50px);
  }
}
@media (max-width: 768px) {
  .image--side img, .image--side .background {
    width: calc(100% + 20px);
  }
}
.image--side.-right img, .image--side.-right .background {
  left: 0;
  right: unset;
  border-bottom-right-radius: 0;
}
.image--side .background {
  background-color: white;
}
.image--logo {
  width: 123px;
  margin-top: 0px;
}
.image--logo + p {
  margin-top: 35px;
}
.image--footerlogo {
  width: 150px;
  margin-top: 55px;
}
.image--footerlogo + p {
  margin-top: 35px;
}
.image--small {
  width: 68px;
}
.image--small + p {
  margin-top: 35px;
}

.section.-right .image--side img, .section.-right .image--side .background {
  border-bottom-right-radius: 0;
}

.--small-image img {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding-right: 150px;
}
@media (max-width: 1024px) {
  .--small-image img {
    padding-right: 130px;
  }
}
@media (max-width: 768px) {
  .--small-image img {
    padding-right: 100px;
  }
}
@media (max-width: 576px) {
  .--small-image img {
    padding-right: 100px;
  }
}
@media (max-width: 375px) {
  .--small-image img {
    padding-right: 80px;
  }
}
.--small-image img {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .--small-image img {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .--small-image img {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .--small-image img {
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  .--small-image img {
    padding-top: 60px;
  }
}
.--small-image img {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .--small-image img {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .--small-image img {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .--small-image img {
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .--small-image img {
    padding-bottom: 60px;
  }
}
.--small-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.section .container {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (max-width: 1698px) {
  .section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section .container [class*=part] {
  position: relative;
}
.section .container [class*=part].-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .section .container [class*=part].-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .section .container [class*=part].-title .link {
    margin-top: 30px;
  }
}
.section .container [class*=part].-color-light {
  background-color: #EFEFEF;
}
.section .container .part__block {
  padding: 100px 7%;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  .section .container .part__block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .section .container .part__block {
    padding: 40px 0;
  }
}

.splide.carousel .splide__track {
  overflow: visible;
}
.splide.carousel .splide__list {
  align-items: stretch;
}
.splide.carousel .splide__slide {
  position: relative;
  width: auto !important;
  flex: 0 0 auto !important;
  height: 520px;
}
@media (max-width: 1024px) {
  .splide.carousel .splide__slide {
    height: 53vw;
  }
}
.splide.carousel .splide__slide img {
  display: block;
  height: 100%;
  width: auto !important;
  max-width: none;
  flex: 0 0 auto;
}

.location__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.location__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.location__text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}

.link {
  display: flex !important;
  align-items: center;
  color: #000000 !important;
}
.link img {
  margin-left: 10px;
  margin-top: 2px;
  width: 12px;
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
}
.link:hover img {
  transform: translateX(5px);
}
.link.-back img {
  margin-right: 10px;
  margin-left: 0;
}
.link.-down:hover img {
  transform: translateY(5px);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 60px;
  background-color: rgba(239, 239, 239, 0.9);
  display: none;
}
.modal.-active {
  display: flex;
}
.modal .modal__content {
  margin: auto;
  max-width: 800px;
  background-color: white;
  padding: 50px;
}
.modal .modal__content > .message {
  font-family: "Blacker Display Light", sans-serif;
  font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 1024px) {
  .modal .modal__content > .message {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
@media (max-width: 768px) {
  .modal .modal__content > .message {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
@media (max-width: 576px) {
  .modal .modal__content > .message {
    font-size: clamp(36px, 26.0896860987px + 2.5411061286vw, 70px);
  }
}
.modal .modal__content > .message + * {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .modal .modal__content > .message + * {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .modal .modal__content > .message + * {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .modal .modal__content > .message + * {
    margin-top: 20px;
  }
}
.modal .modal__content > .move-on {
  margin-top: 40px;
}
.modal__container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 900px;
  background: white;
}
.modal__text {
  padding: 40px;
  width: 500px;
}
.modal__image {
  position: relative;
  width: 400px;
  background-color: #EDE6E2;
}
.modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__cross {
  position: absolute;
  right: -15px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #AF997B;
  cursor: pointer;
}
.modal__cross span {
  position: absolute;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  transform: rotate(-45deg);
  display: block;
  width: 16px;
  height: 1px;
  background-color: white;
}
.modal__cross span + span {
  transform: rotate(45deg);
}
.modal__cross:hover span {
  transform: rotate(0);
}

.--news-preview .swiper {
  width: 100%;
  height: 100%;
  padding-left: 7.6vw !important;
  padding-right: 7.6vw !important;
}
@media (max-width: 768px) {
  .--news-preview .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.--news-preview .swiper-wrapper {
  margin-top: 3.47vw;
  margin-bottom: 6.94vw;
  height: auto !important;
}
.--news-preview .swiper-slide {
  align-items: center;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 576px) {
  .--news-preview .swiper-slide {
    margin-right: 0;
  }
}
.--news-preview .swiper-slide h4 {
  word-wrap: break-word;
  padding-left: 1.38vw;
  padding-right: 1.38vw;
  margin-top: 50px;
}
.--news-preview [class*=part] {
  overflow: hidden;
}
.--news-preview .swiper-buttons {
  display: flex;
  margin-bottom: 3.47vw;
}
@media (max-width: 576px) {
  .--news-preview .swiper-buttons {
    margin-bottom: 40px;
  }
}
.--news-preview .swiper-button-disabled {
  opacity: 0.5;
}

.--timeline {
  background-color: #000000;
  margin-bottom: -10.41vw;
}
.--timeline .container {
  padding-right: 0px;
  padding-bottom: 13.88vw;
  padding-top: 6.94vw;
}
@media (max-width: 576px) {
  .--timeline .container {
    padding-bottom: 100px;
  }
}
.--timeline .swiper_timeline {
  width: 100%;
  height: auto;
  margin-top: 6.94vw;
  overflow: visible;
}
@media (max-width: 576px) {
  .--timeline .swiper_timeline {
    margin-top: 100px;
  }
}
.--timeline .swiper_buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
  padding-right: 50px;
}
@media (max-width: 576px) {
  .--timeline .swiper_buttons {
    padding-right: 20px;
  }
}
.--timeline .swiper-slide {
  border-top: 5px solid #4F1717;
  height: auto;
  padding-top: 37px;
}
.--timeline .swiper-wrapper {
  height: auto;
}
.--timeline .swiper-slide::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #4F1717;
  display: block;
  position: absolute;
  border-radius: 100vw;
  top: -15px;
}
.--timeline .swiper-button-disabled {
  opacity: 0.5;
}
.--timeline .swiper-pagination {
  position: relative;
  margin-bottom: 39px;
}
.--timeline .swiper-pagination-bullet {
  width: unset;
  background-color: transparent;
  opacity: 1 !important;
  font-size: 1.38vw;
  padding: 5px 22px;
}
@media (max-width: 768px) {
  .--timeline .swiper-pagination-bullet:nth-child(2) {
    display: none;
  }
  .--timeline .swiper-pagination-bullet:nth-child(3) {
    display: none;
  }
  .--timeline .swiper-pagination-bullet:nth-child(4) {
    display: none;
  }
  .--timeline .swiper-pagination-bullet:nth-child(5) {
    display: none;
  }
  .--timeline .swiper-pagination-bullet:nth-child(7) {
    display: none;
  }
  .--timeline .swiper-pagination-bullet:nth-child(8) {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .--timeline .swiper-pagination-bullet {
    font-size: 18px;
  }
}
.--timeline .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 70px;
  height: 100%;
}

.event-dot {
  width: 24px;
  height: 24px;
  background-color: #4F1717; /* bruine kleur */
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px; /* center bovenaan met afstand naar content */
  position: absolute;
  top: -52px;
}

.--news-detail-preview {
  background-color: #000000;
}
.--news-detail-preview .container {
  justify-content: start;
}
.--news-detail-preview .-justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .--news-detail-preview .-justify-between {
    flex-direction: column;
    align-items: start;
  }
}
.--news-detail-preview .-justify-between p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.--news-detail-preview .-justify-between p svg {
  margin-left: 10px;
}

.swiper-buttons.--home {
  position: absolute;
  flex-direction: row;
  display: flex;
  align-items: center;
  cursor: pointer;
  left: calc(min(74vw, 1200px) - 100px);
  bottom: 120px;
  z-index: 99;
}
@media (max-width: 768px) {
  .swiper-buttons.--home {
    left: calc(min(74vw, 1200px) - 90px);
    bottom: 80px;
  }
}
.swiper-buttons.--home .prev {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  width: 46px;
  height: 47px;
  border-top-left-radius: 14px;
}
@media (max-width: 768px) {
  .swiper-buttons.--home .prev {
    width: 41px;
    height: 42px;
  }
}
.swiper-buttons.--home .prev svg {
  width: 23px;
  height: 19px;
}
@media (max-width: 768px) {
  .swiper-buttons.--home .prev svg {
    width: 20px;
    height: 17px;
  }
}
.swiper-buttons.--home .next {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 47px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 768px) {
  .swiper-buttons.--home .next {
    width: 41px;
    height: 42px;
  }
}
.swiper-buttons.--home .next svg {
  width: 23px;
  height: 19px;
}
@media (max-width: 768px) {
  .swiper-buttons.--home .next svg {
    width: 20px;
    height: 17px;
  }
}
.swiper-buttons.--home .swiper-button-disabled {
  opacity: 0.5;
}

.swiperTypeBottom {
  overflow: hidden;
}
.swiperTypeBottom .swiper-wrapper {
  align-items: center;
}
.swiperTypeBottom .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: min(74vw, 1200px);
}
.swiperTypeBottom .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  margin-inline: auto;
}
.swiperTypeBottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.swiperTypeBottom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.selector {
  position: relative;
  height: 100%;
}
@media (max-width: 1280px) {
  .selector .filter-trigger {
    display: flex;
  }
  .selector .filter-trigger svg {
    width: 46px !important;
  }
}
@media (max-width: 1280px) {
  .selector .filter {
    padding: 50px;
  }
  .selector .filter {
    /*
    |--------------------------------------------------------------------------
    | BUTTONS MOBILE
    |--------------------------------------------------------------------------
    */
    /*
    |--------------------------------------------------------------------------
    | PRIJS
    |--------------------------------------------------------------------------
    */
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .selector .filter.--desktop {
    display: none;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .selector .filter.--mobile {
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 576px) {
  .selector .filter {
    padding: 30px;
    padding-top: 50px !important;
  }
}
@media (max-width: 1280px) {
  .selector .filter__content--main {
    display: block;
  }
  .selector .filter__group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
  }
  .selector .filter__group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .selector .filter__group__header p {
    margin: 0 !important;
  }
  .selector .filter__group__body {
    display: none;
  }
  .selector .filter__group__body.-open {
    display: block;
  }
  .selector .filter__group__arrow {
    display: block;
    margin-top: 0px !important;
    display: flex;
  }
  .selector .filter__group__arrow svg {
    transition: transform 0.3s ease;
    transform-origin: center;
    transform: rotate(180deg);
    width: 15px;
  }
  .selector .filter__group__arrow svg path {
    stroke: #000000;
  }
  .selector .filter__group__arrow.-open svg {
    transform: rotate(0deg);
  }
  .selector .filter__content--type--buttons {
    flex-direction: column;
    gap: 10px;
  }
  .selector .filter .price-range {
    margin-top: 10px;
  }
  .selector .filter .price-values {
    margin-top: 10px;
    font-size: 14px;
  }
}
.selector .selector__block--image img {
  max-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
.selector img, .selector svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.selector g .ignored-path {
  cursor: pointer;
}
.selector g .-sold path:not(.ignored-path) {
  fill: #A94046 !important;
}
.selector g .-sold.-disabled path:not(.ignored-path) {
  fill: #ccc !important;
}
.selector g .-sold:hover path:not(.ignored-path), .selector g .-sold.-active path:not(.ignored-path) {
  fill: #962C32 !important;
}
.selector g .-available path:not(.ignored-path) {
  fill: #009640 !important;
}
.selector g .-available.-disabled path:not(.ignored-path) {
  fill: #ccc !important;
}
.selector g .-available:hover path:not(.ignored-path), .selector g .-available.-active path:not(.ignored-path) {
  fill: #006129 !important;
}
.selector g .-in-option path:not(.ignored-path) {
  fill: #F39200 !important;
}
.selector g .-in-option.-disabled path:not(.ignored-path) {
  fill: #ccc !important;
}
.selector g .-in-option:hover path:not(.ignored-path), .selector g .-in-option.-active path:not(.ignored-path) {
  fill: #C27400 !important;
}
.selector path:not(.ignored-path) {
  transition: fill 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  cursor: pointer;
}
.selector__actions {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.selector__actions .part-1:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.selector__actions .part-1.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
}
.selector__actions .part-2:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.selector__actions .part-2.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
}
.selector__actions .part-3:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.selector__actions .part-3.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
}
.selector__actions .part-4:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.selector__actions .part-4.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
}
.selector__actions .part-5:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.selector__actions .part-5.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
}
.selector__actions .part-6:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.selector__actions .part-6.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
}
.selector__actions .part-7:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.selector__actions .part-7.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
}
.selector__actions .part-8:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.selector__actions .part-8.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
}
.selector__actions .part-9:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.selector__actions .part-9.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
}
.selector__actions .part-10:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.selector__actions .part-10.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
}
.selector__actions .part-11:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.selector__actions .part-11.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
}
.selector__actions .part-12:not(.no-gutter) {
  width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.selector__actions .part-12.no-gutter {
  width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
}
@media (max-width: 1280px) {
  .selector__actions .part-xl-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-xl-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .selector__actions .part-xl-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-xl-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .selector__actions .part-xl-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-xl-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .selector__actions .part-xl-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-xl-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .selector__actions .part-xl-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-xl-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .selector__actions .part-xl-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-xl-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .selector__actions .part-xl-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-xl-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .selector__actions .part-xl-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-xl-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .selector__actions .part-xl-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-xl-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .selector__actions .part-xl-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-xl-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .selector__actions .part-xl-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-xl-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .selector__actions .part-xl-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-xl-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 1024px) {
  .selector__actions .part-l-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-l-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .selector__actions .part-l-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-l-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .selector__actions .part-l-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-l-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .selector__actions .part-l-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-l-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .selector__actions .part-l-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-l-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .selector__actions .part-l-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-l-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .selector__actions .part-l-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-l-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .selector__actions .part-l-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-l-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .selector__actions .part-l-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-l-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .selector__actions .part-l-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-l-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .selector__actions .part-l-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-l-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .selector__actions .part-l-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-l-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 768px) {
  .selector__actions .part-m-1:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-m-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .selector__actions .part-m-2:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-m-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .selector__actions .part-m-3:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-m-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .selector__actions .part-m-4:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-m-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .selector__actions .part-m-5:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-m-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .selector__actions .part-m-6:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-m-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .selector__actions .part-m-7:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-m-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .selector__actions .part-m-8:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-m-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .selector__actions .part-m-9:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-m-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .selector__actions .part-m-10:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-m-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .selector__actions .part-m-11:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-m-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .selector__actions .part-m-12:not(.no-gutter) {
    width: calc((100% - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-m-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 576px) {
  .selector__actions .part-s-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .selector__actions .part-s-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .selector__actions .part-s-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .selector__actions .part-s-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .selector__actions .part-s-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .selector__actions .part-s-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .selector__actions .part-s-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .selector__actions .part-s-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .selector__actions .part-s-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .selector__actions .part-s-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .selector__actions .part-s-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .selector__actions .part-s-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .selector__actions .part-s-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .selector__actions .part-s-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .selector__actions .part-s-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .selector__actions .part-s-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .selector__actions .part-s-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .selector__actions .part-s-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .selector__actions .part-s-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .selector__actions .part-s-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .selector__actions .part-s-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .selector__actions .part-s-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .selector__actions .part-s-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .selector__actions .part-s-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
@media (max-width: 375px) {
  .selector__actions .part-xs-1:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 1 + 10px * (1 - 1));
  }
  .selector__actions .part-xs-1.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 1 + 0px * (1 - 1));
  }
  .selector__actions .part-xs-2:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 2 + 10px * (2 - 1));
  }
  .selector__actions .part-xs-2.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 2 + 0px * (2 - 1));
  }
  .selector__actions .part-xs-3:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 3 + 10px * (3 - 1));
  }
  .selector__actions .part-xs-3.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 3 + 0px * (3 - 1));
  }
  .selector__actions .part-xs-4:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 4 + 10px * (4 - 1));
  }
  .selector__actions .part-xs-4.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 4 + 0px * (4 - 1));
  }
  .selector__actions .part-xs-5:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 5 + 10px * (5 - 1));
  }
  .selector__actions .part-xs-5.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 5 + 0px * (5 - 1));
  }
  .selector__actions .part-xs-6:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 6 + 10px * (6 - 1));
  }
  .selector__actions .part-xs-6.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 6 + 0px * (6 - 1));
  }
  .selector__actions .part-xs-7:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 7 + 10px * (7 - 1));
  }
  .selector__actions .part-xs-7.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 7 + 0px * (7 - 1));
  }
  .selector__actions .part-xs-8:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 8 + 10px * (8 - 1));
  }
  .selector__actions .part-xs-8.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 8 + 0px * (8 - 1));
  }
  .selector__actions .part-xs-9:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 9 + 10px * (9 - 1));
  }
  .selector__actions .part-xs-9.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 9 + 0px * (9 - 1));
  }
  .selector__actions .part-xs-10:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 10 + 10px * (10 - 1));
  }
  .selector__actions .part-xs-10.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 10 + 0px * (10 - 1));
  }
  .selector__actions .part-xs-11:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 11 + 10px * (11 - 1));
  }
  .selector__actions .part-xs-11.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 11 + 0px * (11 - 1));
  }
  .selector__actions .part-xs-12:not(.no-gutter) {
    width: calc((100% - 10px * (12 - 1)) / 12 * 12 + 10px * (12 - 1));
  }
  .selector__actions .part-xs-12.no-gutter {
    width: calc((100% - 0px * (12 - 1)) / 12 * 12 + 0px * (12 - 1));
  }
}
.selector__actions .part-top-0 {
  margin-top: 0px;
}
.selector__actions .part-left-0 {
  margin-left: 0px;
}
.selector__actions .part-right-0 {
  margin-right: 0px;
}
.selector__actions .part-bottom-0 {
  margin-bottom: calc(0px + 80px);
}
.selector__actions .part-top-1 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.selector__actions .part-left-1 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.selector__actions .part-right-1 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
}
.selector__actions .part-bottom-1 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 80px);
}
.selector__actions .part-top-2 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.selector__actions .part-left-2 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.selector__actions .part-right-2 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
}
.selector__actions .part-bottom-2 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 80px);
}
.selector__actions .part-top-3 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.selector__actions .part-left-3 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.selector__actions .part-right-3 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
}
.selector__actions .part-bottom-3 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 80px);
}
.selector__actions .part-top-4 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.selector__actions .part-left-4 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.selector__actions .part-right-4 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
}
.selector__actions .part-bottom-4 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 80px);
}
.selector__actions .part-top-5 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.selector__actions .part-left-5 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.selector__actions .part-right-5 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
}
.selector__actions .part-bottom-5 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 80px);
}
.selector__actions .part-top-6 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.selector__actions .part-left-6 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.selector__actions .part-right-6 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
}
.selector__actions .part-bottom-6 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 80px);
}
.selector__actions .part-top-7 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.selector__actions .part-left-7 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.selector__actions .part-right-7 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
}
.selector__actions .part-bottom-7 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 80px);
}
.selector__actions .part-top-8 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.selector__actions .part-left-8 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.selector__actions .part-right-8 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
}
.selector__actions .part-bottom-8 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 80px);
}
.selector__actions .part-top-9 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.selector__actions .part-left-9 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.selector__actions .part-right-9 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
}
.selector__actions .part-bottom-9 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 80px);
}
.selector__actions .part-top-10 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.selector__actions .part-left-10 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.selector__actions .part-right-10 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
}
.selector__actions .part-bottom-10 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 80px);
}
.selector__actions .part-top-11 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.selector__actions .part-left-11 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.selector__actions .part-right-11 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
}
.selector__actions .part-bottom-11 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 80px);
}
.selector__actions .part-top-12 {
  margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.selector__actions .part-left-12 {
  margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.selector__actions .part-right-12 {
  margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
}
.selector__actions .part-bottom-12 {
  margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 80px);
}
@media (max-width: 1024px) {
  .selector__actions .part-top-l-0 {
    margin-top: 0px;
  }
  .selector__actions .part-left-l-0 {
    margin-left: 0px;
  }
  .selector__actions .part-right-l-0 {
    margin-right: 0px;
  }
  .selector__actions .part-bottom-l-0 {
    margin-bottom: calc(0px + 60px);
  }
  .selector__actions .part-top-l-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-left-l-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-right-l-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-bottom-l-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .selector__actions .part-top-l-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-left-l-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-right-l-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-bottom-l-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .selector__actions .part-top-l-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-left-l-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-right-l-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-bottom-l-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .selector__actions .part-top-l-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-left-l-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-right-l-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-bottom-l-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .selector__actions .part-top-l-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-left-l-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-right-l-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-bottom-l-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .selector__actions .part-top-l-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-left-l-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-right-l-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-bottom-l-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .selector__actions .part-top-l-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-left-l-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-right-l-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-bottom-l-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .selector__actions .part-top-l-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-left-l-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-right-l-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-bottom-l-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .selector__actions .part-top-l-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-left-l-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-right-l-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-bottom-l-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .selector__actions .part-top-l-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-left-l-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-right-l-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-bottom-l-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .selector__actions .part-top-l-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-left-l-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-right-l-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-bottom-l-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .selector__actions .part-top-l-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-left-l-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-right-l-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-bottom-l-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 768px) {
  .selector__actions .part-top-m-0 {
    margin-top: 0px;
  }
  .selector__actions .part-left-m-0 {
    margin-left: 0px;
  }
  .selector__actions .part-right-m-0 {
    margin-right: 0px;
  }
  .selector__actions .part-bottom-m-0 {
    margin-bottom: calc(0px + 60px);
  }
  .selector__actions .part-top-m-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-left-m-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-right-m-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-bottom-m-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 60px);
  }
  .selector__actions .part-top-m-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-left-m-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-right-m-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-bottom-m-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 60px);
  }
  .selector__actions .part-top-m-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-left-m-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-right-m-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-bottom-m-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 60px);
  }
  .selector__actions .part-top-m-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-left-m-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-right-m-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-bottom-m-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 60px);
  }
  .selector__actions .part-top-m-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-left-m-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-right-m-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-bottom-m-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 60px);
  }
  .selector__actions .part-top-m-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-left-m-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-right-m-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-bottom-m-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 60px);
  }
  .selector__actions .part-top-m-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-left-m-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-right-m-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-bottom-m-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 60px);
  }
  .selector__actions .part-top-m-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-left-m-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-right-m-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-bottom-m-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 60px);
  }
  .selector__actions .part-top-m-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-left-m-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-right-m-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-bottom-m-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 60px);
  }
  .selector__actions .part-top-m-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-left-m-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-right-m-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-bottom-m-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 60px);
  }
  .selector__actions .part-top-m-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-left-m-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-right-m-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-bottom-m-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 60px);
  }
  .selector__actions .part-top-m-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-left-m-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-right-m-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-bottom-m-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 60px);
  }
}
@media (max-width: 576px) {
  .selector__actions .part-top-s-0 {
    margin-top: 0px;
  }
  .selector__actions .part-left-s-0 {
    margin-left: 0px;
  }
  .selector__actions .part-right-s-0 {
    margin-right: 0px;
  }
  .selector__actions .part-bottom-s-0 {
    margin-bottom: calc(0px + 40px);
  }
  .selector__actions .part-top-s-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-left-s-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-right-s-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-bottom-s-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .selector__actions .part-top-s-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-left-s-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-right-s-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-bottom-s-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .selector__actions .part-top-s-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-left-s-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-right-s-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-bottom-s-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .selector__actions .part-top-s-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-left-s-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-right-s-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-bottom-s-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .selector__actions .part-top-s-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-left-s-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-right-s-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-bottom-s-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .selector__actions .part-top-s-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-left-s-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-right-s-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-bottom-s-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .selector__actions .part-top-s-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-left-s-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-right-s-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-bottom-s-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .selector__actions .part-top-s-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-left-s-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-right-s-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-bottom-s-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .selector__actions .part-top-s-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-left-s-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-right-s-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-bottom-s-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .selector__actions .part-top-s-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-left-s-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-right-s-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-bottom-s-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .selector__actions .part-top-s-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-left-s-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-right-s-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-bottom-s-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .selector__actions .part-top-s-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-left-s-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-right-s-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-bottom-s-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .selector__actions .part-top-xs-0 {
    margin-top: 0px;
  }
  .selector__actions .part-left-xs-0 {
    margin-left: 0px;
  }
  .selector__actions .part-right-xs-0 {
    margin-right: 0px;
  }
  .selector__actions .part-bottom-xs-0 {
    margin-bottom: calc(0px + 40px);
  }
  .selector__actions .part-top-xs-1 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-left-xs-1 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-right-xs-1 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1));
  }
  .selector__actions .part-bottom-xs-1 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 1 + 18px * (1 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-2 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-left-xs-2 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-right-xs-2 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1));
  }
  .selector__actions .part-bottom-xs-2 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 2 + 18px * (2 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-3 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-left-xs-3 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-right-xs-3 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1));
  }
  .selector__actions .part-bottom-xs-3 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 3 + 18px * (3 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-4 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-left-xs-4 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-right-xs-4 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1));
  }
  .selector__actions .part-bottom-xs-4 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 4 + 18px * (4 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-5 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-left-xs-5 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-right-xs-5 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1));
  }
  .selector__actions .part-bottom-xs-5 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 5 + 18px * (5 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-6 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-left-xs-6 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-right-xs-6 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1));
  }
  .selector__actions .part-bottom-xs-6 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 6 + 18px * (6 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-7 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-left-xs-7 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-right-xs-7 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1));
  }
  .selector__actions .part-bottom-xs-7 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 7 + 18px * (7 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-8 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-left-xs-8 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-right-xs-8 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1));
  }
  .selector__actions .part-bottom-xs-8 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 8 + 18px * (8 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-9 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-left-xs-9 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-right-xs-9 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1));
  }
  .selector__actions .part-bottom-xs-9 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 9 + 18px * (9 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-10 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-left-xs-10 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-right-xs-10 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1));
  }
  .selector__actions .part-bottom-xs-10 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 10 + 18px * (10 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-11 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-left-xs-11 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-right-xs-11 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1));
  }
  .selector__actions .part-bottom-xs-11 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 11 + 18px * (11 - 1)) + 40px);
  }
  .selector__actions .part-top-xs-12 {
    margin-top: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-left-xs-12 {
    margin-left: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-right-xs-12 {
    margin-right: calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1));
  }
  .selector__actions .part-bottom-xs-12 {
    margin-bottom: calc(calc((1648px - 18px * (12 - 1)) / 12 * 12 + 18px * (12 - 1)) + 40px);
  }
}
@media (max-width: 375px) {
  .selector__actions .part-xs-0 {
    display: none;
  }
}
@media (max-width: 576px) {
  .selector__actions .part-s-0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .selector__actions .part-m-0 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .selector__actions .part-l-0 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .selector__actions .part-xl-0 {
    display: none;
  }
}
.selector__actions [class*=part].-justify-start {
  display: flex;
  justify-content: flex-start;
}
.selector__actions [class*=part].-justify-center {
  display: flex;
  justify-content: center;
}
.selector__actions [class*=part].-justify-end {
  display: flex;
  justify-content: flex-end;
}
.selector__actions [class*=part].-align-start {
  display: flex;
  align-items: flex-start;
}
.selector__actions [class*=part].-align-center {
  display: flex;
  align-items: center;
}
.selector__actions [class*=part].-align-end {
  display: flex;
  align-items: flex-end;
}
.selector__actions [class*=part].-text-left {
  text-align: left;
}
.selector__actions [class*=part].-text-center {
  text-align: center;
}
.selector__actions [class*=part].-text-right {
  text-align: right;
}
.selector__actions {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1648px;
}
@media (max-width: 768px) {
  .selector__actions {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.selector__actions {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
}
.selector__action {
  padding: 10px 20px;
  border: 1px solid #AF997B;
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1), color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  background-color: white;
  cursor: pointer;
  color: #AF997B;
  text-transform: uppercase;
}
.selector__action.-active, .selector__action:hover {
  background-color: #AF997B;
  color: white;
}
.selector__block {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 260px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #EFEFEF;
}
.selector__block .title {
  align-items: flex-end;
  border-bottom: 1px solid #AF997B;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.selector__block .title h1, .selector__block .title h2, .selector__block .title h3, .selector__block .title h4, .selector__block .title h5, .selector__block .title h6,
.selector__block .title .heading-1,
.selector__block .title .heading-2,
.selector__block .title .heading-3,
.selector__block .title .heading-4,
.selector__block .title .heading-5,
.selector__block .title .heading-6 {
  color: #AF997B;
}
.selector__block .data {
  padding: 10px 20px;
  background-color: white;
}
.selector__block .data .button {
  background-color: #009640;
  color: white;
  padding: 9px 15px;
  text-transform: uppercase;
  font-size: 10px;
  text-box-trim: trim-both;
  font-weight: 700 !important;
  border: none;
  margin-bottom: 0px !important;
  margin-right: 0px;
}
.selector__block .data .button.state {
  position: absolute;
  right: 10px;
  top: 10px;
}
.selector__block .data .button.-normal {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.selector__block .data .button.sold {
  background-color: #A94046;
}
.selector__block .data .button.in-option {
  background-color: #F39200;
}
.selector__block .description {
  background-color: #EDE6E2;
  text-align: center;
  padding: 12px 0px 7px;
}
.selector__block .description p {
  font-weight: 700 !important;
  letter-spacing: 18%;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 10px;
}
.selector__title {
  margin-top: 10px;
  text-align: center;
}
.selector__price {
  margin-top: 20px;
  text-align: center;
}
.selector__price-label {
  display: block;
  font-weight: 700;
  letter-spacing: 18%;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 10px;
}
.selector__details {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 17px;
  margin-top: 10px;
  border-top: 1px solid #EDE6E2;
}
.selector__details-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  gap: 10px;
  white-space: nowrap;
}
.selector__details-item .icon {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selector__details-item .icon.-bedroom {
  width: 23px;
}
.selector__details-item .icon.-persons {
  width: 24px;
}

.section.selector {
  margin-top: 200px !important;
}
@media (max-width: 1024px) {
  .section.selector {
    margin-top: 60px !important;
  }
}
@media (max-width: 1024px) {
  .section.selector {
    display: none;
  }
}

/* popup container */
.filter-popup {
  position: absolute;
  inset: 0;
  z-index: 9;
  height: -moz-fit-content;
  height: fit-content;
}

/* donkere achtergrond */
.filter-popup__overlay {
  position: absolute;
  inset: 0;
}

/* witte panel */
.filter-popup__panel {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0px;
  background: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  max-height: calc(100vh - 180px);
}

/* header */
.filter-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.filter-popup__close {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 0px !important;
}

.filter {
  background-color: white;
  width: 100%;
  padding: 50px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 1024px) {
  .filter.--desktop {
    display: none;
  }
}
.filter.--mobile {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px !important;
}
.filter.--mobile h5 {
  font-size: 40px !important;
}
@media (max-width: 1024px) {
  .filter.--mobile {
    display: block;
    margin-top: 50px;
  }
}
.filter {
  /*
  |--------------------------------------------------------------------------
  | WRAPPER
  |--------------------------------------------------------------------------
  */
}
.filter__wrapper {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media (max-width: 1280px) {
  .filter__wrapper {
    width: 100%;
    flex-direction: row;
  }
  .filter__wrapper h5 {
    font-size: 28px !important;
  }
}
.filter {
  /*
  |--------------------------------------------------------------------------
  | CONTENT
  |--------------------------------------------------------------------------
  */
}
.filter__content {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .filter__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .filter__content {
    gap: 24px !important;
  }
}
.filter__content--main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .filter__content--main {
    flex-direction: column;
  }
}
.filter__content {
  /*
  |--------------------------------------------------------------------------
  | TYPE (oude kolom layout)
  |--------------------------------------------------------------------------
  */
}
.filter__content--type {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.filter__content--type p {
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  line-height: 150%;
  text-transform: uppercase;
}
.filter__content--type p + * {
  margin-top: unset !important;
}
.filter__content {
  /*
  |--------------------------------------------------------------------------
  | BUTTONS
  |--------------------------------------------------------------------------
  */
}
.filter__content--type--buttons {
  display: flex;
  flex-direction: column;
}
.filter__content--type--buttons label {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.filter__content--type--buttons label span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  height: 18px;
  display: flex;
  align-items: center;
}
.filter__content--type--buttons label:last-of-type {
  margin-bottom: unset;
}
.filter__content--type--buttons div {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 150%;
  font-size: 12px;
  font-weight: 700 !important;
  border: 1px solid black;
  padding: 8px;
  text-box-trim: trim-both;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.filter__content--type--buttons div.active {
  background-color: black;
  color: white;
}
.filter {
  /*
  |--------------------------------------------------------------------------
  | ACCORDION STRUCTUUR (DESKTOP = UIT)
  |--------------------------------------------------------------------------
  */
}
.filter__group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filter__group--price {
  width: 15%;
}
@media (max-width: 1024px) {
  .filter__group--price {
    width: 100%;
  }
  .filter__group--price .filter__group__body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.filter__group__header {
  display: block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.filter__group__header p {
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
}
.filter__group__body {
  display: block;
}
.filter__group__arrow {
  display: none;
}

.filter-trigger {
  display: none;
  width: 100%;
  background-color: #B07772;
  border: 1px solid black;
  height: 63px;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 18%;
  padding-left: 47px;
  padding-right: 8px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .filter-trigger {
    display: flex;
    margin-top: 50px;
  }
}

/*
|--------------------------------------------------------------------------
| MOBILE (accordion actief)
|--------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
  .filter {
    padding: 50px;
    /*
    |--------------------------------------------------------------------------
    | BUTTONS MOBILE
    |--------------------------------------------------------------------------
    */
    /*
    |--------------------------------------------------------------------------
    | PRIJS
    |--------------------------------------------------------------------------
    */
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .filter {
    padding: 30px;
    padding-top: 50px !important;
  }
}
@media (max-width: 1024px) {
  .filter__content--main {
    display: block;
  }
  .filter__group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
  }
  .filter__group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .filter__group__header p {
    margin: 0 !important;
  }
  .filter__group__body {
    display: none;
  }
  .filter__group__body.-open {
    display: block;
  }
  .filter__group__arrow {
    display: block;
    margin-top: 0px !important;
    display: flex;
  }
  .filter__group__arrow svg {
    transition: transform 0.3s ease;
    transform-origin: center;
    transform: rotate(180deg);
    width: 15px;
  }
  .filter__group__arrow svg path {
    stroke: #000000;
  }
  .filter__group__arrow.-open svg {
    transform: rotate(0deg);
  }
  .filter__content--type--buttons {
    flex-direction: column;
    gap: 10px;
  }
  .filter .price-range {
    margin-top: 10px;
  }
  .filter .price-values {
    margin-top: 10px;
    font-size: 14px;
  }
}
g.-disabled path:first-child {
  fill: #cccccc !important;
}

.-disabled .-also {
  fill: #cccccc !important;
}

.range-slider {
  width: 100%;
  padding: 40px 0;
}
.range-slider .range {
  position: relative;
  height: 40px;
}
.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: white;
  border: 2px solid #ccc;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ddd;
}
.range-slider {
  /* SELECTED RANGE */
}
.range-slider .range-track {
  position: absolute;
  height: 4px;
  background: black;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.range-slider {
  /* 🔥 FLOATING LABELS */
}
.range-slider .range-label {
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 4;
}
.range-slider .range-label.-max {
  top: 35px;
}

.range {
  position: relative;
  width: 100%;
}

.range-label {
  position: absolute;
  transform: translateX(-50%);
  /* 🔥 dit maakt hem netjes gecentreerd op de thumb */
  pointer-events: none;
}

.filter__content--type--buttons div {
  transition: all 0.2s ease;
}

.filter__content--type--buttons div.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  filter: grayscale(100%);
}

/* ===== CONTAINER ===== */
.filter__content--type.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 15%;
  max-width: 15%;
}
.filter__content--type.price .price-range {
  margin-top: 50px !important;
}
@media (max-width: 1280px) {
  .filter__content--type.price {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

/* ===== SLIDER WRAPPER ===== */
.price-range {
  width: 100%;
  max-width: 180px;
  margin-left: 0;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .price-range {
    max-width: 120px;
  }
  .price-range .noUi-target {
    width: 120px;
  }
}

/* ===== BASIS LIJN ===== */
.noUi-target {
  height: 2px !important;
  background: #cfcfcf !important;
  border: none !important;
  box-shadow: none;
}

/* zwarte actieve lijn */
.noUi-connect {
  background: #000 !important;
}

/* ===== HANDLES ===== */
.noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid #000 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  top: -6px !important;
}

/* remove default bars */
.noUi-handle::before,
.noUi-handle::after {
  display: none !important;
}

/* ===== TOOLTIP (BLACK LABELS) ===== */
.noUi-tooltip {
  background: #1a0f0f !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  white-space: nowrap !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 28px !important;
  transform: translateX(-50%) !important; /* 🔥 KEY FIX */
}
.noUi-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1a0f0f transparent transparent transparent;
}

/* linker label boven */
/* rechter label onder */
.noUi-origin:last-child .noUi-tooltip {
  top: 28px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.noUi-origin:last-child .noUi-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0px 7px;
  border-color: #1a0f0f transparent transparent transparent !important;
  transform: translateX(-50%) rotate(180deg);
}

/* ===== PRIJS TEKST ===== */
.price-values {
  display: none !important;
}

.noUi-horizontal .noUi-handle {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: white !important;
  border: none !important; /* 🔥 geen rand */
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.52) !important; /* 🔥 geen shadow */
  top: -5px !important;
  cursor: pointer !important;
  right: -10px !important;
}

.noUi-horizontal {
  height: 2px !important;
}

.noUi-horizontal .noUi-tooltip {
  font-size: 12px !important;
  text-box-trim: trim-both;
  height: -moz-fit-content !important;
  height: fit-content !important;
  letter-spacing: 18% !important;
  line-height: 1.2 !important;
  bottom: 28px !important;
  max-height: 25px;
  border-radius: 5px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.filter__actions {
  margin-left: 0px;
}
@media (max-width: 1280px) {
  .filter__actions {
    margin-top: 20px;
  }
}

.filter__reset {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
  border: 1px solid #DB0000;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.2s ease;
  color: #DB0000;
}
.filter__reset:hover {
  background-color: #DB0000;
  color: white;
}
@media (max-width: 1024px) {
  .filter__reset {
    height: 25px !important;
    display: flex;
    font-size: 12px;
    padding: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkbox span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}
.checkbox input:disabled + span {
  opacity: 0.3;
}

.checkbox input {
  display: none;
  width: 18px;
  height: 18px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.checkbox span {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}
.checkbox {
  /* 🔲 box */
}
.checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 0px;
  background: white;
  transition: all 0.2s ease;
}
.checkbox {
  /* ✅ checkmark */
}
.checkbox span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 0px;
  transition: all 0.2s ease;
}
.checkbox {
  /* checked state */
}
.checkbox input:checked + span::after {
  transform: translateY(-50%) scale(1);
}
.checkbox input:checked + span::before {
  background: black;
  border-color: black;
}
.checkbox input:checked + span {
  color: black;
}
.checkbox {
  /* disabled */
}
.checkbox input:disabled + span {
  opacity: 0.3;
  cursor: not-allowed;
}
.checkbox input:disabled + span::before {
  border-color: #ccc;
}

.housestypes {
  overflow-x: visible !important;
}

.st20 {
  fill: #1d1d1b;
}

.--heroPages {
  position: relative;
}
.--heroPages .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.--heroPages .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.--heroPages .hero--text {
  color: white;
  text-align: center;
}

.loader {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.loader__icon {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.loader__icon div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 2px;
  border: 2px solid #000000;
  border-radius: 50%;
  animation: loader__icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000000 transparent transparent transparent;
}
.loader__icon div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader__icon div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader__icon div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loader__icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.steps__menu {
  display: flex;
}
.steps__menu + * {
  margin-top: 40px;
}
.steps__item {
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding: 12px 20px;
  margin-top: 0;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
  color: #EDE6E2;
}
.steps__item.-active {
  background-color: #EFEFEF;
  color: #000000;
}
.steps__item.-error {
  color: #D00000;
}
.steps__item:hover {
  background-color: #EFEFEF;
}
.steps__item + .steps__item {
  margin-left: 10px;
}

.choices {
  position: relative;
}
.choices::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to top, #EFEFEF, transparent);
  pointer-events: none;
}
.choices__container {
  overflow: scroll;
  max-height: 480px;
  padding-bottom: 50px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.choices__container::-webkit-scrollbar {
  display: none;
}
.choices__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding: 10px 30px 10px 10px;
}
.choices__item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.67);
}
.choices__item .state {
  font-size: 14px;
}
.choices__item + .choices__item {
  margin-top: 5px;
}
.choices__content {
  display: flex;
  align-items: center;
}
.choices__content .-small {
  font-size: 14px;
}
.choices__image {
  width: 100px;
  height: 80px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #EDE6E2;
}
.choices__actions {
  display: flex;
}
.choices__actions .action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #AF997B;
  cursor: pointer;
}
.choices__actions .action img {
  width: 14px;
}
.choices__actions .action.-see {
  background-color: #EDE6E2;
}
.choices__actions .action.-see:hover {
  background-color: #AF997B;
}
.choices__actions .action.-add span {
  position: absolute;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  display: block;
  width: 12px;
  height: 1px;
  background-color: white;
}
.choices__actions .action.-add span + span {
  transform: rotate(90deg);
}
.choices__actions .action.-add:hover {
  background-color: #16C100;
}
.choices__actions .action.-add.-active {
  background-color: #16C100;
}
.choices__actions .action.-add.-active span:first-child {
  transform: rotate(-45deg);
  left: 13px;
}
.choices__actions .action.-add.-active span:last-of-type {
  transform: rotate(45deg);
  top: 19px;
  left: 10px;
  width: 6px;
}
.choices__actions .action.-add.-max:not(.-active) {
  pointer-events: none;
  opacity: 0.2;
}
.choices__actions .action + .action {
  margin-left: 10px;
}

.favorites {
  padding: 20px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.67);
}
.favorites__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.favorites__item + .favorites__item {
  margin-top: 15px;
}
.favorites__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #EFEFEF;
  font-size: 14px;
  font-weight: 600;
}
.favorites__content {
  display: flex;
}
.favorites__actions {
  display: flex;
}
.favorites__actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  background-color: #EFEFEF;
}
.favorites__actions .action img {
  width: 40%;
}
.favorites__actions .action.-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.favorites + .choices {
  margin-top: 40px;
}

.header-pages__media {
  position: relative;
  margin-top: 125px;
}
@media (max-width: 1024px) {
  .header-pages__media {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .header-pages__media {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .header-pages br {
    display: none;
  }
}
.header-pages h1 {
  font-family: "Blacker Display Light", sans-serif;
  text-align: center;
  font-size: clamp(50px, 20.269058296px + 7.6233183857vw, 152px);
  width: 100%;
  line-height: 1;
  margin: 0 0 -0.12em 0;
  transform: translateY(-0.12em);
}
.header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
  font-size: clamp(30px, 8.8vw, 152px);
  font-family: "Blacker Display Light Italic", sans-serif !important;
}
@media screen and (max-width: 1710px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 8.3vw, 152px);
  }
}
@media screen and (max-width: 991px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 8.2vw, 152px);
  }
}
@media screen and (max-width: 895px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 8.1vw, 152px);
  }
}
@media screen and (max-width: 816px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 7.9vw, 152px);
  }
}
@media screen and (max-width: 768px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 8vw, 152px);
  }
}
@media screen and (max-width: 749px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 7.9vw, 152px);
  }
}
@media screen and (max-width: 693px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 7.8vw, 152px);
  }
}
@media screen and (max-width: 645px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 7.7vw, 152px);
  }
}
@media screen and (max-width: 602px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(30px, 7.6vw, 152px);
  }
}
@media screen and (max-width: 356px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(29px, 7.3vw, 152px);
  }
}
@media screen and (max-width: 346px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(28px, 7.3vw, 152px);
  }
}
@media screen and (max-width: 335px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(27px, 7.3vw, 152px);
  }
}
@media screen and (max-width: 318px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(26px, 7.3vw, 152px);
  }
}
@media screen and (max-width: 313px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(25px, 7.3vw, 152px);
  }
}
@media screen and (max-width: 302px) {
  .header-pages .-home-header[aria-label="Ontdek Pettemer Duynen"] {
    font-size: clamp(24px, 7.3vw, 152px);
  }
}
.header-pages.-interesse h1, .header-pages.-interesse p {
  text-align: center;
  width: 100%;
}
.header-pages.-interesse h1 {
  font-family: "Blacker Display Light", sans-serif !important;
}
.header-pages.-interesse h1 div {
  overflow: visible !important;
}
.header-pages.-interesse p {
  font-family: "Inter", sans-serif !important;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.header-pages.-interesse p a {
  color: #2E2D2C;
  border-bottom: 2px solid #2E2D2C;
  transition: none !important;
}
.header-pages.-interesse p a:hover {
  color: #2E2D2C;
  background-size: 100% 0px !important;
}
.header-pages.-interesse p.-large {
  margin-bottom: 40px !important;
  margin-top: 60px !important;
}
.header-pages.-interesse p:not(.-large) {
  margin-top: 0px !important;
}
.header-pages.-interesse + .--appointment-info {
  margin-top: unset;
}
.header-pages.-interesse + .--appointment-info .part-8 {
  gap: 23px !important;
}
.header-pages.-interesse + .--appointment-info .part-8 .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .header-pages.-interesse + .--appointment-info .part-8 .card {
    width: 100%;
  }
}
.header-pages.-interesse + .--appointment-info .info {
  justify-content: center;
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .header-pages.-interesse + .--appointment-info .info {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .header-pages.-interesse + .--appointment-info .info {
    margin-top: 60px !important;
  }
}
.header-pages .logo-animatie {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -75px;
  min-height: unset;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-pages .logo-animatie {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header-pages .logo-animatie {
    width: 78px;
    height: 77px;
    top: -39px;
  }
}
.header-pages img, .header-pages video {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .header-pages img, .header-pages video {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .header-pages img, .header-pages video {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.header-pages .image-bottom-text {
  display: flex;
  justify-content: space-between;
}
.header-pages .image-bottom-text p {
  font-size: 16px !important;
  text-transform: uppercase;
  margin-top: 0px;
  line-height: 0.9 !important;
  letter-spacing: 18% !important;
}
.header-pages .image-bottom-text p:last-child {
  margin-top: 0px !important;
}
@media (max-width: 1024px) {
  .header-pages .image-bottom-text p {
    line-height: 150% !important;
  }
  .header-pages .image-bottom-text p:first-child {
    width: 314px;
  }
  .header-pages .image-bottom-text p:last-child {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .header-pages .image-bottom-text p {
    font-size: 10px !important;
  }
  .header-pages .image-bottom-text p:first-child {
    width: 235px;
  }
}

.header-video {
  pointer-events: none;
}
.header-video.-with-controls {
  pointer-events: auto;
}

.sales__popup {
  position: fixed;
  width: 344px;
  height: -moz-fit-content;
  height: fit-content;
  border-top-right-radius: 50px;
  background-color: #B07772;
  bottom: 50px;
  left: 0;
  z-index: 998;
  animation: salesPopupSlideIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sales__popup {
    border-top-right-radius: 25px !important;
  }
}
.sales__popup span {
  font-family: "Blacker Display Light Italic", sans-serif !important;
}
.sales__popup__item {
  width: 100%;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 1024px) {
  .sales__popup__item {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.sales__popup__item:last-of-type {
  margin-bottom: 20px;
}
.sales__popup__item:last-of-type p {
  border-bottom: 1px solid black;
}
.sales__popup__item p {
  font-size: 20px !important;
  border-top: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px !important;
  width: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.sales__popup p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1024px) {
  .sales__popup p {
    font-size: 14px;
  }
}
.sales__popup .pop-up-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .sales__popup .pop-up-bottom {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .sales__popup .pop-up-bottom {
    padding-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .sales__popup .pop-up-bottom {
    padding-bottom: 24px;
  }
}
.sales__popup .pop-up-bottom .popup-btn {
  width: 206px;
  height: 47px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sales__popup .pop-up-bottom .popup-btn {
    width: 185px;
    height: 42px;
  }
}
.sales__popup .pop-up-bottom .popup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  transition: left 0.5s ease;
}
.sales__popup .pop-up-bottom .popup-btn:hover {
  background-color: #fff !important;
  color: #B07772;
}
.sales__popup .pop-up-bottom .popup-btn:hover::before {
  left: 150%;
}
.sales__popup .pop-up-bottom .popup-btn:active {
  transform: translateY(0) scale(0.98);
}
.sales__popup .popup-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-family: "Blacker Display Light", sans-serif;
  color: #AF997B;
  padding-right: 40px;
  padding-top: 40px;
  padding-top: 40px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .sales__popup .popup-top h4 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1024px) {
  .sales__popup .popup-top {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .sales__popup .popup-top {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 576px) {
  .sales__popup .popup-top {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
  }
}
.sales__popup .popup-top h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0%;
  font-family: "Blacker Display Light", sans-serif;
  color: #fff;
  margin-bottom: 40px;
  max-width: 85%;
}
@media (max-width: 1024px) {
  .sales__popup .popup-top h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sales__popup .popup-top h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .sales__popup .popup-top h4 {
    font-size: 24px;
  }
}
.sales__popup .close-btn_popup {
  width: 46px;
  height: 47px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 0.28s ease, transform 0.28s ease;
}
@media (max-width: 1024px) {
  .sales__popup .close-btn_popup {
    width: 41px;
    height: 42px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.sales__popup .close-btn_popup .Popup__close {
  transition: transform 0.28s ease;
}
.sales__popup .close-btn_popup .Popup__close line {
  transition: stroke 0.28s ease;
}
.sales__popup .close-btn_popup:hover {
  background-color: #fff;
  transform: translateY(-1px);
}
.sales__popup .close-btn_popup:hover .Popup__close {
  transform: rotate(90deg) scale(1.05);
}
.sales__popup .close-btn_popup:hover .Popup__close line {
  stroke: #B07772;
}
.sales__popup h4 + *, .sales__popup .heading-4 + * {
  margin-top: 0 !important;
}

.sales__popup {
  transition: opacity 0.3s ease;
}
.sales__popup.hidden {
  pointer-events: none;
  animation: salesPopupSlideOut 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes salesPopupSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes salesPopupSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
}
.download-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 99999;
}
.download-popup .button {
  min-width: 218px !important;
  margin-top: 0px !important;
  margin-bottom: 22px !important;
}
.download-popup + .section {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .download-popup + .section {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .download-popup + .section {
    margin-top: 100px;
  }
}

.download-popup.active {
  display: flex;
  overflow: scroll;
}

.download-popup__inner {
  background: #7F9BAB;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 48px;
  width: 534px;
  margin: 60px auto;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom-right-radius: 50px;
}
.download-popup__inner p {
  font-size: 17px;
}
@media (max-width: 768px) {
  .download-popup__inner {
    width: 450px;
  }
}
@media (max-width: 576px) {
  .download-popup__inner {
    width: 350px;
  }
}
.download-popup__inner .input--checkbox + label {
  padding-left: 32px;
}

.popup-close, .popup-close-thankyou {
  margin-top: 0px !important;
  background-color: transparent;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  width: 46px !important;
}

.download__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.download__title h4 {
  color: #fff;
  font-size: 40px;
  padding-bottom: unset !important;
}
.download__title h4::before {
  display: none;
}

.text-large {
  font-size: 23px !important;
}

#download-thankyou-text-2 a {
  color: black !important;
  cursor: pointer;
}

[data-split=heading] {
  overflow: visible;
}
[data-split=heading] div {
  overflow: visible !important;
  clip-path: inset(0 0 0 0);
}
[data-split=heading].is-reveal-complete div {
  clip-path: inset(-0.22em 0 -0.22em 0);
  transition: clip-path 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-split=heading] .word,
[data-split=heading] .letter {
  display: inline-block;
}
