/* reset */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html {
  font-family: Arial, sans-serif;
  font-size: 125%;
  --wrapper-padding: 1.25rem;
}

blockquote,
li,
p {
  line-height: 1.52;
}

@media (min-width: 56.25em) {
  html {
    font-size: 150%;
    --wrapper-padding: 3rem;
  }

  blockquote,
  li,
  p {
    line-height: 1.42;
  }
}

h2 {
  text-align: center;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  padding-left: 2rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-checkmark,
.list-disc {
  padding-left: 2rem;
}

.list-checkmark {
  list-style-image: url(https://d2z65klgtz99km.cloudfront.net/img/checkmark1.png);
}

.list-disc {
  list-style-type: disc;
}

.cta {
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #2580b5;
  font-size: 1.65rem;
}

.wrapper {
  max-width: 37.5rem;
  padding: var(--wrapper-padding);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.full-bleed {
  margin-left: calc(var(--wrapper-padding) * -1);
  margin-right: calc(var(--wrapper-padding) * -1);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
}

.flow > * + * {
  margin-top: 1rem;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #eee;
}

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

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

.float-left {
  float: left;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.float-right {
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.clear {
  clear: both;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

@media (min-width: 56.25em) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .md\:float-left {
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .md\:float-right {
    float: right;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 75em) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
}

ol {
  list-style: none;
}

/* ****************** */
/* START LOCAL STYLES */
/* ****************** */
:root {
  --gold: rgba(217, 175, 82);
}

body {
  background-image: url("https://d2z65klgtz99km.cloudfront.net/X10/x10_launch_0925/launch_bg_v2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  background-position: top;
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
}

.bg-container {
  position: relative;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-image: url("https://d2z65klgtz99km.cloudfront.net/X10/x10_launch_0925/launch_bg.webp");
  position: absolute;
  mix-blend-mode: multiply;
}

/* eyebrow */
.eyebrow {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 0.25rem;
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 7.7px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.divider {
  height: 1px;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to right, transparent 10%, #fff, transparent 90%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* headline */
.headline-container {
  padding: 1rem 0;
}

.headline-copy {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.headline {
  /* font-family: "owners-wide", sans-serif; */
  font-family: "elza-narrow", sans-serif;
  background: linear-gradient(180deg, #fcefc6 0%, #ffefba 10%, #edb806 38%, #b28b05 71%, #ffd23b 90%, #fcefc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.85));
  text-transform: uppercase;
  font-size: 6rem;
  font-size: clamp(1rem, 15.6vw, 6rem);
  line-height: 0.9;
  text-align: center;
}

.subheadline {
  font-family: "Kalam", cursive;
  color: #ea2919;
  text-shadow: 3px 3px 6px #000000fd;
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  right: -1.5rem;
  bottom: -1.75rem;
  z-index: 1;
  line-height: 1;
  transform: rotate(-7deg);
}

.headline-date {
  background: linear-gradient(180deg, #b90205 0%, #420001 100%);
  color: #fff;
  width: fit-content;
  font-size: 22px;
  font-size: clamp(0.7rem, 4vw, 22px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0.25rem 0.75rem 0.75rem;
  --width: 0.75rem;
  --height: 0.5rem;
  clip-path: polygon(
    100% 0,
    100% calc(100% - var(--height)),
    calc(50% + var(--width)) calc(100% - var(--height)),
    50% 100%,
    calc(50% - var(--width)) calc(100% - var(--height)),
    0 calc(100% - var(--height)),
    0 0
  );
  margin: 0 auto -1.4rem;
  text-align: center;
  line-height: 1.1;
  position: relative;
  z-index: 99;
  text-transform: uppercase;
}

/* intro video section */
.intro-video-wrapper {
  width: 100%;
  background: transparent linear-gradient(180deg, #ffffffe0 0%, #ffffff 70%, #d9af52 100%);
  margin-bottom: 1rem;
  padding: 2rem 0.5rem 2rem;
  --width: 50%;
  --height: 2.5rem;
  clip-path: polygon(
    100% 0,
    100% calc(100% - var(--height)),
    calc(50% + var(--width)) calc(100% - var(--height)),
    50% 100%,
    calc(50% - var(--width)) calc(100% - var(--height)),
    0 calc(100% - var(--height)),
    0 0
  );
}

.intro-video-inner {
  display: grid;
  grid-template-columns: 700px 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  /* max-width: 1224px; */
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 1220px) {
  .intro-video-inner {
    grid-template-columns: 1fr;
  }
}

.wistia_responsive_wrapper {
  /* width: clamp(280px, 100%, 800px); */
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  place-self: center;
  min-width: 0;
}

.intro-video-text {
  font-family: "Montserrat", sans-serif;
  place-self: center;
}

@media (max-width: 1220px) {
  .intro-video-text {
    max-width: 800px;
    width: 100%;
    margin: 1rem auto;
  }
}

.intro-video-text-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #b90205;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 2.2vw, 1.4rem);
  text-transform: uppercase;
  line-height: 1.1;
}

.intro-video-text-p {
  font-size: clamp(0.7rem, 1.75vw, 1rem);
  font-weight: 600;
  line-height: 1.1;
}

.header-arrow {
  width: 100%;
}

@media (max-width: 1220px) {
  .header-arrow {
    display: none;
  }

  .intro-video-text-p {
    font-size: 0.85rem;
    font-size: clamp(0.85rem, 2.2vw, 0.92rem);
  }
}

.intro-list-headline {
  font-family: "Montserrat", sans-serif;
}

.intro-list {
  list-style: decimal;
  position: relative;
}

.intro-list li::marker {
  font-weight: 700;
}

.intro-list a,
.intro-list a:visited {
  color: #00f;
  font-weight: 700;
}

.intro-red-arrow {
  width: 80px;
  position: absolute;
  top: -20px;
  left: -15px;
}

@media (max-width: 1220px) {
  .intro-red-arrow {
    transform: scaleY(1) scaleX(-1) rotate(90deg);
    left: -30px;
  }
}
@media (max-width: 625px) {
  .intro-red-arrow {
    display: none;
  }
}

.uppercase {
  text-transform: uppercase;
}

.text-darkred {
  color: #b90205;
}

/* countdown */
.countdown-headline {
  font-family: "Montserrat", sans-serif;
  color: #b90205;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1;
}

.countdown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  color: #000;
  width: 100%;
  font-weight: 700;
  margin-top: 0;
}
.countdown-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.time-container {
  margin: 0;
  padding: 0 0.35rem;
  width: auto;
}

.label {
  font-family: "acumin-pro-condensed";
  font-size: 17px;
  color: #000;
  text-align: center;
}
/* end countdown */

/* end intro video section */
/* info boxes */
.info-box-container {
  max-width: 37.5rem;
  width: 100%;
  margin: 1rem auto;
}

.info-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 5vw, 1.66rem);
  font-weight: 900;
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 6px #000000fd;
}

@media (max-width: 750px) {
  .info-box-title {
    padding-left: 0.5rem;
  }
}

.info-box {
  max-width: 37.5rem;
  width: 100%;
  background-color: #fff;
  padding: 1rem 2rem;
  border-top: 18px solid #d9af52;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .info-box {
    padding: 0.5rem 1rem;
  }
}

/* end info boxes section */
.text-gold {
  color: var(--gold);
}

/* sms signup section   */
.sms-signup-container {
  max-width: 37.5rem;
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  /* border-top: 6px solid #d9af52;
  border-bottom: 6px solid #d9af52; */
  border-top: 6px solid #184b69;
  border-bottom: 6px solid #184b69;

  background-color: #fff;
}

.sms-signup-inner {
  place-self: center;
}

.sms-signup-header {
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.sms-signup-copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.sms-signup-box {
  color: #000;
  background-color: #fff;
  padding: 1rem;
}

.sms-bottom {
  grid-column: span 2;
}

form {
  position: relative;
}

[type="text"] {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem;
  border: 1.5px #a0a0a0 solid;
  position: relative;
  z-index: 9;
}

[type="text"]::placeholder {
  color: #a8a8a8;
}

[type="checkbox"] {
  margin-right: 0.25rem;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  transform: scale(1.2);
  position: relative;
  z-index: 9;
}

.disclaimer {
  color: #939393;
  font-size: 0.65rem;
  line-height: 1.3;
}

form p {
  font-size: 0.875rem;
}

button {
  padding: 1rem;
  border: none;
  background-color: #2f9816;
  border-radius: 10px;
  opacity: 1;
  color: white;
  font-size: 1.25rem;
  position: relative;
  z-index: 9;
  width: 100%;
}

#submit:hover:not([disabled]) {
  cursor: pointer;
}

[disabled] {
  background-color: gray;
}

.text-gray {
  color: #7b7b7b;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only a,
.disclaimer a {
  color: #939393;
}

.sms-james-img {
  place-self: end;
}

/* remove james image and go to 1 column */
@media (max-width: 750px) {
  .sms-james-img {
    display: none;
  }

  .sms-signup-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

/* end sms section */
/* updates section */
.update-section-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-size: clamp(1.35rem, 5vw, 1.5rem);
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 950px;
}

.update-section-intro p {
  line-height: 1.2;
  text-shadow: 3px 3px 6px #000000fd;
}

.update-border {
  border: 1px solid #000;
  padding: 1rem 0.5rem;
}

.update-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: clamp(1.25rem, 4.6vw, 1.4rem);
  font-weight: 900;
}

.update-container {
  max-width: 37.5rem;
  width: 100%;
  background-color: #fff;
  padding: 1rem 2rem;
  margin: auto;
}

/* .update-title p {
            font-family: "Montserrat", sans-serif;
            font-size: 40px;
            font-size: clamp(1.25rem, 4.6vw, 1.4rem);
            font-weight: 900;
        } */
.update-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000;
}

.update-preview-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #696969;
}

.update-link-container {
  text-align: right;
  margin-top: 1rem;
}

.update-link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #184b69;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  padding: 11px;
  border: 1px solid #646464;
  transition: all 0.2s ease;
}

.update-link:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #276f99;
  border: 1px solid #000;
}

.update-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.fz-24 {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.text-red {
  color: #f00;
}

/* end updates section */
/* add to calendar */
.calendar {
  background-color: var(--gold);
  margin-bottom: 2rem;
  padding-bottom: 0rem;
}

.calendar a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 1rem;
  padding: 5px 15px;
  font-weight: 700;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.calendar_wrapper {
  background: var(--gold);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}

.calendar_wrapper h2 {
  padding: 1rem 0rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: clamp(1.25rem, 5vw, 1.66rem);
  color: #000;
}

.add-to-calendar {
  background: #ffffff;
  box-shadow: inset 0px 0px 13px #000000;
  border: 2px solid #000000;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-size: clamp(1rem, 5vw, 1.1rem);
  font-weight: bold;
  margin: 0 auto -1.5rem;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  text-align: center;
  transition: all 0.2s ease;
}

@media (max-width: 500px) {
  .add-to-calendar {
    padding: 0.25rem 1rem;
  }
}

.add-to-calendar:hover,
.add-to-calendar label:hover {
  cursor: pointer;
  box-shadow: none;
}

.add-to-calendar-checkbox[type="checkbox"] {
  display: none;
}

.calendar_inside {
  max-width: 800px;
  margin: 0 auto;
}

/* end calendar section */
/* misc */
.roboto {
  font-family: "Roboto", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 600px) {
  .hide-600 {
    display: none;
  }
}

@media (max-width: 700px) {
  .hide-700 {
    display: none;
  }
}

@media (max-width: 850px) {
  .hide-850 {
    display: none;
  }
}

.highlight {
  background-color: #ff0;
}

.flow-sm > * + * {
  margin-top: 0.5rem;
}

.chris-img {
  margin-top: 1rem;
}

@media (min-width: 575px) {
  .sm\:float-right {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  .chris-img {
    width: 140px;
  }
}

.report-link-btn {
  background-color: #d9af52;
  padding: 0.5rem 1rem;
  color: #fff;
  text-shadow: 2px 2px 5px #00000081;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.report-link-btn:hover {
  background-color: #f1bc4a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
