@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* <link rel="stylesheet" href="https://use.typekit.net/has0rxx.css"> */

:root {
  --avenir: 'avenir-lt-pro', sans-serif;
  --bebas: "Bebas Neue", sans-serif;
  --red-bg: #D30054;
  --body-bg: #A6002F;
  --orange-bg: #FF9800;
  --yellow: #F0C53D;
  --dark: #383837;
}


h2{
  font-size: 31px;
}

body {
  font-family: var(--avenir);
  font-weight: 400;
  color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-size: 16px;
  background-color: var(--body-bg);
}

.container.content{
  position: relative;
  z-index: 1;
}
h5,
.body-text,
.short-terms,
.legal-terms,
.form-text{
  font-family: var(--avenir);
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}
h1,h2,h3,h4,
.main-title,
.lg-title,
.xl-title {
  font-family: var(--bebas);
  line-height: normal;
  font-weight: 400;
}

.logo {
  height: 52px;
  width: auto;
  display: block;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
}

main{
  background-color: var(--orange-bg);
  overflow-x: hidden;
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/wheat.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: auto 123px;

}

.superwins-kv{
  display: block;
  width: clamp(330px, 45vw, 600px);
}

.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(160px, 20vw, 174px);
  margin-inline: auto;
}
.xl-title{
  font-size: 41px;
}
h1, .lg-title{
font-size: 43px;
line-height: 40px;
}
h2, .main-title {
  font-size: 31px;
}
h4 {
 font-size: 22px; 
}
.body-text {
  font-size: 21px;
}
.form-text {
  font-size: 15px;
  color: var(--dark);
}
.short-terms{
    font-size: 12px;
}



.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 700;
}


.btn.btn-warning {
  height: 65px;
  border-radius: 0px;
  background: var(--yellow);
  font-family: var(--bebas);
  font-weight: 400;
  font-size: 41px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
  letter-spacing: 2.05px;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:focus-visible,
.btn.btn-warning:first-child:active,
:not(.btn-check)+.btn.btn-warning:active {
  background: var(--yellow);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}


.btn.btn-light {
  height: 38px;
  border-radius: 0px;
  background: #FFFFFF;
  color: #000;
  font-family: var(--bebas);
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light:focus-visible,
.btn.btn-light:first-child:active,
:not(.btn-check)+.btn.btn-light:active {
  background: var(--yellow);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.form-text{
  color: #383837;
  font-size: 15px;
}


.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease, filter 0.2s ease;
  flex-shrink: 0;
}

.social-icon:hover {
  transform: scale(1.1);
  filter: brightness(0.95);
}

.social-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}


 /* FORM */

.upload-label {
  cursor: pointer;
  padding: 13px 10px;
  border-radius: 8px;
  background-color: white;
  min-height: 44px;
}
  
    .form-control,
    .form-select {
      border-radius: 8px;
    }
  
    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      height: 44px !important;
      padding-bottom: 5px !important;
      border-radius: 8px;
      border: none;
    }
  
    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      line-height: 1.25;
    }
  
    .form-floating>.form-select {
      /* padding-top: 12px !important; */
      padding-top: 6px !important;

    }
    .form-floating>.form-control-plaintext:focus,
    .form-floating>.form-control-plaintext:not(:placeholder-shown),
    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
      padding-top: 1.1rem;
    }
  
    .form-floating>label {
      top: -5px;
    }
  
    .form-check-input {
      border-radius: 5px !important;
      width: 22px;
      height: 22px;
      border: none;
    }
  
    .form-check .form-check-input {
      /* margin-left: -21px; */
      margin-top: 1px;
    }
  
    .form-check-label {
      padding-top: 3px !important;
      padding-left: 8px;
    }

    .invalid-feedback {
      color: #FFEB3B;
    }
    .form-check-input.is-invalid~.form-check-label,
    .was-validated .form-check-input:invalid~.form-check-label {
      color: #FFEB3B;
    }
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: inherit;
}

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

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

  .attachment-preview {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .attachment-preview img {
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
  }

  .loader-container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .loader-container.hidden {
    display: none;
  }


  /* ========== Drop-zone upload ========== */

  .file-preview {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
  }

.main-wrapper {
  position: relative;
  border-radius: 30px;
  border: 5px solid #000;
  background: #D30054;
  overflow: visible;
  margin-inline: auto;
  padding: 2rem 1rem;
  margin: 10px;

}

.bubblesTop, .bubblesBottom{
position: absolute;
background-repeat: no-repeat;
pointer-events: none;
background-size: contain;
background-position: top center;
}
.bubblesBottom {
  background-position: bottom center;
}

.bubbles-leftV1 {
  left: -87px;
  top: 4px;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(110px, 15vw, 120px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/leftBubbles_v1.webp);
}

.bubbles-rightV1 {
  right: 5px;
  top: -40px;
  transform: translateX(50%);
  width: 100%;
  /* width: clamp(130px, 22vw, 1600px); */
  height: clamp(178px, 40vw, 220px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/rightBubbles_v1.webp);
}

.bubbles-leftV2 {
  left: 43px;
  top: -60px;
  transform: translateX(-50%);
  width: 100%;
  /* height: 220px; */
  height: clamp(120px, 30vw, 220px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/leftBubbles_v2.webp);
}

.bubbles-rightV2 {
right: 43px;
  top: -41px;
  transform: translateX(50%);
  width: 100%;
  height: clamp(120px, 30vw, 180px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/rightBubbles_v2.webp);
}

.bubblesBot-rightV2 {
  right: 48px;
  bottom: -51px;
  transform: translateX(50%);
  width: 100%;
  height: clamp(120px, 30vw, 210px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/Bot_right_v2.webp);
}

.bubblesBot-leftV2 {
  left: 24px;
  bottom: 19px;
  transform: translateX(-50%);
  width: 100%;
  height: clamp(120px, 30vw, 170px);
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8735/media/Bot_left_v2.webp);
}

.depot-table {
  color: #fff;
  --bs-table-border-color: #fff;
  --bs-table-bg: transparent;
  --bs-table-color: #fff;
}

.depot-table thead th {
  font-weight: 700;
}

/* .depot-table sup {
  font-size: 0.65em;
  vertical-align: super;
} */

@media (min-width: 992px) {
  .xl-title {
      font-size: 46px;
    }

.main-wrapper {
    max-width: 700px;
    padding: 3rem 1.5rem;
    margin: 0 auto;
    width: 100%;

  }

  .bubbles-leftV1 {
  left: 10px;
  top: -20px;
    height: 100px;
  }

  .bubbles-rightV1 {
    right: 65px;
    top: -39px;
    height: 187px;
  }

.bubbles-leftV2 {
  left: 43px;
  top: -16px;
}

.bubbles-rightV2 {
  right: 72px;
  top: -41px;
  /* width: clamp(130px, 22vw, 1600px);
  height: clamp(380px, 65vw, 420px); */
}

.bubblesBot-rightV2 {
  right: 52px;
  bottom: -31px;
  /* height: 210px; */
  /* height: clamp(150px, 65vw, 210px); */
}

.bubblesBot-leftV2 {
  left: 30px;
  bottom: 19px;
  /* transform: translateX(-50%);
  height: 170px; */
}

main {

  background-repeat: repeat;
  background-position: top center;
  background-size: auto 327px;

}

}

.modal-content{
  background-color: var(--red-bg);
}

.btn-close {

  filter: invert(1);
}

.terms .legal-buttons,
.faq .legal-buttons{
  display: none;
}

ol,
ul {
  padding-left: 1rem;
}