@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;

}
.cta-btn,
.modal-link {
  cursor: pointer;
}
.video-container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /* .video-container {
    max-width: 640px;
  } */
}
@media screen and (max-width: 767px) {
  /* .video-container {
    max-width: 640px;
  } */
  .main-video {
    background: transparent;
  }
}
.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%;
}

.main-video .video-container {
  aspect-ratio: 8 / 11;
  background-clip: border-box;
}
@media screen and (max-width: 1024px) {
  .main-video .video-container {
  
  }
}
/* /* @media screen and (max-width: 1024px) and (orientation: portrait) {
  .main-video .video-container {
    padding-top: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .main-video .video-container {
    padding-top: 133%;
  }
} */
/* @media screen and (max-width: 1024px) and (orientation: landscape) {
  .video-container {
    max-width: 60%;
  }
  .main-video .video-container {
    padding-top: 34%;
  }
}
@media screen and (max-width: 933px) and (orientation: landscape) {
  .video-container {
    max-width: 47%;
  }
  .main-video .video-container {
    padding-top: 24%;
  }
} */



@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {

}

.trigger-off {
  pointer-events: none;
}
.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-origin: 0 0 0;
  pointer-events: none;
  cursor: pointer;
  top: 0;
  left: 0;
}

.hidden-cta {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

.main-header {
  margin-top: 2vw;
}
.timer-section {
  display: flex;
  color: #fff;
  font-family: "Helvetica Neue LT Pro";
  cursor: pointer;
  justify-content: space-between;
  position: relative;
}
.header-img {
  width: 100%;
}
.header-img img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.timer-holder {
  text-align: center;
  flex: auto;
  justify-content: center;
  max-width: 31%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 19.1%;
  height: 100%;
  transform: translateY(-50%);
}

.timer {
  position: relative;
  background-clip: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2vw;
  width: 100%;
}

.timer .time {
  font-size: 3.3vw;
  color: #fff;
  margin-bottom: 0.2vw;
}
.timer .label {
  font-size: 1vw;
  background: linear-gradient(to top, #999, #ccc, #fff, #ccc, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.time-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 1024px) {
  .timer .time {
    font-size: 6vw;
  }
  .timer .label {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: auto 90%;
  }
  .timer .time {
    font-size: 10vw;
  }
  .timer .label {
    font-size: 3vw;
  }
  .main-header {
    margin-top: 0;
  }
  .main-video .video-container::before {
    margin: 0;
    margin-bottom: -4px;
  }
  .main-video .video-container {
    border: none;
    /* border-bottom: 4px solid transparent; */
  }
}

.geo-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.geo-modal h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.geo-modal p {
  color: #000;
  font-size: 24px;
  margin: 0 0 17px 0;
}

.geo-modal p:last-of-type {
  margin-bottom: 0;
}
.geo-modal .modal-body__content > p {
  line-height: 1.5;
  margin-top: 0;
  position: relative;
font-weight: 400;
}
.geo-modal .modal-body__content > p a {
  color: #0033ff;
  text-decoration: underline;
}

.geo-modal .modal-body {
  display: block;
  max-width: 885px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #979494;
}

.modal-body__header {
  padding-top: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: solid 1px #727070;
  text-align: center;
}

.geo-modal p:last-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

.geo-modal p:not(last-of-type):before {
  top: calc(50% - 17px);
}

.geo-modal p {
  margin-left: 40px;
  padding-left: 70px;
}

.geo-modal p a,
.geo-modal p {
  position: relative;
}

.geo-modal p a {
  text-decoration: underline;
}

.modal-body__content .pros-text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../../../wp-content/uploads/2022/11/pros-symbol.png") no-repeat center / contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-body__content .cons-text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../../../wp-content/uploads/2022/11/cons-symbol.png") no-repeat center / contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal-body__content {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 45px 56px 42px;
}

.modal-in {
  overflow: hidden;
}

.hidden.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .geo-modal h2 {
    font-size: 20px;
    line-height: 0.91;
  }
  .geo-modal .modal-body__content > p {
    font-size: 18px;
    line-height: 1.11;
    margin-left: 7px;
    padding-left: 53px;
  }
  .geo-modal .modal-body__content > p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .modal-body__content {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 32px 27px 32px;
  }
  .modal-body__header {
    margin-bottom: 18px;
  }
  .modal-body__content .cons-text:before,
  .modal-body__content .pros-text:before {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 374px) {
  .modal-body__content {
    padding: 20px 15px;
  }
}
