@font-face {
  font-family: "National";
  src: url("/fonts/National-Book.woff2") format("woff2"), url("/fonts/National-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Copyright Klim Type Foundry";
  src: url("/fonts/TestEpiceneText-Light.woff2") format("woff2"), url("/fonts/TestEpiceneText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 92px;
  --gap: 20px;
  --white: #fff;
  --light: #F5F3EF;
  --dark: #4F5A4A;
  --pad: 80px;
  --grey: #d1d8c9;
  --red: #BE9C85;
  --slideWidth: 97px;
  --brown: #223328;
  --creame: #98A08F ;
}

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

body {
  font-family: "National";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 0;
  text-align: left;
  background: var(--light);
  color: var(--dark);
  font-size: 18px;
  line-height: 1.64;
  text-align: center;
}

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

img {
  border: none;
  max-width: 100%;
}

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

.leftALign {
  text-align: left;
}

.dark-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.red {
  color: var(--red);
}

.grid_6 {
  width: calc(50% - 15px);
}

.grid_7 {
  width: calc(60% - 15px);
}

.grid_5 {
  width: calc(40% - 15px);
}

.max550 {
  max-width: 550px;
}

.max420 {
  max-width: 420px;
}

.max460 {
  max-width: 460px;
}

.toAnimate .fadeInUp {
  opacity: 0;
  transform: translateY(20px);
}
.toAnimate.animated .fadeInUp {
  animation-name: fadein;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
}
.toAnimate.animated .fadeInUp.slower {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#preloader.animated {
  animation: hide 1s linear forwards;
  animation-delay: 3.5s;
}
#preloader.animated .path0 {
  animation: dash 1s linear forwards;
  animation-delay: 1s;
}
#preloader.animated .path1 {
  animation: dash 2s linear forwards;
}
#preloader.animated .path2 {
  animation: dash 2s linear forwards;
}
#preloader.animated .path3 {
  animation: dash 2s linear forwards;
}
#preloader.animated .path4 {
  animation: dash 3s linear forwards;
}
#preloader.animated .path5 {
  animation: dash 3s linear forwards;
}
#preloader.animated .path6 {
  animation: dash 3s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes hide {
  to {
    opacity: 0;
    pointer-events: none;
  }
}
h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

.delay1 {
  animation-delay: 0.15s;
}

.delay2 {
  animation-delay: 0.3s;
}

.delay3 {
  animation-delay: 0.45s;
}

.delay4 {
  animation-delay: 0.6s;
}

.delay5 {
  animation-delay: 0.8s;
}

.delay6 {
  animation-delay: 1.2s;
}

.fade {
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 0.3s;
}
.fade.animated {
  opacity: 1;
}

.lazyImg {
  filter: blur(5px);
}
.lazyImg.loaded {
  filter: blur(0);
}

section {
  position: relative;
  z-index: 1;
  background-color: var(--light);
}

.bg-grey {
  background-color: var(--grey);
}

.upppercase {
  text-transform: uppercase;
}

@keyframes fadein {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.play {
  width: -moz-max-content;
  width: max-content;
  font-size: 30px;
  display: block;
  font-family: "Epicene Display";
  font-size: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.play img {
  width: 70px;
  margin: 0 auto 20px auto;
  display: block;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  display: block;
}

.middle-h {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 1;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.mb5 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.ptxxl {
  padding-top: 200px;
}

.ptxl {
  padding-top: 140px;
}

.pbxl {
  padding-bottom: 140px;
}

.ptl {
  padding-top: 120px;
}

.pbl {
  padding-bottom: 120px;
}

.pad-r {
  padding-right: var(--gap);
}

.pad-l {
  padding-left: var(--gap);
}

.ptm {
  padding-top: 45px;
}

.pbm {
  padding-bottom: 45px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pr20 {
  padding-right: 20px;
}

.pr20 {
  padding-left: 20px;
}

iframe.fullyvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  iframe.fullyvideo {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  iframe.fullyvideo {
    width: 177.78vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.obj-fit {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.left-align {
  text-align: left;
}

.center-align {
  text-align: center;
}

.right-align {
  text-align: right;
}

.underline {
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.13em;
}

.over-hidden {
  overflow: hidden;
}

.btn {
  line-height: 1;
  display: flex;
  background-color: var(--light);
  color: var(--dark);
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 0 18px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1px;
}

.scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--light);
}

.para {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-image: url(/images/home/clouds.jpg);
}

.container {
  width: 1312px;
  max-width: calc(100% - var(--gap) - var(--gap));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.br {
  display: block;
}

.full-h {
  height: 100svh;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 2;
  color: var(--light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abs-full {
  height: 100svh;
  height: 100vh;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flex-st-st {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-st-ce {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-sb-st {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-en-st {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-en-ce {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-sb-ce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  align-self: normal;
}

.flex-st-ce {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  align-self: normal;
  gap: 20px;
}

.flex-ce-ce {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-col-ce-ce {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-col-sb-st {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  align-self: stretch;
  flex-wrap: wrap;
}

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

.gap {
  gap: 30px;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  color: var(--light);
  padding: 0 60px;
  transition: all 0.5s;
}
header.fixed {
  color: var(--dark);
}
header.fixed path {
  fill: var(--dark);
}
header.fixed #nav-toggle {
  color: var(--dark);
}
header.fixed {
  background-color: var(--light);
  height: 72px;
}
header.fixed #logo {
  width: 250px;
}
header a {
  position: relative;
  z-index: 3;
}

#nav-toggle {
  display: none;
  height: 12px;
  width: 20px;
  color: currentColor;
  left: var(--gap);
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  left: 0;
  top: 0;
  transition: top 0.5s;
}

#nav-toggle span.sp2 {
  top: 5px;
}

#nav-toggle span.sp3 {
  top: 10px;
}

#nav-toggle.active span.sp1 {
  top: 5px;
}

#nav-toggle.active span.sp3 {
  top: 5px;
}

#logo {
  width: 320px;
  transition: width 0.5s;
  max-width: calc(100% - 120px);
}
#logo svg {
  width: 100%;
  height: auto;
  display: block;
}

#nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: left;
}
#nav #ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

h1 {
  font-family: "Copyright Klim Type Foundry";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}

h2 {
  font-family: "Copyright Klim Type Foundry";
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0.75em;
}

h4 {
  font-family: "Copyright Klim Type Foundry";
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-ul {
  list-style: none;
}
.feature-ul li {
  display: flex;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  line-height: 1.3;
}
.feature-ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

.register {
  text-align: left;
  padding: var(--gap);
}

label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.row-st {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.grid_50 {
  width: calc(50% - 10px);
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--brown);
  border: 1px solid currentColor;
  border-radius: 1px;
  font-family: inherit;
  font-weight: 400;
  margin: 0 auto;
  padding: 12px;
  resize: none;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
}

.check-holder {
  position: relative;
  text-align: left;
  margin: 0 0 0 0;
}
.check-holder input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}
.check-holder input:checked + label::after {
  background-color: var(--creame);
}
.check-holder label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.check-holder label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--creame);
  content: "";
  display: block;
}
.check-holder label:after {
  position: absolute;
  left: 2px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
}

input:focus,
textarea:focus,
select:focus,
.post-holder:focus {
  outline: none;
  box-shadow: 0px 1px 12px -5px rgba(0, 0, 0, 0.1);
}

.btn_submit {
  text-align: center;
  cursor: pointer;
  font-family: "Epicene Display";
  font-size: 20px;
  margin: 40px 0 0 0;
  letter-spacing: 0.15em;
  width: -moz-max-content;
  width: max-content;
  border: none;
  line-height: 1;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 1px;
}

.parsley-errors-list {
  font-size: 12px;
  list-style: none;
}

select {
  background-image: url(/images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

footer {
  font-size: 14px;
}
footer p {
  font-size: 14px;
}

.disclaimer {
  width: 820px;
}

.trace {
  margin: 0 auto 45px auto;
  width: 84px;
}

.pariter {
  margin: 0 auto 45px auto;
  width: 120px;
}

.collier {
  margin: 0 auto 0 auto;
  width: 103px;
}

.social {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.social a {
  display: block;
  width: 24px;
  margin-bottom: 40px;
}
.social a img {
  display: block;
  width: 100%;
}

.border-b {
  border-top: 1px solid currentColor;
}

p.flex-st-st {
  gap: 10px;
}

.mob {
  display: none;
}

.adobe {
  width: 140px;
  margin: 0 auto 15px auto;
  display: block;
}

.privacy {
  font-size: 14px;
  text-decoration: underline;
  display: block;
}

@media screen and (max-width: 1200px) {
  .slider .slide .title {
    font-size: 30px;
  }
  h2.sml {
    font-size: 32px;
  }
  .slider .slide .title .txt {
    left: 64px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 80px;
    --gap: 20px;
  }
  body {
    font-size: 15px;
  }
  header #nav #ul {
    position: absolute;
    top: 0;
    height: 100vh;
    height: 100svh;
    background-color: var(--light);
    left: 0;
    font-size: 18px;
    font-family: "Copyright Klim Type Foundry";
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--creame);
    transform: translate(-100%);
    transition: transform 0.7s;
    z-index: 0;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    font-size: 20px;
  }
  header #nav #ul li {
    padding: 0 var(--gap);
    width: 100%;
  }
  header #nav #ul li a {
    padding: 25px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  header #nav #ul li a.mob {
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  header #nav #ul.fixed {
    height: 60px;
  }
  header.active {
    color: var(--creame);
  }
  header.active path {
    fill: var(--creame);
  }
  header.active #nav-toggle {
    color: var(--creame);
  }
  header.active #nav #ul {
    transform: translate(0%);
  }
  #logo {
    width: 200px;
  }
  #nav-toggle {
    display: block;
  }
  #nav {
    justify-content: flex-end;
    font-size: 12px;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block;
  }
  .grid_50,
  .grid_5,
  .grid_7,
  .grid_6 {
    width: 100%;
  }
  .grid_5 {
    padding: var(--pad) 0 0 0 !important;
  }
  .min-h {
    min-height: 1px;
    position: relative;
    padding: 0 0 40px 0;
    top: auto;
  }
  .pbm {
    padding-bottom: 60px;
  }
  .pad-r,
  .pad-l {
    padding-right: 0;
    padding-left: 0;
  }
  .ptxxl {
    padding-top: 80px;
  }
  .ptxl {
    padding-top: 80px;
  }
  .pbl {
    padding-bottom: 60px;
  }
  .ptl {
    padding-top: 60px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .play {
    font-size: 20px;
  }
  .play img {
    width: 50px;
    margin: 0 auto 15px auto;
  }
  .no-padm {
    padding-top: 0 !important;
  }
  .row-st {
    margin-bottom: 0;
  }
  input,
  select {
    margin-bottom: 15px;
  }
  .pbm {
    padding-bottom: 30px;
  }
  .ptm {
    padding-top: 30px;
  }
  .br {
    display: none;
  }
  #landing h5 {
    padding-left: 25px;
    padding-right: 25px;
  }
}