

body {
  background-color: rgb(69, 186, 197);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "gazzetta-variable", sans-serif;
  font-variation-settings: "wght" 400;
  line-height: normal;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}

footer{
  background-color: #59ceda;
  padding-top: 30px;
}

.text-warning{
  color: #fed03f !important;
}

.text-primary{
  color: #3cb9c6 !important;
}

.bg-warning{
  background-color: #FED03F !important;
}

.fw-500 {
  font-variation-settings: "wght" 500!important;
}
.fw-700{
  font-variation-settings: "wght" 700!important;
}
.fw-900 {
  font-variation-settings: "wght" 900!important;
}



.logo {
  width: 128px;
  height: auto;
  /* padding: 30px 0; */
  padding: 40px 0 30px 0;
}


.section-divider {
  width: 74px;
  height: 2px;
  background: rgb(255, 255, 255);
  border: none;
  margin: 30px auto;
}

hr {
  opacity: 100;
}


.headline {
  max-width: 280px;
  height: auto;
  width: 100%;
}

.big-title{
  text-align: center;
  font-variation-settings: "wght" 900;
  font-size: 109px;
  font-style: normal;
  line-height: 109px;
  text-transform: uppercase;
}

.margin-title {
  margin-top: -11px;
}

.margin-space {
  margin-top: 6px;
}

.title-wt, .title-y {
  text-align: center;
  font-variation-settings: "wght" 700;
  font-size: 45px;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.title-y {
  font-variation-settings: "wght" 700;
  color: #fed03f
}

.main-text {
  font-size: 33px;
  line-height: 35px;
  font-variation-settings: "wght"700;
  letter-spacing: 0.02em;
}

.s-main-text {

  font-size: 30px;
  line-height: 32px;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.02em;

}

.short-terms {
  font-size: 20px;
  line-height: 24px;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.3px;
}

.aqua-bg{
  background: #59ceda;
  /* background: #5ecedb; */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}


.body-text {
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.01em;
}
sub {
  bottom: -0.1em !important;
}

sup {
  top: -1em;
}

sub,
sup {
  position: relative;
  font-size: 0.4em;
  line-height: normal;
  vertical-align: baseline;
}

.btn-warning, .btn-light,
.btn-warning:visited,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  height: 53px;
  border-radius: 15px;
  background: #FED03F;
  color: white;
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  font-variation-settings: "wght" 900;
  letter-spacing: 2px;
  padding: 0 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;

}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}



.btn-light {
  background: #ffffff;

}

.btn-warning:hover {
  background: #f2bc10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
}
.btn-warning {
  /* --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107; */
  --bs-btn-hover-color: #fbfbfb;
}

/* .btn-secondary,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary:focus {
  height: 53px;
  font-size: 16px;
  border-radius: 46px;
  border: 2px solid #FFF;
  background: #003B75;
  text-align: center;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.32px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #00254a;
  border: 2px solid #FFF;
} */




/* =========================================================
 FORM – CSS 
========================================================= */

.text-form {
  color: #fff;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.7px;
}

.form-box {
  background: #3cb9c6;
  border-radius: 37px;
  padding: 26px 22px;
  max-width: 520px;
  margin: 0 auto;
}

.form-box .row.g-3 {
  max-width: 400px;
  margin: 0 auto;
}

/* --- Label base style (35px, white) --- */
.form-floating>label {
  color: #ffffff;
  text-transform: uppercase;
  font-variation-settings: "wght" 700;
  letter-spacing: .6px;
  font-size: 35px;
  padding: 0;
  height: auto;
}

/* --- Input and Select underline style --- */
.form-floating>.form-control,
.form-floating>.form-select {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .6);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  padding-right: 34px;
  height: auto;
  min-height: unset;
  line-height: 1.7;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

/* --- Label moves up when input focused or has value --- */
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  opacity: 0.6 !important;
  color: #ffffff !important;
  /* font-size: 23px; */
  font-size: 22px;
  /* transform: scale(1) translateY(0.5rem) translateX(0); */
  transform: scale(1) translateY(-0.1rem) translateX(0);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ffffff;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* --- Select containers need extra top margin for label space --- */
/* .floating-select {
  margin-top: 1.5rem;
} */

/* --- Label moves up when select focused or has value --- */
.form-floating>.form-select:focus~label,
.floating-select.is-selected .form-select~label {
  opacity: 0.5 !important;
  color: #ffffff !important;
  /* font-size: 23px; */
  font-size: 22px;
  /* transform: scale(1) translateY(0.5rem) translateX(0); */
  transform: scale(1) translateY(-0.1rem) translateX(0);
}

/* --- Select label default state (stays visible) --- */
.form-floating>.form-select~label {
  opacity: 1 !important;
  color: #ffffff !important;
  transform: none;
}

/* --- Add top padding to selects when they have a value --- */
.form-floating>.form-select:focus,
.floating-select.is-selected .form-select {
  padding-top: 1rem !important;
  font-variation-settings: "wght" 700;
  font-size: 28px;
  line-height: 1.5;
}

/* --- Input focus/filled state --- */
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0;
  font-variation-settings: "wght" 700;
  font-size: 28px;
  line-height: 1.5;
}

.form-control::placeholder {
  color: transparent;
}

/* --- Select dropdown arrow (white) --- */
.form-select {
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* --- Validation: Invalid states --- */
.invalid-feedback {
  color: #1d484b;
  text-align: left;
  margin-top: 3px;
  font-size: 19px;
  text-transform: uppercase;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #1d484b;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%231d484b' %3e%3ccircle cx='6' cy='6' r='4.5' /%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%231d484b' stroke='none' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + -0.5rem) center;
  background-size: calc(.55em + .275rem) calc(.55em + .175rem);
}

.form-control.is-invalid,
.form-select.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-bottom-color: #1d484b !important;
}

/* --- Validation: Valid states --- */
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #ffffff;
}

/* --- Checkbox styling --- */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}

.form-check-input:checked {
  background-color: #FAC500;
  border-color: #ffffff;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #FAC500;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #ffffff;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #1d484b;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #1d484b;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #ffffff;
}

.form-check-label {
  color: rgba(255, 255, 255, .95);
  line-height: normal;
  font-variation-settings: "wght" 700;
  font-size: 24px;
}

/* .form-check-label a {
  color: #0B4C8D;
  text-decoration: underline;
} */

/* --- Autofill fix --- */
input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  transition: background-color 9999s ease-in-out 0s;
  text-transform: uppercase;
}

.social-icon {
  width: auto;
  height: 30px;
}

.footer-link {
  text-decoration: none;
  text-transform: uppercase;
  font-variation-settings: "wght" 700;
  letter-spacing: .01em;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
}

.footer-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}


.video-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  pointer-events: none;
}

.drr-video {
  display: block;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  z-index: -2;
  margin-top: -40px;
}

.stream-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
      user-select: none;
}

.Stream {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: auto;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  opacity: 0.65;
}

@media (min-width: 768px) {

footer {
      background-color: inherit;
  }

  .drr-video {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-top: -90px;
  left: 54%;
  transform: translateX(-50%);
  
  }

  .logo {
      width: 146px;
      height: auto;
      padding: 40px 0;
  }

  .headline {
      max-width: 550px;
      width: 100%;
      height: auto;
  }

  .section-divider {
      width: 150px;
      margin: 34px auto;
      height: 3px;
  }

  .title-wt, .title-y {
    font-size: 50px;
    line-height: 45px;

  }

  .big-title {
  font-size: 181px;
  line-height: 195px;
  }

  .margin-title {
      margin-top: -37px;
  }
  .margin-space {
    margin-top: 6px;
  }

  .main-text {
      font-size: 35px;
      line-height: 34px;
  }

  .form-box {
      width: 100%;
      max-width: 700px;

  }


  .floating-select>.form-select {
    font-size: 28px;
   
  }
body.is-windows{
    -webkit-font-smoothing: none;
}
  
  .floating-select>.form-select.focused {
    font-size: 18px !important;
  
  }


  .footer-images {
      width: 100%;
      min-height: 520px;
  }

  .footer-images .player {
      max-width: 300px;
      width: 100%;
      bottom: 134px;
  }


  .footer-images .packs {
      max-width: 300px;
      bottom: 182px;
      right: 0%;
      width: 100%;
  }

      .btn-warning,
      .btn-light,
      .btn-warning:visited,
      .btn-warning:active,
      .btn-warning:focus,
      .btn-warning:hover {
          height: 58px;
  
      }

}

@media (min-width: 1200px) {
  .drr-video {
      margin-top: -145px;
  }
}

.modalBg-warning {
  border-radius: 37px;
  box-shadow: none;
  background-color: #fed03f;
}

body.modal-open .modal-backdrop.show {
  background-color: #59d2dc;
  opacity: 0.85 !important;
}

.too-many-entries-modal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-content {
  background-color: #42B7C1;
}

.modal-backdrop {
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out !important;
}

.modal-backdrop.fade {
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out !important;
}

.modal-backdrop.show {
  opacity: 0.85 !important;
  background-color: #59d2dc !important;
}

.btn-close {

  filter: invert(1);
}
button.limit.btn-close {
  filter: none;
}


ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  padding-left: 13px;
}