@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

@font-face {
    font-family: Unilever Shilling;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/UnileverShilling.ttf) format("truetype")
}

@font-face {
    font-family: Unilever Shilling;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/UnileverShilling-Bd.ttf) format("truetype")
}

@font-face {
    font-family: Unilever Shilling;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/UnileverShilling-Md.ttf) format("truetype")
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Lexend, sans-serif;
    text-rendering: optimizeLegibility
}

body .unilever-shilling,
html .unilever-shilling {
    font-family: Unilever Shilling, sans-serif
}

body p,
html p {
    font-weight: 300
}

body .bold,
body b,
body strong,
html .bold,
html b,
html strong {
    font-weight: 700
}

body .text-centeer,
body .txt-center,
html .text-centeer,
html .txt-center {
    text-align: center
}

body .text-right,
body .txt-right,
html .text-right,
html .txt-right {
    text-align: right
}

body .white-txt,
html .white-txt {
    color: #fff
}

body {
    min-height: 100vh
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    padding: 0
}

body *,
html * {
    box-sizing: border-box
}

body figure,
html figure {
    margin: 0;
    padding: 0
}

body .hidden,
html .hidden {
    display: none
}

body .img-holder img,
body .img-holder picture,
body .img-holder svg,
html .img-holder img,
html .img-holder picture,
html .img-holder svg {
    display: block;
    height: auto;
    width: 100%
}

body .img-holder.bg-mode,
html .img-holder.bg-mode {
    overflow: hidden
}

body .img-holder.bg-mode img,
body .img-holder.bg-mode picture,
html .img-holder.bg-mode img,
html .img-holder.bg-mode picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

body video,
html video {
    display: block;
    max-width: 100%
}

body video[poster],
html video[poster] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

body .container,
html .container {
    margin: 0 auto;
    max-width: 100%;
    width: 1200px
}

body .btn,
html .btn {
    background-color: #ff5a00;
    border: none;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 12px 12px 0;
    padding: 0 16px;
    white-space: nowrap
}

body .btn:last-child,
html .btn:last-child {
    margin-right: 0
}

body .btn.btn-block,
html .btn.btn-block {
    display: block;
    text-align: center;
    width: 100%
}

body .btn.ico-txt-btn,
html .btn.ico-txt-btn {
    gap: 6px;
    align-items: center;
    display: inline-flex;
    height: 44px
}

body .btn.ico-txt-btn.btn-block,
html .btn.ico-txt-btn.btn-block {
    display: flex;
    justify-content: center;
    width: 100%
}

body .btn.ico-txt-btn .ico,
html .btn.ico-txt-btn .ico {
    margin-right: 6px;
    vertical-align: sub
}

body .gap-10,
html .gap-10 {
    height: 10px
}

body .gap-20,
html .gap-20 {
    height: 20px
}

body .gap-30,
html .gap-30 {
    height: 30px
}

body .gap-40,
html .gap-40 {
    height: 40px
}

body .gap-50,
html .gap-50 {
    height: 50px
}

body .gap-60,
html .gap-60 {
    height: 60px
}

body .gap-70,
html .gap-70 {
    height: 70px
}

body .gap-80,
html .gap-80 {
    height: 80px
}

body .gap-90,
html .gap-90 {
    height: 90px
}

body .gap-100,
html .gap-100 {
    height: 100px
}

@media only screen and (max-width:1440px) {

    body .container,
    html .container {
        width: 1200px
    }
}

@-webkit-keyframes waving {

    0%,
    to {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1.15)
    }

    99% {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes waving {

    0%,
    to {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1.15)
    }

    99% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.section-primary {
    overflow: hidden;
    position: relative
}

.section-primary .background-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-primary .background-layer .img-holder {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section-primary .background-layer .img-holder img {
    -o-object-position: top;
    object-position: top
}

.section-primary .content-layer {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 60px;
    position: relative;
    text-align: center;
    z-index: 1
}

.section-primary .content-layer .ufs-log {
    margin-bottom: 30px;
    width: 130px
}

.section-primary .content-layer .intro-desc {
    line-height: 1.5;
    margin-bottom: 30px
}

.section-primary .content-layer .headline-img {
    margin-bottom: 50px;
    max-width: calc(100% - 40px);
    width: 470px
}

.section-primary .content-layer .toggle-content-group {
    margin-bottom: 30px
}

.section-primary .content-layer .toggle-content-group .instruction {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.section-primary .content-layer .toggle-content-group .ufs-btn {
    background-color: #ff5a00;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    transition: all .3s ease-out;
    width: 100%
}

.section-primary .content-layer .toggle-content-group .ufs-btn:hover {
    opacity: .8
}

.section-primary .content-layer .toggle-content-group .form-holder .main-form {
    width: 500px
}

.section-primary .content-layer .toggle-content-group .form-holder .main-form input {
    border: 1px solid #fff;
    border-radius: 15px;
    display: block;
    height: 56px;
    line-height: 56px;
    margin-bottom: 12px;
    padding: 0 20px;
    text-align: center;
    width: 100%
}

.section-primary .content-layer .toggle-content-group .form-holder .main-form input:placeholder {
    color: #bbb;
    font-family: Lexend, sans-serif;
    font-weight: 16px
}

.section-primary .content-layer .toggle-content-group .form-holder .main-form .error {
    color: #ff5a00;
    display: none;
    font-size: 14px;
    margin: 5px 0 15px
}

.section-primary .content-layer .toggle-content-group .form-holder .main-form .error.err {
    display: block
}

.section-primary .content-layer .toggle-content-group .qr-holder {
    max-width: 100%;
    width: 500px
}

.section-primary .content-layer .toggle-content-group .qr-holder .qr-code-img {
    margin: 0 auto 30px;
    width: 100%
}

.section-primary .content-layer .event-info .info-group {
    margin-bottom: 20px
}

.section-primary .content-layer .event-info .info-group .label {
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline
}

.section-primary .content-layer .event-info .info-group .value {
    font-weight: 300;
    line-height: 1.5
}

@media only screen and (max-width:668px) {
    .section-primary .content-layer {
        min-height: calc(100vh - 100px);
        padding: 30px 0 48px
    }

    .section-primary .content-layer .ufs-log {
        margin-bottom: 30px;
        width: 100px
    }

    .section-primary .content-layer .intro-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .section-primary .content-layer .headline-img {
        margin: 0 auto 30px;
        max-width: calc(100% - 40px);
        width: 320px
    }

    .section-primary .content-layer .toggle-content-group {
        margin-bottom: 30px;
        width: calc(100% - 40px)
    }

    .section-primary .content-layer .toggle-content-group .instruction {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .section-primary .content-layer .toggle-content-group .ufs-btn {
        border-radius: 10px;
        font-size: 20px;
        height: 48px;
        line-height: 48px;
        padding: 0 10px
    }

    .section-primary .content-layer .toggle-content-group .form-holder .main-form {
        margin: 0 auto;
        width: 100%
    }

    .section-primary .content-layer .toggle-content-group .form-holder .main-form input {
        border-radius: 10px;
        height: 48px;
        line-height: 48px;
        margin-bottom: 10px;
        padding: 0 10px;
        width: 100%
    }

    .section-primary .content-layer .toggle-content-group .form-holder .main-form .error {
        display: none;
        font-size: 13px;
        margin: 4px 0 12px
    }

    .section-primary .content-layer .toggle-content-group .form-holder .main-form .error.err {
        display: block
    }

    .section-primary .content-layer .toggle-content-group .qr-holder {
        margin: 0 auto;
        max-width: 100%;
        width: 100%
    }

    .section-primary .content-layer .toggle-content-group .qr-holder .qr-code-img {
        margin: 0 auto 30px;
        width: 100%
    }

    .section-primary .content-layer .event-info .info-group {
        margin-bottom: 18px
    }

    .section-primary .content-layer .event-info .info-group .label {
        font-weight: 700;
        line-height: 1.5;
        text-decoration: underline
    }

    .section-primary .content-layer .event-info .info-group .value {
        font-weight: 300;
        line-height: 1.5
    }
}

.footer {
    background-color: #221d37
}

.footer .container {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 50px 0
}

.footer .container .right-col {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.footer .container .right-col .label {
    font-weight: 400;
    margin-right: 24px
}

.footer .container .right-col .social-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .container .right-col .social-list .social-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 6px
}

.footer .container .right-col .social-list .social-item .social-link {
    display: block;
    width: 48px
}

.footer .container .right-col .social-list .social-item .social-link img {
    display: block;
    width: 100%
}

.footer .container .right-col .social-list .social-item:last-child {
    margin-right: 0
}

@media only screen and (max-width:668px) {
    .footer .container {
        display: block;
        padding: 30px 0
    }

    .footer .container .left-col {
        font-size: 14px;
        margin: 0 auto;
        max-width: calc(100% - 40px);
        text-align: center
    }

    .footer .container .right-col {
        align-items: center;
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        max-width: calc(100% - 40px)
    }

    .footer .container .right-col .label {
        flex-basis: 100%;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
        margin-right: 0;
        text-align: center
    }

    .footer .container .right-col .social-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .footer .container .right-col .social-list .social-item {
        cursor: pointer;
        display: inline-block;
        margin-right: 6px
    }

    .footer .container .right-col .social-list .social-item .social-link {
        width: 36px
    }

    .footer .container .right-col .social-list .social-item:last-child {
        margin-right: 0
    }
} 
.grecaptcha-badge {
    display: none;
}