/** Enter **/
.form-background {
    background: url('../img/enter-background-mobile.jpg') repeat-y;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

.desktop-br {
    display: none;
}

.inputContainer label {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 2vw;
    letter-spacing: 0.2vw;
}

.checkboxContainer label {
    font-size: 3.2vw;
    font-weight: 300;
    line-height: 3.5vw;
}

.mandatoryFields {
    font-size: 3vw;
    padding-left: 6vw;
    font-weight: 300;
}

.inputContainer input {
    border: solid 0.1vw var(--purple) !important;
    border-radius: 1.5vw !important;
}

.inputContainer input::placeholder {
    font-size: 4vw;
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 300;
}

.formContainer .field {
    margin: 5vw 0;
}

.formContainer {
    color: var(--purple);
    margin: unset;
    max-width: unset;
}

.form-step-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 64vw;
}

.form-step-header:first-of-type {
    margin-top: 18vw;
}

.formContainer .focused {
    box-shadow: 0 0 1vw 0.1vw var(--light-purple);
}

.formContainer .error {
    font-size: 4vw;
    font-weight: 300;
}

.formContainer .error.active {
    display: flex;
    align-items: center;
}

.formContainer .error::before {
    content: '';
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background: url('../img/form-error-icon.svg') no-repeat center;
    background-size: contain;
}

.star-1 {
    width: 100%;
    max-width: 20vw;
}

.star-1 span {
    padding-bottom: 100%;
    display: block;
    background: url('../img/number-star-one-icon.svg') no-repeat center;
    background-size: contain;
}

.star-2 {
    width: 100%;
    max-width: 20vw;
}

.star-2 span {
    padding-bottom: 100%;
    display: block;
    background: url('../img/number-star-two-icon.svg') no-repeat center;
    background-size: contain;
}

.star-3 {
    width: 100%;
    max-width: 20vw;
}

.star-3 span {
    padding-bottom: 100%;
    display: block;
    background: url('../img/number-star-three-icon.svg') no-repeat center;
    background-size: contain;
}

.barcode-infographic {
    width: 100%;
    max-width: 68vw;
    margin-inline: auto;
}

.barcode-infographic span {
    padding-bottom: 100%;
    display: block;
    background: url('../img/barcode-infographic.png') no-repeat center;
    background-size: contain;
}

.form-step-header h1 {
    line-height: 1;
    font-weight: 700;
    font-size: 9.5vw;
    margin-block: 1vw;
    color: white;
    text-shadow: 0 1.5vw rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5vw;
}

.form-background-container {
    background-color: white;
    border-radius: 2vw;
    margin-inline: 6vw;
    padding: 4vw;
    margin-top: 9vw;
    position: relative;
    z-index: 1;
}

.formContainer input[type='text'] {
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    letter-spacing: 0.3vw;
    padding: 2.5vw;
}

.buttonContainer button {
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    border-radius: 8vw;
    border: none;
    padding: 3vw;
    width: 80%;
    color: #3c2c76;
    text-decoration: none;
    font-weight: 600;
    font-family: 'canada-type-gibson', sans-serif;
    letter-spacing: 1vw;
    font-size: 4vw;
}

.buttonContainer {
    display: flex;
    justify-content: center;
    padding-block: 8vw;
    margin: 0;
    z-index: 1;
}

.heroes-icon {
    width: 100%;
    max-width: 74vw;
    margin-inline: auto;
}

.heroes-icon span {
    padding-bottom: 90%;
    display: block;
    background: url('../img/heroes-icon-with-flake.png') no-repeat center;
    background-size: cover;
}

.flake-pack-enter {
    position: absolute;
    top: 57vw;
    right: -17vw;
    width: 63vw;
    height: 44vw;
    background: url(/img/bars/flake.png) no-repeat center;
    background-size: contain;
    transform: rotate(36deg);
}

.fudge-pack-enter {
    position: absolute;
    top: 175vw;
    left: -15vw;
    width: 76vw;
    height: 69vw;
    background: url(/img/bars/fudge.png) no-repeat center;
    background-size: contain;
    transform: rotate(33deg);
}

.twirl-pack-enter {
    position: absolute;
    top: 458vw;
    right: -26vw;
    width: 80vw;
    height: 66vw;
    background: url(/img/bars/twirl.png) no-repeat center;
    background-size: contain;
    transform: rotate(4deg);
}

.padding-bottom-enter {
    padding-bottom: 86vw;
}

.crunchie-pack-enter {
    position: absolute;
    top: 769vw;
    left: -14vw;
    width: 61vw;
    height: 48vw;
    background: url(/img/bars/cunchie.png) no-repeat center;
    background-size: contain;
    transform: rotate(327deg);
}

/** Enter Desktop **/
@media only screen and (min-width: 800px) {
    .form-step-header {
        margin-top: 10vw;
    }

    .form-step-header:first-of-type {
        margin-top: 0;
    }

    .form-step-header h1 {
        font-size: 3.5vw;
        text-shadow: 0 0.75vw rgba(0, 0, 0, 0.4);
        letter-spacing: 0.3vw;
    }

    .form-background-container {
        margin-inline: 32vw;
        padding-block: 2vw;
        padding-inline: 2vw;
        margin-top: 2vw;
    }

    .barcode-infographic {
        max-width: 20vw;
    }

    .star-1 {
        max-width: 7vw;
    }

    .star-2 {
        max-width: 7vw;
    }

    .star-3 {
        max-width: 7vw;
    }

    .inputContainer label {
        font-size: 1.5vw;
        margin-bottom: 0.5vw;
        letter-spacing: 0.05vw;
    }

    .inputContainer input {
        border-radius: 1vw !important;
    }

    .formContainer .field {
        margin: 2vw 0;
    }

    .inputContainer input::placeholder {
        font-size: 1.5vw;
    }

    .formContainer .error {
        font-size: 1.25vw;
    }

    .formContainer input[type='text'] {
        font-family: 'canada-type-gibson', sans-serif;
        font-weight: 300;
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        padding-block: 0.75vw;
        padding-inline: 1vw;
    }

    .formContainer .error::before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .formContainer .focused {
        box-shadow: 0 0 0.2vw 0.1vw var(--light-purple);
    }

    .checkboxContainer label {
        line-height: 1.5vw;
        font-size: 1vw;
    }

    .formContainer .checkboxContainer > a {
        line-height: 0;
        width: 2vw;
        height: 2vw;
        border-radius: 0.5vw;
    }

    .formContainer .checkboxContainer > a i {
        font-size: 1.5vw;
    }

    .formContainer .checkboxContainer {
        padding: 0 0 0 3vw;
    }

    .mandatoryFields {
        font-size: 1vw;
        padding-left: 3vw;
    }

    .buttonContainer button {
        border-radius: 4vw;
        padding-block: 1vw;
        letter-spacing: 0.25vw;
        font-size: 1.5vw;
        width: 30%;
        font-weight: 600;
    }

    .buttonContainer {
        justify-content: center;
        padding-block: 2.5vw;
    }

    .heroes-icon {
        max-width: 24vw;
    }

    .desktop-br {
        display: block;
    }

    .mobile-br {
        display: none;
    }

    .form-background {
        background: url('../img/enter-background-desktop.jpg') repeat-y;
        background-size: 100vw 286vw;
    }

    .heroes-icon span {
        background: url('../img/heroes-icon-with-flake-desktop.png') no-repeat center;
        background-size: cover;
    }

    .fudge-pack-enter {
        top: 57vw;
        left: 18vw;
        width: 24vw;
        height: 22vw;
        transform: rotate(36deg);
    }

    .twirl-pack-enter {
        top: 149vw;
        right: 14vw;
        width: 27vw;
        height: 22vw;
        transform: rotate(4deg);
    }

    .flake-pack-enter {
        top: 17vw;
        right: 17vw;
        width: 21vw;
        height: 13vw;
        transform: rotate(36deg);
    }

    .crunchie-pack-enter {
        top: 232vw;
        left: 68vw;
        width: 19vw;
        height: 15vw;
        transform: rotate(19deg);
    }

    .padding-bottom-enter {
        padding-bottom: 20vw;
    }
}

/** Faqs **/
.faqs-container {
    background-color: var(--purple);
}

.faqs-header {
    background: url('../img/faqs-header-background-mobile.jpg') no-repeat center;
    background-size: cover;
}

.faqs-header h1 {
    margin: 0;
    text-align: center;
    font-size: 16vw;
    font-weight: 500;
    padding-bottom: 16vw;
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heroes-pack-faqs {
    width: 100%;
    max-width: 40vw;
    margin-inline: auto;
}

.heroes-pack-faqs span {
    padding-bottom: 100%;
    display: block;
    background: url('../img/heroes-pack.png') no-repeat center;
    background-size: cover;
}

.back-button {
    position: absolute;
    top: 5vw;
    left: 5vw;
    width: 7vw;
    height: 7vw;
    background: url(../img/back-icon.svg) no-repeat center;
    background-size: contain;
}

.back-button span {
    display: none;
}

.faqs {
    margin-inline: 6vw;
    padding-bottom: 12vw;
}

.faqs h1 {
    text-align: center;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
    padding-block: 8vw;
}

.faqs .faq > a {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: unset;
    font-weight: 600;
    padding-block: 11vw;
    padding-inline: 1vw;
    font-size: 5vw;
    border-top: 0.75vw white solid;
    border-radius: 0;
}

.faqs .faq > a span {
    min-width: 7vw;
    background: url('../img/plus-icon.svg') no-repeat center;
    background-size: contain;
    width: 7vw;
    height: 7vw;
}

.faqs .faq.open > a {
    border-top: 0.75vw solid;
    border-image: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2) 1;
}

.faqs .faq.open > a span {
    background: url('../img/minus-icon.svg') no-repeat center;
    background-size: contain;
    width: 7vw;
    height: 7vw;
}

.faqs .faq > div > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: unset;
    border-radius: unset;
    font-size: 4.5vw;
}

.faqs .faq > div > div:before {
    padding-top: 0;
    margin-bottom: 0;
}

.faqs .faq > div > div:after {
    padding-bottom: 0;
    margin-top: 0;
}

.faqs .faq > div > div {
    padding-bottom: 6vw;
    padding-top: 0;
}

/** Faqs Desktop **/
@media only screen and (min-width: 800px) {
    .faqs-header {
        background: url('../img/faqs-header-background-desktop.jpg') no-repeat center;
        background-size: contain;
    }

    .heroes-pack-faqs {
        max-width: 17vw;
    }

    .faqs-header h1 {
        margin-top: -4vw;
        font-size: 6vw;
        padding-bottom: 5.3vw;
        font-weight: 600;
    }

    .back-button span {
        display: block;
        position: absolute;
        top: 0.25vw;
        right: -4vw;
        font-size: 1.5vw;
        font-weight: 500;
    }

    .back-button {
        top: 6vw;
        left: 18vw;
        width: 3vw;
        height: 3vw;
    }

    .faqs h1 {
        font-size: 3vw;
        letter-spacing: 0.2vw;
        padding-top: 6vw;
        padding-bottom: 2vw;
        margin: 0;
    }

    .faqs .faq > a {
        padding-block: 3vw;
        padding-inline: 0;
        font-size: 1.5vw;
        border-top: 0.2vw white solid;
        letter-spacing: 0.1vw;
    }
    
    .faqs .faq.open > a {
        border-top: 0.2vw solid;
    }

    .faqs .faq > a span {
        width: 3vw;
        height: 3vw;
        min-width: 3vw;
    }

    .faqs .faq.open > a span {
        width: 3vw;
        height: 3vw;
        min-width: 3vw;
    }

    .faqs .faq > div > div {
        border-top: 0;
        font-size: 1.5vw;
        padding-top: 0;
        padding-bottom: 3vw;
    }

    .faqs {
        margin-inline: 18vw;
        padding-bottom: 4vw;
    }
}

/** Age Gate **/
.ageGate {
    background-color: #290051;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ageGate-card {
    background: var(--purple);
    margin-inline: auto;
    border: double 1.25vw transparent;
    width: 90vw;
    height: fit-content;
    border-radius: 4vw;
    background-image: linear-gradient(var(--purple), var(--purple)), linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    background-origin: border-box;
    background-clip: content-box, border-box;
    text-align: center;
}

.ageGate-card > div {
    padding-block: 8vw;
    padding-inline: 6vw;
}

.ageGate-card h1 {
    font-size: 10vw;
    letter-spacing: 1vw;
    margin: 0;
    font-weight: 700;
    line-height: 10vw;
}
.ageGate-card p {
    font-size: 5.5vw;
    font-weight: 200;
}

.ageGate-card p span {
    color: #ebc373;
}

.ageGateLinks {
    display: flex;
    flex-direction: column;
    gap: 7vw;
}
.ageGateLinks a:first-of-type {
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    color: var(--purple);
    font-weight: 600;
}

.ageGateLinks a {
    background-color: #7846a2;
    font-size: 4vw;
    letter-spacing: 1vw;
    font-weight: 500;
    padding-block: 2vw;
    border-radius: 16vw;
    text-decoration-line: none;
}

/** Age Gate Mobile **/
@media only screen and (orientation: landscape) {
    .ageGate-card {
        border: double 0.25vw transparent;
        width: 42vw;
        border-radius: 1vw;
    }

    .ageGate-card h1 {
        font-size: 3vw;
        line-height: 3vw;
        letter-spacing: 0.4vw;
    }

    .ageGate-card p {
        font-size: 1.25vw;
    }

    .ageGateLinks {
        gap: 1vw;
    }

    .ageGateLinks a {
        font-size: 1.25vw;
        letter-spacing: 0.2vw;
        padding-block: 0.75vw;
    }

    .ageGate-card > div {
        padding-block: 2vw;
        padding-inline: 6vw;
    }
    
    .ageGate {
        height: 100vh;
    }
    
}

@media only screen and (orientation: portrait) and (min-width: 700px) {
    .ageGate {
        height: 135vw;
    }
}

/** Success Mobile **/
.heroes-pack-success {
    width: 100%;
    max-width: 97vw;
    margin-inline: auto;
}

.prize-text {
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent; 
    margin-top: -15vw;
}


.gradient-text {
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.prize-text h1 {
    margin-top: 0;
    margin-bottom: 7vw;
    font-size: 13vw;
    line-height: 13vw;
}

.heroes-pack-success span {
    padding-bottom: 86%;
    display: block;
    background: url('../img/success-header-mobile.png') no-repeat center;
    background-size: cover;
}

.success-header {
    background: url('../img/success-mobile-background.png') no-repeat center;
    background-size: cover;
    text-align: center;
    padding-bottom: 37vw;
}

.success-header .lower h3 {
    margin-top: 5vw;
    color: white;
    font-size: 6.5vw;
}

.success-header p {
    font-size: 4vw;
    font-weight: 200;
    letter-spacing: 0.5vw;
    margin-inline: 10vw;
}

.success-bottom {
    padding-top: 30vw;
    background: url('../img/success-bottom-mobile.png') no-repeat center;
    background-size: cover;
    margin-top: -22vw;
    z-index: -1;
    position: relative;
    padding-bottom: 16vw;
}

.gold-divider {
    background: linear-gradient(90deg, #f1cd76 2%, #ffecb2 42%, #d0a651 71%, #ffecb2);
    height: 1vw;
    position: absolute;
    width: 120vw;
    transform: rotate(347deg);
    overflow-x: hidden;
    top: 208vw;
    left: -3vw;
}

.success-container {
    overflow-x: hidden;
    position: relative;
}

.flake-pack-success {
    position: absolute;
    top: 172vw;
    left: -14vw;
    width: 56vw;
    height: 36vw;
    background: url(/img/bars/flake.png) no-repeat center;
    background-size: contain;
    transform: rotate(30deg);
}

.crunchie-pack-success {
    position: absolute;
    top: 167vw;
    right: -9vw;
    width: 56vw;
    height: 36vw;
    background: url(/img/bars/cunchie.png) no-repeat center;
    background-size: contain;
    transform: rotate(338deg);
}

.success-bottom .card-1 {
    background: var(--purple);
    margin-inline: 6vw;
    border-radius: 5vw;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 6vw;
    padding-inline: 5vw;
    box-shadow: #0000004f 0 1.5vw 2vw;
}

.success-bottom .card-1 h3 {
    color: #ebc373;
    font-size: 8vw;
    font-weight: 500;
}

.success-bottom .card-1 p {
    font-size: 4.5vw;
    font-weight: 300;
}

.success-bottom .card-1 .button-container a {
    padding: 2vw 11vw;
}

.cadbury-heroes-card {
    margin-top: 12vw;
    background-color: white;
    margin-inline: 6vw;
    border-radius: 5vw;
    text-align: center;
    color: var(--purple);
    box-shadow: #0000004f 0 1.5vw 2vw;
}

.cadbury-heroes-card h3 {
    font-size: 7vw;
    font-weight: 600;
}

.cadbury-heroes-card p {
    font-size: 4.5vw;
    font-weight: 300;
}

.cadbury-heroes-card .card-content {
    padding-block: 4vw;
    padding-inline: 8vw;
}

.cadbury-heroes-card .button-container {
    margin-inline: 5vw;
    margin-bottom: 0;
    margin-top: -1vw;
    padding-bottom: 10vw;
}

.cadbury-heroes-card .card-topper-img {
    width: 100%;
    max-width: 88vw;
}

.cadbury-heroes-card .card-topper-img span {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    padding-bottom: 92%;
    display: block;
    background: url('../img/heroes-shop-now-card-img-mobile.png') no-repeat center;
    background-size: cover;
}

.heroes-pack-loss {
    width: 100%;
    max-width: 66vw;
    margin-inline: auto;
}

.heroes-pack-loss span {
    padding-bottom: 93%;
    display: block;
    background: url('../img/heroes-icon-with-flake.png') no-repeat center;
    background-size: cover;
}

.loss-container {
    background: url(../img/loss-mobile-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-bottom: 45vw;
    overflow: hidden;
    position: relative;
}

.loss-header > .lower {
    margin-inline: 10vw;
    margin-top: 20vw;
}

.flake-pack-loss {
    position: absolute;
    top: 323vw;
    right: -10vw;
    width: 63vw;
    height: 42vw;
    background: url(/img/bars/flake.png) no-repeat center;
    background-size: contain;
    transform: rotate(30deg);
}

.creme-pack-loss {
    position: absolute;
    top: 317vw;
    left: -21vw;
    width: 62vw;
    height: 48vw;
    background: url(/img/bars/creme-egg.png) no-repeat center;
    background-size: contain;
    transform: rotate(357deg);
}

.fudge-pack-loss {
    position: absolute;
    top: 34vw;
    left: -28vw;
    width: 66vw;
    height: 58vw;
    background: url(/img/bars/fudge.png) no-repeat center;
    background-size: contain;
    transform: rotate(359deg);
}

/** Success Desktop **/
@media only screen and (min-width: 800px) {
    
    .prize-text {
        margin-top: -53vw;
    }
    
    .lower {
        margin-top: -4vw;
    }
    
    .prize-text h1 {
        margin-top: 2vw;
        margin-bottom: 7vw;
        font-size: 8vw;
        line-height: 7vw;
    }
    
    .prize-text h3 {
        font-size: 4vw;
    }
    
    .flake-pack-success {
        display: none;
    }
    
    .crunchie-pack-success {
        display: none;
    }
    
    .heroes-pack-success {
        max-width: 100vw;
    }

    .heroes-pack-success span {
        padding-bottom: 81%;
        background: url('../img/success-header-desktop.png') no-repeat center;
        background-size: cover;
    }

    .success-header .lower h3 {
        margin-top: 0;
        color: white;
        font-size: 2.5vw;
    }

    .success-header p {
        font-size: 1.3vw;
        font-weight: 200;
        letter-spacing: 0.1vw;
        margin-inline: 32vw;
        margin-top: 0;
        line-height: 2vw;
    }

    .success-header {
        background: url(../img/success-desktop-background.png) no-repeat center;
        background-size: cover;
        padding-bottom: 21vw;
        position: relative;
        z-index: 3;
    }

    .success-bottom {
        background: url(../img/success-bottom-desktop.png) no-repeat center;
        background-size: cover;
        padding-top: 11.6vw;
        margin-top: -25vw;
        padding-bottom: 26.5vw;
        z-index: unset;
    }

    .success-bottom .card-1 {
        padding-block: 0.5vw;
        margin-inline: 31vw;
        border-radius: 1vw;
        z-index: 5;
        position: relative;
        box-shadow: #0000004f 0 0.5vw 0.5vw;
    }

    .success-bottom .card-1 h3 {
        font-size: 3vw;
    }

    .success-bottom .card-1 p {
        font-size: 1vw;
    }

    .success-bottom .card-1 .button-container {
        margin: 3vw auto;
    }

    .success-bottom .card-1 .button-container a {
        padding: 1vw 5vw;
    }

    .cadbury-heroes-card .card-topper-img {
        width: 100%;
        max-width: 42vw;
    }

    .cadbury-heroes-card .card-topper-img span {
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw;
        padding-bottom: 51%;
        background: url('../img/heroes-shop-now-card-img.jpg') no-repeat center;
        background-size: cover;
    }

    .cadbury-heroes-card {
        margin-inline: 31vw;
    }

    .cadbury-heroes-card h3 {
        font-size: 3vw;
    }

    .cadbury-heroes-card p {
        font-size: 1.5vw;
        margin-top: 2vw;
        margin-bottom: 4vw;
    }

    .cadbury-heroes-card .button-container {
        padding-bottom: 3vw;
    }

    .cadbury-heroes-card {
        border-radius: 1vw;
        margin-top: 3vw;
        box-shadow: #0000004f 0 0.5vw 0.5vw; 
    }

    .cadbury-heroes-card .card-content {
        padding-block: 1vw;
        padding-inline: 4vw;
    }

    .gold-divider {
        height: 0.5vw;
        overflow-x: hidden;
        top: 75vw;
        z-index: 4;
        transform: rotate(347.5deg);
    }

    .loss-container {
        background: url(../img/loss-desktop-background.jpg) no-repeat top;
        background-size: cover;
        text-align: center;
        padding-bottom: 10vw;
    }

    .heroes-pack-loss {
        max-width: 23vw;
    }

    .heroes-pack-loss span {
        padding-bottom: 93%;
        display: block;
        background: url('../img/heroes-icon-with-flake-desktop.png') no-repeat center;
        background-size: cover;
    }

    .loss-header > .lower {
        margin-top: 0;
        margin-inline: 0;
    }

    .loss-header > .lower > h3 {
        font-size: 5vw;
        line-height: 4vw;
    }

    .loss-header > .lower > p {
        max-width: 29vw;
        margin-inline: auto;
        font-size: 1.5vw;
    }

    .flake-pack-loss {
        top: -4vw;
        right: 3vw;
        width: 19vw;
        height: 42vw;
        transform: rotate(4deg);
    }

    .wispa-pack-loss {
        position: absolute;
        top: 14vw;
        left: -15vw;
        width: 57vw;
        height: 18vw;
        background: url(/img/bars/wispa.png) no-repeat center;
        background-size: contain;
        transform: rotate(359deg);
    }

    .caramel-pack-loss {
        position: absolute;
        top: 64vw;
        right: -15vw;
        width: 55vw;
        height: 16vw;
        background: url(/img/bars/caramel.png) no-repeat center;
        background-size: contain;
        transform: rotate(359deg);
    }

    .fudge-pack-loss {
        top: 51vw;
        left: 2vw;
        width: 20vw;
        height: 58vw;
        transform: rotate(359deg);
    }

    .creme-pack-loss {
        display: none;
    }
}

/** Claim Mobile **/
.claim-container .crunchie-pack-enter {
    display: none;
}

.claim-container .form-step-header:first-of-type {
    margin-top: 26vw;
}

@media only screen and (min-width: 800px) {
    .claim-container .form-step-header:first-of-type {
        margin-top: 7vw;
    }
}

.formContainer select {
    border: solid 0.1vw var(--purple) !important;
    border-radius: 1.5vw !important;
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    letter-spacing: 0.3vw;
    padding: 2.5vw;}

@media only screen and (min-width: 800px) {
    .formContainer select {
        border-radius: 1vw !important;
        font-family: 'canada-type-gibson', sans-serif;
        font-weight: 300;
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        padding-block: 0.75vw;
        padding-inline: 1vw;
    }

    .formContainer select::placeholder {
        font-size: 1.5vw;
    }
}
