/* Reset - START */
html{-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}form,body{margin:0;}address{font-style:normal;}blockquote,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}main{display:block}h1,h2,h3,h4{font-size:inherit}strong{font-weight:700}a,button{color:inherit}a{text-decoration:none}button{padding:0;overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:0 0;cursor:pointer}::-moz-focus-inner{padding:0;border:0}img{border:0}fieldset{border:none;padding:0;margin:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}::-webkit-input-placeholder {color: inherit}::-moz-placeholder {color: inherit}:-ms-input-placeholder {color: inherit}:-moz-placeholder {color: inherit}input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type="number"] {-moz-appearance: textfield;}label{cursor: pointer;}:focus {outline: thin dotted;}::placeholder {color: #889699; opacity: 1;}:-ms-input-placeholder {color: #889699;}::-ms-input-placeholder {color: #889699;}* {box-sizing: border-box;}
/* Reset - END */

/* Generic - START */
@font-face {
    font-family: 'Heinz_Label';
    src: url('../fonts/Heinz_Label.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
    font-family: 'Heinz_Label', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    background-color: #fff;
    scroll-behavior: smooth;
}
label{
    cursor: pointer;
}
:focus {
    outline: thin dotted;
}
::placeholder {color: #d6031c; opacity: 1;}
:-ms-input-placeholder {color: #d6031c;}
::-ms-input-placeholder {color: #d6031c;}
* {box-sizing: border-box;}
/* Generic - END */

/* Header - START */
body{
    padding-top: 68px;
}
.c-site-header{
    color: #fff;
    padding: 11px 0;
    font-size: 18px;
    background-color: #d6001c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.c-site-header .c-logo__image{
    height: 40px;
    width: auto;
}
.c-site-header__mobile-menu{
    display: none;
}
.c-site-header__nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.c-site-header__nav a:not(:last-child):not(.c-logo){
    margin-right: 30px;
}
.c-site-header__nav a:hover{
    text-decoration: underline;
}
/* Header - END */

/* Preloader - START */
.is-preloading{
    position: relative;
}
.is-preloading::before,
.is-preloading::after{
    content: "";
    display: block;
    position: absolute;
    cursor: wait;
    z-index: 999999;
}
.is-preloading::after{
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8888;
}
.is-preloading::before{
    z-index: 8889;
    width: 50%;
    left: 50%;
    top: 50%;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #00a0e0 ;
    animation: refineLoader 1.5s infinite;
}
@keyframes refineLoader {
    from {width: 0; opacity: 1;}
    to {width: 50%; opacity: 0.3;}
}
/* Preloader - END */

/* Logo - START */
.c-logo{
    display: inline-block;
    transition: transform 350ms;
}
.c-logo:hover{
    transform: translate(0, -5px)
}
.c-logo__image{
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* Logo - END */

/* Page loader - START */
.c-loader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #d6001c url('../images/logo.png') no-repeat center center;
}
/* Page loader - END */

/* Site notification - START */
.c-site-notification{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    padding: 15px 35px 15px 15px;
    background-color: #d5021b;
    color: #fff;
    font-size: 14px;
}
.c-site-notification__text{
    margin-bottom: 10px;
}
.c-site-notification .c-button{
    margin: 0 5px 10px 0;
    font-size: 1.1rem;
}
.c-site-notification a:not(.c-button){
    text-decoration: underline;
}
.c-site-notification__form{
    max-height: 400px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #fff;
    margin-top: 15px;
    display: none;
}
.c-site-notification__form ul{
    margin-bottom: 10px;
}
.c-site-notification__form p,
.c-site-notification__form li{
    margin-top: 10px;
}
.c-site-notification__form *:not(.c-button){
    font-family: Arial;
    font-size: 14px;
}
.c-site-notification__form li{
    padding: 5px;
    border-top: 1px solid #fff;
}
.c-site-notification__form li div{
    display: flex;
    align-items: center;
}
.c-site-notification__form li div input[type="checkbox"]{
    transform: scale(1.2);
    margin-right: 10px;
}
.c-site-notification__close{
    position: absolute !important;
    right: 10px;
    top: 10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: arial;
    border-radius: 50%;
    font-size: 27px;
}
/* Site notification - END */

/* Presentation images - START */
.c-presentation-image{
    display: block;
}
.c-presentation-image_negative-top{
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.c-presentation-image_wide .c-presentation-image__media{
    width: 100%;
}
.c-presentation-image__media{
    display: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.c-presentation-image_padded .c-presentation-image__media{
    max-width: 98%;
}
.c-presentation-image__media_onesize{
    display: block;
}
@media screen and (min-width: 721px) {
    .c-presentation-image__media_desktop{
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .c-presentation-image__media_mobile{
        display: block;
    }
}
/* Presentation images - END */

/* Winners - START */
.c-winners{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.c-winners__column:first-child{
    padding-top: 28px;
}
.c-winners ol{
    list-style: decimal inside;
}
.c-winners ol li{
    margin: 4px 0;
    text-align: center;
}
.c-winners__scrollable-content{
    margin-top: 30px;
}
/* Winners - END */

/* Prizes - START */
.c-prizes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 900px;
    margin: 20px auto 0;
}
.c-prizes_inactive{
    filter: grayscale(100%);
    opacity: 0.8;
    cursor: not-allowed;
}
.c-prizes img:nth-child(2){
    position: relative;
    top: -8px;
}
/* Prizes - END */

/* Buttons - START */
.c-button{
    background-color: #c2030a;
    border: 1px solid #c2030a;
    color: #fff;
    font-size: 2.2rem;
    text-transform: uppercase;
    padding: 11px 42px 7px;
    line-height: 1;
    border-radius: 40px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 300ms;
    text-align: center;
    word-spacing: 2px;
}
.c-button_compact{
    font-size: 1.4em;
    padding: 8px 14px 7px;
}
.c-button_icon {
    text-transform: none;
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    padding: 20px 39px 15px;
}
.c-button_icon img{
    margin: -2px 15px 0 0;
}
.c-button-group .c-button:not(:last-child){
    margin-right: 10px;
}
.c-button_wide{
    width: 100%;
}
.c-button_accent{
    border-color: #45011b;
    background-color: #45011b;
    color: #fff;
}
.c-button_light{
    border-color: #45011b;
    color: #fff;
}
.c-button[disabled="disabled"],
.c-button[disabled],
.c-button:disabled{
    cursor: not-allowed;
    opacity: 0.2;
}
.c-button:not(:disabled):active,
.c-button:not(:disabled):hover{
    opacity: 0.8;
    transform: translate(0, -3px);
}
.c-scroll-down-link{
    color: #00a0e0;
    display: inline-block;
    padding: 5px 35px 5px 0;
    background: url('../images/scroll-down-icon.png') no-repeat right center;
}
.c-scroll-down-link:hover{
    text-decoration: underline;
}
.c-simple-link{
    color: #fff;
    text-decoration: underline;
}
.c-simple-link:hover{
    text-decoration: none;
}
/* Buttons - END */

/* Checkbox - START */
.c-checkbox{
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0;
}
.c-checkbox *{
   user-select: none;
}
.c-checkbox__input{
    position: absolute;
    left: -9999px;
}
.c-checkbox__text{
    position: relative;
    padding: 11px 0 5px 43px;
    display: block;
    min-width: 10px;
    transition: all 350ms;
    font-family: arial;
    font-weight: bold;
}
.c-checkbox_light .c-checkbox__text{
    color: #fff;
}
.c-checkbox__text a{
    color: #45011b;
    text-decoration: none;
}
.c-checkbox__text a:hover{
    text-decoration: underline;
}
.c-checkbox__text::after,
.c-checkbox__text::before{
    content: "";
    position: absolute;
    display: block;
}
.c-checkbox__text::before{
    left: 7px;
    top: 9px;
    width: 19px;
    height: 19px;
    border: 2px solid #45011b;
    z-index: 2;
}
.c-checkbox__text::after{
    z-index: 3;
    left: 11px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: #45011b;
    transition: transform 250ms;
    transform: scale(0);
}
.c-checkbox__text a{
    text-decoration: underline;
}
.c-checkbox__input:checked + .c-checkbox__text::after{
    transform: scale(1);
}
.c-checkbox__input:checked + .c-checkbox__text .c-checkbox__secondary{
    color: #4ec416;
}
.c-checkbox__input:disabled + .c-checkbox__text{
    opacity: 0.6;
    cursor: not-allowed;
}
/* Checkbox - END */

/* Site form - START */
.c-site-form{
    position: relative;
}
.c-site-form fieldset{
    padding-top: 50px;
    width: 620px;
    margin: 0 auto;
}
.c-site-form__label{
    display: block;
    color: #000;
    font-size: 1.1rem;
    margin-left: 20px;
    margin-bottom: 5px;

    display: none;
}
.c-site-form__row:not(:last-child){
    margin-bottom: 25px;
}
.c-site-form ol{
    overflow: hidden;
}
.c-site-form__row_clear{
    clear: both;
}
.js-upload-preview img{
    display: block;
    max-width: 100%;
    height: auto;
}
.c-site-form .c-disclaimer{
    margin-top: 10px;
}
.c-site-form__help{
    padding-top: 3px;
}
.c-site-form__control{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 25px;
    transition: 300ms border-color;
    font: inherit;
    font-size: 1.2rem;
    color: #000;
}
textarea.c-site-form__control{
    resize: vertical;
    min-height: 100px;
    max-height: 150px;
}
.c-site-form__success,
.c-site-form__error{
    color: #fff;
    padding: 12px 20px 10px;
    background-color: #45011b;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 0.875rem;
}
.c-site-form__success{
    background-color: #4ec416;
    margin: 40px 0;
}
/* Site form - END */

/* Grid - START */
.l-grid{
    display: grid;
    gap: 20px 20px; /* Y X */
    grid-auto-rows: 1fr;
}
.l-grid_middle-aligned{
    align-items: center;
}
.l-grid_bottom-aligned{
    align-items: end;
}
.l-grid_spacious{
    gap: 40px 40px; /* Y X */
}
.l-grid_spacious-extra{
    gap: 80px 80px; /* Y X */
}
.l-grid[data-l="2"]{grid-template-columns: repeat(2, minmax(0, 1fr));}
.l-grid[data-l="3"]{grid-template-columns: repeat(3, minmax(0, 1fr));}
.l-grid[data-l="4"]{grid-template-columns: repeat(4, minmax(0, 1fr));}
.l-grid[data-l="5"]{grid-template-columns: repeat(5, minmax(0, 1fr));}

.l-grid__cell[data-l="0"]{ display: none; }
.l-grid__cell[data-l="1"]{grid-column: span 1;}
.l-grid__cell[data-l="2"]{grid-column: span 2;}
.l-grid__cell[data-l="3"]{grid-column: span 3;}
.l-grid__cell[data-l="4"]{grid-column: span 4;}
.l-grid__cell[data-l="5"]{grid-column: span 5;}

.l-grid:not(:last-child){
    margin-bottom: 20px;
}
.l-grid_bordered{
    gap: 0 0;
}
.l-grid_bordered .l-grid__cell{
    padding: 45px;
}
.l-grid_bordered-extra-top .l-grid__cell{
    padding: 175px 45px;
}
.l-grid_bordered .l-grid__cell:not(:last-child){
    border-right: 1px solid currentColor;
}
.l-grid__cell_padded-top{
    padding-top: 25px;
}
.l-grid__cell_bottom-aligned{
    align-self: end;
}
@media (max-width: 1200px) {
    .l-grid[data-m="1"]{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .l-grid[data-m="2"]{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l-grid[data-m="3"]{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l-grid[data-m="4"]{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .l-grid[data-m="5"]{ grid-template-columns: repeat(5, minmax(0, 1fr)); }

    .l-grid__cell[data-m="0"]{ display: none; }
    .l-grid__cell[data-m="1"]{ grid-column: span 1;display:block; }
    .l-grid__cell[data-m="2"]{ grid-column: span 2;display:block; }
    .l-grid__cell[data-m="3"]{ grid-column: span 3;display:block; }
    .l-grid__cell[data-m="4"]{ grid-column: span 4;display:block; }
    .l-grid__cell[data-m="5"]{ grid-column: span 5;display:block; }
}
@media (max-width: 767px) {
    .l-grid {
        gap: 20px 10px;
    }
    .l-grid_spacious {
        gap: 30px 20px;
    }
    .l-grid[data-s="1"]{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .l-grid[data-s="2"]{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l-grid[data-s="3"]{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l-grid[data-s="4"]{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .l-grid[data-s="5"]{ grid-template-columns: repeat(5, minmax(0, 1fr)); }

    .l-grid__cell[data-s="0"]{ display: none; }
    .l-grid__cell[data-s="1"]{ grid-column: span 1;display:block; }
    .l-grid__cell[data-s="2"]{ grid-column: span 2;display:block; }
    .l-grid__cell[data-s="3"]{ grid-column: span 3;display:block; }
    .l-grid__cell[data-s="4"]{ grid-column: span 4;display:block; }
    .l-grid__cell[data-s="5"]{ grid-column: span 5;display:block; }

    .l-grid__cell[data-o-s="1"]{ order: 1; }
    .l-grid__cell[data-o-s="2"]{ order: 2; }
    .l-grid__cell[data-o-s="3"]{ order: 3; }
    .l-grid__cell[data-o-s="4"]{ order: 4; }
    .l-grid__cell[data-o-s="5"]{ order: 5; }
    .l-grid__cell[data-o-s="6"]{ order: 6; }
    .l-grid__cell[data-o-s="7"]{ order: 7; }
    .l-grid__cell[data-o-s="8"]{ order: 8; }

    .l-grid__cell_padded-top{
        padding-top: 0;
    }
}
@media (max-width: 420px) {
    .l-grid[data-xs="1"]{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .l-grid[data-xs="2"]{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l-grid[data-xs="3"]{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l-grid[data-xs="4"]{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .l-grid[data-xs="5"]{ grid-template-columns: repeat(5, minmax(0, 1fr)); }

    .l-grid__cell[data-xs="0"]{ display: none; }
    .l-grid__cell[data-xs="1"]{ grid-column: span 1;display:block; }
    .l-grid__cell[data-xs="2"]{ grid-column: span 2;display:block; }
    .l-grid__cell[data-xs="3"]{ grid-column: span 3;display:block; }
    .l-grid__cell[data-xs="4"]{ grid-column: span 4;display:block; }
    .l-grid__cell[data-xs="5"]{ grid-column: span 5;display:block; }

    .l-grid_padded-mobile{
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* Grid - END */

/* Sections - START */
.c-site-section{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 90px 0;
}
.c-site-section_heinz{
    background: #feefd9;
    color: #d6011b;
}
.c-site-section_winners{
    background: #c3011e;
    color: #fff;
}
.c-site-section_prizes{
    background: #c3011e url('../images/prizes-bg.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
}
.c-site-section_rules{
    background: #feefd9 url('../images/rules-bg.jpg') no-repeat right bottom;
    color: #d5111e;
    background-size: contain;
}
.c-site-section_play{
    background: #d6021b url('../images/play-bg.jpg') no-repeat left center;
    color: #fff;
}
.c-site-section_play .u-wrapper{
    display: flex;
    justify-content: flex-end;
}
.c-site-section_play .c-site-form fieldset,
.c-site-section_play .c-site-form h2{
    position: relative;
    z-index: 2;
}
.c-site-section_play .c-site-form::before{
    content: "";
    display: block;
    background: #d6021b;
    position: absolute;
    width: 500px;
    left: -186px;
    top: -200px;
    bottom: -200px;
    transform: rotate(15deg);
    z-index: 1;
}
/* Sections - END */

/* List - START */
.c-list{
    font-size: 2rem;
    max-width: 850px;
    line-height: 1;
    padding-top: 40px;
    counter-reset: list-counter;
}
.c-list__item{
    counter-increment: list-counter;
    position: relative;
    padding-left: 50px;
}
.c-list__item span{
    color: #410d1f;
}
.c-list__item::before {
    content: counter(list-counter); /* Display the counter value */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4.2rem;
}
.c-list__item:not(:last-child){
    margin-bottom: 30px;
}
/* List - END */

/* Footer - START */
.c-site-footer{
    background-color: #45011b;
    color: #fff;
    padding: 18px 0 16px;
}
.c-site-footer__nav{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.c-site-footer__nav a:hover{
    text-decoration: underline;
}
/* Footer - END */

/* Disclaimer - START */
.c-disclaimer{
    font-family: arial;
    background-color: #45011b;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
}
.c-disclaimer_round{
    border-radius: 5px;
    font-size: 1rem;
}
/* Disclaimer - END */

/* Headings - START */
.c-heading{
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
}
.c-heading_size_1{font-size: 5.556rem;letter-spacing: 5px;}
.c-heading_size_15{font-size: 3.75rem;}
.c-heading_size_2{font-size: 2.875rem;}
.c-heading_size_3{font-size: 2.5rem;}
.c-heading_size_4{font-size: 1.8rem;}
.c-heading_size_5{font-size: 1.25rem;}
.c-heading_size_6{font-size: 0.875rem;}
/* Headings - END */

/* Utilities - START */
.u-wrapper{width: 1200px; margin:0 auto;transition: width 350ms;}
.u-align-center{text-align: center;}
.u-align-right{text-align: right;}
.u-text-light{color:#fff;}
.u-hidden{display: none;}
.u-to-upper{text-transform: uppercase;}
.u-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;border:0 !important;}
/* Utilities - END */

/* Media queries - START */
@media screen and (max-width: 1650px){
    .c-site-section_play .c-site-form::before {
        width: 600px;
    }
}
@media screen and (max-width: 1450px){
    .c-site-section_play .c-site-form::before {
        width: 800px;
    }
}
@media screen and (max-width: 1260px){
    .c-site-section_rules{
        background-image: none;
    }
}
@media screen and (max-width: 1200px){
    .u-wrapper{
        width: 95%;
    }
    .c-site-section_play .u-wrapper{
        justify-content: center;
    }
    .c-site-section_play{
        background-image: none;
    }
    .c-site-section_play .c-site-form::before {
        display: none;
    }
    .c-winners__column img{
        max-width: 300px;
        height: auto;
    }
}
@media screen and (max-width: 1020px){
    .c-site-header__wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body{
        padding-top: 60px;
    }
    .c-site-header__nav a:not(.c-logo){
        margin: 15px 0 0 0 !important;
    }
    .c-site-header__mobile-menu{
        display: block;
    }
    .c-site-header__nav:not(.c-site-header__nav_active) a:not(.c-logo){
        display: none;
    }
    .c-site-header__nav{
        flex-direction: column;
    }
    html{
        font-size: 16px;
    }
    .c-site-section_profile {
        padding-top: 140px;
    }
    .c-site-form__success{
        margin: 15px 0;
    }
    .c-prizes{
        justify-content: center;
        padding-top: 15px;
    }
    .c-prizes img{
        width: 250px;
        height: auto;
    }
}
@media screen and (max-width: 870px){
    .c-winners{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .c-heading_size_1{
        font-size: 4.5rem;
    }
    .c-heading_size_2{
        font-size: 2rem;
    }
    .c-winners{
        flex-direction: column;
        justify-content: center;
    }
    .c-winners__column:first-child{
        margin-bottom: 70px;
    }
    .c-button{
        font-size: 1.5rem;
        padding:10px 15px 7px;
        white-space: nowrap;
    }
    .c-button.c-button_icon{
        font-size: 1.2rem;
    }
    .c-site-form fieldset{
        width: 100%;
        padding-top: 20px;
    }
    .c-site-section{
        padding: 30px 0;
    }
    .c-site-footer{
        text-align: center;
        padding: 30px 10px;
    }
    .c-site-footer .u-align-right{
        text-align: center;
    }
    .c-site-footer__nav{
        flex-direction: column;
        text-align: center;
    }
    .c-site-footer__nav a{
        display: block;
        margin-top: 20px;
        margin-right: 0 !important;
    }
    .c-heading{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px){
    .c-heading_size_1{
        font-size: 3.5rem;
    }
    .c-heading_size_15{
        font-size: 2.5rem;
    }
    .c-heading_size_2{
        font-size: 1.7rem;
    }
    .c-site-header {
        padding: 10px 0;
    }
    .c-button{
        font-size: 1.3rem;
        white-space: nowrap;
    }
}
@media screen and (max-width: 380px){
    .c-heading_size_1{
        font-size: 2.5rem;
    }
    .c-list{
        padding-top: 25px;
        font-size: 1.6rem;
    }
    .c-site-header {
        padding: 10px 0;
    }
    .c-button{
        font-size: 1.3rem;
        white-space: nowrap;
    }
}
/* Media queries - END */