* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #1d1d1b;
}

html {
    margin: 0 auto;
    max-width: 2440px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
}

h1, h2, h3, h4, .read-more {
    font-family: chauncy-pro, sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
}

.footer-container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 40px auto;
}

.footer-container img.with-love {
    height: 54px;
}

.footer-container img.rw {
    height: 34px;
}

.read-more {
    position: relative;
    cursor: pointer;
}

.read-more::after {
    content: ">>";
    display: inline-block;
    font-family: chauncy-pro, sans-serif;
    transform: rotate(270deg);
    margin-left: 12px;
}

.read-more.hide::after {
    content: ">>";
    display: inline-block;
    font-family: chauncy-pro, sans-serif;
    transform: rotate(90deg);
    margin-left: 12px;
}

.video {
    text-align: center;
    justify-content: center;
}

.collapse.hide {
    display: none;
}

h1 small {
    text-transform: initial;
}

p, li {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.main {
    background-repeat: no-repeat, no-repeat;
    background-position: top left, 300% 3.5%;
    background-size: 300px, 300px;
    background-image: url("../assets/img/bg1.png"),  url("../assets/img/bg2.png");
}

section .image img {
    display: block;
    margin-left: 0;
    height: 320px;
}

section.image-right .image img {
    margin-left: auto;
    margin-right: 0;
}

.hero {
    margin-top: 64px;
    text-align: center;
}

.hero .content h1 {
    font-size: 46px;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}

.hero .content h1 small {
    display: block;
    font-size: 31px;
    color: #e7b134;
    margin-top: 12px;
}

.hero .logos {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    max-width: 400px;
}

.hero .logos img.with-love {
    height: 54px;
}

.hero .logos img.rw {
    height: 34px;
}

.hero .contest-link {
    position: absolute;
    top: 12px;
    right: 5%;
    font-family: chauncy-pro, sans-serif;
    color: #e7b134;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.intro {
    text-align: center;
}

.intro h2 {
    font-size: 44px;
    line-height: 1.1;
    margin: 54px 0;
}

.intro ul.list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    text-align: left;
}

.intro ul.list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
}

.intro ul.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #e7b134;
    border-radius: 50%;
}

.intro .social {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.intro .social img {
    height: 30px;
}

.content {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.content h3 {
    font-size: 33px;
}

.content h3 span {
    display: block;
    color: #e7b134;
}

section.video img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.hero .image {
    position: relative;
}

.contest ul.list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    text-align: left;
}

.contest ul.list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
}

.contest ul.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #e7b134;
    border-radius: 50%;
}

.contest .buttons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 32px;
    font-family: chauncy-pro, sans-serif;
    text-transform: uppercase;
    margin: 32px 0;
}

.contest .buttons a {
    color: #1d1d1b;
    font-size: 20px;
    padding: 6px 12px;
    border: #1d1d1b solid 2px;
    text-decoration: none;
}

.contest .content h3 span {
    display: inline-block;
}

.yellow {
    color: #e7b134;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero .image .bottle {
    width: 43%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    animation: spin 2.5s linear infinite;
}

@media screen and (min-width: 1020px) {
    .hero {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 5vw;
    }

    .hero .image {
        width: 55%;
        min-width: 55%;
    }

    section {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    section.image-right {
        flex-flow: row-reverse;
    }

    section .content {
        width: 55%;
        margin-right: 5vw;
    }

    .contest .content {
        width: 90%;
    }

    .contest .content .contest-content {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        column-gap: 32px;
    }

    .contest .contest-content .contest-left, .contest .contest-content .contest-right {
        min-width: calc( 50% - 16px );
        max-width: calc( 50% - 16px );
        width: calc( 50% - 16px );
    }
}

@media screen and (min-width: 1280px) {
    .main {
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top left, 100% 3.5%, left 7%, left bottom;
        background-size: 30%, 27%, 10%, 40%;
        background-image: url("../assets/img/bg1.png"),  url("../assets/img/bg2.png"),  url("../assets/img/bg3.png"),  url("../assets/img/bg5.png");
    }

    .hero .content  {
        position: relative;
        margin-top: -80px;
    }

    .hero .content h1 {
        font-size: 68px;
    }
    
    .hero .content h1 small {
        font-size: 45px;
    }

    .hero .image img {
        margin-top: 40px;
    }

    .intro .social {
        column-gap: 24px;
    }

    .intro .social img {
        height: 48px;
    }

    .intro h2 {
        font-size: 56px;
    }

    .intro ul.list {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 36px 0;
        max-height: 240px;
        column-gap: 36px;
    }

    .intro ul.list {
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }

    section .content {
        width: 37%;
        min-width: 37%;
        margin-right: 10vw;
    }

    section.image-right .content {
        margin-right: 0;
        margin-left: 10vw;
    }

    section .image img {
        height: auto;
        width: 100%;
    }

    section.video img {
        max-width: 80%;
    }

    .footer-container img.with-love {
        height: 80px;
    }
    
    .footer-container img.rw {
        height: 46px;
    }

    .contest .content {
        width: 80%;
    }
}

@media screen and (min-width: 1590px) {
    .hero .content  {
        margin-top: -120px;
    }

    .hero .content h1 {
        font-size: 84px;
    }
    
    .hero .content h1 small {
        font-size: 54px;
    }

    .hero .logos img.with-love {
        height: 100px;
    }
    
    .hero .logos img.rw {
        height: 56px;
    }

    .footer-container img.with-love {
        height: 100px;
    }
    
    .footer-container img.rw {
        height: 56px;
    }

    .intro h2 {
        font-size: 84px;
    }   

    .intro ul.list {
        max-height: 280px;
    }

    .content h3, .read-more {
        font-size: 40px;
    }

    p, li {
        font-size: 21px;
    }

    .hero .contest-link {
        top: 36px;
        font-size: 30px;
    }

    .contest .buttons {
        margin: 48px 0;
    }

    .contest .buttons a {
        font-size: 30px;
        width: 300px;
        text-align: center;
    }
}

@media screen and (min-width: 1900px) {
    .hero .content  {
        margin-top: -160px;
    }

    .hero .content h1 {
        font-size: 103px;
    }
    
    .hero .content h1 small {
        font-size: 64px;
    }

    .hero .logos {
        max-width: 530px;
    }

    .hero .logos img.with-love {
        height: 120px;
    }
    
    .hero .logos img.rw {
        height: 70px;
    }

    .footer-container img.with-love {
        height: 120px;
    }
    
    .footer-container img.rw {
        height: 70px;
    }

    .intro h2 {
        font-size:103px;
    }

    .content h3, .read-more {
        font-size: 50px;
    }

    p, li {
        font-size: 24px;
    }
}