@import url(https://use.typekit.net/omy1vat.css);
@import url(https://use.typekit.net/kut6viz.css);
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;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}
@font-face {
  font-family: "Text";
  src: url("/fonts/texgyreadventor-regular.otf");
}
@font-face {
  font-family: "Text Bold";
  src: url("/fonts/texgyreadventor-bold.otf");
}
h1, .heading-1 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #F5F1EE;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1, .heading-1 {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  h1, .heading-1 {
    font-size: 6vw;
  }
}
@media (max-width: 576px) {
  h1, .heading-1 {
    font-size: 9vw;
  }
}
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;
  }
}
@media (min-width: 1024px) {
  h1.-large, .heading-1.-large {
    font-size: 50px;
  }
}

h2, .heading-2 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #2D3239;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2, .heading-2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h2, .heading-2 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  h2, .heading-2 {
    font-size: 9vw;
  }
}
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;
  }
}

h3, .heading-3 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  color: #2D3239;
}
@media (max-width: 1024px) {
  h3, .heading-3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3, .heading-3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h3, .heading-3 {
    font-size: 32px;
  }
}
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;
  }
}

h4, .heading-4 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #B28C6D;
}
@media (max-width: 1024px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h4, .heading-4 {
    font-size: 23px;
  }
}
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;
  }
}

h5, .heading-5 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.21;
  color: #2D3239;
}
@media (max-width: 1024px) {
  h5, .heading-5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h5, .heading-5 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  h5, .heading-5 {
    font-size: 16px;
  }
}
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;
  }
}

h6, .heading-6 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #2D3239;
  text-transform: uppercase;
}
@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 + .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 {
  display: block;
  font-family: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1024px) {
  p,
.editor-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  p,
.editor-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  p,
.editor-text {
    font-size: 16px;
  }
}
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: 60px;
}
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;
  }
}

p a:not(.button):not(.link), li a:not(.button):not(.link), label a:not(.button):not(.link) {
  display: inline;
  font-weight: 500;
  color: #BFCAB2;
  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: #2D3239;
  background-size: 0 1px;
}
p a:not(.button):not(.link):hover, li a:not(.button):not(.link):hover, label a:not(.button):not(.link):hover {
  color: #BFCAB2;
}
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;
}

.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: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.33;
  font-size: 32px;
  font-weight: 400;
  color: #677361;
}
.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: #F5F1EE;
}
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: #B28C6D;
}
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: #677361;
}
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: #2D3239;
}
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: #F5F1EE;
}
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: #B28C6D;
}
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: #677361;
}
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: #2D3239;
}
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;
}

.section ul {
  padding-left: 24px;
}
.section ul li {
  position: relative;
  list-style: none;
}
.section ul li::before {
  content: "";
  position: absolute;
  left: -24px;
}
.section ul li::before {
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #BFCAB2;
}
.section ul li + li {
  margin-top: 20px;
}
.section ul li.-check::before {
  top: 6px;
  width: 20px;
  height: 15px;
  background-color: transparent;
  background-image: url("/img/icons/check-2.svg");
}
.section ul + p {
  margin-top: 60px;
}

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: #677361 !important;
}

::-moz-selection {
  background-color: rgba(178, 140, 109, 0.4);
}

::selection {
  background-color: rgba(178, 140, 109, 0.4);
}

.footer-links ul {
  display: inline;
}

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

.title-colored {
  margin-top: 100px;
  text-align: center !important;
}

.section .container > div {
  opacity: 0;
  transition: 600ms;
  transform: translateY(0);
}
.section .container > div.-into-view {
  opacity: 1;
  transform: translateY(0);
}
.section .container > div:nth-of-type(1) {
  transition-delay: calc(100ms * 1);
}
.section .container > div:nth-of-type(2) {
  transition-delay: calc(100ms * 2);
}
.section .container > div:nth-of-type(3) {
  transition-delay: calc(100ms * 3);
}
.section .container > div:nth-of-type(4) {
  transition-delay: calc(100ms * 4);
}
.section .container > div:nth-of-type(5) {
  transition-delay: calc(100ms * 5);
}
.section .container > div:nth-of-type(6) {
  transition-delay: calc(100ms * 6);
}
.section .container > div:nth-of-type(7) {
  transition-delay: calc(100ms * 7);
}
.section .container > div:nth-of-type(8) {
  transition-delay: calc(100ms * 8);
}
.section .container > div:nth-of-type(9) {
  transition-delay: calc(100ms * 9);
}
.section .container > div:nth-of-type(10) {
  transition-delay: calc(100ms * 10);
}
.section .container > div:nth-of-type(11) {
  transition-delay: calc(100ms * 11);
}
.section .container > div:nth-of-type(12) {
  transition-delay: calc(100ms * 12);
}
.section .container > div:nth-of-type(13) {
  transition-delay: calc(100ms * 13);
}
.section .container > div:nth-of-type(14) {
  transition-delay: calc(100ms * 14);
}
.section .container > div:nth-of-type(15) {
  transition-delay: calc(100ms * 15);
}
.section .container > div:nth-of-type(16) {
  transition-delay: calc(100ms * 16);
}
.section .container > div:nth-of-type(17) {
  transition-delay: calc(100ms * 17);
}
.section .container > div:nth-of-type(18) {
  transition-delay: calc(100ms * 18);
}
.section .container > div:nth-of-type(19) {
  transition-delay: calc(100ms * 19);
}
.section .container > div:nth-of-type(20) {
  transition-delay: calc(100ms * 20);
}
.section .container > div:nth-of-type(21) {
  transition-delay: calc(100ms * 21);
}
.section .container > div:nth-of-type(22) {
  transition-delay: calc(100ms * 22);
}
.section .container > div:nth-of-type(23) {
  transition-delay: calc(100ms * 23);
}
.section .container > div:nth-of-type(24) {
  transition-delay: calc(100ms * 24);
}
.section .container > div:nth-of-type(25) {
  transition-delay: calc(100ms * 25);
}
.section .container > div:nth-of-type(26) {
  transition-delay: calc(100ms * 26);
}
.section .container > div:nth-of-type(27) {
  transition-delay: calc(100ms * 27);
}
.section .container > div:nth-of-type(28) {
  transition-delay: calc(100ms * 28);
}
.section .container > div:nth-of-type(29) {
  transition-delay: calc(100ms * 29);
}
.section .container > div:nth-of-type(30) {
  transition-delay: calc(100ms * 30);
}
.section .container > div:nth-of-type(31) {
  transition-delay: calc(100ms * 31);
}
.section .container > div:nth-of-type(32) {
  transition-delay: calc(100ms * 32);
}
.section .container > div:nth-of-type(33) {
  transition-delay: calc(100ms * 33);
}
.section .container > div:nth-of-type(34) {
  transition-delay: calc(100ms * 34);
}
.section .container > div:nth-of-type(35) {
  transition-delay: calc(100ms * 35);
}
.section .container > div:nth-of-type(36) {
  transition-delay: calc(100ms * 36);
}
.section .container > div:nth-of-type(37) {
  transition-delay: calc(100ms * 37);
}
.section .container > div:nth-of-type(38) {
  transition-delay: calc(100ms * 38);
}
.section .container > div:nth-of-type(39) {
  transition-delay: calc(100ms * 39);
}
.section .container > div:nth-of-type(40) {
  transition-delay: calc(100ms * 40);
}
.section .container > div:nth-of-type(41) {
  transition-delay: calc(100ms * 41);
}
.section .container > div:nth-of-type(42) {
  transition-delay: calc(100ms * 42);
}
.section .container > div:nth-of-type(43) {
  transition-delay: calc(100ms * 43);
}
.section .container > div:nth-of-type(44) {
  transition-delay: calc(100ms * 44);
}
.section .container > div:nth-of-type(45) {
  transition-delay: calc(100ms * 45);
}
.section .container > div:nth-of-type(46) {
  transition-delay: calc(100ms * 46);
}
.section .container > div:nth-of-type(47) {
  transition-delay: calc(100ms * 47);
}
.section .container > div:nth-of-type(48) {
  transition-delay: calc(100ms * 48);
}
.section .container > div:nth-of-type(49) {
  transition-delay: calc(100ms * 49);
}
.section .container > div:nth-of-type(50) {
  transition-delay: calc(100ms * 50);
}
.section .container > div:nth-of-type(51) {
  transition-delay: calc(100ms * 51);
}
.section .container > div:nth-of-type(52) {
  transition-delay: calc(100ms * 52);
}
.section .container > div:nth-of-type(53) {
  transition-delay: calc(100ms * 53);
}
.section .container > div:nth-of-type(54) {
  transition-delay: calc(100ms * 54);
}
.section .container > div:nth-of-type(55) {
  transition-delay: calc(100ms * 55);
}
.section .container > div:nth-of-type(56) {
  transition-delay: calc(100ms * 56);
}
.section .container > div:nth-of-type(57) {
  transition-delay: calc(100ms * 57);
}
.section .container > div:nth-of-type(58) {
  transition-delay: calc(100ms * 58);
}
.section .container > div:nth-of-type(59) {
  transition-delay: calc(100ms * 59);
}
.section .container > div:nth-of-type(60) {
  transition-delay: calc(100ms * 60);
}
.section .container > div:nth-of-type(61) {
  transition-delay: calc(100ms * 61);
}
.section .container > div:nth-of-type(62) {
  transition-delay: calc(100ms * 62);
}
.section .container > div:nth-of-type(63) {
  transition-delay: calc(100ms * 63);
}
.section .container > div:nth-of-type(64) {
  transition-delay: calc(100ms * 64);
}
.section .container > div:nth-of-type(65) {
  transition-delay: calc(100ms * 65);
}
.section .container > div:nth-of-type(66) {
  transition-delay: calc(100ms * 66);
}
.section .container > div:nth-of-type(67) {
  transition-delay: calc(100ms * 67);
}
.section .container > div:nth-of-type(68) {
  transition-delay: calc(100ms * 68);
}
.section .container > div:nth-of-type(69) {
  transition-delay: calc(100ms * 69);
}
.section .container > div:nth-of-type(70) {
  transition-delay: calc(100ms * 70);
}
.section .container > div:nth-of-type(71) {
  transition-delay: calc(100ms * 71);
}
.section .container > div:nth-of-type(72) {
  transition-delay: calc(100ms * 72);
}
.section .container > div:nth-of-type(73) {
  transition-delay: calc(100ms * 73);
}
.section .container > div:nth-of-type(74) {
  transition-delay: calc(100ms * 74);
}
.section .container > div:nth-of-type(75) {
  transition-delay: calc(100ms * 75);
}
.section .container > div:nth-of-type(76) {
  transition-delay: calc(100ms * 76);
}
.section .container > div:nth-of-type(77) {
  transition-delay: calc(100ms * 77);
}
.section .container > div:nth-of-type(78) {
  transition-delay: calc(100ms * 78);
}
.section .container > div:nth-of-type(79) {
  transition-delay: calc(100ms * 79);
}
.section .container > div:nth-of-type(80) {
  transition-delay: calc(100ms * 80);
}
.section .container > div:nth-of-type(81) {
  transition-delay: calc(100ms * 81);
}
.section .container > div:nth-of-type(82) {
  transition-delay: calc(100ms * 82);
}
.section .container > div:nth-of-type(83) {
  transition-delay: calc(100ms * 83);
}
.section .container > div:nth-of-type(84) {
  transition-delay: calc(100ms * 84);
}
.section .container > div:nth-of-type(85) {
  transition-delay: calc(100ms * 85);
}
.section .container > div:nth-of-type(86) {
  transition-delay: calc(100ms * 86);
}
.section .container > div:nth-of-type(87) {
  transition-delay: calc(100ms * 87);
}
.section .container > div:nth-of-type(88) {
  transition-delay: calc(100ms * 88);
}
.section .container > div:nth-of-type(89) {
  transition-delay: calc(100ms * 89);
}
.section .container > div:nth-of-type(90) {
  transition-delay: calc(100ms * 90);
}
.section .container > div:nth-of-type(91) {
  transition-delay: calc(100ms * 91);
}
.section .container > div:nth-of-type(92) {
  transition-delay: calc(100ms * 92);
}
.section .container > div:nth-of-type(93) {
  transition-delay: calc(100ms * 93);
}
.section .container > div:nth-of-type(94) {
  transition-delay: calc(100ms * 94);
}
.section .container > div:nth-of-type(95) {
  transition-delay: calc(100ms * 95);
}
.section .container > div:nth-of-type(96) {
  transition-delay: calc(100ms * 96);
}
.section .container > div:nth-of-type(97) {
  transition-delay: calc(100ms * 97);
}
.section .container > div:nth-of-type(98) {
  transition-delay: calc(100ms * 98);
}
.section .container > div:nth-of-type(99) {
  transition-delay: calc(100ms * 99);
}
.section .container h1 span {
  opacity: 0;
  transition: 600ms;
  transform: translateY(0);
}
.section .container h1 span.-into-view {
  opacity: 1;
  transform: translateY(0);
}
.section .container h1 span:nth-of-type(1) {
  transition-delay: calc(400ms + 200ms * 1);
}
.section .container h1 span:nth-of-type(2) {
  transition-delay: calc(400ms + 200ms * 2);
}
.section .container h1 span:nth-of-type(3) {
  transition-delay: calc(400ms + 200ms * 3);
}
.section .container h1 span:nth-of-type(4) {
  transition-delay: calc(400ms + 200ms * 4);
}
.section .container h1 span:nth-of-type(5) {
  transition-delay: calc(400ms + 200ms * 5);
}
.section .container h1 span:nth-of-type(6) {
  transition-delay: calc(400ms + 200ms * 6);
}
.section .container h1 span:nth-of-type(7) {
  transition-delay: calc(400ms + 200ms * 7);
}
.section .container h1 span:nth-of-type(8) {
  transition-delay: calc(400ms + 200ms * 8);
}
.section .container h1 span:nth-of-type(9) {
  transition-delay: calc(400ms + 200ms * 9);
}
.section .container h1 span:nth-of-type(10) {
  transition-delay: calc(400ms + 200ms * 10);
}
.section .container h1 span:nth-of-type(11) {
  transition-delay: calc(400ms + 200ms * 11);
}
.section .container h1 span:nth-of-type(12) {
  transition-delay: calc(400ms + 200ms * 12);
}
.section .container h1 span:nth-of-type(13) {
  transition-delay: calc(400ms + 200ms * 13);
}
.section .container h1 span:nth-of-type(14) {
  transition-delay: calc(400ms + 200ms * 14);
}
.section .container h1 span:nth-of-type(15) {
  transition-delay: calc(400ms + 200ms * 15);
}
.section .container h1 span:nth-of-type(16) {
  transition-delay: calc(400ms + 200ms * 16);
}
.section .container h1 span:nth-of-type(17) {
  transition-delay: calc(400ms + 200ms * 17);
}
.section .container h1 span:nth-of-type(18) {
  transition-delay: calc(400ms + 200ms * 18);
}
.section .container h1 span:nth-of-type(19) {
  transition-delay: calc(400ms + 200ms * 19);
}
.section .container h1 span:nth-of-type(20) {
  transition-delay: calc(400ms + 200ms * 20);
}
.section .container h1 span:nth-of-type(21) {
  transition-delay: calc(400ms + 200ms * 21);
}
.section .container h1 span:nth-of-type(22) {
  transition-delay: calc(400ms + 200ms * 22);
}
.section .container h1 span:nth-of-type(23) {
  transition-delay: calc(400ms + 200ms * 23);
}
.section .container h1 span:nth-of-type(24) {
  transition-delay: calc(400ms + 200ms * 24);
}
.section .container h1 span:nth-of-type(25) {
  transition-delay: calc(400ms + 200ms * 25);
}
.section .container h1 span:nth-of-type(26) {
  transition-delay: calc(400ms + 200ms * 26);
}
.section .container h1 span:nth-of-type(27) {
  transition-delay: calc(400ms + 200ms * 27);
}
.section .container h1 span:nth-of-type(28) {
  transition-delay: calc(400ms + 200ms * 28);
}
.section .container h1 span:nth-of-type(29) {
  transition-delay: calc(400ms + 200ms * 29);
}
.section .container h1 span:nth-of-type(30) {
  transition-delay: calc(400ms + 200ms * 30);
}
.section .container h1 span:nth-of-type(31) {
  transition-delay: calc(400ms + 200ms * 31);
}
.section .container h1 span:nth-of-type(32) {
  transition-delay: calc(400ms + 200ms * 32);
}
.section .container h1 span:nth-of-type(33) {
  transition-delay: calc(400ms + 200ms * 33);
}
.section .container h1 span:nth-of-type(34) {
  transition-delay: calc(400ms + 200ms * 34);
}
.section .container h1 span:nth-of-type(35) {
  transition-delay: calc(400ms + 200ms * 35);
}
.section .container h1 span:nth-of-type(36) {
  transition-delay: calc(400ms + 200ms * 36);
}
.section .container h1 span:nth-of-type(37) {
  transition-delay: calc(400ms + 200ms * 37);
}
.section .container h1 span:nth-of-type(38) {
  transition-delay: calc(400ms + 200ms * 38);
}
.section .container h1 span:nth-of-type(39) {
  transition-delay: calc(400ms + 200ms * 39);
}
.section .container h1 span:nth-of-type(40) {
  transition-delay: calc(400ms + 200ms * 40);
}
.section .container h1 span:nth-of-type(41) {
  transition-delay: calc(400ms + 200ms * 41);
}
.section .container h1 span:nth-of-type(42) {
  transition-delay: calc(400ms + 200ms * 42);
}
.section .container h1 span:nth-of-type(43) {
  transition-delay: calc(400ms + 200ms * 43);
}
.section .container h1 span:nth-of-type(44) {
  transition-delay: calc(400ms + 200ms * 44);
}
.section .container h1 span:nth-of-type(45) {
  transition-delay: calc(400ms + 200ms * 45);
}
.section .container h1 span:nth-of-type(46) {
  transition-delay: calc(400ms + 200ms * 46);
}
.section .container h1 span:nth-of-type(47) {
  transition-delay: calc(400ms + 200ms * 47);
}
.section .container h1 span:nth-of-type(48) {
  transition-delay: calc(400ms + 200ms * 48);
}
.section .container h1 span:nth-of-type(49) {
  transition-delay: calc(400ms + 200ms * 49);
}
.section .container h1 span:nth-of-type(50) {
  transition-delay: calc(400ms + 200ms * 50);
}
.section .container h1 span:nth-of-type(51) {
  transition-delay: calc(400ms + 200ms * 51);
}
.section .container h1 span:nth-of-type(52) {
  transition-delay: calc(400ms + 200ms * 52);
}
.section .container h1 span:nth-of-type(53) {
  transition-delay: calc(400ms + 200ms * 53);
}
.section .container h1 span:nth-of-type(54) {
  transition-delay: calc(400ms + 200ms * 54);
}
.section .container h1 span:nth-of-type(55) {
  transition-delay: calc(400ms + 200ms * 55);
}
.section .container h1 span:nth-of-type(56) {
  transition-delay: calc(400ms + 200ms * 56);
}
.section .container h1 span:nth-of-type(57) {
  transition-delay: calc(400ms + 200ms * 57);
}
.section .container h1 span:nth-of-type(58) {
  transition-delay: calc(400ms + 200ms * 58);
}
.section .container h1 span:nth-of-type(59) {
  transition-delay: calc(400ms + 200ms * 59);
}
.section .container h1 span:nth-of-type(60) {
  transition-delay: calc(400ms + 200ms * 60);
}
.section .container h1 span:nth-of-type(61) {
  transition-delay: calc(400ms + 200ms * 61);
}
.section .container h1 span:nth-of-type(62) {
  transition-delay: calc(400ms + 200ms * 62);
}
.section .container h1 span:nth-of-type(63) {
  transition-delay: calc(400ms + 200ms * 63);
}
.section .container h1 span:nth-of-type(64) {
  transition-delay: calc(400ms + 200ms * 64);
}
.section .container h1 span:nth-of-type(65) {
  transition-delay: calc(400ms + 200ms * 65);
}
.section .container h1 span:nth-of-type(66) {
  transition-delay: calc(400ms + 200ms * 66);
}
.section .container h1 span:nth-of-type(67) {
  transition-delay: calc(400ms + 200ms * 67);
}
.section .container h1 span:nth-of-type(68) {
  transition-delay: calc(400ms + 200ms * 68);
}
.section .container h1 span:nth-of-type(69) {
  transition-delay: calc(400ms + 200ms * 69);
}
.section .container h1 span:nth-of-type(70) {
  transition-delay: calc(400ms + 200ms * 70);
}
.section .container h1 span:nth-of-type(71) {
  transition-delay: calc(400ms + 200ms * 71);
}
.section .container h1 span:nth-of-type(72) {
  transition-delay: calc(400ms + 200ms * 72);
}
.section .container h1 span:nth-of-type(73) {
  transition-delay: calc(400ms + 200ms * 73);
}
.section .container h1 span:nth-of-type(74) {
  transition-delay: calc(400ms + 200ms * 74);
}
.section .container h1 span:nth-of-type(75) {
  transition-delay: calc(400ms + 200ms * 75);
}
.section .container h1 span:nth-of-type(76) {
  transition-delay: calc(400ms + 200ms * 76);
}
.section .container h1 span:nth-of-type(77) {
  transition-delay: calc(400ms + 200ms * 77);
}
.section .container h1 span:nth-of-type(78) {
  transition-delay: calc(400ms + 200ms * 78);
}
.section .container h1 span:nth-of-type(79) {
  transition-delay: calc(400ms + 200ms * 79);
}
.section .container h1 span:nth-of-type(80) {
  transition-delay: calc(400ms + 200ms * 80);
}
.section .container h1 span:nth-of-type(81) {
  transition-delay: calc(400ms + 200ms * 81);
}
.section .container h1 span:nth-of-type(82) {
  transition-delay: calc(400ms + 200ms * 82);
}
.section .container h1 span:nth-of-type(83) {
  transition-delay: calc(400ms + 200ms * 83);
}
.section .container h1 span:nth-of-type(84) {
  transition-delay: calc(400ms + 200ms * 84);
}
.section .container h1 span:nth-of-type(85) {
  transition-delay: calc(400ms + 200ms * 85);
}
.section .container h1 span:nth-of-type(86) {
  transition-delay: calc(400ms + 200ms * 86);
}
.section .container h1 span:nth-of-type(87) {
  transition-delay: calc(400ms + 200ms * 87);
}
.section .container h1 span:nth-of-type(88) {
  transition-delay: calc(400ms + 200ms * 88);
}
.section .container h1 span:nth-of-type(89) {
  transition-delay: calc(400ms + 200ms * 89);
}
.section .container h1 span:nth-of-type(90) {
  transition-delay: calc(400ms + 200ms * 90);
}
.section .container h1 span:nth-of-type(91) {
  transition-delay: calc(400ms + 200ms * 91);
}
.section .container h1 span:nth-of-type(92) {
  transition-delay: calc(400ms + 200ms * 92);
}
.section .container h1 span:nth-of-type(93) {
  transition-delay: calc(400ms + 200ms * 93);
}
.section .container h1 span:nth-of-type(94) {
  transition-delay: calc(400ms + 200ms * 94);
}
.section .container h1 span:nth-of-type(95) {
  transition-delay: calc(400ms + 200ms * 95);
}
.section .container h1 span:nth-of-type(96) {
  transition-delay: calc(400ms + 200ms * 96);
}
.section .container h1 span:nth-of-type(97) {
  transition-delay: calc(400ms + 200ms * 97);
}
.section .container h1 span:nth-of-type(98) {
  transition-delay: calc(400ms + 200ms * 98);
}
.section .container h1 span:nth-of-type(99) {
  transition-delay: calc(400ms + 200ms * 99);
}
.section .container .-impressie {
  transition-delay: unset !important;
  transition: 100ms ease !important;
}

.-opacity {
  opacity: 1 !important;
}

.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;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1460px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.header .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.header .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.header .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.header .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.header .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.header .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.header .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.header .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.header .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.header .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.header .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.header .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.header .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.header .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.header .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.header .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.header .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.header .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.header .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.header .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.header .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.header .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.header .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.header .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.header .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.header .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.header .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.header .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.header .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.header .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.header .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.header .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.header .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.header .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.header .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.header .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.header .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.header .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.header .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.header .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.header .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.header .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.header .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.header .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.header .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.header .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.header .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .header .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .header .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .header .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .header .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .header .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .header .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .header .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .header .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .header .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .header .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .header .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .header .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .header .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .header .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .header .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .header .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .header .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .header .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .header .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .header .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .header .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .header .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .header .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .header .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .header .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .header .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .header .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .header .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .header .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .header .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .header .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .header .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .header .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .header .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .header .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .header .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .header .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .header .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .header .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .header .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .header .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .header .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .header .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .header .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .header .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .header .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .header .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .header .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .header .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .header .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .header .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .header .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .header .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .header .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .header .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .header .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@media (max-width: 768px) {
  .header .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .header .container {
    height: 80px;
  }
}
.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: #2D3239;
}
.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 .button + * {
  margin-top: 0px !important;
}
.header .register-buttons {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.header .container {
  background-color: white;
}
@media (max-width: 1140px) {
  .header .container {
    height: 80px;
  }
}
.header__logo {
  display: block;
}
.header__logo img {
  width: 198px;
}
@media (max-width: 1140px) {
  .header__logo img {
    height: 40px;
    width: auto;
  }
}
.header__nav {
  align-items: center;
  height: 100%;
}
.header__nav .button {
  height: unset;
}
.header__item:not(.button) {
  height: -webkit-fit-content;
  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: #F5F1EE;
  background-size: 0 1px;
  font-weight: 700;
  font-family: "neue-haas-grotesk-text", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.07em;
}
.header__item:not(.button):hover, .header__item:not(.button):focus {
  background-size: 100% 1px;
}
.header__item:not(.button).-margin {
  margin-bottom: 15px;
}
.header__item:not(.button).-has-submenu {
  height: 100%;
  background: none;
}
.header__item:not(.button).-active {
  color: #BFCAB2 !important;
}
.header__item:not(.button).-active svg path {
  stroke: #BFCAB2 !important;
}
.header .-yellow {
  font-size: 14px !important;
  color: #2D3239;
}
@media (max-width: 1140px) {
  .header .-yellow.-menu-button {
    display: none;
  }
}
.header .-transparent {
  font-size: 14px !important;
  color: #2D3239;
}
@media (max-width: 1140px) {
  .header .-transparent.-menu-button {
    display: none;
  }
}

* {
  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;
  font-family: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
#app main {
  flex: 1 0 auto;
}
#app footer {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #app {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #app {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #app {
    font-size: 16px;
  }
}
#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;
  }
}

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;
  }
}

.-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: #B28C6D !important;
}

hr {
  height: 1px;
  background-color: #DECFC3;
  border: none;
}

.-theme-type .--quote {
  margin-top: 250px !important;
}
@media (max-width: 1280px) {
  .-theme-type .--quote {
    margin-top: 200px !important;
  }
}
@media (max-width: 768px) {
  .-theme-type .--quote {
    margin-top: 150px !important;
  }
}
@media (max-width: 576px) {
  .-theme-type .--quote {
    margin-top: 80px !important;
  }
}
.-theme-type .conversion {
  margin-top: 150px !important;
}

.footer {
  background-color: #fff;
  background-color: #BFCAB2;
}
.footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1460px;
}
.footer .container .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.footer .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.footer .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.footer .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.footer .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.footer .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.footer .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.footer .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.footer .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.footer .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.footer .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.footer .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.footer .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.footer .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.footer .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.footer .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.footer .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.footer .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.footer .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.footer .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.footer .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.footer .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.footer .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.footer .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.footer .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.footer .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.footer .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.footer .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.footer .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.footer .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.footer .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.footer .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.footer .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.footer .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.footer .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.footer .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.footer .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.footer .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.footer .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.footer .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.footer .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.footer .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.footer .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.footer .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.footer .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.footer .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.footer .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.footer .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .footer .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .footer .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .footer .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .footer .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .footer .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .footer .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .footer .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .footer .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .footer .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .footer .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .footer .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .footer .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .footer .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .footer .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .footer .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .footer .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .footer .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .footer .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .footer .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .footer .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .footer .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .footer .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .footer .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .footer .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .footer .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .footer .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .footer .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .footer .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .footer .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .footer .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .footer .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .footer .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .footer .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .footer .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .footer .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .footer .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .footer .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .footer .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .footer .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .footer .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .footer .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .footer .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .footer .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .footer .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .footer .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .footer .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .footer .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .footer .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .footer .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .footer .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .footer .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .footer .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .footer .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .footer .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .footer .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .footer .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@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__top {
  padding-bottom: 150px;
  padding-bottom: 128px !important;
  padding-top: 200px !important;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .footer__top {
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    padding-top: 100px !important;
    padding-bottom: 30px !important;
  }
}
.footer__top a {
  display: block;
}
.footer__top .submenu {
  padding-left: 20px;
}
.footer__top .submenu__icon {
  display: none;
}
.footer__top .-yellow {
  font-size: 14px;
  color: #2D3239;
}
.footer__top * {
  color: white;
}
.footer__top .sale {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid #2D3239;
  position: relative;
}
.footer__top .sale h6 {
  text-align: center;
  width: 100%;
}
.footer__top .sale p {
  font-size: 16px !important;
}
.footer__top .sale .-verkoop {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #2D3239;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__top .sale .-verkoop {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.footer__top .sale .-verkoop .-altena {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 50px;
}
.footer__top .sale .-verkoop .-altena img {
  margin-bottom: 50px;
  align-self: center;
}
@media (max-width: 720px) {
  .footer__top .sale .-verkoop .-altena {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer__top .sale .-verkoop .-altena img {
    margin-bottom: 20px;
  }
}
.footer__top .sale .-verkoop .-altena b {
  color: #000 !important;
}
.footer__top .sale .-verkoop .-altena:nth-child(3) {
  padding-bottom: 50px;
  border-bottom: 1px solid #2D3239;
  margin-bottom: 50px;
}
.footer__top .sale .-verkoop .-bosch {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 40px;
}
.footer__top .sale .-verkoop .-bosch img {
  margin-bottom: 50px;
  align-self: center;
}
@media (max-width: 720px) {
  .footer__top .sale .-verkoop .-bosch {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer__top .sale .-verkoop .-bosch img {
    margin-bottom: 20px;
  }
}
.footer__top .sale .-verkoop .-bosch b {
  color: #000 !important;
}
.footer__top .sale .-verkoop .-bosch:nth-child(3) {
  padding-bottom: 50px;
  border-bottom: 1px solid #2D3239;
  margin-bottom: 50px;
}
.footer__top .sale .-ontwikkeling {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__top .sale .-ontwikkeling {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.footer__top .sale .-ontwikkeling .-bogor {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 50px;
}
.footer__top .sale .-ontwikkeling .-bogor img {
  margin-bottom: 50px;
  align-self: center;
  margin-top: 40px;
}
@media (max-width: 720px) {
  .footer__top .sale .-ontwikkeling .-bogor {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer__top .sale .-ontwikkeling .-bogor img {
    margin-bottom: 20px;
  }
}
.footer__top .sale .-ontwikkeling .-bogor b {
  color: #000 !important;
}
.footer__top .sale .-ontwikkeling .-bogor:nth-child(3) {
  padding-bottom: 50px;
  border-bottom: 1px solid #2D3239;
  margin-bottom: 50px;
}
.footer__top .sale .-ontwikkeling .-tankens {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 50px;
  border-left: 1px solid #2D3239;
}
@media (max-width: 768px) {
  .footer__top .sale .-ontwikkeling .-tankens {
    border-left: none !important;
  }
}
.footer__top .sale .-ontwikkeling .-tankens img {
  margin-bottom: 50px;
  align-self: center;
  margin-top: 48px;
  width: 188px;
}
@media (max-width: 720px) {
  .footer__top .sale .-ontwikkeling .-tankens {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer__top .sale .-ontwikkeling .-tankens img {
    margin-bottom: 20px;
  }
}
.footer__top .sale .-ontwikkeling .-tankens b {
  color: #000 !important;
}
.footer__top .sale .-ontwikkeling .-tankens:nth-child(3) {
  padding-bottom: 50px;
  border-bottom: 1px solid #2D3239;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer__top .sale:last-child {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.footer__top .sale img {
  max-width: 223px;
  max-height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top .sale b {
  color: #2D3239 !important;
}
.footer__top .sale p {
  width: 100%;
  text-align: center;
  color: #2D3239;
}
@media (max-width: 576px) {
  .footer__top .sale p {
    width: 100%;
  }
}
.footer__top .sale a:hover {
  color: #f5f1ee !important;
}
.footer__top h6 {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  color: #2D3239 !important;
  font-weight: 400;
}
.footer__top--whiteBlock {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  background-image: url(/images/footer_block.png?d563054e5d4ebfab4a7d3015c211a4ce);
  background-size: 100% 85%;
  padding-top: 78px;
  padding-bottom: 78px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .footer__top--whiteBlock {
    background-size: 100% 100%;
  }
}
@media (max-width: 1280px) {
  .footer__top--whiteBlock {
    margin-bottom: 50px;
  }
}
.footer__top--whiteBlock img {
  margin-bottom: 50px;
}
.footer__top--whiteBlock h2 {
  color: #000;
  text-align: center;
  font-weight: 400;
}
.footer__top--whiteBlock p {
  color: #000;
  text-align: center;
}
.footer__top--whiteBlock .button {
  margin-top: 45px !important;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bottom {
  padding: 20px 0;
  background-color: #f5f1ee;
  margin-top: 80px;
  color: #000;
}
.footer__bottom .part-5 {
  display: flex;
  align-items: center;
}
.footer__bottom .part-3 {
  display: flex;
  align-items: center;
  justify-content: end !important;
}
@media (max-width: 768px) {
  .footer__bottom .part-3 {
    justify-content: center !important;
  }
}
@media (max-width: 1280px) {
  .footer__bottom .part-xl-12 {
    justify-content: start !important;
  }
}
@media (max-width: 768px) {
  .footer__bottom .part-m-12 {
    justify-content: center !important;
  }
}
.footer__bottom p {
  color: #000;
}
.footer__bottom a {
  color: #000 !important;
}
.footer__bottom a.--link {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .footer__bottom a.--link {
    margin-left: 10px;
  }
}
.footer__bottom nav {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .footer__bottom nav {
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .footer__bottom nav {
    margin-bottom: -15px;
  }
}
@media (max-width: 576px) {
  .footer__bottom nav {
    margin-bottom: -15px;
  }
}
.footer__bottom nav > * {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .footer__bottom nav > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .footer__bottom nav > * {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .footer__bottom nav > * {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.footer__bottom .social p {
  display: flex;
  align-items: center;
  justify-content: center;
  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: #000;
}
.footer__bottom .social p:hover, .footer__bottom .social p:focus {
  background-size: 100% 1px;
}
@media (max-width: 1280px) {
  .footer__bottom .social p {
    justify-content: end;
  }
}
.footer__bottom .social p svg {
  margin-left: 20px;
}
.footer__bottom .social p:hover, .footer__bottom .social p:active {
  background-size: 0%;
}
.footer__bottom .social p a:hover, .footer__bottom .social p a:active {
  background-size: 0%;
}
@media (max-width: 768px) {
  .footer__bottom .part-m-12 {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
  }
}
.footer__bottom .realisation {
  text-align: end;
}
@media (max-width: 1280px) {
  .footer__bottom .realisation {
    text-align: start;
  }
}

.section .container {
  margin-bottom: -80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1460px;
}
@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 .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.section .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.section .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.section .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.section .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.section .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.section .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.section .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.section .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.section .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.section .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.section .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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 .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.section .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.section .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.section .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.section .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.section .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.section .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.section .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.section .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.section .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.section .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.section .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@media (max-width: 768px) {
  .section .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section .container .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  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 .container .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section .container .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.section .container .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section .container .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.section .container .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section .container .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.section .container .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section .container .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.section .container .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section .container .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.section .container .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section .container .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.section .container .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section .container .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.section .container .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section .container .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.section .container .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section .container .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.section .container .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section .container .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.section .container .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section .container .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.section .container .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section .container .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section .container .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section .container .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section .container .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section .container .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section .container .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section .container .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section .container .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section .container .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section .container .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section .container .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section .container .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section .container .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section .container .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section .container .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section .container .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section .container .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section .container .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section .container .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section .container .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section .container .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section .container .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section .container .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section .container .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section .container .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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.-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: 120px;
  }
}
@media (max-width: 576px) {
  .section + .section {
    margin-top: 80px;
  }
}
@media (max-width: 375px) {
  .section + .section {
    margin-top: 80px;
  }
}
.section.--sectionText .part-3 {
  margin-bottom: 60px !important;
}
.section.--sectionText .part-6 {
  margin-bottom: 60px !important;
}
.section:first-of-type:not(.--colored):not(.--no-top-space) {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 140px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 110px;
  }
}
@media (max-width: 375px) {
  .section:first-of-type:not(.--colored):not(.--no-top-space) {
    margin-top: 110px;
  }
}
.section:first-of-type.--colored {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .section:first-of-type.--colored {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .section:first-of-type.--colored {
    padding-top: 140px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--colored {
    padding-top: 110px;
  }
}
@media (max-width: 375px) {
  .section:first-of-type.--colored {
    padding-top: 110px;
  }
}
.section:first-of-type.--no-top-space {
  margin-top: 83px;
}
@media (max-width: 1140px) {
  .section:first-of-type.--no-top-space {
    margin-top: 80px;
  }
}
.section:first-of-type.--sectionText {
  margin-bottom: -200px !important;
}
@media (max-width: 768px) {
  .section:first-of-type.--sectionText {
    margin-bottom: 0px !important;
  }
}
.section:first-of-type.--hero {
  margin-top: 133px !important;
}
.section:first-of-type.--hero.--homePage .container .text {
  padding-bottom: 85px;
}
@media (max-width: 1270px) {
  .section:first-of-type.--hero.--homePage .container .text {
    min-height: unset;
  }
}
@media (max-width: 1046px) {
  .section:first-of-type.--hero.--homePage .container .text {
    min-height: unset;
  }
}
@media (max-width: 1200px) {
  .section:first-of-type.--hero.--homePage .container .text h1 {
    font-size: 48px;
  }
}
@media (max-width: 1140px) {
  .section:first-of-type.--hero.--homePage .container .text h1 {
    font-size: 39px;
  }
}
@media (max-width: 1080px) {
  .section:first-of-type.--hero.--homePage .container .text h1 {
    font-size: 30px;
  }
}
@media (max-width: 1046px) {
  .section:first-of-type.--hero.--homePage .container .text h1 {
    font-size: 30px;
  }
}
.section:first-of-type.--hero.--homePage .container .text .button {
  font-size: 14px;
  color: #66715E;
}
@media (max-width: 1046px) {
  .section:first-of-type.--hero.--homePage .container .text .button {
    font-size: 14px;
  }
}
@media (max-width: 1270px) {
  .section:first-of-type.--hero.--homePage .container .slider img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero {
    margin-top: 80px !important;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .container {
    padding-right: 0px !important;
  }
}
.section:first-of-type.--hero .text {
  background-color: #2D3239;
  padding-left: 40px;
  padding-top: 80px;
  align-items: center !important;
}
.section:first-of-type.--hero .text:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #2D3239;
  position: absolute;
  right: -35px;
  top: 0;
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text:after {
    display: block;
  }
}
.section:first-of-type.--hero .text:before {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #2D3239;
  position: absolute;
  left: -20px;
  top: 0;
  display: none;
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text:before {
    display: block;
  }
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text {
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 44px;
    flex-direction: row !important;
    padding-top: 49px !important;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text {
    padding-top: 72px !important;
    padding-bottom: 48px !important;
    flex-direction: column !important;
  }
}
.section:first-of-type.--hero .text .logo {
  width: 203px;
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text .logo {
    width: 130px;
    margin-bottom: 48px;
  }
}
.section:first-of-type.--hero .text .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 1600px) {
  .section:first-of-type.--hero .text .hero-content {
    padding-top: 100px !important;
  }
  .section:first-of-type.--hero .text .hero-content .buttons {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text .hero-content {
    border-left: 1px solid #fff;
    padding-left: 75px;
    margin-left: 75px;
    align-items: start;
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text .hero-content {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    align-items: start;
  }
}
.section:first-of-type.--hero .text .hero-content h1 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1344px) {
  .section:first-of-type.--hero .text .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text .hero-content h1 {
    font-size: 24px;
    text-align: start;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text .hero-content h1 {
    font-size: 43px;
    text-align: center;
  }
}
.section:first-of-type.--hero .text .hero-content a {
  color: white;
  margin-left: 10px;
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text .hero-content a {
    font-size: 9px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-left: 10px;
    align-items: start;
  }
}
.section:first-of-type.--hero .text .hero-content .buttons {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .text .hero-content .buttons {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .text .hero-content .buttons {
    margin-top: 33px;
  }
  .section:first-of-type.--hero .text .hero-content .buttons img {
    width: 9px;
  }
}
@media (max-width: 1024px) {
  .section:first-of-type.--hero .images {
    display: flex;
    justify-content: center;
    background-color: #2D3239;
    padding-top: 48px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--hero .images {
    padding-top: 0px;
    background-color: transparent !important;
  }
}
.section:first-of-type.--image-text-large .container .text {
  min-height: unset;
}
@media (max-width: 1024px) {
  .section:first-of-type.--image-text-large .container .text {
    min-height: unset;
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .section:first-of-type.--image-text-large .container .text {
    padding-left: 25px;
  }
}
.section.--headerPages {
  margin-top: 180px !important;
}
@media (max-width: 1280px) {
  .section.--headerPages {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .section.--headerPages .-hide-on-l {
    display: none !important;
  }
}
.section.--headerPages .-show-on-l {
  display: none !important;
}
.section.--headerPages .-show-on-l p {
  padding-right: 0px !important;
}
@media (max-width: 1024px) {
  .section.--headerPages .-show-on-l {
    display: block !important;
  }
}
.section.--headerPages span {
  color: #F2A423 !important;
}
.section.--headerPages span.headSpan {
  text-align: center;
  margin-bottom: 10px;
}
.section.--headerPages span.headSpan.-margin {
  margin-top: 10px !important;
}
.section.--headerPages h1 {
  color: #2D3239 !important;
  font-weight: 400 !important;
}
.section.--headerPages h1.headTitle {
  text-align: center;
  font-size: 50px;
}
.section.--headerPages .headText {
  text-align: center;
  padding-right: 0px !important;
}
.section.--headerPages .-justify-center {
  flex-direction: column;
  padding-right: 20px;
}
.section.--headerPages .-justify-center p {
  padding-right: 60px;
}
@media (max-width: 576px) {
  .section.--twoimages {
    margin-bottom: 80px !important;
  }
}
.section.--twoimages .images {
  padding-top: 250px;
}
@media (max-width: 768px) {
  .section.--twoimages .images {
    padding-top: 0px;
  }
}
.section.--imageText.-no-after .container:after {
  display: none;
}
.section.--imageText.-brown .container {
  background-image: url("/img/corner-right.svg");
  background-size: 85px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #DECFC3;
  background-position: right 50px bottom;
}
@media (max-width: 1024px) {
  .section.--imageText.-brown .container {
    background-image: none;
  }
}
.section.--imageText.-brown .container *,
.section.--imageText.-brown .container .-justify-center h2 {
  color: #2C3238 !important;
}
.section.--imageText.-black .container {
  margin-bottom: 0;
  background-image: url("/img/corner-right.svg");
  background-size: 85px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-position: right 50px bottom;
  background-color: #2D3239;
}
@media (max-width: 1024px) {
  .section.--imageText.-black .container {
    background-image: none;
  }
}
.section.--imageText.-black .container [class*=part] {
  margin-bottom: 0;
}
.section.--imageText.-black .container [class*=part] img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.--imageText.-black .container [class*=part].-text {
  margin-top: 100px;
  justify-content: flex-start;
  padding-right: 0;
}
.section.--imageText .contact__maps {
  margin-top: 130px;
}
.section.--imageText.-yellow .container {
  background-color: #BFCAB2;
}
.section.--imageText .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.--imageText .container [class*=part] {
  margin-bottom: 0;
}
@media (max-width: 1056px) {
  .section.--imageText .container .text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.section.--imageText .container:after {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #F5F1EE;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .section.--imageText .container:after {
    display: none;
  }
}
.section.--imageText .container:before {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #F5F1EE;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .section.--imageText .container:before {
    display: none;
  }
}
.section.--imageText .container .image {
  margin-bottom: 0px;
  padding-left: 56px;
}
@media (max-width: 1024px) {
  .section.--imageText .container .image {
    padding-left: 0px;
    padding-bottom: 48px;
  }
}
.section.--imageText .container .-justify-center {
  flex-direction: column;
}
.section.--imageText .container .-justify-center p {
  color: #fff;
}
.section.--imageText .container .-justify-center h2 {
  color: #fff !important;
  margin-top: 88px !important;
}
.section.-green .container:after {
  display: none;
}
.section.-green .container:before {
  display: none;
}
.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: 120px;
  }
}
@media (max-width: 576px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .section:last-of-type:not(.--colored) {
    margin-bottom: 80px;
  }
}
.section.--quote {
  margin-bottom: 150px;
  padding-top: 0px !important;
}
@media (max-width: 1024px) {
  .section.--quote {
    margin-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .section.--quote {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .section.--quote {
    margin-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .section.--quote {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .section.--quote {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
.section.--extra-small {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 550px;
}
.section.--extra-small .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--extra-small .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--extra-small .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--extra-small .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.section.--extra-small .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--extra-small .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--extra-small .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--extra-small .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.section.--extra-small .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--extra-small .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--extra-small .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--extra-small .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.section.--extra-small .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--extra-small .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--extra-small .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--extra-small .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.section.--extra-small .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--extra-small .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--extra-small .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--extra-small .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.section.--extra-small .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--extra-small .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--extra-small .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--extra-small .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.section.--extra-small .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--extra-small .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--extra-small .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--extra-small .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.section.--extra-small .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--extra-small .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--extra-small .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--extra-small .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.section.--extra-small .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--extra-small .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--extra-small .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--extra-small .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.section.--extra-small .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--extra-small .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--extra-small .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--extra-small .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.section.--extra-small .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--extra-small .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--extra-small .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--extra-small .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.section.--extra-small .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--extra-small .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--extra-small .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--extra-small .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section.--extra-small .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section.--extra-small .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section.--extra-small .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--extra-small .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--extra-small .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--extra-small .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--extra-small .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--extra-small .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--extra-small .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--extra-small .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--extra-small .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--extra-small .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--extra-small .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--extra-small .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section.--extra-small .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--extra-small .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@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;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}
.section.--full-width .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--full-width .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--full-width .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.section.--full-width .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.section.--full-width .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--full-width .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--full-width .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.section.--full-width .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.section.--full-width .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--full-width .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--full-width .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.section.--full-width .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.section.--full-width .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--full-width .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--full-width .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.section.--full-width .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.section.--full-width .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--full-width .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--full-width .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.section.--full-width .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.section.--full-width .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--full-width .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--full-width .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.section.--full-width .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.section.--full-width .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--full-width .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--full-width .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.section.--full-width .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.section.--full-width .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--full-width .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--full-width .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.section.--full-width .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.section.--full-width .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--full-width .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--full-width .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.section.--full-width .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.section.--full-width .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--full-width .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--full-width .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.section.--full-width .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.section.--full-width .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--full-width .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--full-width .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.section.--full-width .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.section.--full-width .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--full-width .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--full-width .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.section.--full-width .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section.--full-width .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .section.--full-width .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section.--full-width .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .section.--full-width .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .section.--full-width .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .section.--full-width .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .section.--full-width .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .section.--full-width .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .section.--full-width .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .section.--full-width .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .section.--full-width .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .section.--full-width .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .section.--full-width .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .section.--full-width .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .section.--full-width .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .section.--full-width .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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.--center-horizontal .container {
  justify-content: center;
}
.section.--colored {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #F5F1EE;
}
@media (max-width: 1024px) {
  .section.--colored {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .section.--colored {
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .section.--colored {
    padding-top: 80px;
  }
}
@media (max-width: 375px) {
  .section.--colored {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .section.--colored {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  .section.--colored {
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .section.--colored {
    padding-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .section.--colored {
    padding-bottom: 80px;
  }
}
.section.--colored.-color-1 {
  background-color: #F5F1EE;
}
.section.--colored.-color-2 {
  background-color: #B28C6D;
}
.section.--colored.-color-3 {
  background-color: #677361;
}
.section.--colored.-white {
  background-color: white;
}
.section.--colored.-black {
  background-color: #2D3239;
}
.section.--colored + .--colored {
  margin-top: 0;
  padding-top: 0;
}
.section.--colored.-color-light {
  background-color: #EFEFEF;
}
.section.--colored.-green {
  padding-top: 0px !important;
  margin-top: 150px !important;
}
.section.--colored.-green .container {
  background-color: #677361;
  padding-top: 150px;
}
.section.--colored.-green .container h1 {
  text-align: center;
}
.section.--colored.-green .container p {
  text-align: center;
  color: #fff !important;
}
.section.--colored.-no-color {
  padding-top: 0px !important;
  margin-top: 300px !important;
  margin-bottom: 100px !important;
}
.section.--colored.-no-color .container {
  background-color: #fff;
  padding-top: 150px;
}
.section.--colored.-no-color .container h1 {
  text-align: center;
  color: #000;
}
.section.--colored.-no-color .container p {
  text-align: center;
  color: #000 !important;
}
.section.--image .slider {
  height: 70vh;
}
@media (max-width: 1024px) {
  .section.--image .slider {
    height: 60vw;
  }
}
.section.--carousel {
  overflow: hidden;
}
.section.--text .container {
  justify-content: center;
}
.section.--reversed .container {
  flex-direction: row-reverse;
}
.section.--pricelist {
  overflow: hidden;
}
.section.--pricelist.-bouwnummers h1 {
  color: #2D3239;
}
.section.--pricelist.-bouwnummers tr {
  padding-left: 30px;
}
.section.--pricelist.-bouwnummers tr:hover td {
  background-color: white;
}
.section.--pricelist.-bouwnummers tr th {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
}
.section.--pricelist.-bouwnummers tr td {
  cursor: auto !important;
  font-size: 18px;
  font-family: "neue-haas-unica", sans-serif;
}
.section.--pricelist.-bouwnummers tbody tr:nth-child(even) td {
  background-color: rgba(45, 50, 57, 0.03) !important;
}
.section.--pricelist.-bouwnummers .-A tr th {
  background-color: #BFCAB2;
}
.section.--pricelist.-bouwnummers .-B tr th {
  background-color: #DECFC3;
}
.section.--pricelist.-bouwnummers .-C tr th {
  background-color: #BFCAB2;
}
.section.--pricelist.-type {
  margin-top: 250px !important;
}
@media (max-width: 1280px) {
  .section.--pricelist.-type {
    margin-top: 200px !important;
  }
}
.section.--pricelist.-type tr th {
  font-family: "pf-marlet-display", sans-serif;
  background-color: transparent;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 400;
}
.section.--pricelist.-type tr td {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  cursor: auto !important;
  font-size: 18px;
}
.section.--pricelist.-type tr {
  border-bottom: 1px solid #D9D9D9;
}
.section.--pricelist.-type tr:first-child {
  border-top: 1px solid #D9D9D9;
}

.conversion {
  margin-top: 200px !important;
}
@media (max-width: 1280px) {
  .conversion {
    margin-top: 180px !important;
  }
}
@media (max-width: 576px) {
  .conversion {
    margin-top: 50px !important;
  }
}
.conversion.--home.-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .conversion.--home.-mobile {
    display: block;
  }
}
.conversion.--home.-mobile .block__content {
  background-image: none !important;
}
.conversion.--home .block__content {
  background-color: #2D3239 !important;
  align-items: flex-start !important;
  padding-top: 40px !important;
  padding-bottom: 52px !important;
  background-image: url(/images/home_strook.png?c4e5a1473f81ae7f3bbfb920c6e5f99b) !important;
  background-size: cover;
}
@media (max-width: 576px) {
  .conversion.--home .block__content {
    padding: 80px 20px !important;
  }
}
.conversion.--home .block__content--data {
  margin-bottom: 88px;
  margin-top: 88px !important;
}
@media (max-width: 576px) {
  .conversion.--home .block__content--data {
    width: 100% !important;
  }
}
.conversion.--home .block__content--data p {
  padding: 16px 0px;
  border-top: 1px solid white;
  width: 400px !important;
}
@media (max-width: 576px) {
  .conversion.--home .block__content--data p {
    width: 100% !important;
  }
}
.conversion.--home .block__content--data p:last-child {
  border-bottom: 1px solid white;
}
.conversion.--home .block__content--buttons p {
  margin-bottom: 17px !important;
}
@media (max-width: 576px) {
  .conversion.--home .block__content--buttons .-white {
    margin-left: 10px;
    margin-top: 10px !important;
  }
}
.conversion.--home h1, .conversion.--home p {
  color: white !important;
  text-align: left !important;
  margin-top: 0px !important;
}
.conversion.--home h1 {
  font-size: 60px !important;
  color: #F2A423 !important;
}
.conversion.--home .-yellow {
  margin-right: 30px;
}
.conversion.--home .button {
  margin-top: 0px !important;
}

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

.register-form {
  background-color: white;
  padding: 100px 113px;
}
.register-form:after {
  content: "";
  position: absolute;
  width: 83px;
  height: 45px;
  display: block;
  bottom: 0px;
  right: 0px;
  background-size: contain;
}
.register-form h2 {
  font-weight: 400;
}
@media (max-width: 576px) {
  .register-form {
    padding: 50px 25px;
  }
}
.register-form.-white {
  background-color: #fff;
}
.register-form.-white:after {
  background-image: url("/img/icons/brown_corner.svg");
}

.-green {
  padding-top: 0px;
  padding-left: 56px !important;
  padding-right: 56px !important;
}
@media (max-width: 576px) {
  .-green {
    padding-top: 120px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.-green.--margin {
  padding-top: 150px;
}
.-green.--margin h1 {
  text-align: center;
}
.-green.--margin p {
  text-align: center;
  color: #fff !important;
}
.-green h1 {
  text-align: left;
}
.-green p {
  text-align: left;
  color: #fff !important;
}

.-no-color {
  padding-top: 150px !important;
  padding-left: 56px !important;
  padding-right: 56px !important;
  margin-bottom: 70px !important;
  background-color: #fff;
}
@media (max-width: 576px) {
  .-no-color {
    padding-top: 80px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.-no-color h1 {
  text-align: center;
  color: #000;
}
.-no-color p {
  text-align: center;
  color: #000 !important;
}

@media (max-width: 576px) {
  .-theme-woningselector .--headerPages .-show-on-l {
    padding-right: 0px !important;
  }
  .-theme-woningselector .--headerPages h1 {
    font-size: 34px !important;
  }
}

@media (max-width: 576px) {
  .-theme-woningtypes .--quote {
    margin-top: 80px !important;
  }
}

.-theme-omgeving .section.--imageText .container .-justify-center {
  margin-top: 100px;
  margin-bottom: 0;
  justify-content: flex-start;
}
.-theme-omgeving .section.--imageText .container .-justify-center h2 {
  text-transform: unset;
}
@media (max-width: 1024px) {
  .-theme-omgeving .section.--imageText .container .-justify-center {
    margin-top: 0;
  }
}
.-theme-omgeving .omgeving_menu {
  color: #BFCAB2 !important;
}
.-theme-omgeving .omgeving_menu svg path {
  stroke: #BFCAB2 !important;
}
@media (max-width: 1024px) {
  .-theme-omgeving .omgeving_menu svg {
    display: none !important;
  }
}
.-theme-omgeving .coloredBlocks {
  margin-top: 150px !important;
}
@media (max-width: 1280px) {
  .-theme-omgeving .coloredBlocks {
    margin-top: 80px !important;
  }
}
.-theme-omgeving .--quote {
  margin-bottom: 0px !important;
  margin-top: 230px !important;
}
.-theme-omgeving .conversion {
  margin-top: 0px !important;
  padding-top: 130px !important;
}
.-theme-omgeving .--imageText.-yellow {
  margin-top: 145px !important;
}
.-theme-omgeving .coloredBlocks .-impressie img {
  margin-top: -250px !important;
}
@media (max-width: 1280px) {
  .-theme-omgeving .coloredBlocks .-impressie img {
    margin-top: 0px !important;
  }
}
.-theme-omgeving .section.--image-text.--section {
  padding-top: 0px !important;
}
.-theme-omgeving .section.--image-text.--section.--margin-top {
  margin-top: 150px !important;
}
.-theme-omgeving .--padding-150 {
  padding-top: 140px !important;
  margin-top: 0px !important;
}
@media (max-width: 576px) {
  .-theme-omgeving .--padding-150 {
    padding-top: 80px !important;
  }
}
.-theme-omgeving .--padding-150 h1 {
  color: #000 !important;
}
.-theme-omgeving .-green {
  margin-top: 150px !important;
}
@media (max-width: 576px) {
  .-theme-omgeving .-green {
    margin-top: 0px !important;
  }
}
.-theme-omgeving .-green .container {
  background-color: #677361 !important;
}
.-theme-omgeving .-green .container:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 45px;
  display: block;
  bottom: -1px;
  right: 0px;
  top: unset !important;
  background-size: contain;
  background-image: url("/img/icons/corner-blocks.png");
  background-repeat: no-repeat;
}

.-theme-de-hoeven .dehoeven_menu {
  color: #BFCAB2 !important;
}
.-theme-de-hoeven .dehoeven_menu svg path {
  stroke: #BFCAB2 !important;
}
@media (max-width: 1024px) {
  .-theme-de-hoeven .dehoeven_menu svg {
    display: none !important;
  }
}
.-theme-de-hoeven .architecten {
  margin-top: 100px !important;
}
.-theme-de-hoeven .-green {
  background-color: #677361;
}
.-theme-de-hoeven .coloredBlocks {
  margin-top: 230px !important;
}
@media (max-width: 1024px) {
  .-theme-de-hoeven .coloredBlocks {
    margin-top: 100px !important;
  }
}
.-theme-de-hoeven .--colored {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}
.-theme-de-hoeven .--colored h1 {
  color: #000;
  text-align: center;
}
.-theme-de-hoeven .slider {
  height: 70vh !important;
}
@media (max-width: 576px) {
  .-theme-de-hoeven .slider {
    height: 30vh !important;
  }
}

.-theme-villas .--quote {
  padding-bottom: 50px !important;
}
.-theme-villas .conversion {
  margin-top: 0px !important;
}
@media (min-width: 1600px) {
  .-theme-villas .section.--image-text.--section {
    padding-top: 0px !important;
  }
  .-theme-villas .--quote {
    padding-top: 0px !important;
  }
}
.-theme-villas .coloredBlocks {
  margin-top: 150px !important;
}
@media (max-width: 1280px) {
  .-theme-villas .coloredBlocks {
    margin-top: 0px !important;
  }
}
.-theme-villas .coloredBlocks .-impressie img {
  margin-top: -300px;
}
@media (max-width: 1280px) {
  .-theme-villas .coloredBlocks .-impressie img {
    margin-top: 0px !important;
  }
}
.-theme-villas .--quote {
  margin-bottom: 80px !important;
}

.-theme-news .--colored {
  margin-top: 0px !important;
}
.-theme-news .quote {
  justify-content: center;
}
.-theme-news .--quote {
  margin-top: 150px !important;
}
.-theme-news .--nieuws {
  margin-top: 100px;
}
.-theme-news .newsOverzicht {
  margin-top: 100px !important;
}

.-theme-inschrijven .--center-horizontal {
  margin-top: 100px !important;
}

.-theme-contact .quote {
  justify-content: center;
}

.-theme-disclaimer h1 {
  color: #2D3239;
}

.-theme-privacy h1 {
  color: #2D3239;
}
.-theme-privacy p {
  margin-top: 40px;
}

.-theme-cookies h1 {
  color: #2D3239;
}
.-theme-cookies p {
  margin-top: 40px;
}

.-page-header-text-center div {
  text-align: center;
}

.section.--quote .container .quote {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.section.--quote .container .quote h1 {
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
  text-transform: unset;
}
@media (max-width: 576px) {
  .section.--quote .container .quote h1 {
    font-size: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section.--quote .container .quote__icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .section.--quote .container .quote__icon {
    width: 39px !important;
  }
}
.section.--quote .container .quote__icon.-reversed {
  transform: scale(-1, 1);
}
.section.--quote .container .quote__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.--quote .container .quote__quote span {
  color: #DECFC3 !important;
}
.section.--quote .part-s-12 {
  margin-bottom: 0px !important;
}
.section.--quote .divider:first-child {
  margin-bottom: 50px !important;
}
.section.--quote .divider:last-child {
  margin-top: 50px !important;
}

.section.--image-text.--section {
  padding-top: 150px;
  margin-top: 0px !important;
}
@media (max-width: 1280px) {
  .section.--image-text.--section {
    padding-top: 0px;
  }
}
.section.--image-text.--section h1 {
  color: #2D3239 !important;
  font-weight: 400 !important;
}
@media (max-width: 1024px) {
  .section.--image-text .container {
    justify-content: center;
  }
}
.section.--image-text .container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .section.--image-text .container .text {
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
}
.section.--image-text .container .text.part-xl-10 {
  justify-content: start;
  min-height: unset;
}
.section.--image-text .container .image {
  position: relative;
}
.section.--image-text .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .section.--image-text .container .image img {
    position: relative;
    height: 54vw;
  }
}
.section.--image-text .container .slider {
  position: absolute;
  height: 100%;
  max-width: unset;
}
@media (max-width: 1460px) {
  .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__error {
  display: block;
  margin-top: 10px !important;
  color: #D00000;
  font-style: italic;
  font-size: 14px;
}
.form label {
  display: block;
  font-family: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  color: #B28C6D;
}
@media (max-width: 1024px) {
  .form label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form label {
    font-size: 16px;
  }
}
.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 textarea {
  display: block;
  width: 100%;
  padding: 12px 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: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  height: 150px;
}
@media (max-width: 1024px) {
  .form textarea {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form textarea {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form textarea {
    font-size: 16px;
  }
}
.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__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, .form__row {
  position: relative;
  width: 100%;
  position: relative;
}
.form__field + .form__field, .form__field + .form__row, .form__row + .form__field, .form__row + .form__row {
  margin-top: 10px;
}
.form__field.-half, .form__row.-half {
  width: calc(50% - (10px / 2));
}
@media (max-width: 576px) {
  .form__field.-half, .form__row.-half {
    width: 100%;
  }
}
.form__field.-invalid label, .form__row.-invalid label {
  color: #D00000 !important;
}
.form__field.-invalid .input, .form__row.-invalid .input {
  border-color: #D00000;
}
.form__field .newsletter, .form__row .newsletter {
  margin-bottom: 50px;
}
.form__field .privacy, .form__row .privacy {
  margin-bottom: 40px;
}
.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] {
  margin-left: 10px;
}
.form button[type=submit]:disabled {
  opacity: 0.5;
}
.form__success {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #F5F1EE;
  text-align: center;
}
.form__success * {
  color: white;
  line-height: 1.3;
}
.form__success.-active {
  pointer-events: auto;
  opacity: 1;
}
.form__title {
  margin-top: 30px;
  font-size: 14px;
}
.form.-large {
  padding: 60px 80px;
  background-color: #EFEFEF;
}

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

.dropdown {
  position: relative;
  margin: 0 !important;
  width: 100%;
  border-bottom: 1px solid #B28C6D;
}
.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: #F5F1EE !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 .input {
  display: block;
  width: 100%;
  padding: 12px 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: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  border-radius: 0;
  margin-top: 0;
  border: none;
  border-radius: 20px;
  background-color: #F5F1EE;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .form .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form .input {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form .input {
    font-size: 16px;
  }
}
.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.-success {
  background-color: #F7F8F8;
  border-color: #16C100;
}
.form .input::-moz-placeholder {
  opacity: 0;
}
.form .input:-ms-input-placeholder {
  opacity: 0;
}
.form .input::placeholder {
  opacity: 0;
}
.form .input + label {
  position: absolute;
  top: 12px;
  left: 30px;
  overflow: hidden;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2D3239;
  font-size: 18px;
}
.form .input:not(:-moz-placeholder-shown) {
  padding-top: 20px;
  padding-bottom: 5px;
}
.form .input:not(:-ms-input-placeholder) {
  padding-top: 20px;
  padding-bottom: 5px;
}
.form .input:focus, .form .input:not(:placeholder-shown) {
  padding-top: 20px;
  padding-bottom: 5px;
}
.form .input:not(:-moz-placeholder-shown) + label {
  top: 6px;
  font-size: 10px;
}
.form .input:not(:-ms-input-placeholder) + label {
  top: 6px;
  font-size: 10px;
}
.form .input:focus + label, .form .input:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 10px;
}

.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: 12px 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: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: calc(((1.44 * 18px) - (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;
}
@media (max-width: 1024px) {
  .form .input--checkbox + label::before {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form .input--checkbox + label::before {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form .input--checkbox + label::before {
    font-size: 16px;
  }
}
.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: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: #2D3239;
}
.form .input--checkbox + label::before {
  top: 2px;
  transition: 0s;
  border: 1px solid black;
  border-radius: 5px;
  background-size: 15px;
  background-color: white;
}
.form .input--checkbox:checked + label::before {
  background-image: url("/img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
.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: 12px 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: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: calc(((1.44 * 18px) - (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;
}
@media (max-width: 1024px) {
  .form--radio + label::before {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form--radio + label::before {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .form--radio + label::before {
    font-size: 16px;
  }
}
.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: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.44 * 18px) - (19px + 0)) / 2);
}
.form--radio ~ .check {
  padding: calc(19px - 14px);
  top: calc(((1.44 * 18px) - (19px + 0)) / 2);
  width: calc(19px + (0 * 2));
  height: calc(19px + (0 * 2));
}
.form--radio:checked ~ .check {
  opacity: 1;
}

.block {
  background-color: #F5F1EE;
  display: flex;
}
.block a:not(.button), .block span, .block li, .block p, .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  color: #2D3239;
}
.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: #2D3239;
}
@media (max-width: 1024px) {
  .block {
    flex-direction: column;
  }
}
.block__content {
  padding: 70px 40px;
  padding: 80px 40px !important;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/img/corner-right.svg");
  background-size: 85px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@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;
  }
}
@media (max-width: 1024px) {
  .block__content {
    background-image: none;
  }
}
@media (max-width: 1024px) {
  .block__content {
    width: 100%;
  }
}
.block__content h1 {
  font-weight: 400;
}
.block__content span {
  text-align: center;
}
.block__content a {
  font-size: 14px;
}
.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 {
  display: inline-flex;
  align-items: center;
  padding: 16px 25px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  color: white;
  line-height: 1.1;
  text-decoration: none;
  background-color: #F5F1EE;
  justify-content: center;
  align-items: center;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  color: white;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .button {
    font-size: 16px;
  }
}
.button + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .button + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .button + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .button + * {
    margin-top: 60px;
  }
}
.button__icon {
  display: block;
  margin-left: 20px;
  height: 100%;
  width: auto;
}
.button__icon rect, .button__icon circle, .button__icon ellipse, .button__icon path, .button__icon polygon, .button__icon polyline {
  fill: currentColor;
}
.button__icon.-left {
  margin-left: 0;
  margin-right: 20px;
}
.button:disabled {
  pointer-events: none;
}
.button:hover {
  background-color: transparent;
  color: white;
}
.button.-color-1 {
  background-color: #F5F1EE;
}
.button.-white {
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #2D3239 !important;
  font-size: 14px;
  transition: all ease-in 0.15s;
}
.button.-white:after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-white:before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-white:hover {
  background-color: #C7C5C4;
}
.button.-white:hover:after {
  background-image: url("/img/icons/button-white-hover.png");
}
.button.-white:hover:before {
  background-image: url("/img/icons/button-white-hover.png");
}
.button.-white img {
  width: 13px;
  margin-left: 9px;
}
.button.-yellow {
  background-color: #BFCAB2;
  background-image: none;
  border-radius: 0px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  transition: all ease-in 0.15s;
  color: #66715E;
}
.button.-yellow:after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-yellow:before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-yellow svg {
  margin-left: 9px;
}
.button.-yellow:hover {
  background-color: #66715E;
  color: #BFCAB2 !important;
}
.button.-yellow:hover:after {
  background-image: url("/img/icons/button-yellow-hover.png");
}
.button.-yellow:hover:before {
  background-image: url("/img/icons/button-yellow-hover.png");
}
.button.-yellow:hover svg path {
  stroke: #BFCAB2;
}
.button.-yellow img {
  width: 13px;
  margin-left: 9px;
  transition: all ease-in 0.15s;
}
.button.-black {
  background-color: #2D3239;
  background-image: none;
  border-radius: 0px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
}
.button.-black:after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 0;
}
.button.-black:before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: 0;
}
.button.-transparent {
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  border-top: 1px solid #2D3239;
  border-bottom: 1px solid #2D3239;
  transition: all ease-in 0.15s;
  padding-top: 15px;
  padding-bottom: 14px;
}
.button.-transparent:after {
  content: "";
  width: 30px;
  height: 103%;
  background-image: url("/img/icons/button-transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -1px;
  transition: all ease-in 0.15s;
}
.button.-transparent:before {
  content: "";
  width: 30px;
  height: 103%;
  background-image: url("/img/icons/button-transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: -1px;
  transition: all ease-in 0.15s;
}
.button.-transparent:hover {
  background-color: #2D3239;
}
.button.-transparent:hover:after {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.button.-transparent:hover:before {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.button.-transparent img {
  width: 13px;
  margin-left: 9px;
}
.button.-dark-blue {
  background-color: #2D3239;
  background-image: none;
  border-radius: 0px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  transition: all ease-in 0.15s;
}
.button.-dark-blue:after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-dark-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-dark-blue:before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url("/img/icons/button-dark-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: 0;
  transition: all ease-in 0.15s;
}
.button.-dark-blue:hover {
  background-color: #59626F;
}
.button.-dark-blue:hover:after {
  background-image: url("/img/icons/button-dark-blue-hover.png");
}
.button.-dark-blue:hover:before {
  background-image: url("/img/icons/button-dark-blue-hover.png");
}
.button.-dark-blue img {
  width: 13px;
  margin-left: 9px;
}
.button__icon {
  width: 20px;
  color: currentColor;
}

.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;
  }
}

.social {
  padding-left: 0px;
  padding-top: 0px;
}

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

.-locations .overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
  margin-bottom: -120px;
  width: calc(100% + (30px));
}
.-locations .overview__item {
  width: calc((4 * 100% / 12) - 30px);
  margin: 0 calc(30px / 2);
  margin-bottom: 120px;
}
@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(-30px / 2);
    margin-right: calc(-30px / 2);
    margin-bottom: -60px;
    width: calc(100% + (30px));
  }
  .-locations .overview__item {
    width: calc((12 * 100% / 12) - 30px);
    margin: 0 calc(30px / 2);
    margin-bottom: 60px;
  }
}

.news__image {
  margin-top: 100px !important;
}
.news .overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
  margin-bottom: -120px;
  width: calc(100% + (30px));
}
.news .overview__item {
  width: calc((4 * 100% / 12) - 30px);
  margin: 0 calc(30px / 2);
  margin-bottom: 120px;
}
@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(-30px / 2);
    margin-right: calc(-30px / 2);
    margin-bottom: -60px;
    width: calc(100% + (30px));
  }
  .news .overview__item {
    width: calc((12 * 100% / 12) - 30px);
    margin: 0 calc(30px / 2);
    margin-bottom: 60px;
  }
}

.item__image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #B28C6D;
  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__title {
  margin-top: 0px !important;
}
.item__content {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px !important;
  background-color: white;
  position: relative;
}
.item__content:after {
  content: "";
  width: 83px;
  height: 45px;
  background-image: url("/img/icons/news-corner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: scale(-1, 1);
}
.item__content:before {
  content: "";
  width: 83px;
  height: 45px;
  background-image: url("/img/icons/news-corner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item__date {
  color: #F2A423;
}
.item.-news .button {
  font-size: 14px;
  margin-left: 10px;
}
.item.-news .item__content {
  padding-bottom: 0;
}
.item.-news .item__image {
  height: 0;
  width: 100%;
  padding-top: 60%;
}
.item.-news h4 {
  color: #2D3239;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 70vh;
  height: 100%;
}
.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__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: #F5F1EE;
}
.slider__controls {
  display: flex;
  align-items: center;
  margin-left: 60px;
  background-image: url("/img/icons/background-arrows.svg");
  background-size: cover;
}
@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: transparent;
  background-image: url("/img/icons/arrow-right-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  border-radius: 0px !important;
  transition: all ease-in 0.15s;
}
.slider .splide__arrow:hover {
  background-image: url("/img/icons/arrow_right_black.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-yellow.svg");
}
.slider .splide__arrow--prev:hover {
  background-image: url("/img/icons/arrow_left_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
}
.slider .splide__arrow--prev:after {
  content: "";
  width: 1px;
  height: 29px;
  background-color: #2D3239;
  position: absolute;
  right: 0;
}
.slider .splide__track {
  height: 100%;
}
.slider .splide__slide {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
  width: 100%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .slider__bottom {
    padding: 20px;
  }
}
.slider__bottom.-active {
  opacity: 1;
}

@media (max-width: 1660px) {
  .section.--image-text .container .slider {
    width: 100% !important;
  }
}
@media (max-width: 1660px) and (max-width: 1024px) {
  .section.--image-text .container .slider {
    width: 90% !important;
    margin-top: -1px;
    margin-left: 0px !important;
  }
}
@media (max-width: 1660px) and (max-width: 576px) {
  .section.--image-text .container .slider {
    width: 120% !important;
    margin-top: -3px;
    margin-left: -25px !important;
  }
}
.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: #EFEFEF;
  left: 100%;
}
@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;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1460px;
}
.mobile-menu .container .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.mobile-menu .container .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.mobile-menu .container .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.mobile-menu .container .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.mobile-menu .container .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.mobile-menu .container .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.mobile-menu .container .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.mobile-menu .container .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.mobile-menu .container .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.mobile-menu .container .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.mobile-menu .container .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.mobile-menu .container .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.mobile-menu .container .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.mobile-menu .container .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.mobile-menu .container .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.mobile-menu .container .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.mobile-menu .container .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.mobile-menu .container .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.mobile-menu .container .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.mobile-menu .container .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.mobile-menu .container .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.mobile-menu .container .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.mobile-menu .container .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.mobile-menu .container .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.mobile-menu .container .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.mobile-menu .container .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.mobile-menu .container .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.mobile-menu .container .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.mobile-menu .container .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.mobile-menu .container .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.mobile-menu .container .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.mobile-menu .container .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.mobile-menu .container .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.mobile-menu .container .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.mobile-menu .container .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.mobile-menu .container .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.mobile-menu .container .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.mobile-menu .container .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.mobile-menu .container .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.mobile-menu .container .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.mobile-menu .container .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.mobile-menu .container .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.mobile-menu .container .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.mobile-menu .container .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.mobile-menu .container .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.mobile-menu .container .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.mobile-menu .container .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.mobile-menu .container .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .mobile-menu .container .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .mobile-menu .container .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .mobile-menu .container .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@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: #F5F1EE;
}
.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: 120px;
  }
}
@media (max-width: 576px) {
  .mobile-menu__nav {
    margin-top: 80px;
  }
}
@media (max-width: 375px) {
  .mobile-menu__nav {
    margin-top: 80px;
  }
}
.mobile-menu__link {
  display: block;
}
.mobile-menu.-active {
  left: 0;
}
@media (max-width: 1140px) {
  .mobile-menu__icon {
    display: flex;
    justify-content: flex-end;
  }
}
.mobile-menu.-active .container {
  background-color: #2D3239;
  padding-top: 120px;
  padding-left: 151px;
  padding-right: 151px;
}
@media (max-width: 576px) {
  .mobile-menu.-active .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mobile-menu .container {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: scroll;
  -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: 60px;
}
@media (max-width: 576px) {
  .mobile-menu__nav {
    margin-top: 30px;
  }
}
.mobile-menu .-justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .-justify-center .-white {
  font-size: 11px !important;
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700 !important;
  padding-top: 8px !important;
  padding-bottom: 7px !important;
  margin-left: 19px;
}
.mobile-menu .-justify-center .-yellow {
  font-size: 11px !important;
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2D3239 !important;
  font-weight: 700 !important;
  padding-top: 8px !important;
  padding-bottom: 7px !important;
  margin-right: 19px;
}
.mobile-menu__item {
  display: block;
  width: 100%;
  width: -moz-fit-content;
  color: white !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #B28C6D;
}
.mobile-menu__item.headItem {
  border-top: 1px solid white;
  padding-top: 24px;
  padding-bottom: 24px;
}
.mobile-menu__item.headItem.-last {
  border-bottom: 1px solid white;
}
@media (max-width: 1024px) {
  .mobile-menu__item {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .mobile-menu__item {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .mobile-menu__item {
    font-size: 23px;
  }
}
.mobile-menu__item + * {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .mobile-menu__item + * {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .mobile-menu__item + * {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .mobile-menu__item + * {
    margin-top: 30px;
  }
}
.mobile-menu__item + .mobile-menu__item {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .mobile-menu__item + .mobile-menu__item {
    margin-top: 0px;
  }
}
.mobile-menu__item.-active {
  color: #BFCAB2 !important;
}
.mobile-menu__item.-has-submenu {
  position: relative;
  width: 100%;
}
.mobile-menu__item.-has-submenu.-open .headItem {
  opacity: 0.6;
  padding-bottom: 0;
}
.mobile-menu__item.-has-submenu.-open .submenu {
  display: block;
}
.mobile-menu__item.-has-submenu.-open .submenu__icon {
  transform: rotate(180deg);
}
.mobile-menu .submenu {
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.mobile-menu .submenu * {
  font-size: 32px;
}
@media (max-width: 576px) {
  .mobile-menu .submenu * {
    font-size: 25px;
  }
}
.mobile-menu .submenu .mobile-menu__item {
  font-family: "neue-haas-grotesk-text", sans-serif;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  font-family: "pf-marlet-display", sans-serif;
}
@media (max-width: 1024px) {
  .mobile-menu .submenu .mobile-menu__item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .submenu .mobile-menu__item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .mobile-menu .submenu .mobile-menu__item {
    font-size: 16px;
  }
}
.mobile-menu .submenu .mobile-menu__item + * {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .mobile-menu .submenu .mobile-menu__item + * {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .submenu .mobile-menu__item + * {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .mobile-menu .submenu .mobile-menu__item + * {
    margin-top: 60px;
  }
}
.mobile-menu .submenu .mobile-menu__item + .mobile-menu__item {
  margin-top: 10px;
}
.mobile-menu .submenu__icon {
  position: absolute;
  top: 10px;
  right: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 20px;
}

.hamburger {
  position: relative;
  display: none;
  width: 36px;
  height: 35px;
  cursor: pointer;
  background-image: url("/img/hamburger-background.png");
  background-size: cover;
}
@media (max-width: 1140px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  position: absolute;
  right: 0;
  display: inline-block;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.hamburger span:nth-of-type(3) {
  top: calc(35px - 2px);
}
.hamburger span {
  left: 0;
  right: 0;
}
.hamburger span:nth-of-type(1), .hamburger span:nth-of-type(3) {
  transition: transform 250ms ease-in-out, top 250ms ease-in-out 250ms;
}
.hamburger span:nth-of-type(2) {
  transition: width 250ms 250ms;
}
.hamburger.-active span {
  background-color: #F5F1EE;
}
.hamburger.-active span:nth-of-type(1) {
  top: calc(17.5px);
  transform: rotate(-45deg);
}
.hamburger.-active span:nth-of-type(2) {
  width: 0;
  transition: width 250ms;
}
.hamburger.-active span:nth-of-type(3) {
  top: calc(17.5px);
  transform: rotate(45deg);
}
.hamburger.-active span:nth-of-type(1), .hamburger.-active span:nth-of-type(3) {
  transition: top 250ms ease-in-out, transform 250ms ease-in-out 250ms;
}
@media (max-width: 1280px) {
  .hamburger.-active span:nth-of-type(1) {
    margin-top: 8px;
  }
}
@media (max-width: 1280px) {
  .hamburger.-active span:nth-of-type(3) {
    margin-top: -1px;
  }
}
.hamburger span {
  width: 14px;
}
.hamburger span:nth-of-type(1) {
  top: 8px !important;
}
.hamburger span:nth-of-type(3) {
  top: unset;
  bottom: 9px;
}

body {
  background-color: #F5F1EE;
}
body .header > .container .-has-submenu {
  display: flex;
}
body .header > .container .-has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body .header > .container .-has-submenu:hover .submenu__icon {
  transform: rotate(-180deg);
}
body .header > .container .submenu {
  position: absolute;
  top: 83px;
  min-width: 220px;
  padding: 20px 20px;
  transform: translateX(-20px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding-top: 50px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -35px;
}
body .header > .container .submenu__item {
  display: block;
  height: 100%;
  white-space: nowrap;
  color: #2D3239;
}
body .header > .container .submenu__icon {
  margin-left: 10px;
  width: 10px;
  height: auto;
  fill: #2D3239;
}
body .header > .container .submenu__icon {
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  fill: none !important;
}
body .header > .container .submenu a.header__item {
  display: inline-block;
  color: #2D3239 !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;
  background-size: 0 1px;
}
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:hover, body .header > .container .submenu a.header__item.-active {
  color: #2D3239 !important;
}
body .header > .container .submenu a.header__item:hover svg path, body .header > .container .submenu a.header__item.-active svg path {
  stroke: #BFCAB2 !important;
}
body .header > .container .submenu a.header__item.-active {
  background-size: 100% 1px;
}
body .header > .container .submenu a.header__item.-active svg path {
  stroke: #BFCAB2 !important;
}
body .header > .container .submenu a.header__item + a {
  margin-left: 0;
}

.faq {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.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;
}
@media (max-width: 576px) {
  .faq {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 576px) {
  .faq__question {
    padding: 20px 0px 20px 0px !important;
  }
}
.faq .container {
  padding-top: 100px;
}
.faq .container [class*=part] {
  margin-bottom: 100px !important;
}
.faq.-white .container {
  background-color: white;
}
.faq.-white .container .faq__item {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.faq.-white .container::after {
  content: "";
  width: 83px;
  height: 45px;
  display: block;
  background-image: url("/img/icons/faq_corner_white.png");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 576px) {
  .faq.-green {
    padding-top: 0px !important;
  }
}
.faq.-green .container {
  background-color: #BFCAB2;
}
.faq.-green .container .faq__item {
  border-top: 1px solid #66715E;
  border-bottom: 1px solid #66715E;
}
.faq.-green .container .faq__item p {
  color: black !important;
}
.faq.-green .container::after {
  content: "";
  width: 83px;
  height: 45px;
  display: block;
  background-image: url("/img/icons/faq_corner_green.png");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.faq.-brown .container {
  background-color: #DECFC3;
}
.faq.-brown .container .faq__item {
  border-top: 1px solid #B28C6D;
  border-bottom: 1px solid #B28C6D;
}
.faq.-brown .container::after {
  content: "";
  width: 83px;
  height: 45px;
  display: block;
  background-image: url("/img/icons/faq_corner_brown.png");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.faq__question {
  position: relative;
  padding: 20px 50px 20px 0px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__question p {
  font-family: "pf-marlet-display", sans-serif;
}
.faq__item {
  margin-bottom: 10px;
}
.faq__item.-active .faq__answer {
  padding: 20px 20px 20px 0px;
  height: auto;
}
.faq__item.-active .faq__answer p {
  font-family: "neue-haas-unica", sans-serif;
}
.faq__item.-active .faq__icon {
  transform: rotate(180deg);
}
.faq__category + * {
  margin-top: 60px;
}
.faq__icon {
  transition: transform 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  width: 17px;
  margin-top: 0;
  position: relative !important;
}
.faq__answer p + p, .faq__answer p + ul, .faq__answer ul + p, .faq__answer ul + ul {
  margin-top: 20px;
}

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

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;
}
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: #B28C6D;
}
table::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  table.pricelist td:nth-child(4),
table.pricelist th:nth-child(4),
table.pricelist td:nth-child(5),
table.pricelist th:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  table.pricelist td:nth-child(3),
table.pricelist th:nth-child(3),
table.pricelist td:nth-child(7),
table.pricelist th:nth-child(7) {
    display: none;
  }
}

.block {
  background-color: #F5F1EE;
  display: flex;
}
.block a:not(.button), .block span, .block li, .block p, .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  color: #2D3239;
}
.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: #2D3239;
}
@media (max-width: 1024px) {
  .block {
    flex-direction: column;
  }
}
.block__content {
  padding: 70px 40px;
  padding: 80px 40px !important;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/img/corner-right.svg");
  background-size: 85px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@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;
  }
}
@media (max-width: 1024px) {
  .block__content {
    background-image: none;
  }
}
@media (max-width: 1024px) {
  .block__content {
    width: 100%;
  }
}
.block__content h1 {
  font-weight: 400;
}
.block__content span {
  text-align: center;
}
.block__content a {
  font-size: 14px;
}
.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--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 - 1460px) / 2) + 50px);
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(1460px)) {
  .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;
  padding-top: 120px;
  padding-bottom: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .--small-image img {
    padding-right: 130px;
  }
}
@media (max-width: 768px) {
  .--small-image img {
    padding-right: 120px;
  }
}
@media (max-width: 576px) {
  .--small-image img {
    padding-right: 80px;
  }
}
@media (max-width: 375px) {
  .--small-image img {
    padding-right: 80px;
  }
}
@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;
  }
}
@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;
  }
}

.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: 120px 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__slide {
  position: relative;
  padding-top: 35%;
}
.splide.carousel .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: #2D3239 !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: "pf-marlet-display", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  color: #2D3239;
}
@media (max-width: 1024px) {
  .modal .modal__content > .message {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .modal .modal__content > .message {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .modal .modal__content > .message {
    font-size: 32px;
  }
}
.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;
  margin-left: 10px !important;
}
.modal .modal__content > .move-on .black {
  color: white !important;
}
.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: #B28C6D;
}
.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: #F5F1EE;
  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);
}

.selector {
  position: relative;
  padding-top: 49.121vw;
  height: 0;
}
.selector::before {
  content: "";
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  background-color: #F5F1EE;
  top: 0px;
  z-index: 9;
}
.selector::after {
  content: "";
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  background-color: #F5F1EE;
  top: 0px;
  z-index: 9;
  right: 0px;
}
.selector img, .selector svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.selector path:not(.ignored-path) {
  transition: fill 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  fill: transparent;
  fill-opacity: 0.5;
  cursor: pointer;
  cursor: pointer;
}
.selector path:not(.ignored-path).-active {
  fill: #F2A423;
  fill-opacity: 0.5;
}
.selector path:not(.ignored-path).-sold.-active {
  fill: #C60A0A;
  fill-opacity: 0.5;
}
.selector__actions {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 1460px;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
}
.selector__actions .part-1:not(.no-gutter) {
  width: calc(((100% - (30px * (12 - 1))) / 12) * 1 + (30px * (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% - (30px * (12 - 1))) / 12) * 2 + (30px * (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% - (30px * (12 - 1))) / 12) * 3 + (30px * (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% - (30px * (12 - 1))) / 12) * 4 + (30px * (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% - (30px * (12 - 1))) / 12) * 5 + (30px * (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% - (30px * (12 - 1))) / 12) * 6 + (30px * (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% - (30px * (12 - 1))) / 12) * 7 + (30px * (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% - (30px * (12 - 1))) / 12) * 8 + (30px * (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% - (30px * (12 - 1))) / 12) * 9 + (30px * (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% - (30px * (12 - 1))) / 12) * 10 + (30px * (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% - (30px * (12 - 1))) / 12) * 11 + (30px * (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% - (30px * (12 - 1))) / 12) * 12 + (30px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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% - (16px * (12 - 1))) / 12) * 1 + (16px * (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% - (16px * (12 - 1))) / 12) * 2 + (16px * (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% - (16px * (12 - 1))) / 12) * 3 + (16px * (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% - (16px * (12 - 1))) / 12) * 4 + (16px * (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% - (16px * (12 - 1))) / 12) * 5 + (16px * (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% - (16px * (12 - 1))) / 12) * 6 + (16px * (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% - (16px * (12 - 1))) / 12) * 7 + (16px * (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% - (16px * (12 - 1))) / 12) * 8 + (16px * (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% - (16px * (12 - 1))) / 12) * 9 + (16px * (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% - (16px * (12 - 1))) / 12) * 10 + (16px * (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% - (16px * (12 - 1))) / 12) * 11 + (16px * (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% - (16px * (12 - 1))) / 12) * 12 + (16px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.selector__actions .part-left-1 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.selector__actions .part-right-1 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
}
.selector__actions .part-bottom-1 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 80px);
}
.selector__actions .part-top-2 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.selector__actions .part-left-2 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.selector__actions .part-right-2 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
}
.selector__actions .part-bottom-2 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 80px);
}
.selector__actions .part-top-3 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.selector__actions .part-left-3 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.selector__actions .part-right-3 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
}
.selector__actions .part-bottom-3 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 80px);
}
.selector__actions .part-top-4 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.selector__actions .part-left-4 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.selector__actions .part-right-4 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
}
.selector__actions .part-bottom-4 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 80px);
}
.selector__actions .part-top-5 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.selector__actions .part-left-5 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.selector__actions .part-right-5 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
}
.selector__actions .part-bottom-5 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 80px);
}
.selector__actions .part-top-6 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.selector__actions .part-left-6 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.selector__actions .part-right-6 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
}
.selector__actions .part-bottom-6 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 80px);
}
.selector__actions .part-top-7 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.selector__actions .part-left-7 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.selector__actions .part-right-7 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
}
.selector__actions .part-bottom-7 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 80px);
}
.selector__actions .part-top-8 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.selector__actions .part-left-8 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.selector__actions .part-right-8 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
}
.selector__actions .part-bottom-8 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 80px);
}
.selector__actions .part-top-9 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.selector__actions .part-left-9 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.selector__actions .part-right-9 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
}
.selector__actions .part-bottom-9 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 80px);
}
.selector__actions .part-top-10 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.selector__actions .part-left-10 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.selector__actions .part-right-10 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
}
.selector__actions .part-bottom-10 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 80px);
}
.selector__actions .part-top-11 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.selector__actions .part-left-11 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.selector__actions .part-right-11 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
}
.selector__actions .part-bottom-11 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 80px);
}
.selector__actions .part-top-12 {
  margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.selector__actions .part-left-12 {
  margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.selector__actions .part-right-12 {
  margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
}
.selector__actions .part-bottom-12 {
  margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-left-l-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-right-l-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-bottom-l-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .selector__actions .part-top-l-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-left-l-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-right-l-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-bottom-l-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .selector__actions .part-top-l-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-left-l-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-right-l-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-bottom-l-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .selector__actions .part-top-l-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-left-l-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-right-l-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-bottom-l-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .selector__actions .part-top-l-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-left-l-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-right-l-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-bottom-l-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .selector__actions .part-top-l-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-left-l-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-right-l-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-bottom-l-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .selector__actions .part-top-l-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-left-l-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-right-l-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-bottom-l-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .selector__actions .part-top-l-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-left-l-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-right-l-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-bottom-l-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .selector__actions .part-top-l-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-left-l-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-right-l-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-bottom-l-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .selector__actions .part-top-l-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-left-l-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-right-l-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-bottom-l-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .selector__actions .part-top-l-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-left-l-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-right-l-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-bottom-l-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .selector__actions .part-top-l-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-left-l-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-right-l-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-bottom-l-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-left-m-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-right-m-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-bottom-m-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 60px);
  }
  .selector__actions .part-top-m-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-left-m-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-right-m-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-bottom-m-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 60px);
  }
  .selector__actions .part-top-m-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-left-m-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-right-m-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-bottom-m-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 60px);
  }
  .selector__actions .part-top-m-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-left-m-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-right-m-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-bottom-m-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 60px);
  }
  .selector__actions .part-top-m-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-left-m-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-right-m-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-bottom-m-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 60px);
  }
  .selector__actions .part-top-m-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-left-m-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-right-m-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-bottom-m-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 60px);
  }
  .selector__actions .part-top-m-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-left-m-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-right-m-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-bottom-m-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 60px);
  }
  .selector__actions .part-top-m-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-left-m-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-right-m-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-bottom-m-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 60px);
  }
  .selector__actions .part-top-m-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-left-m-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-right-m-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-bottom-m-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 60px);
  }
  .selector__actions .part-top-m-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-left-m-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-right-m-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-bottom-m-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 60px);
  }
  .selector__actions .part-top-m-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-left-m-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-right-m-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-bottom-m-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 60px);
  }
  .selector__actions .part-top-m-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-left-m-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-right-m-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-bottom-m-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-left-s-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-right-s-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-bottom-s-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .selector__actions .part-top-s-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-left-s-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-right-s-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-bottom-s-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .selector__actions .part-top-s-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-left-s-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-right-s-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-bottom-s-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .selector__actions .part-top-s-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-left-s-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-right-s-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-bottom-s-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .selector__actions .part-top-s-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-left-s-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-right-s-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-bottom-s-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .selector__actions .part-top-s-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-left-s-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-right-s-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-bottom-s-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .selector__actions .part-top-s-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-left-s-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-right-s-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-bottom-s-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .selector__actions .part-top-s-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-left-s-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-right-s-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-bottom-s-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .selector__actions .part-top-s-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-left-s-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-right-s-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-bottom-s-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .selector__actions .part-top-s-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-left-s-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-right-s-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-bottom-s-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .selector__actions .part-top-s-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-left-s-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-right-s-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-bottom-s-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .selector__actions .part-top-s-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-left-s-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-right-s-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-bottom-s-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-left-xs-1 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-right-xs-1 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1)));
  }
  .selector__actions .part-bottom-xs-1 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 1 + (30px * (1 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-2 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-left-xs-2 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-right-xs-2 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1)));
  }
  .selector__actions .part-bottom-xs-2 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 2 + (30px * (2 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-3 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-left-xs-3 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-right-xs-3 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1)));
  }
  .selector__actions .part-bottom-xs-3 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 3 + (30px * (3 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-4 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-left-xs-4 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-right-xs-4 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1)));
  }
  .selector__actions .part-bottom-xs-4 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 4 + (30px * (4 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-5 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-left-xs-5 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-right-xs-5 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1)));
  }
  .selector__actions .part-bottom-xs-5 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 5 + (30px * (5 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-6 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-left-xs-6 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-right-xs-6 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1)));
  }
  .selector__actions .part-bottom-xs-6 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 6 + (30px * (6 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-7 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-left-xs-7 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-right-xs-7 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1)));
  }
  .selector__actions .part-bottom-xs-7 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 7 + (30px * (7 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-8 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-left-xs-8 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-right-xs-8 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1)));
  }
  .selector__actions .part-bottom-xs-8 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 8 + (30px * (8 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-9 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-left-xs-9 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-right-xs-9 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1)));
  }
  .selector__actions .part-bottom-xs-9 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 9 + (30px * (9 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-10 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-left-xs-10 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-right-xs-10 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1)));
  }
  .selector__actions .part-bottom-xs-10 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 10 + (30px * (10 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-11 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-left-xs-11 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-right-xs-11 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1)));
  }
  .selector__actions .part-bottom-xs-11 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 11 + (30px * (11 - 1))) + 40px);
  }
  .selector__actions .part-top-xs-12 {
    margin-top: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-left-xs-12 {
    margin-left: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-right-xs-12 {
    margin-right: calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (12 - 1)));
  }
  .selector__actions .part-bottom-xs-12 {
    margin-bottom: calc(calc(((1460px - (30px * (12 - 1))) / 12) * 12 + (30px * (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;
}
@media (max-width: 768px) {
  .selector__actions {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.selector__action {
  padding: 10px 20px;
  border: 1px solid #F5F1EE;
  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: #F5F1EE;
  text-transform: uppercase;
}
.selector__action.-active, .selector__action:hover {
  background-color: #F5F1EE;
  color: white;
}
.selector__block {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  transition: top 0.35s cubic-bezier(0.8, 0.25, 0.25, 1), left 0.35s cubic-bezier(0.8, 0.25, 0.25, 1);
  padding: 20px 20px 25px;
  width: 400px;
  background-color: white;
}
.selector__block::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/img/icons/selector__block.png);
  background-size: cover;
  position: absolute;
  top: -15px;
}
.selector__block .title,
.selector__block .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.selector__block .button.-yellow {
  margin-top: 30px;
}
.selector__block .title {
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 10px;
  justify-content: center;
}
.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: #2D3239;
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 35px;
}
.selector__block .row {
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}
.selector__block .row.-first {
  border-bottom: 2px solid #F2A423;
}
.selector__block .row.-first span {
  color: #F2A423;
}

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

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

.--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 #2D3239;
  border-radius: 50%;
  -webkit-animation: loader__icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader__icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2D3239 transparent transparent transparent;
}
.loader__icon div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.loader__icon div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loader__icon div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loader__icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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: #B28C6D;
}
.steps__item.-active {
  background-color: #EFEFEF;
  color: #2D3239;
}
.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: #B28C6D;
}
.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: #F5F1EE;
  cursor: pointer;
}
.choices__actions .action img {
  width: 14px;
}
.choices__actions .action.-see {
  background-color: #B28C6D;
}
.choices__actions .action.-see:hover {
  background-color: #F5F1EE;
}
.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;
}

.newsOverzicht {
  margin-top: -80px !important;
}
.newsOverzicht h1 {
  color: #2D3239;
  font-weight: 400;
}
.newsOverzicht .part-6 {
  margin-bottom: 40px !important;
}
.newsOverzicht .part-s-12 {
  margin-bottom: 40px !important;
}
.newsOverzicht .social {
  color: #2D3239;
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
}
.newsOverzicht .social svg {
  margin-left: 20px;
}

.news__content p {
  margin-top: 30px !important;
  display: flex;
  flex-direction: column;
}

.coloredBlocks {
  margin-bottom: 150px;
  margin-top: 200px !important;
}
.coloredBlocks:first-of-type {
  margin-top: 200px;
}
@media (max-width: 1280px) {
  .coloredBlocks {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .coloredBlocks .container {
    padding-right: 0px !important;
  }
}
.coloredBlocks h1 {
  color: #000;
  font-weight: 400;
}
.coloredBlocks__content {
  padding: 150px 110px 150px 113px;
}
@media (max-width: 1280px) {
  .coloredBlocks__content {
    padding: 96px 91px 94px 91px;
    order: 2;
    margin-top: -25px;
  }
}
@media (max-width: 768px) {
  .coloredBlocks__content {
    padding: 92px 30px 72px 40px;
    order: 2;
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .coloredBlocks__content {
    margin-top: -25px;
  }
}
.coloredBlocks__content .-textWhite {
  color: white;
}
.coloredBlocks__content .-textBlack {
  color: black;
}
.coloredBlocks__content:after {
  content: "";
  position: absolute;
  width: 83px;
  height: 45px;
  display: block;
  bottom: 0px;
  right: 0px;
  background-size: contain;
}
.coloredBlocks__content.-brown {
  background-color: #DECFC3;
}
.coloredBlocks__content.-brown p {
  color: #2D3239;
}
.coloredBlocks__content.-brown:after {
  background-image: url("/img/icons/brown_corner.svg");
}
@media (max-width: 576px) {
  .coloredBlocks__content.-brown:after {
    background-image: url("/img/mobile-brown-corner.svg");
    width: 82px;
    height: 44px;
  }
}
.coloredBlocks__content.-yellow {
  background-color: #BFCAB2;
}
.coloredBlocks__content.-yellow:after {
  background-image: url("/img/icons/brown_corner.svg");
}
.coloredBlocks__content.-white {
  background-color: #fff;
}
.coloredBlocks__content.-white:after {
  background-image: url("/img/icons/brown_corner.svg");
}
@media (max-width: 576px) {
  .coloredBlocks__content.-white:after {
    background-image: url("/img/mobile-brown-corner.svg");
    width: 82px;
    height: 44px;
  }
}
.coloredBlocks__content a {
  font-size: 14px;
  margin-top: 50px !important;
  margin-left: 10px;
}
.coloredBlocks .-impressie {
  width: 54% !important;
}
@media (max-width: 768px) {
  .coloredBlocks .-impressie {
    width: calc((100% - 176px) / 12 * 12 + 176px) !important;
  }
}
.coloredBlocks .-impressie img {
  margin-top: -400px;
}
@media (max-width: 1280px) {
  .coloredBlocks .-impressie img {
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
  .coloredBlocks .-impressie {
    position: relative !important;
    bottom: 0px;
    margin-bottom: 0px !important;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .coloredBlocks .-impressie {
    margin-left: -20px;
  }
}

.imageTextText {
  background-color: #677361;
  padding-top: 50px;
  margin-top: 200px !important;
}
@media (max-width: 576px) {
  .imageTextText {
    margin-top: 80px !important;
  }
}
.imageTextText .container [class*=part] {
  margin-bottom: 50px;
}
.imageTextText .vl {
  background-color: white;
  width: 1px;
  height: 100%;
}
@media (max-width: 1024px) {
  .imageTextText .verticle-line {
    justify-content: end !important;
  }
}
.imageTextText h1 {
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .imageTextText h1 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .imageTextText img {
    height: 359px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .imageTextText .-align-center {
    align-items: flex-start !important;
  }
}
@media (max-width: 576px) {
  .imageTextText .-justify-center {
    justify-content: flex-end !important;
  }
}

.contact .container {
  gap: 20px;
}
.contact h1 {
  color: #2D3239 !important;
  font-weight: 400;
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact p b {
  color: #BFCAB2 !important;
}
.contact p.text-small {
  font-size: 16px !important;
}
.contact p.text-small:not(b) {
  color: #2D3239 !important;
}
.contact__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact__header p {
  color: #BFCAB2;
  margin-top: 0px !important;
}
.contact h6 {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.contact__logo {
  background-color: white;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
.contact__logo img {
  width: 250px;
}
.contact__maps {
  margin-top: 20px;
  height: 617px;
}
.contact__form {
  background-color: white;
  padding: 100px 113px 100px 111px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .contact__form {
    padding: 100px 15px 100px 15px;
  }
}
.contact__form .form {
  margin-top: 30px !important;
}
.contact__form:after {
  content: "";
  width: 83px;
  height: 45px;
  background-image: url("/img/white-corner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/* MIXINS */
/* TOGGLE STYLING */
.toggle {
  margin-left: 10px !important;
  margin-top: 20px !important;
  margin-bottom: 50px !important;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border-top: solid 1px #2D3239;
  border-bottom: solid 1px #2D3239;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: all ease-in 0.15s;
  color: #2D3239 !important;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  margin-right: 40px;
}
.toggle input + label:after {
  content: "";
  width: 30px;
  height: 103%;
  background-image: url("/img/icons/button-transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -1px;
  transition: all ease-in 0.15s;
}
.toggle input + label:before {
  content: "";
  width: 30px;
  height: 103%;
  background-image: url("/img/icons/button-transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  rotate: 180deg;
  top: -1px;
  transition: all ease-in 0.15s;
}
.toggle input + label:hover {
  background-color: #2D3239;
  color: white !important;
}
.toggle input + label:hover:after {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.toggle input + label:hover:before {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  color: #2D3239;
  z-index: 1;
  background-color: #2D3239;
  color: white !important;
}
.toggle input:checked + label:after {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.toggle input:checked + label:before {
  background-image: url("/img/icons/button-transparent-hover.png");
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.houses {
  margin-top: 100px !important;
}
.houses__content {
  color: #F2A423;
  background-color: white;
  padding: 50px;
  padding-right: 90px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.houses__content p {
  color: #2D3239 !important;
  font-family: "neue-haas-unica", sans-serif !important;
  font-weight: 300 !important;
}
.houses__content .button {
  margin-left: 12px;
  font-size: 14px !important;
}
.houses__content::after {
  content: "";
  width: 123px;
  height: 50px;
  background-image: url("/img/woningtypes/rounded-item.svg");
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
}
.houses__content::before {
  content: "";
  width: 123px;
  height: 50px;
  background-image: url("/img/woningtypes/rounded-item.svg");
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.houses__content--title {
  margin-top: 5px !important;
  color: #2D3239 !important;
  font-weight: 400 !important;
}

.page__header--title {
  color: black !important;
  text-align: center;
  font-size: 50px;
}
.page__header--buildingnumbers {
  display: flex;
  justify-content: center;
  color: #F2A423;
  margin-top: 10px !important;
  margin-bottom: 74px;
}
.page__header--slider {
  height: unset !important;
}
.page__impressie--slider {
  margin-top: 150px !important;
}
@media (max-width: 1280px) {
  .page__impressie--slider {
    margin-top: 50px !important;
  }
}
.page__impressie--slider p {
  font-family: "neue-haas-unica", sans-serif;
}
.page__impressie--slider .splide {
  position: absolute;
  height: 460px;
  top: -360px;
}
@media (max-width: 1280px) {
  .page__impressie--slider .splide {
    position: relative;
    height: unset;
    top: unset;
  }
}
.page__impressie--slider .splide img {
  margin-top: 0px !important;
}
.page__impressie--slider .splide .slider__bottom {
  left: 200px !important;
}
@media (max-width: 1280px) {
  .page__impressie--slider .splide .slider__bottom {
    left: 0px !important;
  }
}

.type-details {
  margin-top: 250px !important;
  padding-left: 40px;
  padding-right: 40px;
}
.type-details h3 {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .type-details .specs_tabel {
    margin-bottom: 0px !important;
  }
  .type-details .specs_tabel tr:last-child {
    border-bottom: 0px !important;
  }
}
@media (max-width: 1280px) {
  .type-details {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .type-details {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .type-details {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.type-details .container {
  background-color: #BFCAB2;
  padding-top: 100px;
  max-width: 1356px !important;
}
.type-details .container::after {
  content: "";
  width: 83px;
  height: 45px;
  display: block;
  background-image: url("/img/specs_corner.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.type-details .specifications__body tr td {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  cursor: auto !important;
}
.type-details .specifications__body tr td:first-child {
  font-family: "pf-marlet-display", sans-serif;
}
.type-details .specifications__body tr td:last-child {
  font-family: "neue-haas-unica", sans-serif;
  float: right;
}
.type-details .specifications__body tr {
  border-bottom: 1px solid #66715E;
}
.type-details .specifications__body tr:first-child {
  border-top: 1px solid #66715E;
}

.type-location {
  background-color: #DECFC3;
  padding-top: 100px;
  margin-top: 250px !important;
}
.type-location.-transparent {
  background-color: transparent !important;
  padding-top: 0px !important;
}
.type-location.-transparent.-margin-100 {
  margin-top: 100px !important;
}
.type-location.-transparent iframe {
  margin-top: 96px !important;
}
@media (max-width: 576px) {
  .type-location.-transparent iframe {
    margin-top: 35px !important;
    height: 243px !important;
  }
}
@media (max-width: 1280px) {
  .type-location {
    margin-top: 200px !important;
  }
}
.type-location .container [class*=part] {
  margin-bottom: 0px !important;
}
.type-location img {
  margin-bottom: 100px;
}
.type-location img:first-child {
  margin-top: 96px;
}
.type-location h3 {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .type-location h3 {
    font-size: 22px;
  }
}

.-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.-status.-greencolor svg circle {
  fill: #659E3B;
}
.-status.-orange svg circle {
  fill: #F2A423;
}
.-status.-red svg circle {
  fill: #D33B3B;
}

.downloads {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: transparent !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 1280px) {
  .downloads {
    margin-top: 130px !important;
  }
}
@media (max-width: 1024px) {
  .downloads {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .downloads {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.downloads .container {
  background-color: white !important;
  padding-top: 100px;
  max-width: 1356px !important;
}
.downloads .container::after {
  content: "";
  width: 83px;
  height: 45px;
  display: block;
  background-image: url("/img/downloads_corner.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.downloads .container .specifications__body tr td {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 15px !important;
  cursor: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.downloads .container .specifications__body tr td:first-child {
  font-family: "pf-marlet-display", sans-serif;
}
.downloads .container .specifications__body tr td:last-child {
  font-family: "neue-haas-unica", sans-serif;
  float: right;
}
.downloads .container .specifications__body tr td a {
  font-size: 14px !important;
}
.downloads .container .specifications__body tr {
  border-bottom: 1px solid #66715E;
}
.downloads .container .specifications__body tr:first-child {
  border-top: 1px solid #66715E;
}

.downloads__algemeen .container {
  background-color: white;
  padding: 100px 113px;
}
@media (max-width: 768px) {
  .downloads__algemeen .container {
    padding: 100px 20px;
  }
}

.popup {
  background-color: #F2A423;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: flex;
  justify-content: center;
  padding-top: 53px;
  padding-bottom: 40px;
  padding-left: 75px;
  padding-right: 75px;
  z-index: 999;
}
@media (max-width: 768px) {
  .popup {
    left: 40px;
    width: unset;
    padding-top: 27px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 45px;
  }
}
.popup__title {
  color: white;
  text-align: center;
}
@media (max-width: 576px) {
  .popup__title {
    font-size: 26px !important;
  }
}
.popup__description {
  color: white;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .popup__description {
    font-size: 14px !important;
  }
}
.popup__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .popup__text .button {
    padding: 11px 25px !important;
    font-size: 10px !important;
  }
}
.popup__close {
  cursor: pointer;
}
.popup__close svg {
  position: absolute;
  right: 20px;
  top: 20px;
}
