:root {
    --reeses-orange: #E9521D;
    --reeses-cream: #FCBA7B;
    --reeses-brown: #592E2C;
    --reeses-yellow: #FCDC00;
}

@font-face {
    font-family: "riffle-sans";
    src: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/RiffleSans-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "riffle-sans";
    src: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/RiffleSans-Bold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "riffle-sans";
    src: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/RiffleSans-Headline.otf");
    font-weight: 800;
}

body {
    background-color: var(--reeses-orange);
    padding: 0;
    margin: 0;
    font-family: riffle-sans, sans-serif;
    font-weight: bold;
    overflow-x: hidden;
    box-sizing: border-box;

}

h1 {
    font-size: 11vw;
    line-height: 8vw;
}

h2 {
    font-size: 5vw;
    line-height: 1;
}

h3 {
    font-size: 4vw;
    line-height: 4vw;
}

h4 {
    font-size: 5vw;
    line-height: 1;
}

h5 {
    font-size: 4vw;
    line-height: 1;
}



header {
    background-color: var(--reeses-orange);
}

.yellow-text {
    color: var(--reeses-yellow);
}

.container {
    width: 100%;
}

.header-image {
    width: 100%;
    position: relative;
}

.header-image span {
    padding-bottom: 42%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/navbar-header_MOBILE.png") no-repeat center;
    background-size: contain;
}

.uk-enter-section>div {
    padding-left: 5%;
    padding-right: 30%;
}

.uk-enter-section>h3 {
    color: white;
    text-align: center;
    margin-bottom: 5vw;
}

.uk-enter-section>div>h1 {
    color: var(--reeses-yellow);
    margin: 0;
}

.uk-enter-section>div>h1>span {
    font-size: 9.6vw;
}

.uk-enter-section>div>h2 {
    color: white;
    margin: 1vw 0 1vw 0;
}

.uploading-files li {
    border: 2px solid var(--reeses-yellow) !important;
}

.uk-enter-button {
    margin-bottom: 4vw;
    width: fit-content;
}

.uk-enter-button button {
    border: solid 0.75vw var(--reeses-brown);
    background-color: var(--reeses-yellow);
    display: flex;
    align-items: center;
    border-radius: 9vw;
    font-size: 6vw;
    font-weight: 700;
    padding-block: 0vw;
    padding-inline: 3vw;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.25);
    color: var(--reeses-brown);
    font-family: riffle-sans, sans-serif;

}

.uk-enter-button button span {
    display: flex;
    margin-right: 1vw;
}

.uk-enter-button button span img {
    width: 6vw;
    height: 6vw;
}

.uk-enter-section>.palm-tree-bunnies {
    width: 38vw;
    position: absolute;
    right: -30vw;
    top: 51vw;
    z-index: 1;
}

.uk-enter-section>.palm-tree-bunnies>span {
    display: block;
    padding-bottom: 167%;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/palm-tree-bunnies_MOBILE.png") no-repeat center;
    background-size: contain;
}

.page-heading>.palm-tree-bunnies-orange {
    width: 39vw;
    position: absolute;
    right: 0;
    top: 30vw;
    z-index: 1;
}

.page-heading>.palm-tree-bunnies-orange>span {
    display: block;
    padding-bottom: 167%;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/palm-tree-bunnies-orange_MOBILE.png") no-repeat center;
    background-size: contain;
}

.golden-egg {
    width: 25vw;
    position: absolute;
    right: 0;
    top: 45vw;
    z-index: 1;
    pointer-events: none;
}

.golden-egg>span {
    display: block;
    padding-bottom: 184%;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/golden-egg_MOBILE.png") no-repeat center;
    background-size: contain;
}


.roi-enter-section {
    background-color: var(--reeses-brown);
    padding: 19vw 0;

    clip-path: polygon(0 0, 100% 11vw, 100% 100%, 0 100%);
}

.roi-enter-section div {}

.roi-enter-section div>h1 {
    color: var(--reeses-cream);
    font-size: 10vw;
    margin: 0;
}

.roi-enter-section div>h1>span {
    font-size: 7.6vw;
}


.roi-enter-button {
    width: fit-content;
}

.roi-enter-button a {
    text-decoration: none;
    cursor: pointer;
}

.uk-enter-button a {
    text-decoration: none;
    cursor: pointer;
}

.roi-enter-button button {
    border: solid 0.75vw var(--reeses-yellow);
    background-color: var(--reeses-orange);
    display: flex;
    align-items: center;
    border-radius: 9vw;
    font-size: 5.5vw;
    font-weight: 700;
    padding-block: 0vw;
    padding-inline: 5vw;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.25);
    color: white;
    font-family: riffle-sans, sans-serif;
    margin-top: 2vw;
    cursor: pointer;
}

.roi-enter-button button span img {
    width: 6vw;
    height: 6vw;
}

.roi-enter-button button span {
    display: flex;
    margin-right: 1vw;
}

.roi-enter-text-container {
    padding-left: 37%;
    padding-right: 5%;
}

.reeses-egg {
    width: 32vw;
    position: absolute;
    top: 109vw;
    left: 3vw;
}

.reeses-egg span {
    padding-bottom: 100%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/reeses-egg_MOBILE.png") no-repeat center;
    background-size: contain;
}

.packshots-section {
    height: 57vw;
    position: relative;
    z-index: 2;
    pointer-events: none !important;
}

.reeses-easter-eggs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.reeses-easter-eggs span {
    padding-bottom: 84%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/pack-shots-section_MOBILE.png") no-repeat center;
    background-size: contain;
}

.wrapped-egg {
    width: 22vw;
    position: absolute;
    left: 2vw;
    bottom: 62vw;
}

.wrapped-egg span {
    padding-bottom: 130%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/wrapped-egg_MOBILE.png") no-repeat center;
    background-size: contain;
}

.button-container button {
    background-color: var(--reeses-brown);
    border: none;
    border-radius: 10vw;
    font-size: 4.5vw;
    font-weight: 800;
    padding-block: 2vw;
    padding-inline: 3vw;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.25);
    color: white;
    text-align: center;
    margin-top: 5vw;
    font-family: riffle-sans, sans-serif;
}

.button-container a {
    text-decoration: none;
    cursor: pointer !important;
}

button {
    cursor: pointer !important;
    z-index: 10000 !important;
}

.button-container p {
    background-color: var(--reeses-brown);
    border: none;
    border-radius: 10vw;
    font-size: 4.5vw;
    font-weight: 800;
    padding-block: 2vw;
    padding-inline: 3vw;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.25);
    color: white;
    text-align: center;
    margin-top: 5vw;
    font-family: riffle-sans, sans-serif;
}

.learn-more-section {
    display: flex;
    justify-content: center;
}

footer {
    padding-block: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .button-container {
    margin-bottom: 6vw;
}

footer h4 {
    color: var(--reeses-brown);
    margin-top: 0;
    margin-bottom: 4vw;

}

footer>div>div {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

footer a>img {
    height: 8vw;
    width: 8vw;
}

.page-content {
    background-color: var(--reeses-orange);
    padding: 19vw 0;
    clip-path: polygon(0 0, 150% 11vw, 100% 100%, 0 100%);
    margin-top: -13vw;
}

.hidden-desktop {
    display: block;
}

.hidden-mobile {
    display: none;
}

.page-heading {
    background-color: var(--reeses-brown);
    margin-top: -25.1vw;
    padding-bottom: 18vw;
    padding-inline: 6vw;
    padding-top: 25vw;
}

.page-heading h1 {
    margin-block: 1vw;
    color: var(--reeses-yellow);
    line-height: 9vw;
}

.page-heading h1>span {
    font-size: 9.7vw;
}

.page-heading h2 {
    margin: 0;
    color: var(--reeses-orange);
    font-size: 4.5vw;
}

.page-heading h5 {
    color: var(--reeses-orange);
    margin: 0;
}

.golden-egg-icon {
    width: 21vw;
}

.golden-egg-icon span {
    padding-bottom: 100%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/golden-egg-icon_MOBILE.png") no-repeat center;
    background-size: contain;
}

.doors-info {
    display: flex;
    align-items: center;
}

.doors-info h4 {
    color: white;
    font-weight: 600;
    font-size: 5vw;
    width: fit-content;
}

.page-content-container {
    padding-inline: 4vw;
}

.doors-container {
    display: flex;
    justify-content: center;
    gap: 4vw;
}

.door {
    width: 26vw;
}

.door-1 span {
    padding-bottom: 100%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/door-1_MOBILE.png") no-repeat center;
    background-size: contain;
}

.door-2 span {
    padding-bottom: 100%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/door-2_MOBILE.png") no-repeat center;
    background-size: contain;
}

.door-3 span {
    padding-bottom: 100%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/door-3_MOBILE.png") no-repeat center;
    background-size: contain;
}

.palm-tree-orange {
    width: 27vw;
    position: absolute;
    right: 0;
    top: 76vw;
}

.palm-tree-orange span {
    padding-bottom: 155%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/palm-tree-orange.svg") no-repeat center;
    background-size: contain;
}

app-page-block-form .mat-raised-button {
    border: solid 0.1em var(--reeses-yellow) !important;
}

.packshots-confetti {
    width: 89vw;
    position: relative;
}

.packshots-confetti span {
    padding-bottom: 69%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/pack-shots-confetti_MOBILE.png") no-repeat center;
    background-size: contain;
}

app-page-block {
    overflow-y: unset !important;
}

app-page-block mat-card {
    margin-bottom: -3vw !important;
    background: transparent !important;
}

app-page-block .navButton b i {
    background: var(--reeses-yellow) !important;
}

app-page-block nav.open {
    z-index: 2000 !important;
    background: var(--reeses-brown) !important;
    width: 75vw !important;
    position: fixed !important;
}

app-page-block nav {
    max-width: 75vw !important;

}

app-page-block nav a {
    font-size: 6vw !important;
    padding: 3vw !important;
}

app-page-block nav a mat-icon {
    height: 7vw !important;
    width: 7vw !important;
    top: 0 !important;
}

app-page-block nav a .material-icons {
    font-size: 8vw !important;
}

app-page-block nav .links {
    border: none !important;
}

app-page-block nav .links a {
    border: none !important;
}

app-page-block nav {
    box-shadow: -1vw 0 2vw rgba(0, 0, 0, 0.4);
}

app-page-block .navButton b {
    width: 8vw !important;
    height: 4.8vw !important;
}

app-page-block .navButton b i {
    height: 0.9vw !important;
}

app-page-block .navButton b i:nth-child(2) {
    top: 2vw !important;
}

app-page-block .navButton b i:nth-child(3) {
    top: 2vw !important;
}

app-page-block .controls {
    right: 2vw !important;
    top: 3vw !important;
    width: 9vw !important;
    height: 9vw !important;
    cursor: pointer !important;
}

app-page-block .controls p {
    margin: unset !important;
}


app-page-block .mat-card {
    box-shadow: none !important;
}

.enter-here-form-text {
    color: var(--reeses-yellow);
}

.bg-orange {
    background-color: var(--reeses-orange);
}

mat-dialog-container {
    background-color: var(--reeses-orange) !important;
}

.mat-dialog-container {}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #8f0b0b !important;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #8f0b0b !important;
}

.mat-error {
    color: #8f0b0b !important;
}

.invalid {
    border-top: 2px solid #8f0b0b !important;
    border-bottom: 2px solid #8f0b0b !important;
}

.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
    background-color: var(--reeses-brown) !important;
}

.mat-raised-button {
    padding: 0px 43px !important;
    border-radius: 23px !important;
    font-weight: 800 !important;
    font-size: 1em !important;
}

.mat-flat-button.mat-accent,
.mat-raised-button.mat-accent,
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent {
    background-color: var(--reeses-brown) !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: white !important;
}

.mat-dialog-actions {
    justify-content: center !important;
}


form .question-content {
    max-width: unset;
}



.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: white !important;
    font-weight: 800;
    border-radius: unset !important;
    transition: border .3s ease;
}

.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-flex {
    border: 2px solid #8f0b0b;

}

.mat-form-field-underline {
    display: none !important;
}

.mat-checkbox-layout {
    align-items: start !important;
}

.mat-checkbox-inner-container {
    margin: unset !important;
    margin-top: 0px !important;
    margin-right: 10px !important;
    width: 23px !important;
    height: 23px !important;
    background: white;
    border-radius: 4px;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: transparent !important;
}

.mat-checkbox-checkmark-path {}

.invalid {
    border: none !important;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {}

/* makes bg transparent on form */

.mat-card {
    background: transparent !important;
    box-shadow: none !important;
}


mat-checkbox {
    margin: unset !important;
}

app-page-block-form-question-checkbox section {
    padding: 0 !important;
}




/* // mat-icon-stepper selected color change  */
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {}

/* //input outline color */
.mat-form-field-appearance-outline .mat-form-field-outline {
    color: var(--reeses-orange) !important;
    background: #fff !important;
    border-radius: 5px !important;
    /* // opacity: 1!important; */
}

/* 
//mat-input focused color */
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: var(--reeses-orange) !important;
}



/* // mat-input error outline color */
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #8f0b0b !important;
    opacity: 0.8 !important;
}

/* // mat-input carent color */
.mat-input-element,
.mat-form-field .mat-select-value {
    caret-color: var(--reeses-orange) !important;
    color: var(--reeses-orange) !important;
    font-family: riffle-sans, sans-serif !important;
    letter-spacing: 0;
}

/* // mat-input error carent color */
.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
    caret-color: var(--reeses-orange) !important;
}

/* // mat-label normal state style */
.mat-form-field-label {
    color: var(--reeses-orange) !important;
    font-family: riffle-sans, sans-serif !important;
    letter-spacing: 0;
    font-size: 18px;
}

/* // mat-label focused style */
.mat-form-field.mat-focused .mat-form-field-label {
    color: var(--reeses-orange) !important;
    font-family: riffle-sans, sans-serif !important;
    letter-spacing: 0;
}

/* // mat-label error style */
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: var(--reeses-orange) !important;
    font-family: riffle-sans, sans-serif !important;
    letter-spacing: 0;
}

.footer-short-terms {
    color: white;
    margin-inline: 1em;
    font-size: 3.5vw;
}




/* checkkbox border */
.page .mat-checkbox-frame,
app-preview-entrant .mat-checkbox-frame {
    border-color: var(--reeses-orange);
}

/* astrisk color */
.mat-form-field-required-marker {
    color: var(--reeses-orange);
}

.mat-form-field.mat-focused .mat-form-field-required-marker {
    color: var(--reeses-orange);
}


/* checkbox */
mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
    opacity: 0.03 !important;
    background-color: transparent !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: transparent !important
}

/* checkbox tick */
.mat-checkbox-checkmark-path {}

.best-before-date-modal h1 {
    line-height: 1em;
    font-size: 2.5em !important;
}

.codeBoxContainer {
    display: flex;
    justify-content: center;
}

.best-before-date-modal .example-image {
    width: 100%;
    max-width: 30em;
}

.best-before-date-modal .example-image i {
    padding-bottom: 158%;
    display: block;
    background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/best-before-example.jpg") no-repeat center;
    background-size: contain;
}

.mat-form-field-subscript-wrapper {
    margin-top: 1.8em;
}

.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
    /* padding: 0 1em; */
    padding: 0 0 !important;
}


app-page-block .mat-form-field-wrapper {
    padding-bottom: 0.1em;
}

.too-soon-too-late {
    text-align: center;
}

/* Desktop */
@media only screen and (min-width: 700px) {

    .too-soon-too-late {
        font-size: 2vw;
        margin-top: -3vw;
    }

    .hidden-desktop {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }

    h1 {
        font-size: 5vw;
        line-height: 3.2vw;
    }

    h2 {
        font-size: 2.45vw;
        line-height: 1;
    }

    h3 {
        font-size: 2vw;
        line-height: 1;
    }

    .header-image {
        width: 100%;
    }

    .header-image span {
        padding-bottom: 16.6%;
        display: block;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/header-desktop_DESKTOP.png") no-repeat center;
        background-size: contain;
    }

    .reeses-easter-eggs span {
        padding-bottom: 35%;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/pack-shots-section_DESKTOP.png") no-repeat center;
        background-size: contain;
    }

    .container {
        display: flex;
        flex-direction: column;
    }

    .uk-enter-button button {
        border: solid 0.3vw var(--reeses-brown);
        background-color: var(--reeses-yellow);
        display: flex;
        align-items: center;
        border-radius: 10vw;
        font-size: 1.75vw;
        font-weight: 700;
        padding-block: 0vw;
        padding-inline: 0.75vw;
        box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.25);
        color: var(--reeses-brown);
        font-family: riffle-sans, sans-serif;
        cursor: pointer;
    }

    .uk-enter-button button span img {
        width: 2vw;
        height: 2vw;
    }

    .uk-enter-button button span {
        margin-right: 0.5vw;
    }

    .roi-enter-button button {
        border: solid 0.3vw var(--reeses-yellow);
        background-color: var(--reeses-orange);
        display: flex;
        align-items: center;
        border-radius: 10vw;
        font-size: 2vw;
        font-weight: 700;
        padding-block: 0;
        padding-inline: 1vw;
        box-shadow: 0 0.5vw 0.5vw rgba(0, 0, 0, 0.25);
        color: white;
        font-family: riffle-sans, sans-serif;
        margin-top: 0.5vw;
    }

    .roi-enter-button button span img {
        width: 2vw;
        height: 2vw;
    }

    .desktop-enter-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -5vw;
        margin-bottom: 29vw;
        padding-top: 10vw;
        padding-bottom: 11vw;
        background: linear-gradient(108deg, rgba(233, 82, 29, 1) 55%, rgba(89, 46, 44, 1) 45%);
    }

    .desktop-enter-section>h3 {
        text-align: center;
        color: var(--reeses-brown);
        position: absolute;
        top: 12vw;
        font-size: 1.5vw;
    }

    .desktop-enter-section>div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 28vw;
        width: fit-content;
    }

    .roi-enter-desktop {
        height: 100%;
    }

    .uk-enter-desktop>h1 {
        color: var(--reeses-yellow);
        margin: 0;
    }

    .uk-enter-desktop>h1>span {
        font-size: 4.4vw;
        line-height: 5vw;
    }

    .uk-enter-desktop>h2 {
        color: white;
        margin: 0;
    }

    .roi-enter-desktop {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .roi-enter-desktop>h1 {
        color: var(--reeses-cream);
        margin: 0;
        line-height: 3.7vw;
    }

    .roi-enter-desktop>h1>span {
        font-size: 3.8vw;
    }

    .palm-tree-desktop {
        width: 36vw;
        position: absolute;
        top: 20.7vw;
        left: 33vw;
        pointer-events: none;
    }

    .best-before-date-modal .example-image {
        width: 100%;
        max-width: 18em;
    }

    .palm-tree-desktop span {
        padding-bottom: 100%;
        display: block;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/palm-tree.svg") no-repeat center;
        background-size: contain;
    }

    .chocolate-bunnies-desktop {
        width: 11vw;
        position: absolute;
        top: 25vw;
        right: 13vw;
    }

    .chocolate-bunnies-desktop span {
        padding-bottom: 100%;
        display: block;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/chocolate-bunnies_DESKTOP.png") no-repeat center;
        background-size: contain;
    }

    .chocolate-egg-desktop {
        width: 16vw;
        position: absolute;
        top: 34vw;
        right: 4vw;
        z-index: 200;
    }

    .footer-short-terms {
        font-size: 1vw;
    }

    .chocolate-egg-desktop span {
        padding-bottom: 100%;
        display: block;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/chocolate-eggs_DESKTOP.png") no-repeat center;
        background-size: contain;
    }

    .uk-enter-button {
        margin-top: 0.5vw;
        margin-bottom: 0;
    }

    .roi-enter-button button span {
        margin-right: 0.5vw;
    }

    footer h4 {
        font-size: 2.5vw;
        margin-bottom: 2vw;
    }

    footer div {
        gap: 1vw;
    }

    footer a>img {
        height: 3vw;
        width: 3vw;
    }

    .button-container button {
        font-size: 1.75vw;
        padding-block: 1vw;
        padding-inline: 4vw;
        margin-top: 1vw;
    }

    .button-container p {
        font-size: 1.75vw;
        padding-block: 1vw;
        padding-inline: 4vw;
        margin-top: 1vw;
    }

    footer .button-container {
        margin-bottom: 2vw;
    }

    .packshots-section {
        height: unset;
    }

    .wrapped-egg {
        width: 15vw;
        bottom: 23vw;
    }

    .page-heading h1 {
        font-size: 5vw;
        line-height: 4vw;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
    }

    .page-heading h1>span {
        font-size: 4.5vw;
    }

    .page-heading>h5 {
        font-size: 2vw;
        line-height: 1vw;
    }

    .page-heading>h2 {
        font-size: 2.5vw;
    }

    .page-heading {
        padding-top: 29vw;
        padding-inline: 11vw;
    }

    .page-content {
        clip-path: polygon(0 0, 150% 6vw, 100% 100%, 0 100%);
    }

    .page-heading>.palm-tree-bunnies-orange {
        width: 37vw;
        position: absolute;
        right: 6vw;
        top: 18vw;
        z-index: 1;
    }

    .page-heading>.palm-tree-bunnies-orange>span {
        display: block;
        padding-bottom: 104%;
        background: url("https://cdn.promo-now.com/site-files/693847e90fe8e0cbf4109444/palm-tree-bunnies-orange_DESKTOP.png") no-repeat center;
        background-size: contain;
    }







    app-page-block nav.open {
        width: 33.75vw !important;
        /* 75 * 0.45 */
    }

    app-page-block nav {
        max-width: 33.75vw !important;
    }

    app-page-block nav a {
        font-size: 2.7vw !important;
        /* 6 * 0.45 */
        padding: 1.35vw !important;
        /* 3 * 0.45 */
    }

    app-page-block nav a mat-icon {
        height: 3.15vw !important;
        /* 7 * 0.45 */
        width: 3.15vw !important;
        top: 0 !important;
    }

    app-page-block nav a .material-icons {
        font-size: 3.6vw !important;
        /* 8 * 0.45 */
    }

    app-page-block nav {
        box-shadow: -0.45vw 0 0.9vw rgba(0, 0, 0, 0.4);
        /* -1, 2 → scaled */
    }

    app-page-block .navButton b {
        width: 3.6vw !important;
        /* 8 * 0.45 */
        height: 2.2vw !important;
        /* 4.8 * 0.45 */
    }

    app-page-block .navButton b i {
        height: 0.405vw !important;
        /* 0.9 * 0.45 */
    }

    app-page-block .navButton b i:nth-child(2) {
        top: 0.9vw !important;
        /* 2 * 0.45 */
    }

    app-page-block .navButton b i:nth-child(3) {
        top: 0.9vw !important;
    }

    app-page-block .controls {
        right: 0.9vw !important;
        /* 2 * 0.45 */
        top: 1.6vw !important;
        /* 8 * 0.45 */
        width: 4.05vw !important;
        /* 9 * 0.45 */
        height: 4.05vw !important;
    }


    .enter-here-form-text {
        font-size: 3vw !important;
    }
}
mat-form-field {
    color: var(--reeses-orange) !important;
}