:root {
  --_base---black: #000;
  --_base---brand-yellow: #ffbf00;
  --_base---white: white;
  --_base---grey-dark: #303031;
  --_base---grey-1: #e8e8e8;
  --_base---grey-2: #f7f7f7;
  --blue: #000d2a;
  --_base---yellow-2: #fed6a5;
  --_base---yellow-3: #ff4c4f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--_base---black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

h1 {
  color: var(--_base---brand-yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overpass;
  font-size: 6rem;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_base---white);
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_base---white);
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_base---white);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-4-copy {
  background-color: var(--_base---black);
}

.contain {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.spacer-4 {
  width: 100%;
  height: 4rem;
}

.div-block-854 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base__card {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 3px solid var(--_base---grey-dark);
  background-color: var(--_base---grey-1);
  color: var(--_base---black);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.base__card.bg {
  background-image: linear-gradient(#e8e8e8eb, #e8e8e8eb), url('../images/hghghg.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 2rem;
}

.base__card.padded {
  padding: 2rem;
}

.section {
  color: var(--_base---white);
  display: block;
  position: relative;
  overflow: hidden;
}

.jjj-copy {
  color: var(--_base---black);
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
}

.h1-hero-small {
  color: var(--_base---white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

.h1-hero {
  color: var(--_base---brand-yellow);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 6rem;
  font-weight: 800;
}

.div-block-898 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-95 {
  color: var(--_base---white);
  font-weight: 400;
}

.text-span-96, .text-span-97 {
  color: var(--_base---white);
}

.div-block-872-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rte-default h3 {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.rte-default strong {
  color: var(--_base---black);
  font-weight: 600;
}

.rte-default p {
  color: var(--_base---grey-dark);
}

.rte-default li {
  padding-bottom: 5px;
}

.rte-default ul {
  padding-left: 20px;
}

.jjj-copy {
  color: var(--_base---brand-yellow);
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.cta-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--_base---grey-dark);
  background-color: var(--_base---black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.cta-2.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_base---black);
  flex-flow: column;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.cta-hero {
  border: 2px solid var(--_base---grey-dark);
  background-color: var(--_base---black);
  color: var(--_base---brand-yellow);
  text-transform: none;
  width: auto;
  padding: 2rem 4rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 130%;
}

.page {
  background-color: var(--_base---black);
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/hghghg.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  width: 100%;
  min-height: 100vh;
}

.page.black {
  background-image: none;
}

.spacer-6 {
  width: 100%;
  height: 6rem;
}

.text-block-184 {
  font-family: Red Hat Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.spacer-3 {
  width: 100%;
  height: 3rem;
}

.text-span-98, .text-span-99 {
  color: var(--_base---brand-yellow);
}

.text-span-100 {
  display: inline-block;
}

.div-block-899 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.form-field {
  color: var(--_base---grey-dark);
  height: 45px;
  margin-bottom: 0;
  padding: .5rem .5rem .5rem .8rem;
  font-size: 1rem;
  font-weight: 400;
}

.form-field::placeholder {
  color: var(--_base---grey-dark);
  font-size: 1rem;
}

.checkbox-field {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 2px solid var(--_base---brand-yellow);
  border-radius: 2px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-label {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 300;
}

.submit-button {
  background-color: var(--_base---brand-yellow);
  color: var(--_base---black);
  flex: 0 auto;
  min-width: 100px;
  padding: 1rem 2rem;
  font-weight: 500;
}

.div-block-899-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta-2-copy {
  border: 2px solid var(--_base---grey-dark);
  background-color: var(--_base---black);
  text-align: center;
  width: 100%;
  padding: 3rem 3rem 2rem;
}

.link-2 {
  color: var(--_base---brand-yellow);
  font-weight: 400;
  text-decoration: none;
}

.success-message {
  background-color: var(--_base---black);
  color: var(--_base---brand-yellow);
  font-size: 1.2rem;
}

.tab-link-privacy-policy {
  border: 2px solid var(--_base---white);
  color: #fff;
  background-color: #000;
  font-weight: 500;
}

.tab-link-privacy-policy.w--current {
  border: 2px solid var(--_base---brand-yellow);
  color: #fff;
  background-color: #000;
}

.contain-2 {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.bear__rtb {
  color: #fff;
  text-align: left;
  font-size: .9rem;
  font-weight: 300;
}

.bear__rtb h1 {
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 3rem;
}

.bear__rtb h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.bear__rtb p {
  margin-bottom: 10px;
}

.bear__rtb a {
  color: var(--_base---brand-yellow);
  text-decoration: none;
}

.bear__rtb h3 {
  color: var(--_base---brand-yellow);
  font-weight: 400;
}

.bear__rtb strong {
  font-weight: 400;
}

.privacy__link {
  border: 2px solid var(--_base---white);
  color: #fff;
  background-color: #000;
  font-weight: 400;
}

.privacy__link.w--current {
  border-color: var(--_base---brand-yellow);
  background-color: #000;
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.privacy {
  padding-top: 40px;
  padding-bottom: 60px;
}

.tabs {
  margin-top: 40px;
}

.accessibility {
  padding-top: 40px;
  padding-bottom: 60px;
}

.list-item {
  color: #fff;
}

.text-block-121 {
  white-space: nowrap;
  flex: 0 auto;
  font-size: 1.4rem;
  font-weight: 300;
}

.link__white {
  color: var(--_base---brand-yellow);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
}

.link__white:hover {
  color: #fff;
}

.text-block-120 {
  color: var(--_base---brand-yellow);
  flex: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.bio-bottom {
  color: var(--_base---grey-2);
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: .9rem;
  font-weight: 400;
}

.div-block-368 {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.bio-image {
  z-index: 1;
  border: 3px solid var(--_base---white);
  object-fit: cover;
  background-color: #fff;
  border-radius: 500px;
  flex: 0 auto;
  width: 140px;
  height: 140px;
  position: relative;
}

.div-block-371 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-900 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rte-default-copy h3 {
  color: var(--_base---grey-dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 400;
}

.rte-default-copy strong {
  color: var(--_base---black);
  font-weight: 600;
}

.rte-default-copy p {
  color: var(--_base---grey-dark);
}

.rte-default-copy li {
  padding-bottom: 5px;
}

.rte-default-copy ul {
  padding-left: 20px;
}

.rte-default-copy h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.legal-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_base---grey-2);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 300;
  display: block;
}

.div-block-901 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 1.05rem;
  grid-row-gap: 1.05rem;
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .success-message {
    color: var(--_base---brand-yellow);
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .h1-hero-small {
    font-size: 3rem;
  }

  .h1-hero {
    font-size: 5rem;
  }

  .div-block-898, .div-block-872-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .jjj-copy {
    font-size: 2.5rem;
  }

  .cta-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-hero {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }

  .text-block-184 {
    font-size: 2rem;
  }

  .div-block-899 {
    grid-template-columns: 1fr 1fr;
  }

  .checkbox {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }

  .div-block-899-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
  }

  .cta-2-copy {
    padding: 2rem;
  }

  .bio-bottom {
    flex: 0 auto;
  }

  .div-block-368 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-900 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-901 {
    min-height: 90vh;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    font-size: 1.1rem;
  }

  .text-block {
    text-align: center;
    flex-flow: wrap;
    align-items: center;
  }

  .contain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer-4 {
    height: 3rem;
  }

  .jjj-copy {
    font-size: 18px;
  }

  .h1-hero-small {
    font-size: 3rem;
    line-height: 120%;
  }

  .h1-hero {
    font-size: 4rem;
  }

  .div-block-898 {
    grid-template-columns: 1fr;
  }

  .text-span-95 {
    display: block;
  }

  .div-block-872-copy {
    flex-flow: column;
    grid-template-columns: 1.5fr;
  }

  .jjj-copy {
    font-size: 2rem;
    font-weight: 500;
  }

  .cta-2 {
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .cta-hero {
    width: 100%;
    padding: 1.5rem;
  }

  .text-span-100 {
    display: inline;
  }

  .text-span-101 {
    font-size: 6rem;
  }

  .div-block-899 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-899-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
  }

  .link-2 {
    display: block;
  }

  .div-block-368 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bio-image {
    flex: 0 auto;
  }

  .text-span-102 {
    display: inline-block;
  }

  .legal-text {
    text-align: center;
    flex-flow: wrap;
    align-items: center;
  }

  .div-block-901 {
    min-height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .div-block-5 {
    padding-top: 40px;
  }

  .div-block-7 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 10px;
  }

  .contain {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .base__card {
    padding: 1.5rem;
  }

  .base__card.bg, .base__card.padded {
    padding: 1.6rem;
  }

  .h1-hero-small {
    font-size: 2.6rem;
  }

  .h1-hero {
    font-size: 3.2rem;
  }

  .div-block-872-copy {
    grid-template-columns: auto;
  }

  .jjj-copy {
    font-size: 2.2rem;
    font-weight: 500;
  }

  .cta-2.flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    padding: 1.5rem 1rem;
  }

  .cta-hero {
    font-size: 1.8rem;
  }

  .spacer-6 {
    height: 3rem;
  }

  .text-block-184 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .text-span-101 {
    font-size: 5rem;
  }

  .checkbox-field {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
  }

  .cta-2-copy {
    padding: 1.6rem;
  }

  .contain-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bio-bottom {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
  }

  .div-block-368 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .bio-image {
    width: 200px;
  }

  .div-block-371 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .legal-text {
    font-size: .9rem;
  }

  .div-block-901 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#w-node-_0c2f4f28-6321-f8b6-ca6f-1ab13f56ef8b-e8360a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af053ab3-8627-050e-8162-2a949d04c2d7-e8360a06 {
  place-self: auto stretch;
}

#w-node-_7a57141a-9651-9352-39dd-a3d40f90730e-e8360a06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-af053ab3-8627-050e-8162-2a949d04c2d7-e8360a06 {
    justify-self: auto;
  }
}


