@font-face {
    font-family: 'Lato-Regular';
    src: url("../../../fonts/Lato-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url("../../../fonts/Lato-Italic.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url("../../../fonts/LatoLatin-BlackItalic.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url("../../../fonts/LatoLatin-Medium.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jacks-Candlestick';
    src: url("../../../fonts/jacks_candlestick_condenced-webfont.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flaticon';
    src: url("../../../fonts/Flaticon.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************* Common Start ************************/

*, *:before, *:after {
    box-sizing: border-box
}

img, body, table, a, form, a img, h1, h2, h3, h4, h5, h6, li, hr {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 17px;
    color: #4a4745;
}

.margin-auto {
    margin: auto;
}

/******************************* Common End ************************/

/******************** Section Start **************************************/

.wrapper {
    overflow: hidden;
}

.section-wrapper {
    max-width: 1300px;
    position: relative;
    padding: 15px 10px;
}

.container {
    margin-top: 70px;
}

.container p a {
    text-decoration: underline;
}

.container p a:hover {
    text-decoration: none;
}

/******************** Section End **************************************/

.container {
    margin-top: 0;
}

.lp-top-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.lp-header-wrapper {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 9;
}

.lp-header-inner {
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-header-logo img {
    display: block;
    width: 110px;
    margin: 0 auto;
}

.lp-header-buttons-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lp-header-buttons-wrapper p {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.lp-header-buttons-wrapper .lp-header-button {
    width: 78px;
    height: 25px;
    font-family: 'Lato-Italic', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 4px 10px;
    margin: 0;
}

/************* Start Top Content *************/
/************* Start Video Banner *************/

.lp-top-banner-inner {
    min-height: 600px;
    overflow: hidden;
}

video {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.lp-top-banner-mobile-video {
    display: none;
}

.lp-top-banner-desktop-video {
    display: block;
}

/************* End Video Banner *************/

/************* Start Registration Form *************/

.lp-top-banner-registration-form-wrapper {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 790px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 18px;
    z-index: 9;
}

.lp-top-banner-registration-offer {
    width: 100%;
    padding: 20px 20px 15px;
    text-align: center;
}

.lp-registration-offer-title {
    font-family: 'Jacks-Candlestick', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 1px 2px 0 #000000;
}

.lp-registration-offers-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.lp-offer-container {
    display: flex;
    align-items: center;
    height: 320px;
    font-family: 'Lato-Medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 10px;
    box-shadow: 2px 4px 7px 0 #00000040;
}

.lp-first-offer-container:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/stars-yellow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out;
}

.first-offer-expanded .lp-first-offer-container:before {
     transition: all .7s ease-in-out;
     background-image: url('../images/stars-yellow-inner-pc.png');
}

.lp-first-offer-container .lp-promo-offer,
.lp-first-offer-container .lp-promo-bonus,
.lp-first-offer-container .lp-offer-promo-code {
    color: #FAE04C;
}

.lp-second-offer-container {
    justify-content: flex-end;
}

.lp-second-offer-container:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/stars-blue.png');
    background-position: right 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out;
}

.second-offer-expanded .lp-second-offer-container:before {
    transition: all .7s ease-in-out;
    background-image: url('../images/stars-blue-inner-pc.png');
}

.lp-second-offer-container .lp-promo-offer,
.lp-second-offer-container .lp-promo-bonus,
.lp-second-offer-container .lp-offer-promo-code {
    color: #4DC4FC;
}

.lp-second-offer-container .lp-offer-button button {
    background-color: #4DC4FC;
}

.lp-offer-button {
    margin: 10px auto;
}

.lp-offer-button.hidden {
    display: none;
}

.lp-back-button {
    display: none;
    margin: 10px auto;
}

.lp-back-button button {
    position: absolute;
    bottom: 25px;
}

.lp-first-offer-container .lp-back-button button {
    right: 110px;

}
.lp-second-offer-container .lp-back-button button {
    left: 110px;
}

.lp-back-button.shown {
    display: block;
}

.first-offer-expanded .lp-first-offer-container {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.second-offer-expanded .lp-second-offer-container {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.lp-registration-offers-wrapper .lp-registration-form-block {
    display: none;
}

.lp-registration-offers-wrapper.offer-expanded .lp-registration-form-block {
    display: block;
    max-width: 320px;
    position: absolute;
    top: 30px;
    z-index: 3;
}

.lp-registration-offers-wrapper.first-offer-expanded .lp-registration-form-block {
    right: 30px;
}

.lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-block {
    left: 30px;
}

.lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-submit-button button {
    background-color: #4DC4FC;
}

.lp-promo-offer-block {
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.offer-expanded .lp-promo-offer-block {
    justify-content: flex-end;
}

.lp-promo-offer-block-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-promo-offer-text {
    font-family: 'Lato-Italic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.lp-promo-offer-text p {
    margin: 0;
}

.lp-promo-offer-text .lp-promo-offer {
    font-family: 'Jacks-Candlestick', sans-serif;
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s linear;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 2px 0 #000000;
}

.offer-expanded .lp-promo-offer-text .lp-promo-offer {
    font-size: 105px;
    transition: all .3s linear;
}

.lp-promo-offer-text-small {
    display: inline-block;
    position: relative;
    left: 13px;
    font-size: 25px;
    top: -2px;
}

.lp-promo-offer-text .lp-promo-bonus {
    font-family: 'Jacks-Candlestick', sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    transition: all .3s linear;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 2px 2px 0 #000000;
}

.offer-expanded .lp-promo-offer-text .lp-promo-bonus {
    font-size: 40px;
    transition: all .3s linear;
}

.lp-offer-code {
    font-family: 'Lato-Italic', sans-serif;
    font-size: 20px;
    color: #000000;
    margin: 0;
}

.offer-expanded .lp-offer-code {
    font-size: 26px;
}

.offer-expanded .lp-offer-code {
    position: relative;
    top: -10px;
}

.lp-offer-code .lp-offer-promo-code {
    font-family: 'Lato-BlackItalic', sans-serif;
    font-weight: 900;
    font-size: 20px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 1px 1px 0 #000000;
}

.offer-expanded .lp-offer-code .lp-offer-promo-code {
    font-size: 26px;
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: #000000;
    text-shadow: 1.3px 1.3px 0 #000000;
}

.lp-offer-button button {
    width: 310px;
    height: 40px;
    font-family: 'Lato-Italic', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 27px;
    padding: 6px;
    background-color: #FAE04C;
    color: #000000;
    border: 2px solid #000000;
    cursor: pointer;
}

.lp-registration-form-submit-button button {
    width: 310px;
    height: 40px;
    font-family: 'Lato-Italic', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 27px;
    padding: 6px;
    background-color: #FAE04C;
    color: #000000;
    border: 2px solid #000000;
    cursor: pointer;
}

.lp-back-button button {
    font-family: 'Lato-Medium', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.lp-offer-general-significant-terms {
    font-family: 'Lato-Regular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

.lp-offer-significant-terms {
    min-height: 50px;
    max-height: 50px;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0 -20px;
    padding: 0 20px;
}

.lp-offer-general-significant-terms a,
.lp-offer-significant-terms a {
    text-decoration: underline;
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 18px;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 8px;
    padding: 10px 5px 10px 50px;
    color: #595959;
}

.core-short-registration-form-input-wrapper.core-first-name .core-short-registration-form-input, .core-short-registration-form-input-wrapper.core-last-name .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-email .core-short-registration-form-input {
    background-color: #FFFFFF;
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input::placeholder {
    color: #595959;
}

.core-short-registration-form-input-wrapper .core-error-message {
    font-size: 11px;
    font-family: 'Lato-Regular', sans-serif;
    color: #dc3545;
    min-height: 13px;
    text-align: left;
    padding: 0 0 0 15px;
}

.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input:focus {
    border: 1px solid #3f3f3f;
}

/************* End Registration Form *************/
/************* End Top Content *************/


/************* Start Main Content *************/

.lp-how-to-claim-steps-wrapper {
    position: relative;
}

.lp-how-to-claim-steps-wrapper .triangle-shape-image {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -95%);
    width: 0;
    height: 0;
    bottom: 0;
    background: transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 3vw solid #fff;
    filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.1));
}

.lp-how-to-claim-steps-wrapper {
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.lp-how-to-claim-steps-wrapper .curved-shape {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -90%);
    line-height: 0;
}

.lp-how-to-claim-steps {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 10px 60px;
}

.lp-how-to-claim-steps .lp-how-to-claim-step {
    display: flex;
    align-items: center;
    flex: 0 1 33%;
}

.lp-how-to-claim-steps .lp-how-to-claim-step a {
    text-decoration: none;
}

.lp-how-to-claim-step .lp-how-to-claim-step-description {
    font-size: 1.3vw;
    font-family: 'Lato-Medium', sans-serif;
    color: #000;
    margin-left: 5px;
}

.lp-how-to-claim-step .lp-how-to-claim-step-description p {
    margin: 0;
}

.lp-how-to-claim-step-description .lp-how-to-claim-promo-code {
    font-weight: 600;
    text-transform: uppercase;
}

.lp-full-terms-wrapper {
    padding-bottom: 150px;
    padding-top: 60px;
    background: url("../images/lp-footer.webp") bottom center no-repeat;
    background-size: contain;
}

.lp-full-terms-wrapper .lp-full-terms-content {
    max-width: 60vw;
    margin: auto;
}

.lp-full-terms-wrapper .lp-full-terms-header {
    font-family: 'Lato-Medium', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
}

.lp-full-terms-wrapper .lp-full-terms {
    font-size: 13px;
    color: #000;
}

.lp-full-terms-wrapper .lp-full-terms a {
    color: #3d3935;
    text-decoration: underline;
}

.lp-full-terms-wrapper .lp-full-terms a:hover {
    color: #000;
}

.lp-full-terms-wrapper .lp-full-terms li {
    line-height: 1.6;
}

/************* End Main Content *************/



/************* Start mobile *************/

@media only screen and (max-width: 1366px) {
    .lp-header-wrapper {
        height: 80px;
    }
    .lp-header-wrapper .lp-header {
        max-width: 890px;
    }
    .lp-header .lp-header-image {
        max-width: 260px;
    }
    .lp-header-button-wrapper .lp-header-button a {
        padding: 5px 15px;
        font-size: 14px;
    }
    .lp-top-banner-wrapper .lp-top-banner-content {
        top: 100px;
    }
    .core-short-registration-form-input-wrapper .core-short-registration-form-input {
        border-width: 1px;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-header-wrapper {
        height: 60px;
    }
    .lp-header-wrapper .lp-header {
        max-width: 700px;
        padding-right: 20px;
    }
    .lp-header-button-wrapper .lp-header-button {
        padding-top: 5px;
    }
    .lp-header-button-wrapper .lp-header-button a {
        font-size: 10px;
        padding: 4px 13px;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-header-buttons-wrapper .lp-header-button:hover {
        background-color: rgb(255 255 255 / 25%);
        color: #ffffff;
        text-decoration: none;
    }
    .lp-offer-button button:hover {
        background-color: #C2AD37;
    }
    .lp-second-offer-container .lp-offer-button button:hover {
        background-color: #349CCD;
    }
    .lp-registration-form-submit-button button:hover {
        background-color: #C2AD37;
    }
    .lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-submit-button button:hover {
        background-color: #349CCD;
    }
    .lp-back-button button:hover {
        border-bottom: 1px solid #000000;
    }
}

@media only screen and (max-width: 1000px) {
    .lp-header-wrapper .lp-header {
        padding: 0 80px 10px;
    }
    .lp-header-button-wrapper .lp-header-button {
        padding-top: 0;
    }
    .lp-top-banner-registration-form-wrapper {
        width: 730px;
    }
    .lp-top-banner-registration-offer {
        padding: 0 10px 10px;
    }
    .lp-registration-offer-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .lp-offer-container {
        padding: 10px;
    }
    .lp-registration-offers-wrapper {
        gap: 10px;
    }
    .lp-promo-offer-text .lp-promo-offer {
        font-size: 75px;
    }
    .lp-promo-offer-text .lp-promo-bonus {
        font-size: 35px;
    }
    .lp-offer-code {
        font-size: 19px;
    }
    .lp-offer-button button,
    .lp-registration-form-submit-button button {
        width: 300px;
        font-size: 17px;
    }
    .lp-how-to-claim-steps {
        max-width: 95%;
    }
    .lp-full-terms-wrapper .lp-full-terms-content {
        max-width: 95%;
    }
    .lp-full-terms-wrapper {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-header-inner {
        width: 100%;
        padding: 10px 20px 0;
    }
    .lp-header .lp-header-buttons-wrapper {
        width: auto;
    }
    .lp-header-logo img {
        width: 80px;
    }
    .lp-header-buttons-wrapper .lp-header-button-description {
        display: none;
    }
    .lp-top-banner-inner {
        max-height: 755px;
    }
    .lp-top-banner-wrapper .lp-top-banner-desktop-video {
        display: none;
    }
    .lp-top-banner-wrapper .lp-top-banner-mobile-video {
        display: block;
    }
    .lp-top-banner-registration-form-wrapper {
        width: auto;
        min-width: 370px;
        min-height: 645px;
        top: 70px;
    }
    .lp-top-banner-registration-offer {
        display: flex;
        flex-direction: column;
    }
    .lp-registration-offers-wrapper {
        flex-wrap: wrap;
        flex-grow: 1;
    }
    .lp-offer-container {
        width: 100%;
        height: 270px;
        justify-content: center;
    }
    .first-offer-expanded .lp-first-offer-container,
    .second-offer-expanded .lp-second-offer-container {
        height: 100%;
        align-items: flex-start;
    }
    .lp-promo-offer-text {
        margin: 10px auto 0;
        font-size: 16px;
        line-height: 100%;
    }
    .offer-expanded .lp-promo-offer-text {
        margin: 24px auto 0;
    }
    .lp-promo-offer-text .lp-promo-bonus {
        font-size: 25px;
    }
    .offer-expanded .lp-promo-offer-text .lp-promo-offer {
        font-size: 90px;
    }
    .offer-expanded .lp-promo-offer-text .lp-promo-bonus {
        font-size: 35px;
    }
    .lp-offer-code,
    .lp-offer-code .lp-offer-promo-code {
        font-size: 18px;
    }
    .offer-expanded .lp-offer-code,
    .offer-expanded .lp-offer-code .lp-offer-promo-code {
        font-size: 20px;
    }
    .lp-promo-offer-text .lp-promo-offer,
    .offer-expanded .lp-promo-offer-text .lp-promo-offer,
    .lp-promo-offer-text .lp-promo-bonus,
    .offer-expanded .lp-promo-offer-text .lp-promo-bonus {
        transition: none;
    }
    .lp-promo-claim-offer {
        margin-bottom: 10px;
    }
    .lp-promo-offer-block {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .offer-expanded .lp-promo-offer-block {
        justify-content: flex-start;
    }
    .lp-offer-button {
        margin: 10px auto 5px;
    }
    .lp-back-button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 35px;
    }
    .lp-back-button button {
        position: initial;
    }
    .offer-expanded .lp-offer-code {
        position: initial;
    }
    .lp-offer-significant-terms {
        font-size: 11px;
        margin: 1px 1px auto;
        padding: 0 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .lp-offer-significant-terms p {
        margin-bottom: 7px;
    }
    .lp-registration-offers-wrapper.offer-expanded .lp-registration-form-block {
        max-width: 300px;
        position: relative;
        top: initial;
        right: 0;
        left: 0;
        bottom: 70px;
    }
    .lp-first-offer-container:before {
        background-image: url('../images/stars-yellow.png');
        transition: all 1s ease-in-out;
    }
    .first-offer-expanded .lp-first-offer-container:before {
        transform: none;
        background-position: 8px -15px;
        transition: all 1s ease-in-out;
        background-image: url('../images/stars-yellow-inner.png');
    }
    .lp-second-offer-container:before {
        background-image: url('../images/stars-blue.png');
        transition: all 1s ease-in-out;
    }
    .second-offer-expanded .lp-second-offer-container:before {
        transform: none;
        background-position: 0 -8px;
        transition: all 1s ease-in-out;
        background-image: url('../images/stars-blue-inner.png');
    }
}

@media only screen and (max-width: 455px) {
    .lp-how-to-claim-steps {
        flex-direction: column;
        gap: 20px;
        padding: 10px 20px 30px;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-description {
        font-size: 5vw;
    }
    .lp-full-terms-wrapper {
        padding-bottom: 30px;
    }
    .lp-full-terms-wrapper .lp-full-terms-header {
        font-size: 18px;
    }
    .lp-full-terms-wrapper .lp-full-terms {
        font-size: 13px;
    }
}
