@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  line-height: 1.1;
  text-wrap: balance;
  overflow-wrap: break-word;
}

/* Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* Anchor elements get default styles */
a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
  cursor: pointer;
}

button {
  border: 0;
  background: transparent;
  font-size: inherit;
  color: currentColor;
  text-align: left;
  cursor: pointer;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 75px;
}

/* Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

html,
body,
input {
  font-size: 16px;
  font-family: "Outfit", serif, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #525252;
}

a,
button {
  font-family: "Outfit", serif, Arial, Helvetica, sans-serif;
}

.text-italic {
  font-style: italic;
}

.font-heading {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif !important;
}

.font-text {
  font-family: "Outfit", serif, Arial, Helvetica, sans-serif !important;
}

.text, .text-xl, .text-lg, .text-md, .text-sm, .text-xs {
  font-family: "Outfit", serif, Arial, Helvetica, sans-serif;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-md {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text--300, .text-300 {
  font-weight: 300 !important;
}
.text.--semibold, .--semibold.text-xs, .--semibold.text-sm, .--semibold.text-md, .--semibold.text-lg, .--semibold.text-xl, .text--400, .text-400 {
  font-weight: 400 !important;
}
.text--500, .text-500 {
  font-weight: 500;
}
.text--600, .text-600 {
  font-weight: 600 !important;
}
.text.--bold, .--bold.text-xs, .--bold.text-sm, .--bold.text-md, .--bold.text-lg, .--bold.text-xl, .text--700, .text-700 {
  font-weight: 700 !important;
}
.text-800 {
  font-weight: 800 !important;
}
.text--white {
  color: #fff !important;
}

.heading-1 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 54px;
  line-height: 59px;
  font-weight: 400;
  letter-spacing: -1.08px;
}

.heading-2 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 49.5px;
  font-weight: 400;
  letter-spacing: -1.08px;
}

.heading-3 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 38.5px;
  font-weight: 400;
  letter-spacing: -1.08px;
}

.heading-4 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
}

.heading-5 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

.heading-6 {
  font-family: "Charter", sans-serif, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 1099px) {
  .heading-1 {
    font-size: 45px;
    line-height: 49.5px;
  }
  .heading-2 {
    font-size: 36px;
    line-height: 39.5px;
  }
  .heading-3 {
    font-size: 27px;
    line-height: 29.7px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 22px;
  }
  .heading-5 {
    font-size: 18px;
    line-height: 19.8px;
  }
  .heading-6 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 619px) {
  .heading-1 {
    font-size: 35px;
    line-height: 38.5px;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 33px;
  }
  .heading-3 {
    font-size: 25px;
    line-height: 27.5px;
  }
}
.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 619px) {
  body.nav-open {
    overflow: hidden;
  }
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mt-40 {
  margin-top: 10rem !important;
}
.mt-48 {
  margin-top: 12rem !important;
}
.mt-56 {
  margin-top: 14rem !important;
}
.mt-64 {
  margin-top: 16rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.mb-40 {
  margin-bottom: 10rem !important;
}
.mb-48 {
  margin-bottom: 12rem !important;
}
.mb-56 {
  margin-bottom: 14rem !important;
}
.mb-64 {
  margin-bottom: 16rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-24 {
  margin-left: 6rem !important;
}
.ml-32 {
  margin-left: 8rem !important;
}
.ml-40 {
  margin-left: 10rem !important;
}
.ml-48 {
  margin-left: 12rem !important;
}
.ml-56 {
  margin-left: 14rem !important;
}
.ml-64 {
  margin-left: 16rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mr-12 {
  margin-right: 3rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mr-24 {
  margin-right: 6rem !important;
}
.mr-32 {
  margin-right: 8rem !important;
}
.mr-40 {
  margin-right: 10rem !important;
}
.mr-48 {
  margin-right: 12rem !important;
}
.mr-56 {
  margin-right: 14rem !important;
}
.mr-64 {
  margin-right: 16rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}
.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.m-40 {
  margin: 10rem !important;
}
.m-48 {
  margin: 12rem !important;
}
.m-56 {
  margin: 14rem !important;
}
.m-64 {
  margin: 16rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-24 {
  padding-top: 6rem !important;
}
.pt-32 {
  padding-top: 8rem !important;
}
.pt-40 {
  padding-top: 10rem !important;
}
.pt-48 {
  padding-top: 12rem !important;
}
.pt-56 {
  padding-top: 14rem !important;
}
.pt-64 {
  padding-top: 16rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-24 {
  padding-bottom: 6rem !important;
}
.pb-32 {
  padding-bottom: 8rem !important;
}
.pb-40 {
  padding-bottom: 10rem !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pb-56 {
  padding-bottom: 14rem !important;
}
.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-12 {
  padding-left: 3rem !important;
}
.pl-16 {
  padding-left: 4rem !important;
}
.pl-20 {
  padding-left: 5rem !important;
}
.pl-24 {
  padding-left: 6rem !important;
}
.pl-32 {
  padding-left: 8rem !important;
}
.pl-40 {
  padding-left: 10rem !important;
}
.pl-48 {
  padding-left: 12rem !important;
}
.pl-56 {
  padding-left: 14rem !important;
}
.pl-64 {
  padding-left: 16rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pr-20 {
  padding-right: 5rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.pr-32 {
  padding-right: 8rem !important;
}
.pr-40 {
  padding-right: 10rem !important;
}
.pr-48 {
  padding-right: 12rem !important;
}
.pr-56 {
  padding-right: 14rem !important;
}
.pr-64 {
  padding-right: 16rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-24 {
  padding: 6rem !important;
}
.p-32 {
  padding: 8rem !important;
}
.p-40 {
  padding: 10rem !important;
}
.p-48 {
  padding: 12rem !important;
}
.p-56 {
  padding: 14rem !important;
}
.p-64 {
  padding: 16rem !important;
}

@media (min-width: 619px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mt-sm-24 {
    margin-top: 6rem !important;
  }
  .mt-sm-32 {
    margin-top: 8rem !important;
  }
  .mt-sm-40 {
    margin-top: 10rem !important;
  }
  .mt-sm-48 {
    margin-top: 12rem !important;
  }
  .mt-sm-56 {
    margin-top: 14rem !important;
  }
  .mt-sm-64 {
    margin-top: 16rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-56 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-64 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 2rem !important;
  }
  .ml-sm-10 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-12 {
    margin-left: 3rem !important;
  }
  .ml-sm-16 {
    margin-left: 4rem !important;
  }
  .ml-sm-20 {
    margin-left: 5rem !important;
  }
  .ml-sm-24 {
    margin-left: 6rem !important;
  }
  .ml-sm-32 {
    margin-left: 8rem !important;
  }
  .ml-sm-40 {
    margin-left: 10rem !important;
  }
  .ml-sm-48 {
    margin-left: 12rem !important;
  }
  .ml-sm-56 {
    margin-left: 14rem !important;
  }
  .ml-sm-64 {
    margin-left: 16rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 2rem !important;
  }
  .mr-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mr-sm-12 {
    margin-right: 3rem !important;
  }
  .mr-sm-16 {
    margin-right: 4rem !important;
  }
  .mr-sm-20 {
    margin-right: 5rem !important;
  }
  .mr-sm-24 {
    margin-right: 6rem !important;
  }
  .mr-sm-32 {
    margin-right: 8rem !important;
  }
  .mr-sm-40 {
    margin-right: 10rem !important;
  }
  .mr-sm-48 {
    margin-right: 12rem !important;
  }
  .mr-sm-56 {
    margin-right: 14rem !important;
  }
  .mr-sm-64 {
    margin-right: 16rem !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-sm-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-sm-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-sm-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
}
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray-950 {
  color: #0f0f0f !important;
}

.text-gray-900 {
  color: #141414 !important;
}

.text-gray-800 {
  color: #292929 !important;
}

.text-gray-700 {
  color: #3f4040 !important;
}

.text-gray-600 {
  color: #525252 !important;
}

.text-gray-500 {
  color: #737373 !important;
}

.text-gray-400 {
  color: #a3a3a3 !important;
}

.text-gray-300 {
  color: #d6d6d6 !important;
}

.text-gray-200 {
  color: #e5e5e5 !important;
}

.text-gray-100 {
  color: #f5f5f5 !important;
}

.text-gray-50 {
  color: #f7f7f7 !important;
}

.text-gray-25 {
  color: #fcfcfc !important;
}

.text-brand-950 {
  color: #00303d !important;
}

.text-brand-900 {
  color: #005971 !important;
}

.text-brand-800 {
  color: #006b88 !important;
}

.text-brand-700 {
  color: #008eb5 !important;
}

.text-brand-600 {
  color: #00a0cb !important;
}

.text-brand-500 {
  color: #00b2e3 !important;
}

.text-brand-400 {
  color: #33c1e8 !important;
}

.text-brand-300 {
  color: #67e3f9 !important;
}

.text-brand-200 {
  color: #a5f0fc !important;
}

.text-brand-100 {
  color: #cff9fe !important;
}

.text-brand-50 {
  color: #ecfdff !important;
}

.text-brand-25 {
  color: #f5feff !important;
}

.text-error-950 {
  color: #55160c !important;
}

.text-error-900 {
  color: #7a271a !important;
}

.text-error-800 {
  color: #912018 !important;
}

.text-error-700 {
  color: #b42318 !important;
}

.text-error-600 {
  color: #d92d20 !important;
}

.text-error-500 {
  color: #f04438 !important;
}

.text-error-400 {
  color: #f97066 !important;
}

.text-error-300 {
  color: #fda29b !important;
}

.text-error-200 {
  color: #fecdca !important;
}

.text-error-100 {
  color: #fee4e2 !important;
}

.text-error-50 {
  color: #fef3f2 !important;
}

.text-error-25 {
  color: #fffbfa !important;
}

.text-warning-950 {
  color: #4e1d09 !important;
}

.text-warning-900 {
  color: #7a2e0e !important;
}

.text-warning-800 {
  color: #93370d !important;
}

.text-warning-700 {
  color: #b54708 !important;
}

.text-warning-600 {
  color: #dc6803 !important;
}

.text-warning-500 {
  color: #f79009 !important;
}

.text-warning-400 {
  color: #fdb022 !important;
}

.text-warning-300 {
  color: #fec84b !important;
}

.text-warning-200 {
  color: #fedf89 !important;
}

.text-warning-100 {
  color: #fef0c7 !important;
}

.text-warning-50 {
  color: #fffaeb !important;
}

.text-warning-25 {
  color: #fffcf5 !important;
}

.text-success-950 {
  color: #053321 !important;
}

.text-success-900 {
  color: #074d31 !important;
}

.text-success-800 {
  color: #085d3a !important;
}

.text-success-700 {
  color: #067647 !important;
}

.text-success-600 {
  color: #079455 !important;
}

.text-success-500 {
  color: #17b26a !important;
}

.text-success-400 {
  color: #47cd89 !important;
}

.text-success-300 {
  color: #75e0a7 !important;
}

.text-success-200 {
  color: #abefc6 !important;
}

.text-success-100 {
  color: #dcfae6 !important;
}

.text-success-50 {
  color: #ecfdf3 !important;
}

.text-success-25 {
  color: #f6fef9 !important;
}

.text-gold-950 {
  color: #684a19 !important;
}

.text-gold-900 {
  color: #936924 !important;
}

.text-gold-800 {
  color: #b4802c !important;
}

.text-gold-700 {
  color: #d09433 !important;
}

.text-gold-600 {
  color: #e9a539 !important;
}

.text-gold-500 {
  color: #ffb53e !important;
}

.text-gold-400 {
  color: #ffc376 !important;
}

.text-gold-300 {
  color: #ffd19c !important;
}

.text-gold-200 {
  color: #ffddba !important;
}

.text-gold-100 {
  color: #ffe9d3 !important;
}

.text-gold-50 {
  color: #fff4ea !important;
}

.text-gold-25 {
  color: #fff9f3 !important;
}

.text-true-blue-950 {
  color: #002a50 !important;
}

.text-true-blue-900 {
  color: #003b71 !important;
}

.text-true-blue-800 {
  color: #00488b !important;
}

.text-true-blue-700 {
  color: #0053a0 !important;
}

.text-true-blue-600 {
  color: #005db3 !important;
}

.text-true-blue-500 {
  color: #0066c4 !important;
}

.text-true-blue-400 {
  color: #688ccf !important;
}

.text-true-blue-300 {
  color: #93a9d9 !important;
}

.text-true-blue-200 {
  color: #b4c2e3 !important;
}

.text-true-blue-100 {
  color: #d0d8ed !important;
}

.text-true-blue-50 {
  color: #e9edf6 !important;
}

.text-true-blue-25 {
  color: #f2f4fa !important;
}

.text-green-950 {
  color: #00331c !important;
}

.text-green-900 {
  color: #004928 !important;
}

.text-green-800 {
  color: #005931 !important;
}

.text-green-700 {
  color: #006738 !important;
}

.text-green-600 {
  color: #00733f !important;
}

.text-green-500 {
  color: #007e45 !important;
}

.text-green-400 {
  color: #689b7a !important;
}

.text-green-300 {
  color: #93b49e !important;
}

.text-green-200 {
  color: #b4c9bb !important;
}

.text-green-100 {
  color: #d0dcd4 !important;
}

.text-green-50 {
  color: #e9eeeb !important;
}

.text-green-25 {
  color: #f2f5f3 !important;
}

.text-teal-950 {
  color: #00453f !important;
}

.text-teal-900 {
  color: #00625a !important;
}

.text-teal-800 {
  color: #00786e !important;
}

.text-teal-700 {
  color: #008a7e !important;
}

.text-teal-600 {
  color: #009a8e !important;
}

.text-teal-500 {
  color: #00a99b !important;
}

.text-teal-400 {
  color: #68bab0 !important;
}

.text-teal-300 {
  color: #93cac2 !important;
}

.text-teal-200 {
  color: #b4d8d3 !important;
}

.text-teal-100 {
  color: #d0e6e3 !important;
}

.text-teal-50 {
  color: #e9f3f1 !important;
}

.text-teal-25 {
  color: #f2f8f7 !important;
}

.text-medium-teal-950 {
  color: #003d41 !important;
}

.text-medium-teal-900 {
  color: #00565c !important;
}

.text-medium-teal-800 {
  color: #006971 !important;
}

.text-medium-teal-700 {
  color: #007a83 !important;
}

.text-medium-teal-600 {
  color: #008892 !important;
}

.text-medium-teal-500 {
  color: #0095a0 !important;
}

.text-medium-teal-400 {
  color: #68abb3 !important;
}

.text-medium-teal-300 {
  color: #93bfc5 !important;
}

.text-medium-teal-200 {
  color: #b4d1d5 !important;
}

.text-medium-teal-100 {
  color: #d0e1e4 !important;
}

.text-medium-teal-50 {
  color: #e9f1f2 !important;
}

.text-medium-teal-25 {
  color: #f2f6f7 !important;
}

.text-dark-teal-950 {
  color: #003036 !important;
}

.text-dark-teal-900 {
  color: #00444c !important;
}

.text-dark-teal-800 {
  color: #00535d !important;
}

.text-dark-teal-700 {
  color: #00606c !important;
}

.text-dark-teal-600 {
  color: #006c79 !important;
}

.text-dark-teal-500 {
  color: #007684 !important;
}

.text-dark-teal-400 {
  color: #68969f !important;
}

.text-dark-teal-300 {
  color: #93b0b7 !important;
}

.text-dark-teal-200 {
  color: #b4c7cb !important;
}

.text-dark-teal-100 {
  color: #d0dbde !important;
}

.text-dark-teal-50 {
  color: #e9eeef !important;
}

.text-dark-teal-25 {
  color: #f2f5f5 !important;
}

.text-fuchsia-950 {
  color: #47104c !important;
}

.text-fuchsia-900 {
  color: #6f1877 !important;
}

.text-fuchsia-800 {
  color: #821890 !important;
}

.text-fuchsia-700 {
  color: #9f1ab1 !important;
}

.text-fuchsia-600 {
  color: #ba24d5 !important;
}

.text-fuchsia-500 {
  color: #d444f1 !important;
}

.text-fuchsia-400 {
  color: #e478fa !important;
}

.text-fuchsia-300 {
  color: #eeaafd !important;
}

.text-fuchsia-200 {
  color: #f6d0fe !important;
}

.text-fuchsia-100 {
  color: #fbe8ff !important;
}

.text-fuchsia-50 {
  color: #fdf4ff !important;
}

.text-fuchsia-25 {
  color: #fefaff !important;
}

.text-violet-950 {
  color: #2e125e !important;
}

.text-violet-900 {
  color: #491c96 !important;
}

.text-violet-800 {
  color: #5720b7 !important;
}

.text-violet-700 {
  color: #6927da !important;
}

.text-violet-600 {
  color: #7839ee !important;
}

.text-violet-500 {
  color: #875bf7 !important;
}

.text-violet-400 {
  color: #a48afb !important;
}

.text-violet-300 {
  color: #c3b5fd !important;
}

.text-violet-200 {
  color: #ddd6fe !important;
}

.text-violet-100 {
  color: #ece9fe !important;
}

.text-violet-50 {
  color: #f5f3ff !important;
}

.text-violet-25 {
  color: #fbfaff !important;
}

.btn-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 18px;
}

.btn-md {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 24px;
}

.btn-lg {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 32px;
}

.btn-xl {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 20px 38px;
}

.btn-2xl {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 24px 40px;
}

@media (max-width: 1099px) {
  .btn-2xl:not(.btn--no-resize, .btn-link),
  .btn-xl:not(.btn--no-resize, .btn-link) {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 619px) {
  .btn-2xl:not(.btn--no-resize, .btn-link),
  .btn-xl:not(.btn--no-resize, .btn-link),
  .btn-lg:not(.btn--no-resize, .btn-link),
  .btn-md:not(.btn--no-resize, .btn-link) {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
.btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease-out;
  white-space: nowrap;
}
.btn__content.--word-wrap {
  white-space: pre-wrap;
}

.btn.--word-wrap,
.btn-link.--word-wrap {
  white-space: pre-wrap;
}

.btn__icon {
  margin-right: 8px;
  position: relative;
  z-index: 2;
  transition: margin-right 0.2s ease-out;
}

.btn__indicator {
  margin-left: 16px;
  margin-right: 8px;
  z-index: 2;
  transition: transform 0.2s ease-out;
  padding-inline-start: 0;
}

@media (max-width: 375px) {
  .btn__indicator {
    margin-left: 9px;
  }
}
.btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border-radius: 9999px;
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
  white-space: nowrap;
  text-decoration: none;
}
.btn:disabled {
  background: #f5f5f5;
  color: #525252;
  cursor: default !important;
}
.btn.full-width {
  width: 100%;
}
.btn:focus-visible {
  outline: 3px solid #141414 !important;
  outline-offset: 1px;
}
.btn:not(:disabled):hover .btn__indicator, .btn:not(:disabled):focus-visible .btn__indicator {
  transform: translateX(8px);
}

.btn-primary {
  background: #3f4040;
  color: #fff;
  border: 0;
}
.btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):focus-visible {
  background-color: #141414;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.3), 0px 4px 6px -2px rgba(20, 20, 20, 0.1);
}

.btn-secondary {
  background-color: #fff;
  color: #005971;
  border: 1px solid #d6d6d6;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn-secondary:not(:disabled):hover, .btn-secondary:not(:disabled):focus-visible {
  color: #006b88;
  background-color: #f5feff;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
}

.btn-tertiary {
  background-color: #0066c4;
  color: #fff;
  border: 0;
}
.btn-tertiary:not(:disabled):hover, .btn-tertiary:not(:disabled):focus-visible {
  background-color: #00488b;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.3), 0px 4px 6px -2px rgba(20, 20, 20, 0.1);
}

.btn-error {
  background-color: #d92d20;
  border: 0;
  color: #fff;
}
.btn-error:not(:disabled):hover, .btn-error:not(:disabled):focus-visible {
  background-color: #b42318;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.3), 0px 4px 6px -2px rgba(20, 20, 20, 0.1);
}

.btn-error-secondary {
  background-color: #fff;
  color: #b42318;
  border: solid 1px #fda29b;
}
.btn-error-secondary:not(:disabled):hover, .btn-error-secondary:not(:disabled):focus-visible {
  background-color: #fef3f2;
  border-color: #fef3f2;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
}

.btn-primary-blue {
  background: linear-gradient(90deg, #33c1e8 0%, #00a0cb 100%);
  color: #fff;
  border: 0;
}
.btn-primary-blue:not(:disabled):hover, .btn-primary-blue:not(:disabled):focus-visible {
  background-color: #f5feff;
}

.btn-white {
  background-color: #fff;
  color: #3f4040;
  border: 1px solid #d6d6d6;
}
.btn-white:not(:disabled):hover, .btn-white:not(:disabled):focus-visible {
  background-color: #f7f7f7;
}

.btn-white-blue {
  background-color: #fff;
  color: #3f4040;
  border: 1px solid #d6d6d6;
}
.btn-white-blue:not(:disabled):hover, .btn-white-blue:not(:disabled):focus-visible {
  background-color: #cff9fe;
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 20, 0.05);
  border: none;
}

.btn-secondary-gray {
  background-color: #fff;
  color: #3f4040;
  border: solid 1px #e5e5e5;
}
.btn-secondary-gray::before {
  background-color: #cff9fe;
}
.btn-secondary-gray:not(:disabled):hover, .btn-secondary-gray:not(:disabled):focus-visible {
  border: solid 1px #cff9fe;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.btn-secondary-gray:active, .btn-secondary-gray:focus {
  outline: solid 4px #f5f5f5;
}
.btn-secondary-gray:disabled {
  color: #d6d6d6;
}

.btn-error-outline {
  background-color: #fff;
  color: #b42318;
  border: solid 1px #fef3f2;
}

@media (max-width: 1099px) {
  .btn--tablet-full {
    width: 100%;
  }
}
@media (max-width: 619px) {
  .btn--mobile-full {
    width: 100%;
  }
}
/* 
  Button text links. These do not use the .btn class. Just a size, and .btn-link
  eg: 
  <button class="btn-link btn-md">
    <span class="btn-link__content">
      Button CTA
      <i class="btn__indicator fa fa-chevron-right"></i>
    </span>
  </button>
*/
.btn-link {
  background: none;
  color: #3f4040;
  font-weight: 600;
  position: relative;
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.btn-link-white {
  color: #fff;
}
.btn-link__content {
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform: translateY(0);
}
.btn-link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: width 0.2s ease-out;
}
.btn-link.closer-line::after {
  bottom: 2px;
}
.btn-link:not(:disabled):hover::after, .btn-link:not(:disabled):focus-visible::after {
  width: 100%;
}
.btn-link:not(:disabled):hover .btn__indicator, .btn-link:not(:disabled):focus-visible .btn__indicator {
  transform: translateX(8px);
}
.btn-link:disabled, .btn-link:disabled:hover {
  color: #d6d6d6;
}
.btn-link:disabled::after, .btn-link:disabled:hover::after {
  content: none;
}
.btn-link.--primary, .btn-link--primary, .btn-link-primary {
  color: #006b88;
}
.btn-link.--primary:not(:disabled):hover, .btn-link.--primary:not(:disabled):focus-visible, .btn-link--primary:not(:disabled):hover, .btn-link--primary:not(:disabled):focus-visible, .btn-link-primary:not(:disabled):hover, .btn-link-primary:not(:disabled):focus-visible {
  color: #00303d;
}
.btn-link-white {
  color: #fff;
}
.btn-link-white::after {
  background-color: #fff;
}
.btn-link-white:not(:disabled):hover, .btn-link-white:not(:disabled):focus-visible {
  color: #fff;
}
.btn-link:active, .btn-link:focus {
  outline: none;
}
.btn-link.btn-sm, .btn-link.btn-md, .btn-link.btn-lg, .btn-link.btn-xl, .btn-link.btn-xxl {
  padding-top: 3px;
}

.text-link {
  color: #008eb5;
}

.block-1 {
  height: 5px;
  background: linear-gradient(to right, #00b2e3 0%, #00b2e3 75%, #ffb53e 75%, #ffb53e 100%);
}

.block-2 {
  height: 10px;
  width: 255px;
  background: linear-gradient(to right, #0066c4 0%, #0066c4 75px, #067647 75px, #067647 90px, #ffb53e 90px, #ffb53e 255px);
}

.gradient-bg {
  background-image: url("/media/xx26-blue-gold-gradients.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: max(800px, 55vw) auto;
}

.gradient-bg--top {
  background-position: top;
}

@font-face {
  font-family: "Charter";
  src: url("/fonts/charter_regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Charter";
  src: url("/fonts/charter_italic.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}
.header {
  position: relative;
}

.nav {
  position: fixed;
  z-index: 10;
  top: 24px;
  left: 24px;
  right: 24px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Outfit", serif, Arial, Helvetica, sans-serif;
}
.nav__logo:not(.nav__logo--mobile) {
  width: 100%;
  max-width: 197px;
}
.nav__logo--color {
  display: none;
}
.nav__logo--mobile {
  display: none;
}
.nav__list {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
}
.nav__list > li {
  display: contents;
}
.nav__link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.nav__link:hover {
  text-decoration: underline;
}
.nav__btn {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 9999px;
  border: solid 1px #fff;
  white-space: nowrap;
}
.nav__btn:hover {
  background-color: #fff;
  color: #3f4040;
}
.nav__mobile-toggle {
  display: none;
}

.nav--scrolled .nav__logo--color:not(.nav__logo--mobile) {
  display: block;
}
.nav--scrolled .nav__logo--white:not(.nav__logo--mobile) {
  display: none;
}
.nav--scrolled .nav__list {
  background-color: #fff;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
}
.nav--scrolled .nav__link {
  color: #006b88;
}
.nav--scrolled .nav__btn {
  background-color: #3f4040;
}
.nav--scrolled .nav__btn:hover {
  background-color: #141414;
  color: #fff;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
}

@media (max-width: 1099px) {
  .nav {
    left: 0;
    right: 0;
  }
}
@media (max-width: 619px) {
  .nav__logo--mobile {
    width: 100%;
    max-width: 55px;
  }
  .nav__logo--mobile.nav__logo--white {
    display: block;
  }
  .nav__logo--mobile.nav__logo--color {
    display: none;
  }
  .nav--scrolled .nav__logo--mobile.nav__logo--color {
    display: block;
  }
  .nav--scrolled .nav__logo--mobile.nav__logo--white {
    display: none;
  }
  .nav--scrolled .nav__mobile-toggle {
    background: #fff;
    box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
    color: #3f4040;
  }
  .nav__logo:not(.nav__logo--mobile) {
    display: none !important;
  }
  .nav {
    right: 24px;
  }
  .nav__mobile-toggle {
    display: block;
    font-size: 26px;
    padding: 2px 18px;
    border-radius: 9999px;
  }
  .nav__list {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 80px 8px 40px 8px;
    background-image: url("/media/xx26-logo-light3.svg");
    background-position: bottom right;
    background-size: min(375px, 100%) auto;
    background-repeat: no-repeat;
    visibility: hidden;
    transform: translateX(100vw);
  }
  .nav__link {
    color: #006b88;
    font-size: 28px;
  }
  .nav__btn {
    border: 0;
    background-color: #3f4040;
    width: 100%;
    text-align: center;
    padding: 12px 32px;
    font-size: 16px;
    margin-top: auto;
  }
  .nav #mobileMenuBTN[aria-expanded=false] > .fa-bars {
    display: block;
  }
  .nav #mobileMenuBTN[aria-expanded=false] > .fa-times {
    display: none;
  }
  #mobileMenuBTN[aria-expanded=true] {
    position: fixed;
    top: 32px;
    right: 32px;
    color: #3f4040;
    z-index: 2;
    box-shadow: none;
  }
  #mobileMenuBTN[aria-expanded=true] > .fa-bars {
    display: none;
  }
  #mobileMenuBTN[aria-expanded=true] > .fa-times {
    display: block;
  }
  #mobileMenuBTN[aria-expanded=true] + .nav__list {
    visibility: visible;
    transform: translateX(0);
    transition: transform ease-in 150ms;
  }
}
.footer {
  padding: 0 32px;
  position: relative;
  overflow: hidden;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: end;
}
.footer__content-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__bottom-text {
  width: 100%;
  max-width: 4000px;
  margin-top: 40px;
  margin-inline: auto;
}

@media (max-width: 619px) {
  .footer {
    padding: 0 16px;
  }
  .footer__content {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .footer__content-left, .footer__content-right {
    width: 100%;
  }
}
.page-container {
  margin-inline: auto;
  width: 100%;
  padding-inline: 32px;
}

.section-block-margin {
  margin-block: 128px;
}

@media (max-width: 1099px) {
  .page-container {
    padding-inline: 32px;
  }
  .section-block-margin {
    margin-block: 80px;
  }
}
@media (max-width: 619px) {
  .page-container {
    padding-inline: 16px;
  }
  .section-block-margin {
    margin-block: 64px;
  }
}
.hero {
  border-radius: 12px;
  height: calc(100vh - 16px);
  margin: 8px;
  padding: 16px;
  background: grey;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero__video,
.hero #heroVideoFallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1;
}
.hero__video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
.hero__content {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
  top: -80px;
  z-index: 3;
}
.hero__content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.hero__content-btm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.hero__heading {
  width: 100%;
  margin-inline: auto;
}
.hero__logo {
  width: 100%;
  max-width: 283px;
  margin: auto;
}
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 3;
  color: #0f0f0f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero__scroll-chevron {
  animation: bounce 800ms ease-in infinite alternate;
}

.hero-block {
  margin: auto;
  width: 100%;
  max-width: 567px;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 6px, 0);
  }
}
@media (min-width: 1100px) {
  .hero {
    padding: 24px;
  }
  .hero__heading {
    width: 90%;
  }
  .hero-block {
    width: 40vw;
    min-width: 567px;
  }
  .hero__logo {
    width: 20vw;
    min-width: 283px;
    max-width: 100%;
  }
  .hero__cta {
    font-size: 1.25vw;
    line-height: 1;
    padding: 1.25vw 2vw;
  }
  .hero__date {
    font-size: 3vw;
    line-height: 1;
  }
}
.sponsors {
  text-align: center;
  margin-top: 128px;
}
.sponsors > * {
  line-height: 1.5;
}

.about-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  width: 100%;
  max-width: 924px;
}

.about-img-carousel-wrapper {
  position: relative;
  overflow-x: hidden;
}

.about-img-carousel {
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translate3d(50%, 0, 0);
}
.about-img-carousel.--reduced-motion {
  transform: translate3d(0, 0, 0);
}

.about-img {
  border-radius: 10px;
  outline: 1px solid #a3a3a3;
  outline-offset: 8px;
  margin-inline: 9px;
}
.about-img--8 {
  margin-top: 235px;
  max-width: 399px;
}
.about-img--9 {
  margin-top: 55px;
  max-width: 571px;
  margin-left: -33px;
}
.about-img--1 {
  margin-top: 126px;
  max-width: 380px;
  margin-left: -206px;
}
.about-img--2 {
  margin-left: -36px;
  margin-top: 55px;
  max-width: 430px;
}
.about-img--3 {
  margin-left: -107px;
  margin-top: 235px;
  max-width: 470px;
}
.about-img--4 {
  margin-left: -75px;
  position: relative;
  z-index: 2;
  max-width: 303px;
  margin-top: 35px;
}
.about-img--5 {
  position: relative;
  z-index: 1;
  margin-left: -101px;
  margin-top: 199px;
  max-width: 404px;
}
.about-img--6 {
  max-width: 465px;
  margin-top: 8px;
  margin-left: -86px;
}
.about-img--7 {
  max-width: 403px;
  margin-top: 216px;
  margin-left: -128px;
}

.about-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-inline: 16px;
  text-align: center;
}
.about-info__cards-container {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.about-info__card {
  border-radius: 24px;
  border: 1px solid #737373;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 425px;
  overflow: hidden;
  position: relative;
}
.about-info__card-img {
  position: absolute;
  z-index: -1;
  top: -127px;
  max-width: 381px;
}
.about-info__card-copy {
  margin-top: 150px;
  font-size: 23px;
  text-align: center;
}

.section__intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1100px) {
  .section__intro {
    width: 44vw;
    min-width: 900px;
    max-width: 100% !important;
  }
  .section__intro.about-intro {
    width: 60vw;
  }
  .section__intro .heading-1 {
    font-size: max(54px, 3vw);
    line-height: 1.1;
    text-wrap: pretty;
  }
}
.testimonials {
  background: linear-gradient(246deg, #f5feff 0%, #a5f0fc 100%);
  border-radius: 12px;
  margin: 8px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.testimonials__content-container {
  padding: 48px 32px 0px 32px;
}
.testimonials__intro {
  max-width: 696px;
  padding: 48px 32px 0px 32px;
}
.testimonials::before {
  content: "";
  width: 725px;
  height: 465px;
  position: absolute;
  left: -70px;
  bottom: -8px;
  background-image: url("/media/xx26-logo-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.testimonials-slider-wrapper {
  width: 100%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonials-slider-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.testimonials-slider {
  list-style: none;
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding-bottom: 16px;
}
.testimonials-slider > li {
  display: contents;
}
.testimonials-slider__card {
  scroll-snap-align: start;
  border-radius: 24px;
  background: #fff;
  width: 300px;
  max-width: 300px;
  border: none;
}
.testimonials-slider__ghost-card {
  scroll-snap-align: start;
  width: 205px;
}
.testimonials-slider__card-img-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.testimonials-slider__card-img-wrapper::before {
  content: "\f144";
  font: var(--fa-font-sharp-solid);
  color: #fff;
  opacity: 0.5;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials-slider__card-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.testimonials-slider__card:hover .testimonials-slider__card-img-wrapper::before,
.testimonials-slider__card:hover .testimonials-slider__card-img-wrapper::after {
  opacity: 1;
}
.testimonials-slider__card-img {
  height: 500px;
}
.testimonials-slider__card-text {
  padding: 16px;
}
.testimonials-slider__controls {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  padding-inline: 32px;
}
.testimonials-slider__controls-btn {
  background: #fff;
  border-radius: 30px;
  border: solid 1px #f5f5f5;
  padding: 9px 17px;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
  font-size: 18px;
}

#player {
  aspect-ratio: 16/9;
}

.video-lightbox {
  position: fixed;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  border: 0;
  overflow: visible;
}
.video-lightbox[open] {
  display: flex;
}
.video-lightbox > form {
  display: contents;
}
.video-lightbox::backdrop {
  background: rgba(31, 36, 47, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.video-lightbox__modal {
  border-radius: 24px;
  border: 0;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  padding: 32px;
  max-height: calc(100vh - 175px);
}
.video-lightbox__btn {
  font-size: 24px;
  border-radius: 30px;
  padding: 9px 17px;
  background: #fff;
  border: solid 1px #f5f5f5;
  box-shadow: 0px 12px 16px -4px rgba(20, 20, 20, 0.08), 0px 4px 6px -2px rgba(20, 20, 20, 0.03);
}
.video-lightbox__btn--close {
  margin-left: auto;
  margin-right: -58px;
}
.video-lightbox__controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

#venue {
  margin-bottom: 0;
}

.venue__intro-container {
  position: sticky;
  top: 80px;
  z-index: -1;
  overflow-y: visible;
}

.venue__gradient-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}

.venue__intro {
  max-width: 640px;
}

.venue-logo {
  width: 100%;
  max-width: 326px;
  margin: auto;
  margin-block: 88px 24px;
}

.venue__content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  margin-inline: 8px;
  position: relative;
  height: 100vh;
  z-index: 2;
}
.venue__content-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.venue__content-card {
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  max-width: 750px;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
}
.venue__content-card::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: transparent;
  border-radius: 16px;
  border: 1px solid #fcfcfc;
  pointer-events: none;
}
.venue__content-card-inner {
  display: flex;
  gap: 32px;
  align-items: center;
}
.venue__content-card-inner-left {
  display: flex;
  gap: 24px;
  align-items: center;
}
.venue__content-card-chevron {
  height: 114px;
}
.venue__content-card-inner-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.venue__content-price {
  font-size: 37.5px;
  line-height: 60px;
  letter-spacing: -1.62px;
  font-weight: 400;
}
.venue__content-price-bold {
  font-weight: 600;
  font-size: 52px;
}

#tickets {
  padding-top: 128px;
  background-color: #fff;
}

.tickets-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  align-items: center;
  margin-inline: auto;
}

.tickets-countdown__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 12px;
}
.tickets-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.tickets-countdown__item.--days {
  margin-right: 10px;
}
.tickets-countdown__clock {
  border-radius: 12221px;
  border: 2px solid #6927da;
  color: #141414;
  background: #fff;
  font-size: 33px;
  line-height: 1.3;
  height: 88px;
  aspect-ratio: 1;
  text-align: center;
  display: grid;
  place-content: center;
}
.tickets-countdown__dots {
  width: 10px;
  position: relative;
  top: -12px;
}
.ticket-options {
  display: flex;
  gap: 32px;
  width: 100%;
  padding-inline: 38px;
  padding-block: 16px;
}

.ticket-options-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
}

.ticket {
  position: relative;
  background-image: url("/media/xx-ticket-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  width: 353px;
  color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: end;
}
.ticket__badge {
  padding: 4px 12px;
  position: absolute;
  right: 24px;
  top: -14px;
  border-radius: 7px;
  box-shadow: 0px 4px 8px -2px rgba(20, 20, 20, 0.1), 0px 2px 4px -2px rgba(20, 20, 20, 0.06);
  background: #f5f3ff;
  color: #6927da;
  white-space: nowrap;
  font-weight: 800;
  font-size: 14px;
}
.ticket__top {
  padding: 32px;
  text-align: center;
}
.ticket__expiration-badge {
  background-color: #fffaeb;
  color: #b54708;
  padding: 2px 8px;
  border-radius: 7px;
  font-weight: 800;
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
}
.ticket__price {
  font-size: 50px;
  letter-spacing: -1.212px;
  line-height: 1.12;
  font-weight: 600;
  color: #6927da;
  margin-top: 16px;
}
.ticket__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket__list > li::before {
  content: "•";
}
.ticket__bottom {
  padding: 32px 20px;
  text-align: center;
  position: relative;
}

.tickets-livestream-container {
  padding-inline: 40px;
  width: 100%;
}

.tickets-livestream {
  border-radius: 8px;
  background: #f5f5f5;
  border: solid 1px #d6d6d6;
  padding-inline: 32px;
  width: 100%;
  display: flex;
}
.tickets-livestream__left {
  padding-block: 24px;
  padding-right: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.tickets-livestream__right {
  padding-left: 32px;
  padding-block: 32px;
  border-left: dashed 1px #737373;
}

@media (max-width: 1440px) {
  .video-lightbox__btn--close {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 1099px) {
  .about-info__card {
    max-width: 100%;
    padding: 52px 32px;
  }
  .about-info__card-img {
    left: -86px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-info__card-copy {
    margin-top: 0;
    margin-left: 150px;
    text-align: left;
    font-size: 18px;
  }
  .about-info__cards-container {
    flex-direction: column;
  }
  .testimonials-slider__ghost-card {
    width: 32px;
  }
  .ticket-options {
    gap: 8px;
  }
  .video-lightbox__modal {
    padding: 24px;
  }
  #tickets {
    padding-top: 80px;
  }
}
@media (max-width: 619px) {
  .about-info {
    padding-inline: 8px;
  }
  .about-info__card {
    padding: 32px;
  }
  .about-info__card-img {
    left: unset;
    top: -109px;
    transform: unset;
  }
  .about-info__card-copy {
    margin-left: 0;
    margin-top: 150px;
    text-align: center;
  }
  .testimonials-slider__card {
    width: 219px;
  }
  .testimonials-slider__card-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 323px;
  }
  .video-lightbox__modal {
    padding: 16px;
  }
  .venue__intro-container {
    top: 60px;
  }
  .venue__content-card {
    transform: unset;
    left: 0;
    right: 0;
    width: calc(100% - 32px);
    margin-inline: auto;
    bottom: 16px;
  }
  .venue__content-card-inner {
    flex-direction: column;
    gap: 8px;
  }
  .venue__content-card-inner-left {
    flex-direction: column;
    position: relative;
    gap: 0;
    padding-bottom: 35px;
  }
  .venue__content-card-chevron {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
  #tickets {
    padding-top: 64px;
  }
  .ticket-options {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-inline: 8px;
  }
  .ticket {
    width: 100%;
    max-width: 350px;
  }
  .tickets-livestream-container {
    padding-inline: 8px;
  }
  .tickets-livestream {
    flex-direction: column;
    padding-inline: 16px;
  }
  .tickets-livestream__left {
    padding-block: 16px;
    padding-right: 0;
  }
  .tickets-livestream__right {
    padding-left: 0;
    padding-block: 24px 16px;
    border-left: 0;
    border-top: dashed 1px #737373;
  }
  .tickets-countdown__container {
    gap: 8px;
  }
  .tickets-countdown__clock {
    height: 55px;
    font-size: 21px;
  }
  .tickets-countdown__item.--days {
    margin-right: 6px;
  }
  .tickets-countdown__dots {
    width: 6px;
  }
}/*# sourceMappingURL=styles.css.map */