@font-face {
  font-family: Bigcaslon;
  src: url('../fonts/BigCaslon.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-Big_Caslon_CC_Black_Italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Big_Caslon;
  src: url('../fonts/fonnts.com-Big_Caslon_CC_Black.otf') format("opentype"), url('../fonts/fonnts.com-Big_Caslon_CC_Bold.otf') format("opentype"), url('../fonts/fonnts.com-Big_Caslon_CC_Bold_Italic.otf') format("opentype"), url('../fonts/fonnts.com-Big_Caslon_CC.otf') format("opentype"), url('../fonts/fonnts.com-Big_Caslon_CC_Italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gst-gold: #e9c14d;
  --gst-dark: #171717;
  --gst-accent-gray: #414042;
  --gst-cloud-white: #e0e0e0;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
}

.page-container.standings {
  position: relative;
}

.code-embed {
  display: none;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.div-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #fff;
  flex-flow: column;
  width: 79%;
  margin-top: 100px;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.dealer-code-input {
  border: 2px solid var(--gst-gold);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0000;
  width: 400px;
  height: 50px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.dealer-code-btn {
  border: 2px solid var(--gst-gold);
  color: var(--gst-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 80px;
  padding: 15px 43px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dealer-name {
  color: var(--gst-gold);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big_Caslon, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.trips-earned {
  color: var(--gst-gold);
  text-align: center;
  text-transform: uppercase;
  font-family: Big_Caslon, Times New Roman, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80%;
}

.total-pulls {
  color: var(--gst-gold);
  text-align: center;
  text-transform: uppercase;
  font-family: Big_Caslon, Times New Roman, sans-serif;
  font-size: 80px;
  line-height: 80%;
}

.standings-error {
  background-color: #e8baba63;
  height: 100px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.body {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  padding: 57px;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button-3 {
  background-color: #c32c26;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.reservation-form {
  width: 100%;
  margin-top: 60px;
}

.max-width-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  max-width: 1300px;
  display: flex;
}

.max-width-wrapper.standings {
  width: 90%;
}

.max-width-wrapper.flex-horizontal {
  flex-flow: column;
}

.max-width-wrapper.flex-horizontal.hero {
  justify-content: flex-start;
  align-items: center;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13.top-line {
  border-top: 1px solid #00000052;
  padding-top: 20px;
}

.div-block-13.tppad {
  margin-top: 20px;
}

.reservation-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical-wrapper._80gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.flex-vertical-wrapper._80gap.hidden {
  display: none;
}

.text-field {
  border-radius: 6px;
  height: 38px;
  margin-bottom: 0;
}

.header-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  color: #000c;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.paragraph._24px {
  font-size: 24px;
}

.paragraph._24px.centered {
  text-align: left;
}

.paragraph._24px.centered.sm {
  font-size: 18px;
}

.radio-button-label {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.field-label-2 {
  color: #6c757d;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-7 {
  color: #6c757d;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.text-block-7.lighter {
  font-size: 32px;
  font-weight: 600;
}

.text-block-7.lighter.serif {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.i-need-section {
  border-top: 4px solid #c32c26;
  border-bottom: 4px solid #c32c26;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.i-need-section.pet-info {
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.phone-input {
  border-radius: 6px;
  width: 100%;
}

.js-tabs {
  display: none;
}

.js-tab-menu {
  background-color: #fff;
  border: 1px solid #00000036;
  border-radius: 8px;
  height: 44px;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  height: 44px;
}

.services-tab {
  position: relative;
}

.services-menu {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #00000057;
  border-style: none solid;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: 44px 0% auto;
  overflow: hidden;
}

.dp-option {
  color: #272727;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #00000024;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  min-height: 44px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  box-shadow: 0 3px 5px #0000006b;
}

.dp-option:hover {
  transform: translate(4px);
}

.dp-option.w--current {
  background-color: #eee;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image {
  opacity: .43;
  height: 14px;
  margin-left: 0;
  margin-right: 20px;
}

.tab-badge {
  color: #6c757d;
  border: 1px solid #cecece;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 30px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.form-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.vsm-text {
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.vsm-text.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.vsm-text.nopd {
  margin-top: 0;
  margin-bottom: 0;
}

.vsm-text.nobtmpad {
  margin-bottom: 0;
}

.div-block-16 {
  background-color: #4aa1b6;
  border-radius: 6px;
  padding: 12px 30px;
}

.info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.info-content {
  border-radius: 6px;
}

.gray-tag {
  background-color: #f0f0f0;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.gray-tag.red {
  background-color: #cf2023;
  margin-left: 0;
  padding-left: 10px;
}

.vsm-text-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  display: block;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: none;
}

.div-block-18 {
  border-top: 2px #4aa1b6;
  border-left: 2px solid #ececec;
  border-right: 1px solid #ececec;
  flex: 1;
}

.datepicker-code {
  display: none;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  padding-left: 38px;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
}

.ms-code {
  background-color: #fff;
  padding: 10px;
  font-family: Inconsolata, monospace;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.div-block-19 {
  display: none;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  border: 1px solid #cecece;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.text-field-2 {
  height: 48px;
}

.timepicker {
  border-radius: 12px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 52px;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.margin-b40 {
  width: 500px;
  height: 50px;
  margin-bottom: 0;
}

.form-field-label {
  color: #fff;
  background-color: #73cc34;
  border-radius: 25px;
  padding: 3px 12px 2px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
}

.code-embed-3 {
  border-radius: 12px;
  width: 100%;
  height: 48px;
}

.select-field {
  color: #333;
  border-radius: 8px;
  height: 48px;
}

.checkbox-field {
  margin-bottom: 0;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.radio-button {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:active {
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border: 1px #000;
}

.radio-button-label-2 {
  margin-bottom: 0;
  position: relative;
}

.choose-badge {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.textarea {
  color: #303030;
  border-radius: 6px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.radio-button-field-2 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 44px;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.radio-button-2 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-2.w--redirected-checked {
  color: #fff;
  background-color: #a1bdf5;
  border: 1px #000;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label-3 {
  z-index: 2;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.pet-information {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-21 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.add-another-pet {
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px 20px;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.remove-pet {
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px 20px;
}

.add-another-pet-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.code-embed-4 {
  display: none;
}

.gst-navbar {
  z-index: 99;
  background-color: var(--gst-dark);
  width: 100%;
  position: static;
  inset: 0% 0% auto;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-cont {
  border-bottom: 2px solid var(--gst-accent-gray);
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-links {
  color: var(--gst-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
}

.nav-links:hover {
  border-bottom: 1px solid var(--gst-gold);
}

.nav-links.w--current {
  border-bottom: 1px solid var(--gst-gold);
  color: var(--gst-gold);
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 90px;
  display: flex;
}

.hero-section.welcome-page {
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-top: 50px;
  padding-bottom: 0;
}

.background-image {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.background-image.standings {
  background-color: #0d0304;
  position: absolute;
  overflow: hidden;
}

.body-2 {
  background-color: #000;
}

.cashbash-logo-gold {
  max-height: 25vh;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.intro-section {
  background-image: linear-gradient(#0000, #00000082 55%, #0000);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.flex-horizontal-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-wrapper._60gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  align-self: auto;
  align-items: flex-start;
}

.flex-horizontal-wrapper.home.hidden {
  display: none;
}

.content-wrapper {
  flex: 1;
  height: 100%;
}

.content-wrapper.half {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.content-wrapper.half.home {
  background-color: #000;
  background-image: url('../images/unsplash_hWX2pboBPBk-1.png');
  background-position: 0 0;
  background-size: auto;
}

.text-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding-left: 40px;
  display: flex;
}

.text-content-wrapper.program-rules {
  width: 100%;
  padding-left: 0;
}

.text-content-wrapper.home {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.text-content-wrapper.foot-note {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.gst-heading-2 {
  color: var(--gst-gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Bigcaslon, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.gst-heading-2.centered {
  color: var(--gst-cloud-white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.gst-heading-2.faq-sectoin {
  margin-bottom: 40px;
}

.gst-heading-2.sub {
  font-size: 28px;
}

.gst-heading-2.h1 {
  text-align: center;
  font-size: 48px;
}

.gst-heading-2.maxwidth {
  max-width: 450px;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.centered {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-2.centered.contact {
  color: var(--gst-gold);
  width: 60%;
  margin-bottom: 0;
}

.paragraph-2.centered.contact.tiny {
  color: var(--gst-cloud-white);
  margin-top: 0;
  font-size: 14px;
}

.paragraph-2.centered.contact.tiny.left {
  text-align: left;
  margin-top: 0;
}

.paragraph-2.btm-text {
  font-size: 16px;
  display: flex;
}

.paragraph-2.btm-text.disclaimer-text {
  font-size: 14px;
  line-height: 160%;
}

.paragraph-2.max-width {
  max-width: 450px;
}

.full-image {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.full-image.hidden {
  display: none;
}

.gst-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  margin-top: -35%;
}

.footer-wrapper {
  border-top: 2px solid var(--gst-accent-gray);
  background-color: var(--gst-dark);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5%;
  padding-bottom: 48px;
  display: flex;
}

.bg-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.bg-image.standings {
  max-width: 100vw;
  height: auto;
  overflow: hidden;
}

.agenda-section {
  justify-content: center;
  align-items: center;
  padding-top: 152px;
  padding-bottom: 32px;
  display: flex;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-wrapper.agenda {
  margin-bottom: 80px;
}

.gst-heading-1 {
  color: var(--gst-gold);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigcaslon, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
}

.gst-heading-1.center {
  text-align: center;
  line-height: 120%;
}

.div-block-24 {
  width: 100%;
  min-height: 50vh;
}

.program-rules-section {
  justify-content: center;
  align-items: center;
  padding-top: 156px;
  padding-bottom: 64px;
  display: flex;
}

.contact-section {
  justify-content: center;
  align-items: center;
  padding-top: 152px;
  padding-bottom: 32px;
  display: flex;
}

.contact-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 36px;
  display: flex;
}

.contact-container.faq {
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.standings-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 144px;
  display: flex;
}

.logo-container {
  margin-bottom: 60px;
}

.standings-logo {
  max-height: 250px;
}

.dealer-standings {
  width: 100%;
  margin-top: 40px;
}

.dealer-name-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trips-and-pulls {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border: 2px solid var(--gst-gold);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 10px #e7b238d9, inset 0 0 1px 1px #f8d068, inset 0 0 0 .1px #fff;
}

.sm-title {
  color: var(--gst-gold);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.sm-title.error {
  display: none;
}

.sm-title.updated-date {
  font-size: 20px;
}

.general-data-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.data-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 2px solid var(--gst-gold);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 60px #e7b23814, 0 0 10px #e7b238d9, inset 0 0 1px #fff, inset 0 0 1px 1px #f8d068;
}

.data-card.lio {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 440px;
  padding-left: 16px;
}

.month-title {
  border-bottom: 2px solid var(--gst-gold);
  color: var(--gst-gold);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.month-title.lio {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 81.7813px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.text-cont {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-cont.target {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-cont.hit {
  display: flex;
  position: relative;
}

.text-cont.hidden {
  display: none;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-8.setwidth {
  flex: none;
  width: 64px;
}

.lio-data-wrapper {
  margin-top: 40px;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.lio-tab-link {
  border: 2px solid var(--gst-gold);
  color: var(--gst-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 166.516px;
  padding: 15px 37.5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.lio-tab-link:hover {
  background-color: #5a574b;
}

.lio-tab-link.w--current {
  border: 2px solid var(--gst-gold);
  background-color: var(--gst-gold);
  color: #090909;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 80px;
  padding: 15px 37.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.lio-data-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.image-2 {
  object-fit: contain;
  max-width: 120px;
  height: 130px;
}

.body-3 {
  background-color: #000;
}

.login-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 144px;
  display: flex;
}

.form-block {
  margin-bottom: 20px;
}

.text-block-10 {
  border-bottom: 1px solid var(--gst-gold);
  color: var(--gst-gold);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 20px;
  font-size: 24px;
}

.list {
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  list-style-type: disc;
}

.list.inner {
  padding-left: 95px;
  list-style-type: square;
}

.list.nostyle {
  list-style-type: none;
  display: none;
}

.list-item {
  color: #fff;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-item-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-item-3 {
  color: #fff;
}

.list-2 {
  color: #fff;
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.list-3 {
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: auto;
  object-fit: fill;
  border: 2px solid #e9c14d;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 40px 20px;
  display: flex;
}

.text-block-11 {
  outline-offset: 0px;
  color: #e9c14d;
  text-align: center;
  border-bottom: 2px solid #e9c14d;
  outline: 3px #e9c14d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  text-decoration: none;
}

.text-block-11.contact {
  border-bottom-style: none;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 34px;
  display: block;
}

.text-block-11.contact.hidden {
  display: none;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  color: #e9c14d;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-span {
  color: #fff;
  text-decoration: none;
}

.agenda-container {
  grid-column-gap: 103px;
  grid-row-gap: 103px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.agenda-row-cont {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.agenda-title-cont {
  width: 25%;
  max-width: 30%;
}

.round-icon {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.agenda-content-cont {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 3px solid #e7b238;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: 60%;
  padding: 40px 40px 40px 45px;
  display: flex;
  box-shadow: inset 0 .5px #fff, 0 0 60px #e7b2381f, 0 0 24px #e7b23840, 0 0 10px #e7b238b3, inset 0 1px 1px #f8d0686b;
}

.text-block-15 {
  color: var(--gst-gold);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Bigcaslon, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.one-day-cont {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: var(--gst-gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-16.attire {
  margin-top: 12px;
  font-size: 20px;
  font-style: italic;
}

.text-block-16.attire.lead-in {
  text-align: center;
  font-style: normal;
  font-weight: 600;
}

.text-block-17 {
  color: var(--gst-cloud-white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.golden-line {
  background-color: var(--gst-gold);
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 3px;
  height: calc(100% + 103px);
  display: flex;
  position: relative;
}

.golden-line.last {
  height: 100%;
}

.golden-line.top {
  height: calc(100% + 52px);
  position: absolute;
  inset: auto 0% 0%;
}

.golden-line.top.btm {
  justify-content: center;
  align-items: flex-end;
}

.gold-ball {
  background-color: var(--gst-gold);
  border-radius: 50%;
  flex: none;
  width: 32px;
  height: 32px;
}

.gold-ball.small {
  width: 20px;
  height: 20px;
}

.div-block-25 {
  flex: none;
  width: 64px;
  position: relative;
}

.sm-icon {
  position: absolute;
}

.cond-imgo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.lio-package-fields-wrapper {
  width: 100%;
}

.admin-picker {
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-bottom: 40px;
  display: flex;
}

.image-3 {
  margin-bottom: 40px;
}

.submit-button-4 {
  border: 2px solid var(--gst-gold);
  background-color: #0000;
  border-radius: 32px;
}

.text-field-3 {
  border: 2px solid var(--gst-gold);
  color: #fff;
  background-color: #0000;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-3:active {
  border-color: var(--gst-gold);
}

.text-field-3:focus {
  border-color: var(--gst-gold);
  background-color: #000;
}

.field-label-3 {
  color: #fff;
}

.style-guide {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dealer-picker {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.cb-picker {
  width: 100%;
  max-width: 560px;
}

.cb-field {
  position: relative;
}

.cb-input {
  border: 2px solid var(--gst-gold);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  text-transform: capitalize;
  background-color: #00000063;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding-left: 44px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cb-clear {
  border: 1px solid var(--gst-gold);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--gst-gold);
  cursor: pointer;
  background-color: #0000004f;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: 8px 8px 8px auto;
}

.cb-clear:hover {
  box-shadow: 0 0 5px 1px #ffffff91;
}

.cb-results {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--gst-cloud-white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #0b0b0b80;
  border-radius: 8px;
  flex-flow: column;
  max-height: 260px;
  margin-top: 6px;
  padding: 16px 24px;
  display: none;
  overflow: auto;
}

.cb-help {
  color: #fff;
  margin-top: 6px;
  font-size: 12px;
}

.video {
  aspect-ratio: 16 / 9;
  opacity: 0;
  background-color: #000;
  background-image: url('../images/unsplash_hWX2pboBPBk-1.png');
  background-position: 0 0;
  background-size: auto;
}

.video.hidden {
  display: none;
}

.video-cont {
  aspect-ratio: 16 / 9;
  background-color: #000;
  width: auto;
  max-width: 90vw;
  height: 70vh;
  min-height: 70vh;
  max-height: 75vh;
  position: relative;
}

.code-embed-5 {
  display: none;
}

.small {
  color: #fff;
  font-size: 20px;
  line-height: 0;
}

.div-block-26 {
  border-bottom: 2px solid var(--gst-gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 244px;
  padding-bottom: 244px;
  display: flex;
}

.updated-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.updated-wrapper.footnote {
  text-align: center;
}

.footnote-list {
  text-align: left;
}

.bold-text {
  font-weight: 400;
}

.bold-text.motivational-leadin {
  text-align: center;
}

.attire-cont {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: #e9c14d;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.faq-p {
  background-color: #0000;
  border: 2px solid #e9c14d;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #0000;
  border: 1px #e9c14d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: static;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-body-cont {
  border-top: 2px solid #e9c14d;
  padding: 20px 30px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  width: 100%;
  margin-bottom: 60px;
}

.faq-container.last {
  margin-bottom: 20px;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
}

.link {
  color: #e9c14d;
  font-weight: 700;
  text-decoration: none;
}

.italic-text {
  font-weight: 500;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-28.center {
  justify-content: flex-start;
  align-items: center;
}

.body-4 {
  background-color: #000;
}

.text-span-2 {
  text-transform: capitalize;
  font-size: 16px;
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-style: normal;
}

.count-down-timer {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-29 {
  margin-bottom: 40px;
}

.counter-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.count-down-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 2px solid var(--gst-gold);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  display: flex;
  box-shadow: 0 0 20px 8px #e7bf4d29, inset 0 0 2px #fff3, 0 0 12px #e9c14da8;
}

.horizontal-line {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-title {
  color: var(--gst-gold);
  text-transform: uppercase;
  font-family: Bigcaslon, Times New Roman, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.small-title.sub {
  color: var(--gst-gold);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.div-block-32 {
  display: flex;
}

.close-video {
  z-index: 6;
  cursor: pointer;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 20px;
  position: absolute;
  inset: 100px 2em auto auto;
}

.code-cont {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}

.relative-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-video-reel {
  z-index: 999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.close-video-bg {
  position: absolute;
  inset: 0%;
}

.video-wrapper-2 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 80vw;
  height: 75vh;
  max-height: 75vh;
  display: flex;
  position: relative;
}

.x-icon {
  aspect-ratio: 1;
  background-image: url('../images/augeo_cookiebanner_close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40%;
}

.x-icon.white {
  background-image: url('../images/delete-1--remove-add-button-buttons-delete-cross-x-mathematics-multiply-math.svg');
  width: 2rem;
  height: 2rem;
}

.code-embed-6 {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 75vh;
  margin-bottom: 0;
  position: static;
}

.thumbnail {
  cursor: pointer;
  background-image: url('../images/Screenshot-2025-08-28-at-09.06.15.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: static;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .9;
}

.tumbnail-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.faq-wrapper {
  border: 2px solid var(--gst-gold);
  border-radius: 20px;
  margin-bottom: 10px;
}

.faq-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 24px 37px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.italic-text-9 {
  font-style: normal;
}

.body-5 {
  background-color: #000;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hit-popup-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hit-popup {
  border: 1px solid var(--gst-gold);
  background-color: #0c0304;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 16px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #e9c14d73;
}

.text-block-18 {
  color: var(--gst-gold);
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.italic-text-10 {
  font-style: normal;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .max-width-wrapper {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-cont {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph._24px {
    font-size: 20px;
  }

  .paragraph._24px.centered {
    font-size: 22px;
  }

  .text-block-7.lighter.serif {
    font-size: 32px;
  }

  .gst-navbar {
    position: relative;
  }

  .nav-links {
    margin-bottom: 10px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #000000b5;
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
  }

  .menu-button {
    color: var(--gst-gold);
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .cashbash-logo-gold {
    max-width: 40%;
  }

  .video-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .intro-section {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .program-rules-section {
    padding-top: 100px;
  }

  .lio-data-card-wrapper {
    flex-flow: wrap;
  }

  .agenda-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .video-cont {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .close-video {
    margin-right: 5%;
    padding: 0;
  }

  .code-cont {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .video-wrapper-2 {
    width: 90vw;
    height: 50vh;
  }

  .code-embed-6 {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    display: flex;
  }

  .thumbnail {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .dealer-code-input {
    max-width: 100%;
  }

  .max-width-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph._24px, .paragraph._24px.centered {
    font-size: 16px;
  }

  .text-block-7.lighter, .text-block-7.lighter.serif {
    font-size: 24px;
  }

  .nav-bar-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .video-wrapper {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .intro-section {
    padding-bottom: 40px;
  }

  .flex-horizontal-wrapper._60gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .flex-horizontal-wrapper.home {
    flex-flow: column;
  }

  .content-wrapper.half {
    max-width: none;
  }

  .content-wrapper.half.mobile-top-mg {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .content-wrapper.half.home {
    max-width: none;
  }

  .text-content-wrapper.home {
    padding-left: 0;
  }

  .gst-heading-1 {
    font-size: 38px;
  }

  .general-data-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .data-card.lio {
    width: 40%;
    min-width: 230px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lio-data-card-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-15 {
    font-size: 24px;
  }

  .admin-picker {
    width: 80%;
  }

  .cb-input {
    padding-left: 20px;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .close-video {
    margin-right: 0%;
  }

  .hero-video-reel {
    max-width: 100vw;
  }

  .video-wrapper-2 {
    width: 90%;
    max-width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .dealer-code-input {
    width: 100%;
  }

  .dealer-name {
    font-size: 28px;
  }

  .trips-earned, .total-pulls {
    font-size: 48px;
  }

  .max-width-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-wrapper._80gap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 140%;
  }

  .text-block-7.lighter {
    font-size: 18px;
  }

  .text-block-7.lighter.serif {
    font-size: 20px;
  }

  .text-block-7.lighter.serif.mobleft {
    text-align: left;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    font-size: 28px;
  }

  .nav-brand {
    max-width: 60vw;
  }

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

  .hero-section.welcome-page {
    padding-top: 0;
  }

  .cashbash-logo-gold {
    max-width: 56%;
  }

  .video-wrapper {
    margin-top: 0;
  }

  .intro-section {
    padding-bottom: 20px;
  }

  .flex-horizontal-wrapper {
    flex-flow: column;
  }

  .flex-horizontal-wrapper._60gap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .content-wrapper.half {
    max-width: none;
  }

  .content-wrapper.half.mobile-top-mg {
    margin-top: 40px;
  }

  .text-content-wrapper {
    padding-left: 0;
  }

  .gst-heading-2 {
    font-size: 24px;
  }

  .gst-heading-2.h1 {
    font-size: 40px;
  }

  .paragraph-2.centered.contact {
    width: 100%;
  }

  .bg-image.standings {
    height: 70vh;
  }

  .agenda-section {
    padding-bottom: 100px;
  }

  .gst-heading-1 {
    font-size: 28px;
  }

  .program-rules-section {
    padding-top: 80px;
  }

  .contact-section {
    padding-bottom: 100px;
  }

  .contact-container {
    padding: 0;
  }

  .card-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .sm-title {
    font-size: 20px;
  }

  .data-card.lio {
    width: 100%;
  }

  .month-title {
    font-size: 20px;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lio-data-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .login-container {
    width: 100%;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 120%;
  }

  .text-block-14 {
    white-space: nowrap;
    font-size: 15px;
  }

  .text-span {
    white-space: normal;
  }

  .agenda-row-cont {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 32px;
    position: relative;
  }

  .agenda-title-cont {
    width: 100%;
    max-width: none;
  }

  .round-icon {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .agenda-content-cont {
    width: 100%;
    max-width: none;
    padding: 32px 20px 32px 24px;
  }

  .text-block-15 {
    text-align: left;
    line-height: 120%;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .text-block-17 {
    font-size: 15px;
    line-height: 140%;
  }

  .gold-ball {
    width: 28px;
    height: 28px;
  }

  .gold-ball.small {
    width: 18px;
    height: 18px;
  }

  .admin-picker, .dealer-picker {
    width: 90%;
  }

  .video-cont {
    width: 100%;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-img {
    display: none;
  }

  .close-video {
    margin-right: 5%;
    right: 0;
  }

  .code-cont {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-bottom: 0;
    display: flex;
  }

  .video-wrapper-2 {
    width: 90%;
    height: 30vh;
  }

  .x-icon {
    height: 28px;
  }

  .faq-toggle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Bigcaslon';
  src: url('../fonts/BigCaslon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Big_Caslon_CC_Black_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big_Caslon';
  src: url('../fonts/fonnts.com-Big_Caslon_CC_Black.otf') format('opentype'), url('../fonts/fonnts.com-Big_Caslon_CC_Bold.otf') format('opentype'), url('../fonts/fonnts.com-Big_Caslon_CC_Bold_Italic.otf') format('opentype'), url('../fonts/fonnts.com-Big_Caslon_CC.otf') format('opentype'), url('../fonts/fonnts.com-Big_Caslon_CC_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}