/* Variables
-------------------------*/
/* Colors */
/* CSS Properties */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap");
@font-face {
  font-family: "Hector";
  src: url("assets/style/fonts/Hector-Regular.ttf") format("truetype"), url("assets/style/fonts/Hector-Regular.woff") format("woff"), url("assets/style/fonts/Hector-Regular.woff2") format("woff2");
}
h1, h2, h3, h4, h5, p, ul li, ol li, a {
  color: inherit;
  font-family: "Hector", sans-serif;
  font-weight: 400;
  hyphens: manual;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Hector", sans-serif;
  line-height: 1.25;
  font-weight: 350;
  margin-bottom: 0.65em;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong {
  font-weight: 500;
}

p, ul li, ol li, span, a {
  color: inherit;
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
}

.wysiwyg {
  color: #D0F7DD;
}
.wysiwyg.light {
  color: #292A2E;
}
.wysiwyg h1, .wysiwyg .h1 {
  font-size: clamp(24px, 24px + (56 - 24) * (100vw - 320px) / (1440 - 320), 56px);
  line-height: 1.45;
}
.wysiwyg h2, .wysiwyg .h2 {
  font-size: clamp(22px, 22px + (50 - 22) * (100vw - 320px) / (1440 - 320), 50px);
  line-height: 1.45;
}
.wysiwyg h3, .wysiwyg .h3 {
  font-size: clamp(20px, 20px + (46 - 20) * (100vw - 320px) / (1440 - 320), 46px);
  line-height: 1.25;
}
.wysiwyg h4, .wysiwyg .h4 {
  font-size: clamp(18px, 18px + (28 - 18) * (100vw - 320px) / (1440 - 320), 28px);
  line-height: 1.25;
}
.wysiwyg h5, .wysiwyg .h5 {
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 320px) / (1440 - 320), 17px);
  line-height: 1.25;
}
.wysiwyg p, .wysiwyg ul li, .wysiwyg ol li, .wysiwyg a {
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 320px) / (1440 - 320), 22px);
  line-height: 1.65;
}
.wysiwyg p strong, .wysiwyg ul li strong, .wysiwyg ol li strong, .wysiwyg a strong {
  font-weight: 500;
}

a.cta-btn {
  display: inline-flex;
  background-color: #D0F7DD;
  gap: 15px;
  padding: 15px 25px;
  transition: all 0.75s ease;
}
a.cta-btn:hover span.icon {
  transform: rotateY(-180deg);
}
a.cta-btn:hover span.text {
  transform: translateX(3px);
}
a.cta-btn span.icon {
  transition: all 0.3s ease;
}
a.cta-btn span.text {
  color: #292A2E;
  transition: all 0.3s ease;
}

/* Elements
-------------------------*/
.grid-x.standard-grid {
  position: relative;
  max-width: 2000px;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
}

[data-reveal=fade] {
  opacity: var(--opacity, 0) !important;
  will-change: transform;
  transform: translateY(var(--vertical, 50px)) translateX(var(--horizontal, 0px)) scale(var(--scale, 1));
  transition: opacity var(--duration, 0.85s) ease calc(var(--delay, 0s) + 0.15s), transform var(--duration, 0.85s) ease calc(var(--delay, 0s) + 0.15s);
}
[data-reveal=fade].revealed {
  opacity: var(--to-opacity, 1) !important;
  transform: translateY(0px);
}

[data-reveal=heading] {
  opacity: 0;
}
[data-reveal=heading].revealed {
  opacity: 1;
}

body {
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  background-color: #292A2E;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: rgb(53.0172413793, 54.3103448276, 59.4827586207);
}
body::-webkit-scrollbar-thumb {
  background: #D0F7DD;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(229.7909090909, 250.7090909091, 236.7636363636);
}

/* Header
-----------------*/
/* Content
-----------------*/
section.temp.intro {
  padding: clamp(60px, 16vw, 200px) 0 0;
}
section.temp.intro .grid-x .large-5 {
  position: relative;
  z-index: 3;
}
section.temp.intro .grid-x .large-5 img {
  padding-top: clamp(60px, 16vw, 200px);
}
section.temp.intro .grid-x .text-video {
  display: grid;
}
section.temp.intro .grid-x .text-video .wysiwyg {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: 80%;
}
section.temp.intro .grid-x .text-video .wysiwyg a.cta-btn {
  margin-top: 25px;
}
section.temp.intro .grid-x .text-video .video-container {
  position: relative;
  transform: translateX(10vw) translateY(calc(0px - clamp(60px, 16vw, 200px)));
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
section.temp.intro .grid-x .text-video .video-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #292a2e, rgba(41, 42, 46, 0));
}
section.temp.intro .grid-x .text-video .video-container::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #292a2e, rgba(41, 42, 46, 0));
}
section.temp.intro .grid-x .text-video .video-container .sides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.temp.intro .grid-x .text-video .video-container .sides::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, #292a2e, rgba(41, 42, 46, 0));
}
section.temp.intro .grid-x .text-video .video-container .sides::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #292a2e, rgba(41, 42, 46, 0));
}
section.temp.intro .grid-x .text-video .video-container video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.25;
}
section.temp.video {
  position: relative;
  padding-bottom: clamp(30px, 8vw, 100px);
}
section.temp.video .cell {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #292A2E;
}
section.temp.video .cell video {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

/* Footer
-----------------*/
footer {
  height: 75px;
  background-color: #D0F7DD;
}

/* Media Queries
-------------------------*/
@media screen and (min-width: 1026px) {
  .phablet {
    display: none !important;
  }
}
@media screen and (min-width: 642px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) {
  .desktop-only {
    display: none !important;
  }
  section.temp.intro {
    padding: clamp(30px, 8vw, 100px) 0 0;
  }
  section.temp.intro .grid-x .large-5 img {
    padding-top: clamp(30px, 8vw, 100px);
    padding-bottom: clamp(30px, 8vw, 100px);
  }
  section.temp.intro .grid-x .text-video {
    align-items: flex-end;
  }
  section.temp.intro .grid-x .text-video .wysiwyg {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .tablet-up {
    display: none !important;
  }
  footer {
    height: 50px;
  }
}