/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[3]!./node_modules/import-glob-loader/index.js!../Motion/src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --white: #FFFFFF;
  --black: #000000;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONT & TEXT STYLING */
h1,
.h1-style {
  font-size: 5.625rem;
  line-height: 0.87;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  h1 br,
  .h1-style br {
    display: none;
  }
}

h2,
.h2-style {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 500;
}

h3,
.h3-style {
  font-size: 2.625rem;
  line-height: 1.05;
  font-weight: 300;
}

h4,
.h4-style {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 300;
}

h5,
.h5-style {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

h6,
.h6-style {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}

p,
a,
u,
span,
select,
section,
td,
th,
option,
form,
input,
b,
strong,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 300;
}

@font-face {
  font-family: "Social";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/theme/assets/fonts/social_media.woff2") format("woff2"), url("/theme/assets/fonts/social_media.woff") format("woff");
}
.icon-social {
  font-style: normal;
  font-family: "Social";
}
.icon-social.icon-facebook:before {
  content: "\f09a";
}
.icon-social.icon-twitter:before {
  content: "\f099";
}
.icon-social.icon-envelope:before {
  content: "\f0e0";
}
.icon-social.icon-linkedin:before {
  content: "\f0e1";
}
.icon-social.icon-youtube-play:before {
  content: "\f16a";
}
.icon-social.icon-instagram:before {
  content: "\f16d";
}
.icon-social.icon-google:before {
  content: "\f1a0";
}
.icon-social.icon-behance:before {
  content: "\f1b4";
}
.icon-social.icon-pinterest-p:before {
  content: "\f231";
}
.icon-social.icon-whatsapp:before {
  content: "\f232";
}
.icon-social.icon-vimeo:before {
  content: "\f27d";
}

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007AFF;
  border-radius: 50%;
  border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

/* GENERAL STYLING */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
html.edit-mode {
  position: relative;
}
html.edit-mode body {
  position: relative;
  height: auto;
}
html.edit-mode #main-scroller {
  position: relative;
}

body {
  background-color: var(--white);
  color: var(--black);
}
@media (pointer: fine) {
  body:not(.config-mode) {
    overflow: hidden;
  }
}
body.lock-scroll {
  overflow: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
}

#main-scroller {
  height: 100%;
}
#main-scroller .scroll-content {
  height: 100%;
  will-change: transform;
}

[data-scrollbar] {
  display: block;
  position: relative;
}

main.leave {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
main.come {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
main.come-lower {
  z-index: 1;
}

.config-mode .plate--page-content-wrapper {
  overflow: hidden;
}
.config-mode [data-scroll] {
  transform: none !important;
}

.main-content-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* END GENERAL STYLING */
.plate--tray--home-header {
  will-change: transform;
}
.plate--tray--home-header .overlap-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--soft-black);
  z-index: 4;
  pointer-events: none;
}

.flame-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.flame-background canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home-header {
  position: relative;
  background-color: var(--yellow-white);
  background-color: #f4f4ed;
}
.home-header__flame {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-header__flame canvas {
  width: 100%;
  height: 100%;
}
.home-header__inner {
  position: relative;
  padding-top: 25.4rem;
  padding-bottom: 25.4rem;
}
.home-header__titles {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  height: 1.1em;
  overflow: hidden;
}
.home-header__titles h1 {
  margin-bottom: 0;
  color: var(--white);
}
.home-header__titles__words {
  position: relative;
  overflow: hidden;
  margin-left: 0.25em;
  height: 100%;
}
.home-header__titles__words .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}
.home-header__titles__words .swiper-slide span {
  display: inline-block;
  color: var(--white);
}
.home-header__titles__words .swiper-slide-active {
  opacity: 1;
}
.home-header__content {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 1.6rem;
}
.home-header__content__slider {
  position: relative;
  width: 70%;
  padding-right: 1.6rem;
}
.home-header__content__slider .article-slider {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: var(--br);
}
.home-header__content__slider .article-slider-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home-header__content__slider .article-slider-container .swiper-button-wrapper {
  right: 2.4rem;
  bottom: 2.5rem;
  z-index: 3;
}
.home-header__content__slider .article-slider-container .swiper-button-wrapper .swiper-button {
  width: 4.4rem;
  height: 4.4rem;
}
.home-header__content__slider .article-slider-container .swiper-button-wrapper .swiper-button::before {
  border: 0;
}
.home-header__content__slider .article-slider .small-article {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 1.6rem;
  background-color: var(--white);
  border-radius: var(--br);
  height: 100%;
  width: 100%;
}
.home-header__content__slider .article-slider .small-article__image {
  width: 27%;
}
.home-header__content__slider .article-slider .small-article__image picture img {
  border-radius: calc(var(--br) / 2);
}
.home-header__content__slider .article-slider .small-article__content {
  position: relative;
  width: 73%;
  height: 100%;
  padding: 2.4rem 10.4rem 2.4rem 4rem;
  display: flex;
  flex-direction: column;
}
.home-header__content__slider .article-slider .small-article__content__title h5 {
  color: var(--blue);
  max-width: 30ch;
}
.home-header__content__slider .article-slider .small-article__content__text {
  margin-top: auto;
}
.home-header__content__slider .article-slider .small-article__content__text p {
  margin-bottom: 0;
  line-height: 1.5;
  max-width: 65ch;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-header__content__video {
  position: relative;
  width: 30%;
}
.home-header__content__video .video {
  height: 100%;
  padding-bottom: 68%;
}
.home-header__intro {
  position: relative;
  padding-top: 16.8rem;
  padding-bottom: 24.5rem;
}
.home-header__intro__text {
  padding: 0 calc(var(--col-offset) * 2);
}
.home-header__intro__text p {
  text-align: center;
  color: var(--white);
}
.home-header__intro__button {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}

.index-header {
  position: relative;
  padding-top: 22rem;
  padding-bottom: 16.4rem;
  background-color: var(--yellow-white);
}
.index-header__flame {
  position: absolute;
}
.index-header__inner {
  position: relative;
}
.index-header__content__title {
  overflow: hidden;
}
.index-header__content__title h1 {
  margin-bottom: 0;
  color: var(--white);
}

.show-header {
  position: relative;
  padding-top: 15.2rem;
}
.show-header__inner__content {
  margin-bottom: 5.6rem;
}
.show-header__arrow-back .circle-button {
  transform: rotate(180deg);
}
.show-header__title {
  margin-bottom: 3.2rem;
}
.show-header__title h1 {
  margin-bottom: 0;
  color: var(--blue);
}
.show-header__author {
  position: relative;
}
.show-header__image {
  position: relative;
  margin-bottom: 4rem;
}
.show-header__image picture img {
  border-radius: var(--br);
  overflow: hidden;
}
.show-header__intro {
  margin-bottom: 6.2rem;
}
@media (max-width: 767.98px) {
  .show-header__intro {
    margin-bottom: 4rem;
  }
}
.show-header__intro p {
  margin-bottom: 0;
}
.show-header__info {
  position: relative;
}
.show-header__info__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.4rem;
}
.show-header__info__item svg {
  margin-right: 0.8rem;
}
.show-header__info__item span {
  font-size: 1.6rem;
  font-weight: 500;
}
.show-header__info__button {
  position: relative;
  margin-top: 4rem;
}
.show-header__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}

.case-index {
  --color-text: #fff;
  --color-bg: #eca590;
  --color-bg-2: #eabfb1;
  --color-link: #fff;
  --color-link-hover: #fff;
  --font-cover: tenon, sans-serif;
  --font-weight-cover: 700;
  --font-variation-cover: none;
  --font-size-cover: 11vw;
  --font-transform-cover: uppercase;
  --color-cover: #fff;
  --color-bg-button: #fff;
  --color-button: #364a54;
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #0a463d;
}
.case-index__inner {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.case-index__slider {
  width: 100%;
  position: relative;
}

.case-slider .swiper-wrapper .swiper-slide {
  width: 30%;
  margin-right: 64px;
}

.case-item {
  position: relative;
}
.case-item__title {
  position: absolute;
  bottom: 10%;
  color: white;
  text-align: center;
  width: 100%;
}

.case-header {
  --color-text: #fff;
  --color-bg: #eca590;
  --color-bg-2: #eabfb1;
  --color-link: #fff;
  --color-link-hover: #fff;
  --font-cover: tenon, sans-serif;
  --font-weight-cover: 700;
  --font-variation-cover: none;
  --font-size-cover: 11vw;
  --font-transform-cover: uppercase;
  --color-cover: #fff;
  --color-bg-button: #fff;
  --color-button: #364a54;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.case-header__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
}
.case-header__title {
  margin: 10vh 0 0 0;
  align-self: center;
  color: var(--color-cover);
  font-family: var(--font-cover);
  font-weight: var(--font-weight-cover);
  font-size: var(--font-size-cover);
  text-transform: var(--font-transform-cover);
  font-variation-settings: var(--font-variation-cover);
  line-height: 1;
  pointer-events: none;
}
.case-header__title span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-transform: inherit;
  font-variation-settings: inherit;
  line-height: inherit;
}

.slides {
  grid-area: 1/1/-1/-1;
  display: grid;
  grid-template-columns: repeat(5, 22%);
  grid-gap: 2.5vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  justify-items: center;
  align-content: center;
}

.slides--columns {
  grid-gap: 0;
}

.slide {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 56vh;
  width: 100%;
  display: grid;
  opacity: 0;
}

.slides--grid .slide {
  border-radius: 1vw;
}

.slides--columns .slide {
  border-radius: 0;
  height: 100vh;
}

.slide--current {
  visibility: hidden;
}

.slide__img {
  background-size: cover;
  background-position: 50% 50%;
}

.cover {
  grid-area: 1/1/-1/-1;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: center;
  z-index: 100;
}

.cover__title {
  margin: 10vh 0 0 0;
  align-self: center;
  color: var(--color-cover);
  font-family: var(--font-cover);
  font-weight: var(--font-weight-cover);
  font-size: var(--font-size-cover);
  text-transform: var(--font-transform-cover);
  font-variation-settings: var(--font-variation-cover);
  line-height: 1;
  pointer-events: none;
}
.cover__title span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-transform: inherit;
  font-variation-settings: inherit;
  line-height: inherit;
}

.cover__button {
  align-self: end;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
  background: var(--color-bg-button);
  color: var(--color-button);
  width: min-content;
  white-space: nowrap;
  justify-self: center;
  border-radius: 4rem;
  border: 0;
}

.clip {
  position: relative;
  grid-area: 1/1/-1/-1;
  display: grid;
  height: 100vh;
}
.clip__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transform-origin: center center;
}

/* DISPLAY FLEX STYLING */
.fl-container {
  display: flex;
}

.fl-row {
  flex-direction: row;
}

.fl-column {
  flex-direction: column;
}

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

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

/* IMAGE STYLING */
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
}

.width-cover {
  width: 100%;
  height: 100%;
}

.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.height-contain {
  width: 100%;
  height: 100%;
}

.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-wrapper {
  perspective: 1000px;
}

.parallax-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reveal-image {
  overflow: hidden;
}

.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}

.magnetic-grid {
  margin: 0;
  --color-text: #000;
  --color-text-alt: #848484;
  --color-title: #d3d3d3;
  --color-bg: #dcdcdc;
  --color-link: #e3154d;
  --color-link-hover: #000;
  color: var(--color-text);
  background-color: var(--color-bg);
  --cursor-stroke: #e3154d;
  --cursor-fill: none;
  --cursor-stroke-width: 1px;
  --cursor-text: #000;
  font-family: tenon, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100vh;
  width: 100vw;
  left: calc((-100vw + 100%) / 2);
}
.magnetic-grid__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: underline;
  color: var(--color-link);
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-link-hover);
  outline: none;
}

.unbutton:focus {
  outline: none;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 1000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.message {
  position: relative;
  z-index: 100;
  background: var(--color-text);
  color: var(--color-bg);
  padding: 0.5rem;
  font-size: 0.75rem;
  position: relative;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.frame {
  padding: 1rem 5vw;
  position: relative;
  z-index: 1000;
}

.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: normal;
}

.frame__links {
  display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text);
  text-decoration: none;
}

.content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 300px;
  justify-content: center;
  position: relative;
  align-items: center;
}

.grid {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  display: grid;
  grid-template-columns: repeat(50, 2%);
  grid-template-rows: repeat(50, 2%);
  perspective: 1000px;
}

.grid--inactive {
  pointer-events: none;
}

.grid__item {
  position: relative;
  will-change: transform;
  grid-area: var(--grid-row)/var(--grid-column)/span 12/span 5;
}

.grid__item-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  will-change: transform;
}

.char {
  will-change: transform;
}

/* Shorthand grid-area: grid-row-start / grid-column-start / grid-row-end / grid-column-end */
.pos-1 {
  --grid-row: 10;
  --grid-column: 1;
}

.pos-2 {
  --grid-row: 1;
  --grid-column: 18;
}

.pos-3 {
  --grid-row: 1;
  --grid-column: 29;
}

.pos-4 {
  --grid-row: 15;
  --grid-column: 12;
}

.pos-5 {
  --grid-row: 17;
  --grid-column: 25;
}

.pos-6 {
  --grid-row: 20;
  --grid-column: 43;
}

.pos-7 {
  --grid-row: 35;
  --grid-column: 5;
}

.pos-8 {
  --grid-row: 40;
  --grid-column: 14;
}

.pos-9 {
  --grid-row: 37;
  --grid-column: 29;
}

.pos-10 {
  --grid-row: 35;
  --grid-column: 42;
}

.pos-11 {
  --grid-row: 1;
  --grid-column: 44;
}

.pos-12 {
  --grid-row: 32;
  --grid-column: 20;
}

.pos-13 {
  --grid-row: 22;
  --grid-column: 2;
}

.pos-14 {
  --grid-row: 9;
  --grid-column: 38;
}

.pos-15 {
  --grid-row: 4;
  --grid-column: 7;
}

.pos-16 {
  --grid-row: 28;
  --grid-column: 36;
}

.content__title {
  font-size: 12vw;
  margin: 0;
  line-height: 1.2;
  position: relative;
  color: var(--color-title);
  text-transform: uppercase;
  pointer-events: none;
  font-weight: bold;
}
.content__title span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.content__title-line {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.content__title-line--1 {
  margin-left: -5vw;
}

.content__title-line--2 {
  margin-right: -5vw;
}

.preview {
  position: relative;
  pointer-events: none;
}

.js .preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preview__item {
  position: relative;
  margin: 0 auto;
  padding: 0 5vw;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 50% 50%;
  grid-template-areas: "preview-back preview-back" "preview-img preview-title" "preview-content preview-content";
}

.js .preview__item {
  perspective: 1000px;
}

.js .preview__item:not(.preview__item--open) {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.js .preview__item--open {
  pointer-events: auto;
}

.preview__item-back {
  grid-area: preview-back;
  justify-self: start;
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 90px;
  margin-bottom: 1rem;
  background: url(/theme/assets/img/arrow.svg) no-repeat 0% 50%;
}
.preview__item-back span {
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 500;
}

.preview__item-title {
  grid-area: preview-title;
  font-family: dystopian, sans-serif;
  font-size: 12vw;
  font-size: clamp(1.5rem, 12vw, 20vh);
  margin: 0;
  grid-column-start: 1;
  align-self: center;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  font-weight: bold;
}
.preview__item-title span {
  font-size: inherit;
  font-weight: inherit;
}

.preview__item-imgwrap {
  width: 100px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  grid-area: preview-img;
  transform-origin: 50% 100%;
}

.preview__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.preview__item-content {
  grid-area: preview-content;
  max-width: calc(1100px - 80vh);
  min-height: 440px;
  line-height: 1.3;
}

.preview__item-meta {
  color: var(--color-text-alt);
  text-transform: uppercase;
  font-size: 0.857rem;
  padding: 1rem 0 0;
}
.preview__item-meta span {
  display: block;
  font-size: inherit;
  text-transform: inherit;
}

.preview__item-info {
  display: block;
  color: var(--color-link);
  margin: 1rem 0;
}

.preview__item-button {
  color: #fff;
  border: 0;
  border-radius: 2rem;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  background: #000;
  padding: 1rem 2rem;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1rem;
}

.preview__item-button:hover,
.preview__item-button:active,
.preview__item-button:focus {
  outline: none;
  background: var(--color-link);
}

.cursor {
  display: none;
}

@media screen and (min-width: 53em) {
  .message {
    display: none;
  }
  .frame {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 1rem 1.5rem;
    grid-gap: 6vw;
    pointer-events: none;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title links ..." "... ... ..." "... ... ...";
  }
  .frame__title-wrap {
    grid-area: title;
    display: flex;
  }
  .frame__title {
    margin: 0;
  }
  .frame__tagline {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    opacity: 0.5;
  }
  .frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: end;
  }
  .frame__links {
    grid-area: links;
    padding: 0;
  }
  .frame a {
    pointer-events: auto;
  }
  .content {
    height: 100%;
  }
  .preview__item {
    height: 100%;
    width: 80vw;
    grid-template-columns: 47% 53%;
    grid-template-rows: minmax(max(5rem, 18vh), 1fr) auto auto 1fr;
    grid-template-areas: "... ..." "preview-back ..." "preview-title preview-title" "preview-img preview-content";
  }
  .preview__item-title {
    justify-self: center;
    padding: 0;
  }
  .preview__item-meta {
    padding: 1rem 0;
  }
  .preview__item-info {
    margin: 1rem 0 3rem;
  }
  .preview__item-imgwrap {
    width: 100%;
    height: 100%;
    grid-row-start: 3;
    border-radius: 10px 10px 0 0;
  }
  .preview__item-content {
    padding: 0 0 0 4rem;
  }
  .preview__item-description {
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (any-pointer: fine) {
  .cursor {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
  }
  .cursor__svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cursor__svg-circle {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
  }
  .cursor__text {
    position: absolute;
    top: 1.875rem;
    left: 80px;
    font-size: 0.857rem;
    text-transform: uppercase;
    font-weight: 500;
    fill: var(--cursor-text);
  }
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden;
  }
  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
  }
  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }
  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    /* Size to fit the whole container size */
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    /* Position properly */
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
  }
  /* Helper variables for advanced effects */
  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    /* Offset from center, positive & negative */
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    /* Absolute distance from center, only positive */
    --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
    /* Absolute distance from center, only positive */
    --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
  }
}
#motion-container {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#motion-container .box {
  background-color: white;
  position: relative;
  border-radius: 20%;
}
#motion-container .box:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.plate--container {
  padding-left: 10%;
  padding-right: 10%;
  max-width: none;
}

.plate--page-content-wrapper {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.render-content {
  position: relative;
}

.section-container {
  position: relative;
}
.section-container.has-bg::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
  position: absolute;
  top: -1px;
  z-index: 0;
}
.section-container-overlay .section-overlay {
  position: sticky;
  width: calc(100vw + 4px);
  height: calc(100vh + 4px);
  top: -2px;
  left: -2px;
  z-index: 20;
  overflow: hidden;
  contain: layout;
  pointer-events: none;
  margin-top: -1px;
  max-width: 100vw;
  margin-bottom: -50vh;
}

.plate--section {
  position: relative;
}
.plate--section.section-overlap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 4.8rem);
  top: -2.4rem;
  left: 0;
  border-radius: calc(var(--br) * 3);
  z-index: 1;
  background-color: var(--white);
}

.render-content {
  position: relative;
  z-index: 1;
}
.render-content--show .plate--container {
  padding-left: 0;
  padding-right: 0;
}
