.container-fluid {
    max-width: 1600px;
}
@media (max-width: 480px) {
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2rem;
    }
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    1background-color: #000;
}
.hamburger-box {
    width: 32px;
    height: 26px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    height: 2px;
    width: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bold {
    font-weight: normal;
    line-height: 1.125;
}
h1,
h2 {
    1font-size: 2.4rem !important;
}
h1 {
    font-size: 3.2rem;
}
.button,
.button-black,
.button-white {
    1border-radius: 0.25rem;
    padding: 1.125rem 2.5rem !important;
    padding: 1rem 2rem !important;
    1padding: 1rem 2.4rem !important;
}
.rgba {
    1background: rgba(0, 0, 0, 0.73);
    1background: rgba(0, 0, 0, 0.66);
}
.mobile-nav ul li.active a {
    border-color: #f0b043;
}

.button,
.ms-bg-acc-1,
.ms-bg-acc-2 {
    background: #f0b043;
}
.ms-fc-acc-1,
.ms-fc-acc-2 {
    color: #f0b043 !important;
}
.icon-1 {
    border-color: #f0b043;
    color: #f0b043;
}
.icon-2 {
    background: #f0b043;
    border-color: #f0b043;
}
.tag {
    background: #f0b043;
}

*,
html,
body,
input::placeholder,
textarea::placeholder {
    letter-spacing: -0.4px !important;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #fff;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
}

.grecaptcha-badge {
    display: none !important;
}
.modal {
    -webkit-overflow-scrolling: touch;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    transition-delay: 3600s;
}

blockquote {
    padding-right: 0;
}

*,
.small,
input,
input::placeholder,
textarea,
textarea::placeholder {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200 !important;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.small-button {
    background: #f0b043;
    color: #fff !important;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
}
.small-button-black {
    background: transparent;
    color: #000 !important;
    border: 1px solid #000;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
}
.small-button-white {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
}
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    padding: 2rem 2rem 0 2rem;
    display: none;
}

.scrolltotop:hover,
.scrolltotop:active,
.scrolltotop:focus {
    color: #ccc;
}
.scrolltotop {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    z-index: 1000;
    1background: rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
    transform: rotateY(0deg) rotate(45deg);
    color: #ccc !important;
    visibility: hidden;
    text-decoration: none;
    opacity: 0;
    -webkit-transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
    -moz-transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
}
.scrolltotop i {
    transform: rotateY(0deg) rotate(-45deg);
}
.scrolltotop.scrolltotop-is-visible,
.scrolltotop.scrolltotop-fade-out,
.no-touch .scrolltotop:hover {
    -webkit-transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
    -moz-transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
}
.scrolltotop.scrolltotop-is-visible {
    visibility: visible;
    opacity: 1;
}
.scrolltotop.scrolltotop-fade-out {
    opacity: 1;
}
.no-touch .scrolltotop:hover {
    opacity: 1;
}

.lastinput {
    opacity: 0;
    height: 1px;
    overflow: hidden;
}
.hid {
    display: none;
}

.mc500 {max-width:500px;}
.button.b-red {background:#f04389;}
