:root {
    --primary-color: #a70034;
    --heading-color: #222;
    --text-color: #6E7072;
    --text-color: #505050;
    --highlight-color: #f3c545;
    --blue: rgba(25, 50, 75, 1);
    --gold: rgba(213, 159, 15, 1);
    --gold: #f3c545;
}
noscript img {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    border: none;
}

.hidden {
    display: none !important;
}

.visuallyhidden,
.visually-hidden,
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.scrollable {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
img {
    display: table;
    width: 100%;
    max-width: 100%;
    height: auto;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.45;
    color: var(--text-color);
}
h2 {
    font-size: calc(1.625rem + 1vw);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--blue);
}
#page_wrapper {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
#header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    background: #fff;
    z-index: 101;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.25);
}
#logo img {
    max-width: 240px;
    margin: 0;
}

#menuContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
nav ul {
    margin: 0 -1rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
nav li {
    padding: 0 1rem;
}
nav a {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.125rem;
    color: var(--blue);
}
nav a:after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--gold);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
nav a:hover:after {
    left: 0;
    width: 100%;
}


#banner:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #9CC0DC;
background: -o-radial-gradient(circle,rgba(156, 192, 220, 1) 0%, rgba(25, 50, 75, 1) 100%);
background: radial-gradient(circle,rgba(156, 192, 220, 1) 0%, rgba(25, 50, 75, 1) 100%);
content: '';
z-index: 1;
}
#banner {
    background-image: url(../assets/img/crc.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: none;
}
#countdown {
    background-color: var(--blue);
    color: #fff;
    padding: 2rem 0;
    position: relative;
}
#countdown:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/img/bg-texture-2.png);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    z-index: 2;
}
    
#countdown_wrapper {
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    opacity: 0;
    -webkit-transition: all 0.75s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all 0.75s cubic-bezier(.42, 0, .58, 1);
    transition: all 0.75s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: all 0.75s cubic-bezier(.42, 0, .58, 1);
    -ms-transition: all 0.75s cubic-bezier(.42, 0, .58, 1);
    overflow: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    position: relative;
    z-index: 3;
}
#countdown_wrapper.isCountdown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
#countdown_wrapper h2 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.counter .time_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0.5rem;
    position: relative;
}
.counter .time_part:after {
    content:":";
    position: absolute;
    top: 50%;
    right: -0.25rem;
    font-size: 2rem;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
}
.counter .time_part:last-child:after {
    display: none;
    
}
.counter .time_part div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 130px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.2) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.05)),to(rgba(255,255,255,0.2)));
    background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.2) 100%);
}
.counter .count_value {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}
.counter .count_label {
    font-size: 0.825rem;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.5;
}

#events {
    display: none;
}
footer {
    background-color: var(--blue);
    border-top: 5px solid var(--gold);
    color: #fff;
    padding: 2rem 0;
}
footer nav a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.825rem;
}
footer .logo_container {
    position: relative;
    width: 100%;
    max-width: 150px;
}
footer .logo_container a {
    width: 100%;
    height: 0;
    padding: 0 0 40% 0;
    position: relative;
    background-image: url(../assets/img/logo_w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.note {
    font-size: 0.825rem;
    margin: 2rem auto 0 auto;
    max-width: 45rem;
}
.copyright {
    font-size: 0.825rem;
    margin: 2rem 0 0 0;
    color: rgba(255, 255, 255, 0.75);
}
#countdown p {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem 0 -1rem 0;
}
@media screen and (max-width: 979px) {
    #logo img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    footer .logo_container {
        margin: 0 auto 2rem auto;
    }
    footer nav ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .copyright {
        text-align: center;
    }
    h2 {
        font-size: calc(1.25rem + 1vw);
        font-weight: 400;
        line-height: 1.2;
    }
}
@media screen and (max-width: 639px) {
    .counter .count_value {
        font-size: 3rem;
    }
    .counter .count_label {
        font-size: 0.825rem;
    }
    .counter .time_part div {
        min-width: 80px
    }
}
@media screen and (max-width: 479px) {
    .counter .count_value {
        font-size: 2.5rem;
    }
    .counter .count_label {
        font-size: 0.725rem;
    }
    .counter .time_part div {
        min-width: 60px
    }
}
@media screen and (max-width: 379px) {
    .counter .count_value {
        font-size: 2.25rem;
    }
    .counter .count_label {
        font-size: 0.625rem;
    }
    .counter .time_part div {
        min-width: 50px;
        padding: 0.25rem 0.25rem 0.5rem 0.25rem
    }
    #countdown p {
        font-size: 0.825rem;
    }
}

nav,
.menutrigger {
    display: none;
}