/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

@font-face {
  font-family: "SeasonSans";
  src: url("../fonts/SeasonSans-Regular.woff2") format("woff2"), url("../fonts/SeasonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SeasonSans";
  src: url("../fonts/SeasonSans-Bold.woff2") format("woff2"), url("../fonts/SeasonSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SeasonSans";
  src: url("../fonts/SeasonSans-SemiBold.woff2") format("woff2"), url("../fonts/SeasonSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SeasonSans";
  src: url("../fonts/SeasonSans-Light.woff2") format("woff2"), url("../fonts/SeasonSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SeasonSans";
  src: url("../fonts/SeasonSans-Medium.woff2") format("woff2"), url("../fonts/SeasonSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body,
html {
  font-weight: 400;
  font-family: "SeasonSans", sans-serif;
  color: rgb(68, 68, 68);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  text-decoration: underline;
}
.link--noLine {
  text-decoration-color: transparent;
  transition: 200ms;
}
.link--noLine:hover {
  text-decoration-color: inherit;
}
.link--no-underline {
  text-decoration: none;
}

.p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: rgb(68, 68, 68);
}
.p--white {
  color: rgb(255, 255, 255);
}
.p--beige {
  color: rgb(236, 227, 218);
}
.p--big {
  font-size: 1.8rem;
}
@media only screen and (min-width : 768px) {
  .p--big {
    font-size: 2rem;
  }
}
.p--bold {
  font-weight: 550;
}
.p--paddingTop {
  margin-top: 0.6em;
}

.h--xxl {
  font-size: 4.4rem;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(68, 68, 68);
  font-family: "SeasonSans", sans-serif;
}
@media only screen and (min-width : 768px) {
  .h--xxl {
    font-size: 5.6rem;
    line-height: 1.2em;
  }
}
@media only screen and (min-width : 1200px) {
  .h--xxl {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width : 1400px) {
  .h--xxl {
    font-size: 8rem;
  }
}

.h--xl {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(68, 68, 68);
}
@media only screen and (min-width : 768px) {
  .h--xl {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 1200px) {
  .h--xl {
    font-size: 4.8rem;
  }
}

.h--l {
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(68, 68, 68);
}
@media only screen and (min-width : 768px) {
  .h--l {
    font-size: 3.6rem;
  }
}

.h--m {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(68, 68, 68);
}
@media only screen and (min-width : 768px) {
  .h--m {
    font-size: 2.4rem;
  }
}

.h--s {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(68, 68, 68);
}

.h--xs {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 700;
  color: rgb(68, 68, 68);
}

.h--white {
  color: rgb(255, 255, 255);
}

.standardText {
  width: 100%;
  font-family: "SeasonSans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: rgb(68, 68, 68);
}
.standardText__section {
  margin-top: 48px;
}
@media only screen and (min-width : 768px) {
  .standardText__section {
    margin-top: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .standardText__section {
    margin-top: 80px;
  }
}
.standardText__container {
  width: 1000px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.standardText p {
  font-weight: 400;
  line-height: 1.6em;
}
.standardText p:not(:last-child) {
  margin-bottom: 1.6em;
}
.standardText a {
  color: rgb(68, 68, 68);
  text-decoration: underline;
}
.standardText a:hover, .standardText a:focus {
  color: rgb(68, 68, 68);
}
.standardText b, .standardText strong {
  font-weight: 550;
}
.standardText h1 {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 300;
  color: rgb(68, 68, 68);
  margin-bottom: 1em;
}
@media only screen and (min-width : 768px) {
  .standardText h1 {
    font-size: 4.8rem;
  }
}
.standardText h2 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 300;
  color: rgb(68, 68, 68);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 768px) {
  .standardText h2 {
    font-size: 3.6rem;
  }
}
.standardText h3 {
  font-size: 2.6rem;
  line-height: 1.3em;
  font-weight: 400;
  color: rgb(68, 68, 68);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.standardText h4 {
  font-size: 2.2rem;
  line-height: 1.5em;
  font-weight: 400;
  color: rgb(68, 68, 68);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.standardText h5 {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 550;
  color: rgb(68, 68, 68);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.standardText h6 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 550;
  color: rgb(68, 68, 68);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.standardText ul {
  list-style: disc;
  margin-left: 1.6rem;
  margin-bottom: 40px;
}
.standardText li {
  margin-bottom: 4px;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.standardText--white {
  color: rgb(255, 255, 255);
}
.standardText--white a {
  color: rgb(255, 255, 255);
}

.button {
  display: inline-block;
  width: auto;
  padding: 18px 32px;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 400;
  transition: 300ms;
}
.button:hover {
  background-color: rgb(236, 227, 218);
}
.button--white {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.button--white:hover {
  background-color: rgba(236, 227, 218, 0.3);
}
.button--black {
  color: rgb(255, 255, 255);
  background-color: #444444;
  border-color: rgb(68, 68, 68);
}
.button--black:hover {
  background-color: #000;
}
.button--small {
  padding: 18px 24px;
}
.button--weighted {
  font-weight: 650;
}
.button--broad {
  border: 1px solid #444444;
}
.button--withIcon {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.button--withIcon .button__icon {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: 0.3s all;
  transform-origin: center center;
}
.button--withIcon:hover .button__icon {
  transform: rotate(45deg);
}
.button--onlyIcon {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 0;
}
.button--onlyIcon .button__icon {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.form {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .form {
    margin-top: 24px;
  }
}
.form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (min-width : 768px) {
  .form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
.form__field {
  position: relative;
  min-height: 40px;
}
@media only screen and (min-width : 768px) {
  .form__field--wide {
    grid-column: span 2;
  }
}
.form__fieldInput {
  width: 100%;
  padding: 32px 16px 8px;
  font-size: 1.6rem;
  line-height: 1.2em;
}
.form__fieldInput--textarea {
  min-height: 180px;
  resize: none;
  border: 0;
}
.form__fieldInput--error {
  border: 1px solid rgb(224, 96, 126);
}
.form__fieldLabel {
  position: absolute;
  top: 22px;
  left: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  color: rgba(68, 68, 68, 0.6);
  transition: 160ms;
}
.form__field--filled .form__fieldLabel, .form__fieldInput:focus + .form__fieldLabel {
  top: 8px;
  font-size: 1.4rem;
}
.form__fieldCheckbox {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media only screen and (min-width : 768px) {
  .form__fieldCheckbox {
    justify-content: initial;
  }
}
.form__fieldCheckboxInput {
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  border: 0;
}
.form__fieldCheckboxLabel {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.form__fieldCheckboxLabel a {
  text-decoration: underline;
}
.form__fieldCheckboxLabel a:hover {
  text-decoration: none;
}
.form__fieldError {
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgb(224, 96, 126);
}
.form__fieldError--active {
  display: block;
}
.form__fieldError > p {
  margin-top: 6px;
}
.form__messageError {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: rgb(224, 96, 126);
}
.form__messageError > p {
  margin-top: 6px;
}
.form__messageSuccess {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: rgb(0, 189, 94);
}
.form__messageSuccess > p {
  margin-top: 6px;
}

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

.section {
  padding: 32px 0;
}
@media only screen and (min-width : 768px) {
  .section {
    padding: 48px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .section {
    padding: 64px 0;
  }
}
.section--paddingTopZero {
  padding-top: 0px;
}
.section--paddingTopS {
  padding-top: 32px;
}
@media only screen and (min-width : 768px) {
  .section--paddingTopS {
    padding-top: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .section--paddingTopS {
    padding-top: 30px;
  }
}
.section--paddingTopM {
  padding-top: 32px;
}
@media only screen and (min-width : 768px) {
  .section--paddingTopM {
    padding-top: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .section--paddingTopM {
    padding-top: 80px;
  }
}
.section--paddingTopL {
  padding-top: 48px;
}
@media only screen and (min-width : 768px) {
  .section--paddingTopL {
    padding-top: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .section--paddingTopL {
    padding-top: 96px;
  }
}
.section--paddingTopXL {
  padding-top: 120px;
}
@media only screen and (min-width : 1200px) {
  .section--paddingTopXL {
    padding-top: 200px;
  }
}
.section--paddingBotZero {
  padding-bottom: 0px;
}
.section--paddingBotM {
  padding-bottom: 32px;
}
@media only screen and (min-width : 768px) {
  .section--paddingBotM {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .section--paddingBotM {
    padding-bottom: 80px;
  }
}
.section--paddingBotL {
  padding-bottom: 48px;
}
@media only screen and (min-width : 768px) {
  .section--paddingBotL {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .section--paddingBotL {
    padding-bottom: 96px;
  }
}
.section--paddingBotXL {
  padding-bottom: 120px;
}
@media only screen and (min-width : 1200px) {
  .section--paddingBotXL {
    padding-bottom: 200px;
  }
}
.section--colorBeige {
  background-color: rgb(236, 227, 218);
}
.section--colorGrey {
  background-color: rgb(235, 235, 235);
}
.section--colorWhiteBeigeTail {
  background-image: linear-gradient(0deg, rgb(236, 227, 218), rgb(255, 255, 255) 8rem);
}
.section--colorWhiteGreyTail {
  background-image: linear-gradient(0deg, rgb(235, 235, 235), rgb(255, 255, 255) 8rem);
}
.section--colorBeigeWhiteTail {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(236, 227, 218) 8rem);
}
.section--colorBeigeGreyTail {
  background-image: linear-gradient(0deg, rgb(235, 235, 235), rgb(236, 227, 218) 8rem);
}
.section--colorGreyWhiteTail {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(235, 235, 235) 8rem);
}
.section--colorGreyBeigeTail {
  background-image: linear-gradient(0deg, rgb(236, 227, 218), rgb(235, 235, 235) 8rem);
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 30px;
  z-index: 0;
}
@media only screen and (min-width : 1200px) {
  .container {
    padding: 0px 40px;
  }
}
@media only screen and (min-width : 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media only screen and (min-width : 1940px) {
  .container {
    max-width: 1800px;
  }
}
@media only screen and (min-width : 1600px) {
  .container--wide {
    max-width: 3840px;
  }
}

.modalWindow__outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(68, 68, 68);
  background-color: rgba(68, 68, 68, 0.4);
  z-index: 9999;
}
.modalWindow__inner {
  width: 100%;
  height: calc(100vh - 120px);
  padding: 20px;
  background-color: rgb(236, 227, 218);
  overflow: scroll;
}
@media only screen and (min-width : 1200px) {
  .modalWindow__inner {
    padding: 32px;
  }
}
.modalWindow__header {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0 16px;
}
.modalWindow__headerLabel {
  width: 768px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width : 1200px) {
  .modalWindow__headerLabel {
    text-align: center;
  }
}
.modalWindow__headerButton {
  width: 40px;
  height: 40px;
}
.modalWindow__headerButton:hover {
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
}
.header__menu {
  position: relative;
  width: 100%;
  z-index: 8200;
  background: white;
  transition: 300ms ease-in-out;
}
.header__underline {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease-in-out;
  display: none;
  flex-direction: row;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 1200px) {
  .header__underline {
    display: flex;
  }
}
.header__underline-left, .header__underline-right {
  width: 80px;
  height: 20px;
  background-color: rgb(255, 255, 255);
}
.header__underline-left {
  border-bottom-left-radius: 10px;
  transform: skew(50deg) translateX(-20px);
}
.header__underline-right {
  border-bottom-right-radius: 10px;
  transform: skew(-50deg) translateX(20px);
}
.header__underline-arrow {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) rotateZ(90deg);
  width: 10px;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}
.header__menuInner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 20px 0;
}
@media only screen and (min-width : 1200px) {
  .header__menuInner {
    justify-content: center;
    padding: 20px 0 10px 0;
  }
}
.header__menuItem {
  line-height: 0;
}
.header__menuItem--desktop {
  display: none;
}
@media only screen and (min-width : 1200px) {
  .header__menuItem--mobile {
    display: none;
  }
  .header__menuItem--desktop {
    display: block;
    min-width: 360px;
  }
}
.header__menuItem--logo {
  position: relative;
}
.header__menuLogo {
  position: relative;
  display: block;
  height: 32px;
}
@media only screen and (min-width : 768px) {
  .header__menuLogo {
    height: 36px;
  }
}
@media only screen and (min-width : 1200px) {
  .header__menuLogo {
    margin: 0 60px;
  }
}
@media only screen and (min-width : 1940px) {
  .header__menuLogo {
    height: 38px;
  }
}
.header__menuLogoSource {
  width: auto;
  height: 100%;
  transition: 300ms ease-in-out;
}
.header__menuLogoSource--black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.header__menuLogoSource--white {
  opacity: 0;
}
.header__menuNav {
  max-width: 1200px;
  margin-left: auto;
}
.header__menuNavList {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.header__menuNavListItem {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 600;
  color: rgb(68, 68, 68);
}
@media only screen and (min-width : 1940px) {
  .header__menuNavListItem {
    font-size: 2rem;
  }
}
.header__menuNavListItem a {
  display: block;
  padding: 9px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 200ms;
}
@media only screen and (min-width : 1200px) {
  .header__menuNavListItem a {
    margin: 0 40px;
  }
}
.header__menuNavListItem a:hover {
  text-decoration-color: rgb(68, 68, 68);
}
.header__menu--transparent {
  transition: 300ms ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.header__menu--transparent .header__menuLogoSource--black {
  opacity: 0;
}
.header__menu--transparent .header__menuLogoSource--white {
  opacity: 1;
}
.header__menu--transparent .header__menuNavListItem {
  color: rgb(236, 227, 218);
}
.header__menu--transparent .header__menuNavListItem a:hover {
  text-decoration-color: rgb(236, 227, 218);
}
.header__menu--transparent .header__burgerButtonSpan {
  background: rgb(255, 255, 255);
}
.header__menu--transparent .header__underline {
  opacity: 0;
}
.header__menu--transparent-dark {
  transition: 300ms ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.header__menu--transparent-dark .header__menuLogoSource--black {
  opacity: 1;
}
.header__menu--transparent-dark .header__menuLogoSource--white {
  opacity: 0;
}
.header__menu--transparent-dark .header__menuNavListItem {
  color: rgb(68, 68, 68);
}
.header__menu--transparent-dark .header__menuNavListItem a:hover {
  text-decoration-color: rgb(68, 68, 68);
}
.header__menu--transparent-dark .header__burgerButtonSpan {
  background: rgb(68, 68, 68);
}
.header__menu--transparent-dark .header__underline {
  opacity: 0;
}
.header__menu--override, .header__menu--scrolled {
  background: white;
}
.header__menu--override .header__menuLogoSource--black, .header__menu--scrolled .header__menuLogoSource--black {
  opacity: 1;
}
.header__menu--override .header__menuLogoSource--white, .header__menu--scrolled .header__menuLogoSource--white {
  opacity: 0;
}
.header__menu--override .header__menuNavListItem, .header__menu--scrolled .header__menuNavListItem {
  color: rgb(68, 68, 68);
}
.header__menu--override .header__menuNavListItem a:hover, .header__menu--scrolled .header__menuNavListItem a:hover {
  text-decoration-color: rgb(68, 68, 68);
}
.header__menu--override .header__burgerButtonSpan, .header__menu--scrolled .header__burgerButtonSpan {
  background: rgb(68, 68, 68);
}
.header__menu--override .header__underline, .header__menu--scrolled .header__underline {
  opacity: 1;
}
@media only screen and (min-width : 1200px) {
  .header__menu--should-collapse {
    transform: translateY(-100%);
  }
  .header__menu--should-collapse .header__underline-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width : 1200px) {
  .header:hover .header__menu--should-collapse {
    transform: translateY(0%);
  }
  .header:hover .header__menu--should-collapse .header__underline-arrow {
    opacity: 0;
  }
}
.header__submenu {
  visibility: hidden;
}
@media only screen and (min-width : 1200px) {
  .header__submenu--visible {
    visibility: visible;
  }
}
.header__submenuInner {
  position: absolute;
  width: 100%;
  left: 0;
  top: -156px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  z-index: 8100;
  transition: 400ms ease-in-out;
}
.header__submenu--visible .header__submenuInner {
  top: 66px;
  opacity: 1;
}
.header__submenuItem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.header__submenuItemImage {
  position: relative;
  width: 100%;
  padding-top: 60%;
  transition: 600ms ease-out;
}
.header__submenu--visible .header__submenuItemImage {
  padding-top: 100%;
}
.header__submenuItemImageSource {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.header__submenuItemText {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  padding: 40px 40px 36px;
  background-image: linear-gradient(rgba(236, 227, 218, 0), #ece3da);
}
.header__submenuItemText--alt {
  background-image: linear-gradient(rgba(229, 228, 228, 0), #e5e4e4);
}
.header__submenuItemTextButton {
  margin-top: auto;
  margin-right: auto;
}
.header__submenuNav {
  padding-bottom: 20px;
}
.header__submenuNavLabel {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 200ms;
}
.header__submenuNavLabel:hover {
  text-decoration-color: rgb(68, 68, 68);
}
.header__submenuNavList {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .header__submenuNavList {
    margin-top: 32px;
  }
}
.header__submenuNavList {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 6px;
  list-style-type: none;
}
.header__submenuNavListItem {
  font-size: 1.8rem;
  line-height: 1.2em;
  color: rgb(68, 68, 68);
}
.header__submenuNavListItem a {
  display: block;
  padding: 4px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 200ms;
}
.header__submenuNavListItem a:hover {
  text-decoration-color: rgb(68, 68, 68);
}
.header__mobile {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: start;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: scroll;
  background-color: rgb(255, 255, 255);
  padding: 50px 0;
  transition: 300ms ease;
}
@media only screen and (min-width : 768px) {
  .header__mobile {
    max-width: 400px;
    top: 76px;
    right: -400px;
  }
}
.header__mobile--opened {
  right: 0;
}
.header__mobileLinks {
  margin-top: auto;
  padding: 32px 32px 12px;
}
@media only screen and (min-width : 768px) {
  .header__mobileLinks {
    padding: 32px;
  }
}
.header__mobileLinksSocial {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .header__mobileLinksSocial {
    margin-top: 24px;
  }
}
.header__mobileLinksSocial {
  display: flex;
  gap: 12px;
}
.header__mobileNavList {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;
  list-style-type: none;
}
.header__mobileNavListItem--nested .header__mobileNested {
  display: none;
}
.header__mobileNavListItem--active .header__mobileNested {
  display: grid;
}
.header__mobileNavListItemLink {
  display: grid;
  grid-template-columns: 1fr 24px;
  padding: 12px 32px;
  font-size: 2rem;
  line-height: 1em;
}
.header__mobileNested {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .header__mobileNested {
    margin-top: 24px;
  }
}
.header__mobileNested {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 20px;
  padding: 0 20px 40px 32px;
  background-image: linear-gradient(rgba(236, 227, 218, 0), #ece3da);
}
.header__mobileNested--alt {
  background-image: linear-gradient(rgba(229, 228, 228, 0), #e5e4e4);
}
.header__mobileNestedImage {
  position: relative;
  width: 100%;
  padding-top: 120%;
}
.header__mobileNestedImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 120px;
}
.header__mobileNestedList {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 2px;
  list-style-type: none;
}
.header__mobileNestedListItemLink {
  display: block;
  padding: 6px 20px;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 300;
}
.header__mobileNavListItemIcon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header__mobileNavListItemIconSpan {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(68, 68, 68);
  transition: 200ms ease;
}
.header__mobileNavListItemIconSpan--1 {
  top: 11px;
  left: 0px;
  transform: rotate(0deg);
}
.header__mobileNavListItemIconSpan--2 {
  top: 11px;
  left: 0px;
  transform: rotate(90deg);
}
.header__mobileNavListItemIcon--active .header__mobileNavListItemIconSpan--2 {
  transform: rotate(0deg);
}
.header__burger {
  font-size: 0;
  text-align: right;
}
.header__burgerButton {
  display: inline-block;
  width: 32px;
  padding: 9px 0;
  font-size: 1rem;
  line-height: 1rem;
}
.header__burgerButtonSpan {
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(68, 68, 68);
  transition: 300ms ease-out;
}
.header__burgerButtonSpan:not(:last-child) {
  margin-bottom: 8px;
}
.header__burgerButton--opened .header__burgerButtonSpan--1 {
  transform: translate(0px, 5px) rotate(-30deg);
}
.header__burgerButton--opened .header__burgerButtonSpan--2 {
  transform: translate(0px, -5px) rotate(30deg);
}
@media only screen and (min-width : 1200px) {
  .header__burger {
    display: none;
  }
}

.scrollAnimation {
  position: relative;
  width: 150px;
  height: 150px;
  opacity: 0;
}
@media only screen and (min-width : 1200px) {
  .scrollAnimation--homeHero {
    position: absolute;
    left: calc(50% - 75px);
    bottom: -40px;
  }
}
.scrollAnimation--introSubCategory {
  position: absolute;
  left: calc(50% - 75px);
  bottom: 40px;
}
.scrollAnimation__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  gap: 16px;
}
.scrollAnimation__innerText {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 20%;
  color: rgb(255, 255, 255);
}
.scrollAnimation__innerLine {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.scrollAnimation__innerLineSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  animation: scrollLineAnimation 2s infinite;
}
@keyframes scrollLineAnimation {
  0% {
    transform: translate(-100%);
  }
  10% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(120%);
  }
}

.footer {
  background-color: rgb(68, 68, 68);
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
  padding: 60px 0;
}
@media only screen and (min-width : 768px) {
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }
}
.footer__gridItem:not(:first-of-type) {
  padding-top: 40px;
  border-top: 1px solid rgba(235, 235, 235, 0.2);
}
@media only screen and (min-width : 768px) {
  .footer__gridItem:not(:first-of-type) {
    border-top: 1px solid transparent;
    padding-top: 0;
  }
}
@media only screen and (min-width : 768px) {
  .footer__gridItem {
    padding-right: 24px;
  }
  .footer__gridItem--spanTwo {
    grid-column: span 3;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__gridItem:not(:first-of-type) {
    padding-left: 32px;
    border-left: 1px solid rgba(235, 235, 235, 0.2);
  }
  .footer__gridItem--spanTwo {
    grid-column: span 2;
  }
}
.footer__banner {
  display: flex;
  flex-direction: column;
  justify-content: top;
  gap: 24px;
}
@media only screen and (min-width : 768px) {
  .footer__banner {
    gap: 4px;
  }
}
.footer__bannerHeading {
  max-width: 440px;
}
.footer__bannerInfo {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width : 768px) {
  .footer__bannerInfo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: 120px;
  }
}
.footer__bannerLinks {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width : 768px) {
  .footer__bannerLinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.footer__bannerLinksSocial {
  display: inline-flex;
  gap: 8px;
}
.footer__nav {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .footer__nav {
    margin-top: 32px;
  }
}
.footer__navList {
  list-style-type: none;
}
.footer__navListItem:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer__navListItemLink {
  display: block;
  padding: 2px 0;
  font-size: 1.6rem;
  line-height: 1em;
  color: rgb(236, 227, 218);
  text-decoration-color: transparent;
  transition: 200ms;
}
.footer__navListItemLink:hover {
  text-decoration-color: inherit;
}
.footer__grantLinks {
  padding: 24px 0;
  border-top: 1px solid rgba(235, 235, 235, 0.2);
}
.footer__grantNav {
  display: block;
}
.footer__grantNavList {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__grantNavListItemLink {
  display: block;
  margin: 2px 0;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgb(236, 227, 218);
  text-decoration-color: transparent;
  transition: 200ms;
}
.footer__grantNavListItemLink:hover {
  text-decoration-color: inherit;
}
.footer__disclaim {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(235, 235, 235, 0.2);
}
@media only screen and (min-width : 768px) {
  .footer__disclaim {
    flex-direction: row;
  }
}

.homeHero__section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(68, 68, 68);
}
.homeHero__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.homeHero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHero__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .homeHero__content {
    bottom: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .homeHero__content {
    align-items: start;
    bottom: 80px;
  }
}
.homeHero__heading {
  text-align: center;
}
.homeHero__scroll {
  position: relative;
  width: 150px;
  height: 150px;
}
@media only screen and (min-width : 1200px) {
  .homeHero__scroll {
    position: absolute;
    left: calc(50% - 75px);
    bottom: -40px;
  }
}
.homeHero__scrollInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  gap: 16px;
}
.homeHero__scrollInnerText {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 20%;
  color: rgb(255, 255, 255);
}
.homeHero__scrollInnerLine {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.homeHero__scrollInnerLineSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  animation: scrollLineAnimation 2s infinite;
}
@keyframes scrollLineAnimation {
  0% {
    transform: translate(-100%);
  }
  10% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(120%);
  }
}

.subHero__content {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .subHero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
  }
}
@media only screen and (min-width : 1200px) {
  .subHero__content {
    max-width: 1080px;
  }
}
.subHero__paragraph {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 200;
  text-align: left;
}
@media only screen and (min-width : 768px) {
  .subHero__paragraph {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media only screen and (min-width : 1200px) {
  .subHero__paragraph {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 768px) {
  .subHero__button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width : 767.999px) {
  .categoryPreview__container {
    padding: 0;
  }
}
@media only screen and (max-width : 767.999px) {
  .categoryPreview__heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__heading--variant {
    font-size: 5rem;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__section--reversed .categoryPreview__heading {
    text-align: right;
  }
}
.categoryPreview__listWrapper {
  margin-top: 48px;
}
@media only screen and (min-width : 768px) {
  .categoryPreview__listWrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__listWrapper {
    margin-top: 80px;
  }
}
.categoryPreview__listWrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  align-items: start;
  gap: 160px;
  min-height: 360px;
}
.categoryPreview__listWrapper--variant {
  margin-top: 20px;
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__listWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 240px;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__list {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__list--variable {
    padding: 80px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__section--reversed .categoryPreview__list {
    grid-area: 1/1/2/2;
  }
}
.categoryPreview__listDesc {
  padding-bottom: 40px;
  text-align: justify;
}
@media only screen and (max-width : 767.999px) {
  .categoryPreview__listDesc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.categoryPreview__listItem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}
@media only screen and (max-width : 767.999px) {
  .categoryPreview__listItem {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.categoryPreview__listImage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  margin-bottom: 8px;
}
@media only screen and (min-width : 768px) {
  .categoryPreview__listImage {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__listImage {
    display: none;
    margin-bottom: 0;
  }
}
.categoryPreview__listImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoryPreview__image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  display: none;
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__image {
    display: block;
    opacity: 0;
    transition: 300ms all;
  }
}
.categoryPreview__image--active {
  opacity: 1;
}
.categoryPreview__link:hover + .categoryPreview__image {
  opacity: 1;
}
.categoryPreview__section--reversed .categoryPreview__image {
  left: auto;
}
.categoryPreview__imageInner {
  height: 100%;
  top: 2rem;
  overflow: hidden;
}
.categoryPreview__imageInnerSource {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 1200px) {
  .categoryPreview__imageInnerSource {
    transition: 300ms all;
  }
}
.categoryPreview__link {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
.categoryPreview__link--noBorder {
  border-bottom: none;
}
.categoryPreview__linkLabel {
  padding: 1.6rem 0;
  color: rgba(68, 68, 68, 0.5);
  transition: 200ms;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 400;
}
@media only screen and (min-width : 768px) {
  .categoryPreview__linkLabel {
    font-size: 2.8rem;
  }
}
.categoryPreview__link:hover .categoryPreview__linkLabel {
  color: rgba(68, 68, 68, 0.92);
}
@media only screen and (min-width : 768px) {
  .categoryPreview__linkIcon {
    display: opacity;
    opacity: 0;
    transition: 200ms;
  }
}
.categoryPreview__link:hover .categoryPreview__linkIcon {
  opacity: 1;
}

.referencePreview__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .referencePreview__grid {
    margin-top: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .referencePreview__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .referencePreview__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}
.referencePreview__gridItem {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media only screen and (min-width : 768px) {
  .referencePreview__gridItem:nth-child(2) {
    grid-column: span 2;
    padding-top: 0;
  }
  .referencePreview__gridItem:nth-child(6) {
    grid-column: span 2;
    padding-top: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .referencePreview__gridItem:nth-child(6) {
    grid-column: span 1;
    padding-top: auto;
  }
}
.referencePreview__gridItem:hover .referencePreview__gridBgImg, .referencePreview__gridItem:hover .referencePreview__gridBgVideo {
  transform: scale(1.05);
}
.referencePreview__gridBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.referencePreview__gridBgImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referencePreview__gridBgVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referencePreview__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: linear-gradient(rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.2));
  transition: 300ms;
  z-index: 10;
}
.referencePreview__foreground:hover {
  background-color: rgba(68, 68, 68, 0.2);
}
.referencePreview__foregroundLabel {
  line-height: 1.2em;
  font-weight: 550;
}
.referencePreview__foregroundLabel--dark {
  color: rgb(68, 68, 68);
}
.referencePreview__foregroundLabelLocation {
  display: block;
  opacity: 0.6;
}
@media only screen and (min-width : 1200px) {
  .referencePreview__heading--variant {
    padding-bottom: 80px;
    font-size: 9rem;
    text-align: center;
  }
}

.referencePage__section {
  padding-bottom: 64px;
}
@media only screen and (min-width : 768px) {
  .referencePage__section {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width : 1200px) {
  .referencePage__section {
    padding-bottom: 120px;
  }
}
.referencePage__header {
  display: block;
}
.referencePage__heading {
  text-align: center;
}
.referencePage__clouds {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .referencePage__clouds {
    margin-top: 64px;
  }
}
.referencePage__clouds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .referencePage__clouds {
    justify-content: center;
  }
}
.referencePage__cloudsItem {
  padding: 8px 16px;
  border: 1px solid rgb(68, 68, 68);
  border-radius: 100px;
  font-size: 1.4rem;
  line-height: 1em;
  transition: 300ms;
}
.referencePage__cloudsItem:hover, .referencePage__cloudsItem.active {
  background-color: rgb(68, 68, 68);
  color: rgb(255, 255, 255);
}
.referencePage__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .referencePage__grid {
    margin-top: 64px;
  }
}
@media only screen and (min-width : 568px) {
  .referencePage__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .referencePage__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .referencePage__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}
.referencePage__gridItem {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media only screen and (min-width : 1200px) {
  .referencePage__gridItem--wide {
    grid-column: span 2;
    padding-top: 56%;
  }
}
.referencePage__gridItem:hover .referencePage__gridBgImg, .referencePage__gridItem:hover .referencePage__gridBgVideo {
  transform: scale(1.05);
}
.referencePage__gridBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.referencePage__gridBgImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referencePage__gridBgVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referencePage__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: linear-gradient(rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.2));
  transition: 300ms;
  z-index: 10;
}
.referencePage__foreground:hover {
  background-color: rgba(68, 68, 68, 0.2);
}
.referencePage__foregroundLabel {
  font-size: 2rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.9);
}
.referencePage__foregroundLabel--dark {
  color: rgb(68, 68, 68);
}
.referencePage__foregroundLabelCategory {
  font-weight: 700;
}
.referencePage__foregroundLabelType {
  font-weight: 400;
}
.referencePage__foregroundLabelLocation {
  display: block;
  opacity: 0.6;
}
.referencePage__action {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .referencePage__action {
    margin-top: 64px;
  }
}
.referencePage__action {
  display: flex;
  justify-content: center;
}

.referenceCloud__section {
  padding-bottom: 48px;
}
@media only screen and (min-width : 1200px) {
  .referenceCloud__section {
    padding-bottom: 200px;
  }
}
.referenceCloud__heading {
  text-align: center;
}
.referenceCloud__wrapper {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .referenceCloud__wrapper {
    margin-top: 32px;
  }
}
.referenceCloud__wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 10px;
  justify-content: center;
}
@media only screen and (min-width : 768px) {
  .referenceCloud__wrapper {
    max-width: 720px;
  }
}

.referenceExpanded__heading {
  text-align: center;
}
.referenceExpanded__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .referenceExpanded__grid {
    margin-top: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .referenceExpanded__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .referenceExpanded__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}
.referenceExpanded__gridItem {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.referenceExpanded__gridItem:nth-child(1), .referenceExpanded__gridItem:nth-child(2) {
  grid-column: span 2;
}
.referenceExpanded__gridItem:nth-child(5) {
  grid-column: span 2;
  padding-top: 56%;
}
@media only screen and (min-width : 768px) {
  .referenceExpanded__gridItem:nth-child(1), .referenceExpanded__gridItem:nth-child(2) {
    grid-column: span 3;
    padding-top: 100%;
  }
  .referenceExpanded__gridItem:nth-child(4) {
    grid-column: span 2;
    padding-top: 0;
  }
  .referenceExpanded__gridItem:nth-child(5) {
    grid-column: span 1;
    padding-top: auto;
  }
  .referenceExpanded__gridItem:nth-child(8) {
    grid-column: span 2;
    padding-top: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .referenceExpanded__gridItem:nth-child(1), .referenceExpanded__gridItem:nth-child(2) {
    grid-column: span 2;
  }
  .referenceExpanded__gridItem:nth-child(8) {
    grid-column: span 1;
    padding-top: auto;
  }
}
.referenceExpanded__gridItem:hover .referenceExpanded__gridBgImg, .referenceExpanded__gridItem:hover .referenceExpanded__gridBgVideo {
  transform: scale(1.05);
}
.referenceExpanded__gridBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.referenceExpanded__gridBgImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referenceExpanded__gridBgVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referenceExpanded__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: linear-gradient(rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.2));
  transition: 300ms;
  z-index: 10;
}
.referenceExpanded__foreground:hover {
  background-color: rgba(68, 68, 68, 0.2);
}
.referenceExpanded__foregroundLabel {
  line-height: 1.2em;
  font-weight: 550;
}
.referenceExpanded__foregroundLabel--dark {
  color: rgb(68, 68, 68);
}
.referenceExpanded__foregroundLabelLocation {
  display: block;
  opacity: 0.6;
}
.referenceExpanded__gridItem:nth-child(1) .referenceExpanded__foregroundLabel, .referenceExpanded__gridItem:nth-child(2) .referenceExpanded__foregroundLabel {
  font-size: 2rem;
}
@media only screen and (min-width : 768px) {
  .referenceExpanded__gridItem:nth-child(1) .referenceExpanded__foregroundLabel, .referenceExpanded__gridItem:nth-child(2) .referenceExpanded__foregroundLabel {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 1200px) {
  .referenceExpanded__gridItem:nth-child(1) .referenceExpanded__foregroundLabel, .referenceExpanded__gridItem:nth-child(2) .referenceExpanded__foregroundLabel {
    font-size: 3rem;
  }
}
.referenceExpanded__gridItem:nth-child(1) .referenceExpanded__foregroundLabelLocation, .referenceExpanded__gridItem:nth-child(2) .referenceExpanded__foregroundLabelLocation {
  font-weight: 200;
  opacity: 1;
}
.referenceExpanded__redirect {
  margin-top: 48px;
}
@media only screen and (min-width : 768px) {
  .referenceExpanded__redirect {
    margin-top: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .referenceExpanded__redirect {
    margin-top: 80px;
  }
}
.referenceExpanded__redirect {
  display: flex;
  justify-content: center;
}

.referenceSimilar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .referenceSimilar__grid {
    margin-top: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .referenceSimilar__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .referenceSimilar__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}
.referenceSimilar__gridItem {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.referenceSimilar__gridItem:hover .referenceSimilar__gridBgImg, .referenceSimilar__gridItem:hover .referenceSimilar__gridBgVideo {
  transform: scale(1.05);
}
.referenceSimilar__gridBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.referenceSimilar__gridBgImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referenceSimilar__gridBgVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 300ms all;
}
.referenceSimilar__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: linear-gradient(rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.2));
  transition: 300ms;
  z-index: 10;
}
.referenceSimilar__foreground:hover {
  background-color: rgba(68, 68, 68, 0.2);
}
.referenceSimilar__foregroundLabel {
  line-height: 1.2em;
  font-weight: 550;
}
.referenceSimilar__foregroundLabel--dark {
  color: rgb(68, 68, 68);
}
.referenceSimilar__foregroundLabelLocation {
  display: block;
  opacity: 0.6;
}

.reviewSwiper__swiper {
  width: 800px;
  max-width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width : 768px) {
  .reviewSwiper__swiper {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .reviewSwiper__swiper {
    padding-bottom: 80px;
  }
}
.reviewSwiper__swiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reviewSwiper__swiperSlideInner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 32px;
}
@media only screen and (min-width : 768px) {
  .reviewSwiper__swiperSlideInner {
    gap: 40px;
  }
}
.reviewSwiper__paragraph {
  font-weight: 300;
}
@media only screen and (max-width : 767.999px) {
  .reviewSwiper__paragraph {
    font-size: 2.2rem;
  }
}
.reviewSwiper__author {
  font-weight: 550;
}
.reviewSwiper__swiperPagination {
  font-size: 0;
}

.swiper-pagination-bullet::after {
  background-color: rgb(68, 68, 68);
}
@media only screen and (max-width : 767.999px) {
  .swiper-pagination-bullet {
    width: 60px;
  }
}

@media only screen and (max-width : 991.999px) {
  .showroomBanner__container {
    padding: 0;
  }
}
.showroomBanner__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .showroomBanner__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBanner__gridItem--image {
    order: 1;
    align-self: center;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBanner__gridItem--image {
    order: initial;
    align-self: normal;
  }
}
.showroomBanner__gridItemInner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}
@media only screen and (min-width : 992px) {
  .showroomBanner__gridItemInner {
    display: block;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBanner__grid--reversed .showroomBanner__gridItem--image {
    order: 1;
  }
}
.showroomBanner__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 110%;
}
.showroomBanner__image--mobile {
  padding-top: 70%;
  align-self: flex-end;
}
@media only screen and (min-width : 992px) {
  .showroomBanner__image--mobile {
    display: none;
  }
}
.showroomBanner__imageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroomBanner__content {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .showroomBanner__content {
    margin-top: 64px;
  }
}
.showroomBanner__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media only screen and (min-width : 992px) {
  .showroomBanner__content {
    width: 480px;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBanner__content--large {
    width: 540px;
    margin-left: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBanner__content {
    margin-top: 0;
  }
}
.showroomBanner__contentImage {
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .showroomBanner__contentImage {
    margin-top: 12px;
  }
}
.showroomBanner__contentImage {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 70%;
}
@media only screen and (min-width : 992px) {
  .showroomBanner__contentImage {
    display: block;
  }
}
.showroomBanner__contentImageSource {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroomMap__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 42px;
}
@media only screen and (min-width : 768px) {
  .showroomMap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomMap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.showroomMap__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.showroomMap__imageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroomMap__inner {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .showroomMap__inner {
    margin-top: 64px;
  }
}
.showroomMap__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (min-width : 1200px) {
  .showroomMap__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.showroomMap__innerItem--long {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.showroomMap__contact {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
.showroomMap__lead {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .showroomMap__lead {
    margin-top: 24px;
  }
}
.showroomMap__lead {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
}
.showroomMap__leadImage {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 60px;
}
.showroomMap__leadText {
  align-self: center;
}
.showroomMap__locationButton {
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .showroomMap__locationButton {
    margin-top: 12px;
  }
}

@media only screen and (max-width : 767.999px) {
  .twoCols__container {
    padding: 0;
  }
}
.twoCols__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .twoCols__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.twoCols__gridItem--text {
  padding: 0 30px;
}
@media only screen and (min-width : 768px) {
  .twoCols__gridItem--text {
    order: -1;
    padding: 0 24px 0 0;
  }
}
.twoCols__gridItem--image {
  position: relative;
  padding-top: 70%;
}
.twoCols__paragraph {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .twoCols__paragraph {
    margin-top: 32px;
  }
}
.twoCols__paragraph {
  max-width: 480px;
}
.twoCols__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoImgs__gallery {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
@media only screen and (min-width : 768px) {
  .twoImgs__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .twoImgs__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
.twoImgs__galleryImage {
  position: relative;
  width: 100%;
  padding-top: 120%;
}
.twoImgs__galleryImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneImg__container {
  width: 100%;
  padding: 0;
}
.oneImg__image {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.oneImg__imageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width : 767.999px) {
  .partnersLogo__container {
    padding: 0;
  }
}
.partnersLogo__headingMain {
  margin-bottom: 24px;
}
@media only screen and (min-width : 768px) {
  .partnersLogo__headingMain {
    margin-bottom: 32px;
  }
}
.partnersLogo__headingMain {
  padding: 0 30px;
}
@media only screen and (min-width : 992px) {
  .partnersLogo__headingMain {
    text-align: center;
  }
}
.partnersLogo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media only screen and (min-width : 992px) {
  .partnersLogo__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}
.partnersLogo__grid {
  gap: 1px !important;
  background-color: #e3e3e3;
}
.partnersLogo__gridItem {
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partnersLogo__gridItemInner {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: white;
  transition: 400ms ease-in-out;
}
.partnersLogo__gridItemInner:hover {
  background-color: rgba(224, 96, 126, 0);
}
@media only screen and (min-width : 768px) {
  .partnersLogo__gridItemInner {
    padding: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .partnersLogo__gridItemInner {
    padding: 32px;
  }
}
.partnersLogo__logo {
  margin-bottom: 24px;
}
@media only screen and (min-width : 768px) {
  .partnersLogo__logo {
    margin-bottom: 32px;
  }
}
.partnersLogo__logo {
  position: relative;
  width: 100%;
  height: 24px;
}
@media only screen and (min-width : 1200px) {
  .partnersLogo__logo {
    height: 32px;
  }
}
.partnersLogo__logoSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  transition: 200ms ease-in-out;
  transition-delay: 100ms;
}
.partnersLogo__logoSource--white {
  opacity: 0;
}
.partnersLogo__heading {
  margin-bottom: 18px;
}
@media only screen and (min-width : 768px) {
  .partnersLogo__heading {
    margin-bottom: 24px;
  }
}
.partnersLogo__heading {
  transition: 300ms;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0.6;
}
@media only screen and (min-width : 768px) {
  .partnersLogo__heading {
    visibility: visible;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.partnersLogo__paragraph {
  transition: 300ms;
  font-size: 1.3rem;
  line-height: 1.4;
  opacity: 0.6;
  text-align: justify;
}
@media only screen and (min-width : 768px) {
  .partnersLogo__paragraph {
    visibility: visible;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.partnersLogo__gridItemInner:hover .partnersLogo__paragraph, .partnersLogo__gridItemInner:hover .partnersLogo__heading {
  opacity: 0;
}
.partnersLogo__gridItemInner:hover .partnersLogo__logoSource--black {
  opacity: 0;
}
.partnersLogo__gridItemInner:hover .partnersLogo__logoSource--white {
  opacity: 1;
}

.fullBanner__container {
  padding: 0;
  max-width: 100%;
}
.fullBanner__content {
  position: relative;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width : 768px) {
  .fullBanner__content {
    height: 0;
    padding-top: 56.25%;
  }
}
.fullBanner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullBanner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fullBanner__textContent {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .fullBanner__textContent {
    max-width: 640px;
  }
}
.fullBanner__button {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .fullBanner__button {
    margin-top: 32px;
  }
}

.introCentral__contentHeading {
  text-align: center;
}
.introCentral__contentParagraph {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .introCentral__contentParagraph {
    margin-top: 32px;
  }
}
.introCentral__contentParagraph {
  width: 720px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.introCategory__section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(68, 68, 68);
}
.introCategory__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.introCategory__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.introCategory__contentInner {
  width: 100%;
  padding: 200px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 100%);
}
.section--colorBeige .introCategory__contentInner {
  background-image: linear-gradient(rgba(236, 227, 218, 0), #ece3da 100%);
}
.section--colorGrey .introCategory__contentInner {
  background-image: linear-gradient(rgba(235, 235, 235, 0), #ebebeb 100%);
}
.introCategory__heading {
  width: 800px;
  max-width: 100%;
  text-align: center;
}
.introCategory__paragraph {
  width: 580px;
  max-width: 100%;
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .introCategory__paragraph {
    margin-top: 24px;
  }
}
.introCategory__paragraph {
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
}
.introCategory__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introSubCategory__section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(68, 68, 68);
}
.introSubCategory__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.introSubCategory__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.introSubCategory__contentInner {
  width: 100%;
  padding: 200px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 100%);
}
.introSubCategory__content--colorBeige .introSubCategory__contentInner {
  background-image: linear-gradient(rgba(236, 227, 218, 0), #ece3da 100%);
}
.introSubCategory__content--colorGrey .introSubCategory__contentInner {
  background-image: linear-gradient(rgba(235, 235, 235, 0), #ebebeb 100%);
}
.introSubCategory__category {
  padding: 18px 24px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1em;
  color: rgb(255, 255, 255);
}
.introSubCategory__category--dark {
  border: 1px solid rgb(68, 68, 68);
  border-radius: 100px;
  color: rgb(68, 68, 68);
}
.introSubCategory__heading {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .introSubCategory__heading {
    margin-top: 24px;
  }
}
.introSubCategory__heading {
  width: 100%;
  text-align: center;
}
.introSubCategory__paragraph {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .introSubCategory__paragraph {
    margin-top: 24px;
  }
}
.introSubCategory__paragraph {
  width: 100%;
  max-width: 640px;
  text-align: center;
}
.introSubCategory__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introSubCategory__scrollAnimation {
  display: none;
  position: absolute;
  left: calc(50% - 75px);
  bottom: 30px;
}
@media only screen and (min-width : 1200px) {
  .introSubCategory__scrollAnimation {
    display: block;
  }
}

.introChild__section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(68, 68, 68);
}
.introChild__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.introChild__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 20px;
  z-index: 5;
  background-image: linear-gradient(rgba(236, 227, 218, 0) 40%, rgb(236, 227, 218));
}
.introChild__label {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding-bottom: 40px;
}
.introChild__labelLocation {
  font-weight: 300;
}
.introChild__paragraph {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .introChild__paragraph {
    margin-top: 24px;
  }
}
.introChild__paragraph {
  width: 100%;
  max-width: 640px;
  text-align: center;
}
.introChild__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introChild__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introChild__scrollAnimation {
  display: none;
  position: absolute;
  left: calc(50% - 75px);
  bottom: 30px;
}
@media only screen and (min-width : 1200px) {
  .introChild__scrollAnimation {
    display: block;
  }
}

.subIntroChild__flex {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width : 768px) {
  .subIntroChild__flex {
    gap: 48px;
  }
}
.subIntroChild__flexItem {
  width: 720px;
  max-width: 100%;
  text-align: center;
}
.subIntroChild__clouds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: center;
}
.subIntroChild__cloudsItem {
  padding: 8px 16px;
  border: 1px solid rgb(68, 68, 68);
  border-radius: 100px;
  font-size: 1.4rem;
  line-height: 1em;
}
.subIntroChild__button {
  margin-left: auto;
  margin-right: auto;
}

.careerList__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.careerList__listItem {
  padding: 36px 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
.careerList__listItem--head {
  display: none;
}
@media only screen and (min-width : 768px) {
  .careerList__listItem--head {
    display: block;
  }
}
.careerList__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media only screen and (min-width : 768px) {
  .careerList__content {
    grid-template-columns: 2fr 1fr 3fr 52px;
    gap: 12px;
  }
}
.careerList__contentHead {
  text-transform: uppercase;
  letter-spacing: 5%;
}

.careerChild__container {
  margin-top: 80px;
}
.careerChild__head {
  position: relative;
}
.careerChild__headButton {
  display: block;
  margin-bottom: 32px;
}
@media only screen and (min-width : 1700px) {
  .careerChild__headButton {
    top: 5px;
    left: auto;
    position: absolute;
    left: -90px;
  }
}
.careerChild__desc {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .careerChild__desc {
    margin-top: 64px;
  }
}
.careerChild__desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 1200px) {
  .careerChild__desc {
    grid-template-columns: 3fr 2fr;
    gap: 60px;
  }
}
.careerChild__descParagraph {
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .careerChild__descParagraph {
    width: 700px;
    max-width: 100%;
    order: -1;
  }
}
.careerChild__descList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}
.careerChild__body {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .careerChild__body {
    margin-top: 64px;
  }
}
.careerChild__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 1200px) {
  .careerChild__body {
    grid-template-columns: 3fr 2fr;
    gap: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .careerChild__bodyItemHeading {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width : 1200px) and (min-width : 768px) {
  .careerChild__bodyItemHeading {
    margin-top: 64px;
  }
}
.careerChild__contact {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .careerChild__contact {
    margin-top: 32px;
  }
}
.careerChild__contact {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
}
.careerChild__contactImage {
  position: relative;
  width: 96px;
  height: 96px;
}
.careerChild__contactImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.careerChild__contactInfo {
  align-self: center;
}
.careerChild__button {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .careerChild__button {
    margin-top: 32px;
  }
}

.contactInfo__content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contactInfo__head {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}
.contactInfo__body {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  align-items: end;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .contactInfo__body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    text-align: left;
    justify-items: center;
    margin-top: 48px;
  }
}
@media only screen and (min-width : 1200px) {
  .contactInfo__body {
    margin-top: 64px;
  }
}
@media only screen and (min-width : 768px) {
  .contactInfo__bodyItem {
    width: fit-content;
  }
}

.contactForm__heading {
  text-align: center;
}
.contactForm__content {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .contactForm__content {
    margin-top: 64px;
  }
}
.contactForm__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width : 768px) {
  .contactForm__content {
    grid-template-columns: 1fr 2fr;
  }
}
.contactForm__contentItem {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .contactForm__contentItem {
    padding: 0 24px;
    text-align: left;
  }
  .contactForm__contentItem--form {
    border-left: 1px solid rgba(68, 68, 68, 0.2);
  }
}
@media only screen and (min-width : 1200px) {
  .contactForm__contentItem {
    padding: 0 40px;
  }
}
.contactForm__paragraph {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .contactForm__paragraph {
    margin-top: 24px;
  }
}
.contactForm__paragraph {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .contactForm__paragraph {
    text-align: left;
    text-align: justify;
  }
}
.contactForm__sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contactPersonel__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .contactPersonel__grid {
    margin-top: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .contactPersonel__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .contactPersonel__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
}
.contactPersonel__gridItem {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.contactPersonel__heading {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .contactPersonel__heading {
    text-align: left;
  }
}
.contactPersonel__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(68, 68, 68, 0.4);
  transition: 300ms;
  list-style: none;
}
.contactPersonel__info:hover {
  background-color: #ece3da;
}
.contactPersonel__infoItem {
  color: rgb(255, 255, 255);
}
.contactPersonel__infoItem--fade {
  opacity: 80%;
}
.contactPersonel__infoItem--hover {
  height: 0px;
  overflow: hidden;
  transition: 300ms;
}
.contactPersonel__info:hover .contactPersonel__infoItem {
  color: rgb(68, 68, 68);
}
.contactPersonel__info:hover .contactPersonel__infoItem--fade {
  padding-bottom: 30px;
}
.contactPersonel__info:hover .contactPersonel__infoItem--hover {
  height: 30px;
}
.contactPersonel__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 16px;
  right: 16px;
  transition: 200ms;
}
.contactPersonel__gridItem:hover .contactPersonel__arrow {
  opacity: 0;
}

.childVideo__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.childVideo__contentImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.childVideo__contentButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.childVideo__contentButtonLinkIcon {
  width: 64px;
  transition: 300ms;
}
@media only screen and (min-width : 768px) {
  .childVideo__contentButtonLinkIcon {
    width: 88px;
  }
}
.childVideo__contentButtonLink:hover .childVideo__contentButtonLinkIcon {
  width: 64px;
}
@media only screen and (min-width : 768px) {
  .childVideo__contentButtonLink:hover .childVideo__contentButtonLinkIcon {
    width: 100px;
  }
}

.childClaim__container {
  width: 768px;
  max-width: 100%;
}
.childClaim__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 32px;
  text-align: center;
}

.childReview__container {
  width: 768px;
  max-width: 100%;
}
.childReview__paragraph {
  font-weight: 300;
  text-align: center;
}
.childReview__author {
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .childReview__author {
    margin-top: 12px;
  }
}
.childReview__author {
  text-align: center;
}
.childReview__logo {
  margin-top: 18px;
}
@media only screen and (min-width : 768px) {
  .childReview__logo {
    margin-top: 24px;
  }
}
.childReview__logo {
  position: relative;
  width: 100%;
  height: 36px;
}
@media only screen and (min-width : 768px) {
  .childReview__logo {
    height: 48px;
  }
}
.childReview__logoSource {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
@media only screen and (min-width : 768px) {
  .childReview__logoSource {
    object-position: center;
  }
}
.childReview__button {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .childReview__button {
    margin-top: 64px;
  }
}
.childReview__button {
  display: flex;
  justify-content: center;
}

.childSingle__container {
  position: relative;
}
.childSingle__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.childSingle__contentImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.childDuo__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media only screen and (min-width : 768px) {
  .childDuo__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
  }
}
@media only screen and (min-width : 1200px) {
  .childDuo__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.childDuo__contentImage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
.childDuo__contentImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.childTrio__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
@media only screen and (min-width : 992px) {
  .childTrio__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .childTrio__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
.childTrio__large {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
.childTrio__largeImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.childTrio__small {
  display: flex;
  align-items: end;
}
.childTrio__smallInner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .childTrio__smallInner {
    gap: 80px;
  }
}
@media only screen and (min-width : 992px) {
  .childTrio__smallInner {
    padding-right: 40%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
  }
}
.childTrio__smallInnerImage {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 120%;
}
.childTrio__smallInnerImageSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.childTrio__smallInnerParagraph {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.childTrio__smallInnerParagraph--mobileCenter {
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .childTrio__smallInnerParagraph--mobileCenter {
    text-align: left;
  }
}
.childTrio__content--reversed .childTrio__small {
  order: -1;
  align-items: start;
  justify-content: end;
}
.childTrio__content--reversed .childTrio__smallInner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  padding-right: 0;
}
@media only screen and (min-width : 992px) {
  .childTrio__content--reversed .childTrio__smallInner {
    padding-left: 40%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
  }
}
.childTrio__content--reversed .childTrio__smallInnerImage {
  display: block;
}
@media only screen and (min-width : 992px) {
  .childTrio__content--reversed .childTrio__smallInnerParagraph {
    order: -1;
  }
}

.aboutTimeline__section {
  display: block;
  overflow: hidden;
}
.aboutTimeline__container {
  display: block;
}
.aboutTimeline__inner {
  position: relative;
  display: block;
}
.aboutTimeline__line {
  position: absolute;
  width: 1000%;
  left: -250%;
  height: 1px;
  background-color: rgb(180, 180, 180);
}
.aboutTimeline__list {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  gap: 0;
  justify-items: center;
}
@media only screen and (min-width : 768px) {
  .aboutTimeline__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .aboutTimeline__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    row-gap: 40px;
  }
}
.aboutTimeline__item {
  position: relative;
  padding: 50px 20px 30px 20px;
}
@media only screen and (min-width : 480px) {
  .aboutTimeline__item {
    padding: 50px 20px 40px 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .aboutTimeline__item {
    padding: 50px 20px 0 20px;
  }
}
@media only screen and (min-width : 2200px) {
  .aboutTimeline__item {
    padding: 50px 15px 0 15px;
  }
}
.aboutTimeline__item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 1px;
  background-color: rgb(180, 180, 180);
}
.aboutTimeline__item::after {
  display: block;
  content: "";
  position: absolute;
  width: 1000%;
  left: -250%;
  top: 0;
  height: 1px;
  background-color: rgb(180, 180, 180);
}
.aboutTimeline__itemYear {
  font-size: 2.8rem;
  color: rgb(180, 180, 180);
  font-weight: 300;
}
@media only screen and (min-width : 480px) {
  .aboutTimeline__itemYear {
    font-size: 3.2rem;
  }
}
.aboutTimeline__itemText {
  margin-top: 15px;
}
.aboutTimeline__itemText p {
  font-size: 1.3rem;
}
@media only screen and (min-width : 480px) {
  .aboutTimeline__itemText p {
    font-size: 1.6rem;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(68, 68, 68, 0.7);
  z-index: 10000000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid rgb(236, 227, 218);
  border-color: rgb(236, 227, 218) transparent rgb(236, 227, 218) transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width : 767.999px) {
  .twoColsWide__container {
    padding: 0;
  }
}
.twoColsWide__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.twoColsWide__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .twoColsWide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
@media only screen and (min-width : 1600px) {
  .twoColsWide__grid {
    align-items: center;
  }
}
.twoColsWide__gridItem--text {
  padding: 0 30px;
}
@media only screen and (min-width : 768px) {
  .twoColsWide__gridItem--text {
    order: -1;
    padding: 0 24px 0 0;
  }
}
.twoColsWide__gridItem--image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width : 1200px) {
  .twoColsWide__gridItem--image {
    position: static;
    padding-top: 35vw;
    overflow: initial;
  }
}
.twoColsWide__paragraph {
  margin-top: 24px;
}
@media only screen and (min-width : 768px) {
  .twoColsWide__paragraph {
    margin-top: 32px;
  }
}
.twoColsWide__paragraph {
  max-width: 480px;
  text-align: justify;
}
.twoColsWide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width : 1200px) {
  .twoColsWide__image {
    width: calc(50vw - 10px);
    right: 0;
    left: initial;
  }
}

.showroomBannerWide__section {
  overflow: hidden;
}
.showroomBannerWide__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width : 991.999px) {
  .showroomBannerWide__container {
    padding: 0;
  }
}
.showroomBannerWide__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__gridItem--image {
    order: 1;
    align-self: center;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__gridItem--image {
    order: initial;
    align-self: normal;
  }
}
.showroomBannerWide__gridItemInner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__gridItemInner {
    display: block;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__grid--reversed .showroomBannerWide__gridItem--image {
    order: 1;
  }
}
.showroomBannerWide__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__image {
    position: static;
    padding-top: 45vw;
    overflow: initial;
  }
}
.showroomBannerWide__image--mobile {
  padding-top: 70%;
  align-self: flex-end;
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__image--mobile {
    display: none;
  }
}
.showroomBannerWide__imageSource {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__imageSource {
    width: calc(50vw - 10px);
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__image--left .showroomBannerWide__imageSource {
    left: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__image--right .showroomBannerWide__imageSource {
    right: 0;
  }
}
.showroomBannerWide__content {
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .showroomBannerWide__content {
    margin-top: 64px;
  }
}
.showroomBannerWide__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__content {
    width: 540px;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__content--large {
    width: 600px;
    margin-left: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .showroomBannerWide__content {
    margin-top: 0;
  }
}
.showroomBannerWide__contentImage {
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .showroomBannerWide__contentImage {
    margin-top: 12px;
  }
}
.showroomBannerWide__contentImage {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 70%;
}
@media only screen and (min-width : 992px) {
  .showroomBannerWide__contentImage {
    display: block;
  }
}
.showroomBannerWide__contentImageSource {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width : 767.999px) {
  .partnersLogoWide__container {
    padding: 0;
  }
}
@media only screen and (min-width : 1600px) {
  .partnersLogoWide__container--8 {
    max-width: 1600px;
  }
}
@media only screen and (min-width : 1940px) {
  .partnersLogoWide__container--8 {
    max-width: 1800px;
  }
}
@media only screen and (min-width : 2200px) {
  .partnersLogoWide__container--8 {
    max-width: 3840px;
  }
}
.partnersLogoWide__headingMain {
  margin-bottom: 24px;
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__headingMain {
    margin-bottom: 32px;
  }
}
.partnersLogoWide__headingMain {
  padding: 0 30px;
}
@media only screen and (min-width : 992px) {
  .partnersLogoWide__headingMain {
    text-align: center;
  }
}
.partnersLogoWide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media only screen and (min-width : 992px) {
  .partnersLogoWide__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}
@media only screen and (min-width : 1940px) {
  .partnersLogoWide__grid--8 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
  }
}
@media only screen and (min-width : 2200px) {
  .partnersLogoWide__grid--8 {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0;
  }
}
.partnersLogoWide__grid {
  gap: 1px !important;
  background-color: #e3e3e3;
}
.partnersLogoWide__gridItem {
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(1), .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(2), .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(7), .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(8) {
  display: none;
}
@media only screen and (min-width : 1940px) {
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(1) {
    display: none;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(2) {
    display: flex;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(7) {
    display: flex;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(8) {
    display: none;
  }
}
@media only screen and (min-width : 2200px) {
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(1) {
    display: flex;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(2) {
    display: flex;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(7) {
    display: flex;
  }
  .partnersLogoWide__grid--8 .partnersLogoWide__gridItem:nth-child(8) {
    display: flex;
  }
}
.partnersLogoWide__gridItemInner {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: white;
  transition: 400ms ease-in-out;
}
.partnersLogoWide__gridItemInner:hover {
  background-color: rgba(224, 96, 126, 0);
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__gridItemInner {
    padding: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .partnersLogoWide__gridItemInner {
    padding: 32px;
  }
}
.partnersLogoWide__logo {
  margin-bottom: 24px;
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__logo {
    margin-bottom: 32px;
  }
}
.partnersLogoWide__logo {
  position: relative;
  width: 100%;
  height: 24px;
}
@media only screen and (min-width : 1200px) {
  .partnersLogoWide__logo {
    height: 32px;
  }
}
.partnersLogoWide__logoSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  transition: 200ms ease-in-out;
  transition-delay: 100ms;
}
.partnersLogoWide__logoSource--white {
  opacity: 0;
}
.partnersLogoWide__heading {
  margin-bottom: 18px;
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__heading {
    margin-bottom: 24px;
  }
}
.partnersLogoWide__heading {
  transition: 300ms;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0.6;
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__heading {
    visibility: visible;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.partnersLogoWide__paragraph {
  transition: 300ms;
  font-size: 1.3rem;
  line-height: 1.4;
  opacity: 0.6;
  text-align: justify;
}
@media only screen and (min-width : 768px) {
  .partnersLogoWide__paragraph {
    visibility: visible;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.partnersLogoWide__gridItemInner:hover .partnersLogoWide__paragraph, .partnersLogoWide__gridItemInner:hover .partnersLogoWide__heading {
  opacity: 0;
}
.partnersLogoWide__gridItemInner:hover .partnersLogoWide__logoSource--black {
  opacity: 0;
}
.partnersLogoWide__gridItemInner:hover .partnersLogoWide__logoSource--white {
  opacity: 1;
}

.childSingleWide__section {
  overflow: hidden;
}
.childSingleWide__container {
  position: relative;
  overflow: initial;
}
.childSingleWide__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.childSingleWide__content--left {
  margin-left: calc(-50vw + 50%);
  width: calc(50vw + 50%);
}
.childSingleWide__content--right {
  margin-right: calc(-50vw + 50%);
  width: calc(50vw + 50%);
}
.childSingleWide__contentImage {
  position: absolute;
  top: 0;
  width: 92%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.childSingleWide__content--left .childSingleWide__contentImage {
  left: 0;
}
.childSingleWide__content--right .childSingleWide__contentImage {
  right: 0;
}
@media only screen and (min-width : 1920px) {
  .childSingleWide__contentImage {
    object-position: center center;
  }
}
@media only screen and (min-width : 2560px) {
  .childSingleWide__contentImage {
    object-position: center center;
  }
}

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