@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("assets/fonts/HelveticaNeueLTPro-MdCn.woff2") format("woff2"),
    url("assets/fonts/HelveticaNeueLTPro-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
figure,
body {
  margin: 0;

  font-weight: 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-holder .wistia_embed {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

body {
  line-height: 1;
  background-color: #000 !important;
  background-repeat: no-repeat;
  overflow: visible;
  background: url("bg.jpg") no-repeat center top;
  background-size: 1920px 1080px;
}
.cta-btn,
.modal-link {
  cursor: pointer;
}
.video-container {
  max-width: 635px;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  height: auto;
  margin-top: 22px;
  mask-image: linear-gradient(to top, transparent 0%, #fff 7%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
}

@media screen and (min-width: 621px) {
  .video-container {
    mask-image: linear-gradient(
        to top,
        transparent 0%,
        #fff 3%,
        #fff 97%,
        transparent 100%
      ),
      linear-gradient(
        to left,
        transparent 0%,
        #fff 3%,
        #fff 97%,
        transparent 100%
      );
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-composite: intersect;
  }
}

.video-container .wistia_embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;

  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hidden-cta {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
.main-video .video-container {
  aspect-ratio: 8 / 11;
}

@media screen and (max-width: 767px) {
}

.trigger-off {
  pointer-events: none;
}

.play-btn {
  position: absolute;
  width: 130px;
  height: 130px;
  z-index: 2;
  animation: pulse 1s infinite ease-in-out;
  transform-origin: 0 0 0;
  pointer-events: none;
  z-index: 111;
  left: 50%;
  bottom: 26%;
  transform: translateX(-50%);
}
.play-btn img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 620px) {
  body {
    background: #000;
  }
  .main-header {
    margin-top: 0;
  }
  .video-container {
    margin-top: 0;
  }
  .play-btn {
    width: 25vw;
    height: 25vw;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.1) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}