.cf,
.clearfix {
    width: 100%;
    height: 0;
    clear: both;
    font: 0/0 a
}

.cf:after,
.clearfix:after {
    clear: both;
    content: "";
    display: table
}

@-webkit-keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000
}

a,
a:hover {
    text-decoration: none
}

body {
    color: #000;
    background-color: #E3B548;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    -webkit-animation: a 3s ease;
    animation: a 3s ease
}

@media only screen and (max-width:768px) {
    body {
        font-size: 19px
    }
}

@media only screen and (max-width:500px) {
    body {
        font-size: 17px
    }
}

body.js-no-overflow {
    overflow: hidden
}

body,
html {
    height: 100%;
    position: relative;
    min-height: 100%
}

body {
    -webkit-animation: a 2.9s ease;
    animation: a 2.9s ease
}

.Table {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 38px
}

@media only screen and (max-height:350px) {
    .Table {
        display: block;
        height: auto;
        text-align: center
    }
}

.T__middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media only screen and (max-height:350px) {
    .T__middle {
        display: block;
        text-align: center
    }
}

iframe[name=google_conversion_frame] {
    height: 0!important;
    width: 0!important;
    line-height: 0!important;
    font-size: 0!important;
    margin-top: -13px;
    float: left
}

.Logo {
    text-align: center;
    margin-bottom: 17px
}

.Logo svg {
    width: 167px;
    height: 160px;
    margin: 0 auto
}

.Logo img {
    max-width: 170px;
    margin: 0 auto
}

.Logo img,
.no-svg .Logo svg {
    display: none
}

.no-svg .Logo img {
    display: block
}

.Time {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 30px;
    z-index: 17
}

.Time span {
    display: inline-block
}

.Time .js-time {
    text-align: left
}

@media only screen and (max-height:350px) {
    .Time {
        position: relative
    }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    display: inline-block;
    max-width: 100%;
    padding: .6em;
    border: 0;
    border-radius: 0;
    background: 0 0;
    outline: 0;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input.quantity,
input[type=number] {
    width: 50px;
    text-align: center;
    background: 0 0;
    border: 0 solid transparent
}

form.NewsLetter {
    text-align: center;
    text-transform: uppercase;
    min-height: 30px;
    margin-bottom: 40px;
    margin: 15px auto 25px
}

form.NewsLetter.js-message {
    line-height: 24px
}

form.NewsLetter.js-err {
    color: #bd0303
}

@media (max-width:768px) {
    form.NewsLetter {
        margin: 50px auto
    }
}

input.NL__field {
    text-align: center;
    border: 0;
    max-width: 100%;
    width: 300px;
    text-transform: uppercase;
    color: #888
}

input.NL__field::-webkit-input-placeholder {
    color: #000
}

input.NL__field:-moz-placeholder,
input.NL__field::-moz-placeholder {
    color: #000
}

input.NL__field:-ms-input-placeholder {
    color: #000
}

.Tracking {
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: 1px;
    max-width: 1px
}