@charset "UTF-8";
/*!
Theme Name: Product Drive
Theme URI: http://underscores.me/
Author: Teo@Userpilot
Author URI: https://teodormitkov.digital/
Description: Product Drive - Userpilot 2025
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Product

This theme, like WordPress, is licensed under the GPL.

*/
/* scss/base/_fonts.scss */
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans/GeneralSans-Regular.woff2") format("woff2"), url("assets/fonts/generalsans/GeneralSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans/GeneralSans-Medium.woff2") format("woff2"), url("assets/fonts/generalsans/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans/GeneralSans-Bold.woff2") format("woff2"), url("assets/fonts/generalsans/GeneralSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans/GeneralSans-Italic.woff2") format("woff2"), url("assets/fonts/generalsans/GeneralSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans/GeneralSans-Semibold.woff2") format("woff2"), url("assets/fonts/generalsans/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5 {
  font-family: "General Sans", -apple-system, system-ui, sans-serif;
}

body {
  font-family: "General Sans", -apple-system, system-ui, sans-serif;
}

/* scss/base/_normalize.scss */
/* 1. Use border-box for everything */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 2. Remove default margin/padding */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* 3. Remove list styles on ul, ol */
ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 4. Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 5. Improve text rendering */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* 6. Remove anchor underlines */
a {
  text-decoration: none;
  color: inherit;
}

/* 7. Reset button styles */
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* 8. Images max-width */
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

/* 9. Input and form resets */
input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}

/* 10. Table reset */
table {
  border-collapse: collapse;
  width: 100%;
}

body {
  font-family: "General Sans", sans-serif;
  color: #fff;
  font-size: clamp(1rem, 0.875rem + 0.25vw, 1.125rem);
  line-height: 1.6;
}

/* HERO HEADLINE */
h1.hero {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.375rem); /* 70px max */
  line-height: 5rem; /* 80px */
  font-weight: 700;
}

/* h1 – 44px */
h1 {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem); /* 44px max */
  line-height: 3rem; /* 48px */
  font-weight: 700;
}

/* h2 – 40px */
h2 {
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.5rem); /* 40px max */
  line-height: 2.75rem; /* 44px */
  font-weight: 600;
}

/* h3 – 32px */
h3 {
  font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem); /* 32px max */
  line-height: 2.5rem; /* 40px */
  font-weight: 600;
}

/* Body textLg – 18px */
p, .text-lg-regular {
  font-size: clamp(1rem, 0.875rem + 0.25vw, 1.125rem); /* 18px max */
  line-height: 1.75rem; /* 28px */
  font-weight: 400;
}

/* Body textSm – 16px */
.text-sm-regular {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  font-weight: 400;
}

/* Text-xl-medium – 24px */
.text-xl-medium {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
  font-weight: 500;
}

/* Text-lg-medium – 20px */
.text-lg-medium {
  font-size: 1.25rem; /* 20px */
  line-height: 2rem; /* 32px */
  font-weight: 500;
}

/* Text-md-medium – 18px */
.text-md-medium {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
  font-weight: 500;
}

/* Text-sm-medium – 16px */
.text-sm-medium {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  font-weight: 500;
}

/* ButtonMd – 18px semibold */
.button-md {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
  font-weight: 600;
}

/* ButtonLg – 22px semibold */
.button-lg {
  font-size: 1.375rem; /* 22px */
  line-height: 1.75rem; /* 28px */
  font-weight: 600;
}

/* Text-xl-uppercase – 24px uppercase */
.text-xl-uppercase {
  font-size: 1.5rem; /* 24px */
  line-height: 1.75rem; /* 28px */
  font-weight: 600;
  text-transform: uppercase;
}

/* Text-md-uppercase – 20px uppercase */
.text-md-uppercase {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5rem; /* 24px */
  font-weight: 600;
  text-transform: uppercase;
}

/* Text-sm-uppercase – 16px uppercase */
.text-sm-uppercase {
  font-size: 1rem; /* 16px */
  line-height: 1.25rem; /* 20px */
  font-weight: 600;
  text-transform: uppercase;
}

/* Text-xs-uppercase – 14px uppercase */
.text-xs-uppercase {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  font-weight: 600;
  text-transform: uppercase;
}

body {
  background-color: #080607;
}

.hero {
  padding: 5rem 1rem;
  color: white;
  position: relative;
}
.hero__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .hero__container {
    margin-top: 60px;
  }
}
.hero__content {
  padding-right: 2rem;
}
.hero__content .hero__date {
  font-size: clamp(1rem, 1.2vw, 1.375rem);
  font-weight: 400;
  color: #B7EB28;
  margin-bottom: 1rem;
}
.hero__content .hero__title {
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .hero__content .hero__title {
    font-size: 42px;
  }
}
.hero__content .hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 2rem;
}
.hero__image {
  text-align: center;
}
.hero__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .hero__image img {
    padding: 0px;
  }
}
.hero .animated-bg {
  position: absolute;
  top: -100px;
  left: 360px;
  z-index: -1;
  overflow: hidden;
}
.hero svg {
  -webkit-animation: floatBG 7s ease-in-out infinite;
          animation: floatBG 7s ease-in-out infinite;
}
@-webkit-keyframes floatBG {
  0% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
  50% {
    -webkit-transform: translateY(-120px) rotate(0.5deg);
            transform: translateY(-120px) rotate(0.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
}
@keyframes floatBG {
  0% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
  50% {
    -webkit-transform: translateY(-120px) rotate(0.5deg);
            transform: translateY(-120px) rotate(0.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
}
@media (max-width: 768px) {
  .hero .col-6 {
    width: 100%;
  }
  .hero .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .hero .hero__content {
    padding-right: 0;
    text-align: center;
  }
}

.section-schedule {
  padding: 6rem 0;
}
.section-schedule .schedule-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2rem 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .section-schedule .schedule-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-schedule .talks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.section-schedule .talks-wrapper img {
  height: 100%;
  min-width: 100%;
}
.section-schedule .schedule-sidebar {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.section-schedule .schedule-sidebar .sidebar-box {
  background: #6765e8;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.section-schedule .schedule-sidebar .sidebar-box h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.section-schedule .schedule-sidebar .sidebar-box p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.section-schedule .schedule-sidebar .sidebar-box-1 {
  min-height: 320px;
  background-image: url("/wp-content/uploads/2025/07/background-speakers-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 1024px) {
  .schedule-grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.schedule-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
}

.schedule-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  position: sticky;
  top: 32px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1023px) {
  .schedule-sidebar {
    position: static;
    width: 100%;
    margin-top: 32px;
  }
}

.logo-section {
  background: #080607;
  padding: 60px 20px;
  text-align: center;
}

.logo-heading {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 40px;
}

.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.logo-card {
  background: #0E0A0C;
  border: 1px solid rgba(79, 79, 79, 0.4);
  border-radius: 8px;
  -webkit-box-shadow: 29px 27px 31.4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 29px 27px 31.4px 0px rgba(0, 0, 0, 0.25);
  padding: 26px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 92px;
  width: 180px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.logo-card img {
  max-height: 40px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (max-width: 600px) {
  .logo-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.single-talks .container {
  position: relative;
}
.single-talks .container .animated-bg {
  position: absolute;
  top: -100px;
  left: 360px;
  z-index: -1;
  overflow: hidden;
}

.talk-single {
  margin-top: 120px;
}
.talk-single .talk-single__date {
  color: #B7EB28;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.talk-single h1 {
  font-weight: 400;
}
.talk-single img {
  border-radius: 50%;
  max-width: 56px;
  max-height: 56px;
}
.talk-single .talk-single__speaker {
  margin-top: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.talk-single__description {
  margin-top: 60px;
}
.talk-single__description h2 {
  margin-bottom: 24px;
}

.speaker-single {
  /* make columns align nicely */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 120px;
  /* Portrait with neon underline */
  /* Talks grid (2 columns on desktop, 1 on mobile) */
}
.speaker-single .speaker-left {
  position: sticky; /* keeps portrait visible on tall bios; remove if not desired */
  top: 24px;
}
.speaker-single .speaker-portrait {
  position: relative;
}
.speaker-single .speaker-portrait img {
  display: block;
  width: 100%;
  height: auto;
}
.speaker-single .speaker-name {
  margin: 14px 0 6px;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  color: #fff;
}
.speaker-single .speaker-role {
  color: #c9c9c9;
  font-size: 16px;
}
.speaker-single .speaker-role .sep {
  opacity: 0.4;
  margin: 0 6px;
}
.speaker-single .speaker-company-logo {
  margin-top: 10px;
}
.speaker-single .speaker-company-logo img {
  max-height: 34px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.speaker-single .speaker-bio {
  color: #d3d3d3;
  font-size: 18px;
  line-height: 1.7;
}
.speaker-single .speaker-bio p {
  margin: 0 0 14px;
}
.speaker-single .speaker-talks {
  margin-top: 36px;
}
.speaker-single .speaker-talks h2 {
  color: #B7EB28;
  margin-top: 60px;
  margin-bottom: 24px;
}
.speaker-single .speaker-talks .talks-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 640px) {
  .speaker-single .speaker-talks .talks-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.speaker-single .speaker-talks .talks-grid li {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.speaker-single .speaker-talks .talks-grid .talk-thumb {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #111318;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.speaker-single .speaker-talks .talks-grid .talk-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.speaker-single .speaker-talks .talks-grid .talk-thumb .thumb-fallback {
  padding-top: 56%;
  background: #1a1a1a;
}
.speaker-single .speaker-talks .talks-grid .talk-thumb .accent {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #b4ff15;
}
.speaker-single .speaker-talks .talks-grid .talk-thumb:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: -webkit-transform 0.12s ease;
  transition: -webkit-transform 0.12s ease;
  transition: transform 0.12s ease;
  transition: transform 0.12s ease, -webkit-transform 0.12s ease;
}
.speaker-single .speaker-talks .talks-grid .talk-title {
  color: #eaeaea;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (prefers-reduced-motion: reduce) {
  .speaker-single .talk-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.archive-talks__hero {
  margin-bottom: 30px !important;
}

.talk-row {
  background: #16182a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  margin-bottom: 30px;
}
.talk-row:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.talk-row__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 640px) {
  .talk-row__link {
    -ms-grid-columns: 110px 14px 1fr;
    grid-template-columns: 110px 1fr;
    padding: 18px;
    gap: 14px;
  }
}
.talk-row__link:focus-visible {
  outline: 2px solid #b4ff15;
  outline-offset: 4px;
  border-radius: 12px;
}
.talk-row__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  background: #121422;
}
.talk-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 300px;
}
.talk-row__media-fallback {
  width: 100%;
  aspect-ratio: 1/1;
  background: #1b1d2e;
}
.talk-row__main {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 10px;
  min-width: 0;
}
.talk-row__date {
  color: #b4ff15;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 13px;
  text-transform: uppercase;
}
.talk-row__title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.25;
  margin: 0;
}
.talk-row__desc {
  color: #cfd2dc;
  font-size: 15px;
  line-height: 1.6;
}
.talk-row__rule {
  height: 1px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  margin: 4px 0 0;
}
.talk-row__meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.talk-row__meta .who {
  color: #e8eaf2;
  font-weight: 700;
  margin-right: 6px;
}
.talk-row__meta .company {
  color: #b7bbc8;
  font-weight: 600;
  font-size: 14px;
}
.talk-row__meta .label {
  color: #9aa0a6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 8px;
}
.talk-row__meta .value {
  color: #fff;
  font-size: 14px;
}
.talk-row__meta .talk-row__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .talk-row {
    -webkit-transition: none;
    transition: none;
  }
}
.post-type-archive.animated-bg {
  position: absolute;
  top: -1100px;
  left: 360px;
  z-index: -1;
  overflow: hidden;
}

svg {
  -webkit-animation: floatBG 7s ease-in-out infinite;
          animation: floatBG 7s ease-in-out infinite;
}

@keyframes floatBG {
  0% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
  50% {
    -webkit-transform: translateY(-120px) rotate(0.5deg);
            transform: translateY(-120px) rotate(0.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(110deg);
            transform: translateY(0) rotate(110deg);
  }
}
.talk-row__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.talk-row__who .who { /* existing styles */ }
.talk-row__who .company-logo__img {
  max-height: 100px;
}

.talks-form-box {
  position: sticky;
  top: 70px;
}

.archive-talks__hero {
  margin-top: 120px;
  border-radius: 8px;
  background: linear-gradient(265deg, #6765E8 -9.76%, #4724C5 69.39%);
  padding: 40px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-bottom: 60px;
}
.archive-talks__hero .archive-talks__tag {
  display: block;
  margin-bottom: 12px;
  color: #B7EB28;
  font-size: 22px;
  text-transform: uppercase;
}
.archive-talks__hero h1 {
  font-weight: 500;
}

.schedule-content span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "General Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}
.schedule-content p {
  color: #FFF;
  font-family: "General Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.thank-you-wrapper {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.thank-you-wrapper p {
  margin-top: 24px;
  margin-bottom: 12px;
}
.thank-you-wrapper a {
  margin-top: 24px;
}
.thank-you-wrapper span {
  text-align: center;
  opacity: 0.8;
}
.thank-you-wrapper .yellow-big {
  font-size: 72px;
  font-weight: 700;
  color: #B7EB28;
  opacity: 1;
}

.archive-speaker-preview {
  padding-top: 120px;
}
.archive-speaker-preview h1 {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 24px;
}
.archive-speaker-preview p {
  text-align: center;
}
.archive-speaker-preview .archive-speakers__header {
  padding-bottom: 60px;
}
.archive-speaker-preview .speaker-card__name {
  font-size: 24px;
  text-align: center;
}
.archive-speaker-preview .archive-speaker-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
  text-align: center;
}
.archive-speaker-preview .archive-speaker-card-wrap img.speaker-company-logo {
  padding-top: 14px;
  max-width: 120px;
}

.speaker-card__image img {
  width: 100%;
  height: 100%;
}

.error-404 {
  padding: 120px 24px;
  text-align: center;
}
.error-404 h2 {
  margin-bottom: 24px;
}
.error-404 p {
  margin-bottom: 24px;
}
.error-404 .page-content {
  width: 100%;
  text-align: center;
}
.error-404 .page-content img {
  padding: 15px;
  margin: 0 auto;
}
.error-404 .page-content h1 {
  margin-bottom: 24px;
}
.error-404 .page-content p {
  margin-bottom: 8px;
}
.error-404 span.error {
  font-size: 72px;
  font-weight: 700;
  color: #B7EB28;
}
.error-404 ul {
  padding: 0px;
  margin: 0px;
}
.error-404 ul a {
  color: #B7EB28;
  text-decoration: underline;
}
.error-404 ul a:hover {
  opacity: 0.6;
}
.error-404 .button {
  margin-top: 24px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(8, 6, 7, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header.scrolled {
  background: rgba(8, 6, 7, 0.8);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
}
.site-header .container {
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.site-header {
  color: #fff;
  padding: 1rem 0;
}
.site-header .header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header__branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.site-header .header__branding img {
  height: 40px;
  max-width: 100%;
}
.site-header .header__nav-wrapper {
  text-align: center;
  margin-top: 1rem;
}
.site-header .header__nav-wrapper .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header__nav-wrapper .header__menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.site-header .header__nav-wrapper .header__menu li a:hover {
  color: #c2ff2b;
}
.site-header .header__cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.site-header .header__cta-wrapper .button--mimas {
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-header .header__cta-wrapper .button--mimas {
    padding: 12px 18px;
  }
}
.site-header .header__cta-wrapper .nav-toggle {
  display: none;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}
.site-header .header__cta-wrapper .nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media (min-width: 768px) {
  .site-header .header__nav-wrapper {
    margin-top: 0;
  }
  .site-header .nav-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-header .header__nav-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: none;
  }
  .site-header .header__nav-wrapper.active {
    display: block;
  }
  .site-header .header__nav-wrapper .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  .site-header .header__cta-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header .header__cta-wrapper .nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.site-footer {
  background-color: #080607;
  color: #A8A8AC;
  padding: 2rem 1rem;
  font-size: 14px;
  margin-top: 120px;
}
.site-footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.site-footer .footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.site-footer .footer__left .footer__logo {
  max-height: 24px;
  width: auto;
}
.site-footer .footer__left .footer__copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #A8A8AC;
}
.site-footer .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.site-footer .footer__right .footer__link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.site-footer .footer__right .footer__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .site-footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .footer__right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.schedule-hero {
  text-align: center;
  margin-top: 200px;
  padding-bottom: 60px;
}

#schedule {
  background: #000;
}
#schedule .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
#schedule .schedule-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  #schedule .schedule-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 33px;
  }
}
#schedule .schedule-col {
  display: -ms-grid;
  display: grid;
  gap: 22px;
}
#schedule .schedule-day {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #b4ff15;
  margin: 0 0 6px;
}
#schedule .talk-card {
  background: #0c0c0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
}
#schedule .talk-card:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.14);
}
#schedule .talk-card .talk-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px 16px 1fr;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 480px) {
  #schedule .talk-card .talk-link {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
  }
}
#schedule .talk-card .talk-link:focus-visible {
  outline: 2px solid #b4ff15;
  outline-offset: 3px;
  border-radius: 14px;
}
#schedule .talk-card .talk-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  background: #141419;
}
#schedule .talk-card .talk-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#schedule .talk-card .talk-media .accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: #b4ff15;
}
#schedule .talk-card .talk-body {
  min-width: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 6px;
}
#schedule .talk-card .talk-body .talk-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  margin: 0;
}
#schedule .talk-card .talk-body .talk-speaker {
  color: #bfc0c3;
  font-size: 14px;
  font-weight: 600;
}
#schedule .talk-card .talk-body .talk-company {
  color: #9aa0a6;
  font-size: 13px;
  line-height: 1.2;
}
#schedule .talk-card .talk-body .talk-company img {
  max-height: 18px;
  width: auto;
  vertical-align: middle;
}
#schedule .talk-card .talk-body .talk-time {
  margin-top: 2px;
  color: #9aa0a6;
  font-size: 12px;
  letter-spacing: 0.01em;
}
@media (min-width: 1025px) {
  #schedule .schedule-grid {
    position: relative;
  }
  #schedule .schedule-grid:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.08)), to(transparent));
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  #schedule .talk-card {
    -webkit-transition: none;
    transition: none;
  }
}

/* Grid */
.pd-talks-grid {
  --gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

@media (max-width: 1024px) {
  .pd-talks-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pd-talks-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* Card */
.pd-talk-card {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.pd-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.pd-card-media {
  padding: 16px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.pd-speaker-photo {
  width: 100%;
  max-width: 260px; /* keeps aspect similar to your mock */
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-speaker-fallback {
  width: 260px;
  height: 180px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 20%, #2a2a2a, #1a1a1a);
}

.pd-card-body {
  padding: 12px 16px 18px;
}

.pd-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pd-speaker-meta {
  min-width: 0;
}

.pd-speaker-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.pd-speaker-title {
  font-size: 12px;
  color: #b8b8b8;
}

.pd-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pd-company-logo {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.pd-company-name {
  font-size: 12px;
  color: #9ad27d;
  font-weight: 700;
} /* tweak */
.pd-talk-title {
  margin: 15px 0px;
  font-size: 15px;
  line-height: 1.3;
  color: #eaeaea;
}

.pd-more-speakers {
  font-size: 12px;
  color: #a5a5a5;
}

.pd-talk-meta {
  margin-top: 6px;
  font-size: 12px;
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-drive-speakers-slider {
  text-align: center;
  margin-top: 60px;
}

.pd-speakers-swiper-wrap {
  position: relative;
  overflow: hidden;
}

.pd-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.pd-speaker-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pd-img {
  position: relative;
}

.pd-meta {
  text-align: center;
  padding-top: 14px;
}

.pd-name {
  font-weight: 700;
  font-size: 18px;
}

.pd-role {
  font-size: 13px;
  color: #c7c7c7;
  margin-top: 4px;
}

.pd-logo {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
}

.pd-logo img {
  max-height: 34px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 130px;
}

.upper-headline {
  color: #b4ff15;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.intro-container {
  margin-top: -85px;
  text-align: center;
  padding-bottom: 60px;
}

.intro-container h2 {
  margin-bottom: 24px;
}

.page-template-template-homepage .gform_title {
  font-size: 22px !important;
}

.divider-pd {
  display: block;
  height: 1px;
  background-color: rgba(79, 79, 79, 0.5);
  margin: 15px 0px;
}

/*
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1990px) {
  .container {
    max-width: 1520px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

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

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

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

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

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.faq-section {
  background: #000;
  padding: 120px 0;
}
.faq-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section .faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-section .faq-header .faq-eyebrow {
  color: #b4ff15;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.faq-section .faq-header h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.faq-section .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-section .accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-section .accordion .accordion-item .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.faq-section .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq-section .accordion .accordion-item .accordion-button .accordion-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.faq-section .accordion .accordion-item .accordion-button .accordion-chevron {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M5.22 6.22a.75.75 0 0 1 1.06 0L8 7.94l1.72-1.72a.75.75 0 0 1 1.06 1.06L8.53 9.53a.75.75 0 0 1-1.06 0L5.22 7.28a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  -webkit-filter: drop-shadow(0 0 0 #b4ff15);
          filter: drop-shadow(0 0 0 #b4ff15);
}
.faq-section .accordion .accordion-item .accordion-button[aria-expanded=true] .accordion-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .accordion .accordion-item .accordion-body {
  color: #bcbcbc;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0 20px 0;
}

.accordion-collapse {
  display: none;
}

.accordion-collapse.show {
  display: block;
}

.cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: #000;
}

.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(227deg, #6765E8 -1.7%, #4724C5 98.08%);
  border-radius: 10px;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
  max-width: 1100px;
  width: 100%;
}

.cta-text {
  color: #fff;
}
.cta-text h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.cta-text p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
  line-height: 1.4;
}

.cta-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-button .btn-save-spot {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #C6F51F;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cta-button .btn-save-spot:hover {
  background-color: #b3e41c;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .cta-button {
    width: 100%;
  }
  .cta-button .btn-save-spot {
    width: 100%;
    text-align: center;
  }
}
.about-split {
  background: #000;
  padding: 72px 0;
  color: #e9e9e9;
}
.about-split .split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr 48px 1fr;
  grid-template-columns: 1.05fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 992px) {
  .about-split .split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.about-split .copy h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 18px;
}
.about-split .copy p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.7;
  color: #cfcfcf;
}
.about-split .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 22px;
}
@media (max-width: 480px) {
  .about-split .copy .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-split .copy .btn-primary,
.about-split .copy .btn-outline {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.2s ease;
  will-change: transform;
}
.about-split .copy .btn-primary {
  background: #C6F51F;
  color: #101010;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.about-split .copy .btn-primary:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background: #b8e81e;
}
.about-split .copy .btn-primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-split .copy .btn-outline {
  background: transparent;
  color: #C6F51F;
  border: 2px solid #C6F51F;
}
.about-split .copy .btn-outline:hover {
  background: rgba(198, 245, 31, 0.08);
}
.about-split .copy .btn-outline:active {
  background: rgba(198, 245, 31, 0.12);
}
.about-split .media .video-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #0f0f15;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 6px 18px rgba(0, 0, 0, 0.35);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 6px 18px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16/9;
}
.about-split .media .video-frame .chrome-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: linear-gradient(227deg, #6765E8 -1.7%, #4724C5 98.08%);
  z-index: 2;
}
.about-split .media .video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .about-split .copy .btn-primary,
  .about-split .copy .btn-outline {
    -webkit-transition: none;
    transition: none;
  }
  .about-split .media .video-frame video {
    -webkit-animation: none;
            animation: none;
  }
}

.header__cta .btn--accent {
  background: #B7EB28;
  color: #080607;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.header__cta .btn--accent:hover {
  opacity: 0.9;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 24px;
  background-color: #B7EB28;
  color: #000000;
  font-family: "General Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.44px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn:hover {
  background-color: #ade415;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.btn-outline-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 24px;
  background-color: transparent;
  color: #fff;
  font-family: "General Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.44px;
  border-radius: 8px;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn-outline-white:hover {
  background-color: black;
  border: 2px solid #080607;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 12px 24px;
  margin: 0;
  font-family: "General Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.44px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  color: #FFF;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--mimas {
  letter-spacing: 0.05rem;
  font-weight: 600;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #000;
  background: #69E865;
}

.button--mimas span {
  position: relative;
}

.button--mimas::before {
  content: "";
  background: #B7EB28;
  width: 120%;
  left: -10%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

#gform_wrapper_1 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(237deg, #6765E8 -61.1%, #292871 90.1%);
  -webkit-box-shadow: 29px 27px 31.4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 29px 27px 31.4px 0px rgba(0, 0, 0, 0.25);
  padding: 34px;
}
#gform_wrapper_1 .gfield_label {
  color: #FFF;
  font-family: "General Sans", -apple-system, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
#gform_wrapper_1 .gform_title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
#gform_wrapper_1 input {
  border-radius: 8px;
  border: 1px solid #6765E8;
  background: #FFF;
  min-height: 45px;
}
#gform_wrapper_1 .gform_heading {
  text-align: center;
  padding-bottom: 24px;
}
#gform_wrapper_1 input::-webkit-input-placeholder {
  opacity: 0.5;
}
#gform_wrapper_1 input::-moz-placeholder {
  opacity: 0.5;
}
#gform_wrapper_1 input:-ms-input-placeholder {
  opacity: 0.5;
}
#gform_wrapper_1 input::-ms-input-placeholder {
  opacity: 0.5;
}
#gform_wrapper_1 input::placeholder {
  opacity: 0.5;
}

.gform-theme--foundation .gform_fields {
  row-gap: 18px !important;
}

#gform_submit_button_1 {
  background: #B7EB28 !important;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "General Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.gform-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gfield_description {
  color: #A8A8AC !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #6765E8 !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
  background-color: #dadada !important;
}

.gform-theme--framework .gform_validation_errors {
  background-color: #fff !important;
}

.gform_required_legend {
  display: none;
}

#gform_wrapper_1 input:hover {
  background-color: #fff !important;
}

/* Gravity Forms + Chosen: keep multi-select usable when many items are selected */
.gform_wrapper .ginput_container_multiselect .chosen-container-multi .chosen-choices {
  max-height: 280px; /* adjust to taste */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Also constrain the dropdown list height */
.gform_wrapper .ginput_container_multiselect .chosen-drop,
.gform_wrapper .ginput_container_multiselect .chosen-results {
  max-height: 320px; /* adjust to taste */
  overflow-y: auto;
}