html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

p, fieldset, table {
  margin-bottom: 1em;
}

body {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #505050;
  background: #f9f9f9;
  background-repeat: repeat;
  overflow-y: scroll;
  /* Fonts on Macs look bad without these */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-style: normal;
  color: #262626;
  line-height: 1.2;
}

h1,
.h1-style {
  font-size: 32px;
}


h2,
.h2-style {
    font-size: 28px;
}

h3,
.h3-style {
    font-size: 26px;
}

h4,
.h4-style {
    font-size: 23px;
}

h5,
.h5-style {
    font-size: 20px;
}

h6,
.h6-style {
    font-size: 17px;
}

@media (max-width: 767.98px) {
  h1,
  .h1-style {
    font-size: 26px;
  }
  
  h2,
  .h2-style {
        font-size: 24px;
  }
  h3,
  .h3-style {
        font-size: 22px;
  }
  h4,
  .h4-style {
        font-size: 20px;
  }
  h5,
  .h5-style {
        font-size: 18px;
  }
  h6,
  .h6-style {
        font-size: 15.92px;
  }
}

h1, .h1-style, h2, .h2-style, h3, .h3-style, h4, .h4-style, h5, .h5-style, h6, .h6-style {
  text-transform: uppercase;
}

.hl-style {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hl-style {
    font-size: max(48px * 0.7, 26px);
    line-height: 1.2;
  }
}
@media (min-width: 1100px) {
  .hl-style {
    font-size: 48px;
  }
}

a {
  text-decoration: none;
}

.button,
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: linear-gradient(90deg, rgba(220, 38, 38, 1), rgba(185, 28, 28, 1) 100%);
  border: 1.5px solid linear-gradient(90deg, rgba(220, 38, 38, 1), rgba(185, 28, 28, 1) 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  cursor: pointer;
  padding: 13px 31px 13px;
  text-align: center;
  border-radius: 8px;
  transition: background-color 100ms, color 100ms, border-color 100ms, opacity 100ms, transform 50ms;
  display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  -webkit-tap-highlight-color: transparent;
}
.button .icon,
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon,
input[type=button] .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 1em;
  width: 24px;
}
.button .icon svg,
.btn .icon svg,
button .icon svg,
input[type=submit] .icon svg,
input[type=reset] .icon svg,
input[type=button] .icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.button .icon + span,
.btn .icon + span,
button .icon + span,
input[type=submit] .icon + span,
input[type=reset] .icon + span,
input[type=button] .icon + span {
  vertical-align: top;
}
@media (hover: none) {
  .button:active,
  .btn:active,
  button:active,
  input[type=submit]:active,
  input[type=reset]:active,
  input[type=button]:active {
    background: linear-gradient(90deg, rgba(239, 68, 68, 1), rgba(220, 38, 38, 1) 100%);
    border-color: linear-gradient(90deg, rgba(239, 68, 68, 1), rgba(220, 38, 38, 1) 100%);
  }
}
@media (hover: hover) {
  .button:hover,
  .btn:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    background: linear-gradient(90deg, rgba(239, 68, 68, 1), rgba(220, 38, 38, 1) 100%);
    border-color: linear-gradient(90deg, rgba(239, 68, 68, 1), rgba(220, 38, 38, 1) 100%);
  }
}

.button,
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  position: relative;
  padding: 0.5rem 1rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease;
}

.btn--link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.button::before,
.btn::before,
button::before,
input[type=submit]::before,
input[type=reset]::before,
input[type=button]::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 1s ease;
}

.button:hover::before,
.btn:hover::before,
button:hover::before,
input[type=submit]:hover::before,
input[type=reset]:hover::before,
input[type=button]:hover::before,
.button:focus::before,
.btn:focus::before,
button:focus::before,
input[type=submit]:focus::before,
input[type=reset]:focus::before,
input[type=button]:focus::before {
  transform: translateX(100%);
}
  

@media (min-width: 1024px) {
  .button,
  .btn,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    padding: 0.75rem 1.5rem;
  }
}

.cc-animate-enabled [data-cc-animate].-in {
  transition: opacity .7s, transform .7s;
  opacity: 1;
}
@media (min-width: 768px) {
  .cc-animate-enabled [data-cc-animate] {
      opacity: 0;
  }
}

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

header.main {
  background-color: #fff;
  color: #262626;
  z-index: 4000;
  /* margin: 8px; */
}

header .inner {
  height: 80px;

  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-transform: uppercase;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.main .text h3 {
  height: 70px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.logo {
  padding: 10px 16px;
}

.logo img{
  width: 120px;
}

.rounded {
  border-radius: 5px;
  overflow: hidden;
}

.selector {
  padding: 10px 16px;
  font-family: inherit;
}

.selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat center right;
  background-image: url(arrow-down.svg);
  padding: 5px;
  padding-right: 20px;
  border: 0;
}

@media screen and (max-width: 600px) {
  .logo {
    position: relative;
    left: 0;
  }

  header.main .inner {
    justify-content: flex-start;
  }
  
  header.main .text {
    display: none;
    height: auto;
  }
}

main.content {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

/* background video */
.height--fixed, .height--fixed .background-image, .height--fixed .placeholder-image {
  height: var(--image-height);
}
.video-container--background {
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.video-container {
  position: relative;
}
.image-overlay {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.card-br-oh {
  border-radius: 5px;
  overflow: hidden;
  isolation: isolate;
}
.card {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.video-container__video,
.product-media--frame {
  position: relative;
  padding-bottom: 56.25%;
  /* height: 0; */
  overflow: hidden;
  max-width: 100%;
}
.video-container__video iframe,
.video-container__video object,
.video-container__video embed,
.video-container__video video,
.video-container__video model-viewer,
.video-container__video .shopify-model-viewer-ui,
.video-container__video .media-item,
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
}

.video-container--background {
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.video-container--background .video-container__video {
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 !important;
  transition: opacity 250ms ease-in;
}
.video-container--background .video-container__video video {
  object-fit: cover;
}
.video-container--background:not(.video-container--playing) .video-container__video {
  opacity: 0;
}
.video-container--background div.video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
}

.video-container__video video {
  object-fit: contain;
}

.video-container__stop {
  display: none;
}

@media (max-width: 767.98px) {
  .video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-container--modal-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    margin: 0 !important;
    width: calc(100% - 40px) !important;
    height: 100% !important;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__video iframe {
    display: none;
  }
  .video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 10002;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
  }
  .video-container--modal-mobile .overlay-text {
    position: relative;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .video-container--modal-mobile.video-container--playing::before,
  .video-container--modal-mobile.video-container--playing .video-container__video,
  .video-container--modal-mobile.video-container--playing .video-container__stop {
    opacity: 1;
    pointer-events: auto;
  }
  .video-container--modal-mobile.video-container--playing .video-container__video iframe {
    display: block;
  }
}
.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
}
.video-container__cover .background-image,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.video-container--playing .video-container__cover {
  opacity: 0 !important;
  pointer-events: none;
}
.video-container--playing .video-container__cover + .overlay-text {
  opacity: 0 !important;
  pointer-events: none;
}
.video-container--playing:not(.video-container--background).image-overlay--bg-full::after {
  opacity: 0;
}

.video-container__play {
  display: inline-block;
  transition: transform 150ms;
  color: #ffffff;
}
.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: currentColor;
  transition: stroke 150ms;
}
.video-container__play svg polygon {
  fill: currentColor;
  transition: fill 150ms;
}
@media (hover: none) {
  .video-container__play:active {
    transform: scale(1.1);
  }
  .video-container__play:active svg {
    fill: transparent;
  }
}
@media (hover: hover) {
  .video-container__play:hover {
    transform: scale(1.1);
  }
  .video-container__play:hover svg {
    fill: transparent;
  }
}

.video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-container__fallback .background-image {
  position: static;
}

/* Grid cards */
.discipline-section {
  position: relative;
  padding: 5rem 1rem;
  padding-top: var(--discipline-section--padding-top);
  padding-bottom: var(--discipline-section--padding-bottom);
  background: linear-gradient(to bottom, #000000 0%, #000000 30%, #404040 45%, #d1d5db 55%, #ffffff 70%, #ffffff 100%);
  color: white;
  overflow: hidden;
}

.discipline-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at center, transparent 20%, rgba(0, 0, 0, 0.1) 21%, rgba(0, 0, 0, 0.1) 22%, transparent 23%);
  background-size: 20px 20px;
}

.discipline-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.discipline-header {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .discipline-header {
    margin-bottom: 4rem;
  }
}

.discipline-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.discipline-container li {
  padding: 0;
  margin: 0;
}

.discipline-title {
  font-size: clamp(1.875rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.discipline-title-underline {
  height: 4px;
  width: 4rem;
  background: linear-gradient(to right, #dc2626, #b91c1c);
  margin: 0 auto;
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  .discipline-title-underline {
    width: 6rem;
  }
}

.discipline-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .discipline-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}

.discipline-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
}

@media (min-width: 1024px) {
  .discipline-card {
    border-radius: 1rem;
  }
}

.discipline-card:hover,
.discipline-card:focus {
  transform: translateY(-0.5rem);
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.2);
}

.discipline-card-inner {
  position: relative;
  height: 350px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .discipline-card-inner {
    height: 500px;
  }
}

.discipline-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.discipline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: grayscale(100%);
  transition: all 0.7s ease-out;
}

.discipline-card:hover .discipline-image img,
.discipline-card:focus .discipline-image img {
  transform: scale(1);
  filter: grayscale(0%);
}

.discipline-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4), transparent);
  z-index: 10;
  transition: all 0.5s ease;
}

.discipline-card:hover .discipline-overlay,
.discipline-card:focus .discipline-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.discipline-texture {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.05), transparent);
  z-index: 10;
}

.discipline-content {
  position: relative;
  z-index: 20;
  padding: 1.5rem;
  width: 100%;
  transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
  .discipline-content {
    padding: 2rem;
  }
}

.discipline-card:hover .discipline-content,
.discipline-card:focus .discipline-content {
  transform: translateY(-1rem);
}

.discipline-title-group {
  margin-bottom: 0.5rem;
}

.discipline-card-title {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.discipline-title-line {
  height: 2px;
  width: 2rem;
  background: linear-gradient(to right, #dc2626, #b91c1c);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

@media (min-width: 1024px) {
  .discipline-title-line {
    width: 3rem;
  }
}

.discipline-card:hover .discipline-title-line,
.discipline-card:focus .discipline-title-line {
  width: 3rem;
}

@media (min-width: 1024px) {

  .discipline-card:hover .discipline-title-line,
  .discipline-card:focus .discipline-title-line {
    width: 5rem;
  }
}

.discipline-description {
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  font-weight: 500;
  color: rgb(229, 231, 235);
  letter-spacing: 0.025em;
  opacity: 0.9;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  margin-bottom: 0.5rem;
}

.discipline-card:hover .discipline-description,
.discipline-card:focus .discipline-description {
  opacity: 1;
}

.discipline-corner-accent {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (min-width: 1024px) {
  .discipline-corner-accent {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

.discipline-card:hover .discipline-corner-accent,
.discipline-card:focus .discipline-corner-accent {
  opacity: 1;
}

.discipline-floating-element {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(248, 113, 113, 0.2);
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 1s;
  display: none;
}

@media (min-width: 1024px) {
  .discipline-floating-element {
    display: block;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.science-of-thrill-section {
  background: #ffffff;
  padding-top: calc(3rem + 0rem);
  padding-bottom: calc(3rem + 0rem);
}

.science-of-thrill-container {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .science-of-thrill-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .science-of-thrill-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.science-of-thrill-content {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.science-of-thrill-content.text-left {
  text-align: center;
}

@media (min-width: 1024px) {
  .science-of-thrill-content.text-left {
    text-align: left;
  }
}

.science-of-thrill-badge {
  display: inline-flex;
  align-items: center;
  color: #000000;
  margin-bottom: 1.5rem;
}

.science-of-thrill-badge-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.science-of-thrill-title {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}

@media (max-width: 768px) {
  .science-of-thrill-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .science-of-thrill-title {
    font-size: 24px;
  }
}

.science-of-thrill-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 2rem 0;
}

.science-of-thrill-statement {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 768px) {
  .science-of-thrill-statement {
    font-size: 16px;
  }
}