body {
    margin: auto;
    background: #5dc6c9;
    font-family: "gazzetta-variable", sans-serif;
font-variation-settings: "wght" 600;
max-width: 1100px;
}
.too-early-desktop {
    display: block;
}
.lh-title {
    line-height: 0.25 !important;
}
.loseBox {
    justify-self: center;
}
sup {
    top: -0.25em !important;
}
.fs-4 {
    font-size: 24px !important;
    font-variation-settings: "wght" 400 !important;
}
.fs-3 {
    font-size: 34px !important;
    font-variation-settings: "wght" 400 !important;
}
.fs-2 {
    font-size: 44px !important;
    font-variation-settings: "wght" 300 !important;
}
.fs-1 {
    font-size: 115px !important;
}
.bottles {
    width: 100%;
}
.bottlesMobile {
    display: none;
}
.bottlesMobileToo-early {
    display: none;
}
.bottlesMobileToo-late {
    display: none;
}
.titleWidth {
    width: 80%;
}
.topWrittingDiv {
    grid-area: 1/1/4/3;
    z-index: 1;
    padding-top: 80px;
}
.topImgdiv {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 4;
}
.topGridDiv {
    display:grid;
    grid-template-columns: 70% 10% 20%;
    grid-template-rows: 20% 20% 60%;
}
.w-50 {
    width: 60% !important;
}
.logo {
    width: 150px;
}
.title {
    font-size: 350px;
    color:#fff9c7;
    line-height: 130px;
}
.subTitle {
    font-size: 60px;
    line-height: 50px;
}
.legalTitle {
    color:#fdf9d5;
    font-size: 75px;
}
.formDiv {
    background-color:#fff9c7;
    border-color:#5dc6c9 !important;
    color: #0db2ad !important;
}
input:focus, input:active, select:focus, select:active {
    background-color:#fff9c7 !important;
    outline: none !important;
  box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0db2ad;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff9c7;
}
.w-30 {
    width: 40%;
}
.text-bottom {
    vertical-align: text-bottom !important;
}
.transparent {
    background-color: transparent !important;
    border: none !important;
}
.buttons {
    background-color:#5dc6c9;
    border-radius: 0%;
}
.buttons:hover {
    background-color:#5dc6c9!important;
    border-radius: 0%;
}
.checkboxSize {
    width: 20px;
    height: 20px;
    border:#5dc6c9;
  }
  input[type="checkbox"]:focus, input[type="checkbox"]:active
  {
    background-color:#5dc6c9 !important;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0px !important;
    border:#5dc6c9 solid 1px;
    background-color:#fff9c7;
  }
  .blueBtn {
    color:#5dc6c9;
    background-color:#fff9c7;
  }
  .f-small {
    font-size: 16px;
  }
  .text-right {
    text-align: right;
  }
  .modal-colour {
    background-color:#5dc6c9;
    border-radius: 30px;
  }
  .modalBtn {
    color:#0db2ad;
    border-radius: 30px;
    background-color: #fff9c7;
  }
  .modalBtn:hover {
    color:#0db2ad;
    border-radius: 30px;
    background-color: #fff9c7;
  }
  .yellowBox {
    background-color: #fff9c7;
    color: #5dc6c9 !important;
  }
  .too-early-mobile {
        display: none;
    }
   .modal { 
    --bs-modal-border-radius: 0rem !important; 
}
 .form-check-input:checked {
                background-color: #5dc6c9; 
            }
            .form-check-input.is-valid, .was-validated .form-check-input:valid {
                border-color: #5dc6c9 ;
            }
            .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #5dc6c9;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #5dc6c9; }
    .discoverBtn,  .discoverBtn:hover, .discoverBtn:active{
    background-color:#fff9c7;
    border-radius: 0%;
   color: #5dc6c9 !important;
}
@media screen and (max-width: 900px) {
    .too-early-desktop {
        display: none;
    }
    .too-early-mobile {
        display: block;
        text-align: center;
    }
    .topWrittingDiv {
    padding-top: 10px;
}
.mobile-center {
    padding-left: 0.65em !important;
}
    .mobileCool {
        margin-left: 10px;
    }
    .too-early-mobile {
        text-align: center;
    }
    .too-early-mobile-width {
        width: 100% !important;
    }
    .subtext {
        margin-left: 0% !important;
    }
    .topWrittingDiv {
        text-align: center;
    }
    .mobileTop {
    background-size: 100%;
}
.title {
    font-size: 350px;
    line-height: 0px;
    width: 100% !important;
}   
    .subTitle {
        font-size: 60px;
        line-height: 60px;
    }
    .w-50 {
        width: 100% !important;
    }
    .topWrittingDiv {
        width: 100%;
    }
    .formPadding {
        padding: 50px !important;
    }
    .w-30 {
        width: 70% !important;
    }
    .topGridDiv {
        display: flex;
        flex-direction: column;
    }
    .bottlesMobile {
        width: 100%;
        display: block;
    }
    .bottlesMobileToo-early {
        width: 100%;
        display: block;
    }
    .bottlesMobileToo-late {
        width: 100%;
        display: block;
    }
    .bottles {
        display: none;
    }
    .shortTerms {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 500px) {
.title {
    font-size: 200px;
    line-height: 0px;
    width: 100% !important;
}
.lh-title {
    line-height: 0.25 !important;
}
.fs-1 {
    font-size: 65px !important;
}
.formPadding {
    padding: 10px !important;
}
.w-30 {
        width: 90% !important;
    }
}