﻿body {
    margin: 0
}

.a {
    text-decoration: none;
}




html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}





.hh-mega-l
 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;

}
@media (min-width: 641px) {
    .hh-mega-l {
        font-size: 28px
    }
}
@media (min-width: 1025px) {
    .hh-mega-l {
        font-size: 68px
    }
}



.hh-light-l {
    font-family: 'Proxima Light', sans-serif;
    font-weight: normal;
    line-height: 1.1;
    font-size: 26px;
    padding-top:30px;
}
@media (min-width: 1025px) {
    .hh-light-l {
        font-size: 46px;
        line-height: 1.1;
        padding-top:0px;
    }
}





.header-cta,
.header-secondary-btn {
    font-family: "Proxima", sans-serif;
    font-size: 18px;
    margin: 2.7237354086% 1.3618677043%;
    padding: 13px 40px;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
}
@media (min-width: 1025px) {
    .header-cta,
    .header-secondary-btn {
        margin-top: 5.4474708171%
    }
}
.header-cta {
    -webkit-backface-visibility: hidden;
    bottom: 0;
    font-family: "Proxima Semi Bold", sans-serif;
    left: 0;
    margin: 0;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 999
}
@media (min-width: 1025px) {
    .header-cta {
        -webkit-backface-visibility: visible;
        margin: 5.4474708171% 1.3618677043% 2.7237354086%;
        padding: 13px 40px;
        position: static;
        width: auto
    }
}
.btn.header-cta {
    border-radius: 0;
    border-width: 0
}
@media (min-width: 1025px) {
    .btn.header-cta {
        border-radius: 3px;
        border-width: 1px
    }
}




.btn-green-home,
.btn-green-home:link,
.btn-green-home:visited {
    background-color: #32a5e2;
    border: solid 1px #32a5e2;
    color: #fff;
    text-decoration: none;
}
    .btn-green-home:hover,
    .btn-green-home:active,
    .btn-green-home:focus {
        background-color: #42c5f2;
        border: solid 1px #42c5f2;
        color: #fff;
        -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
    }


.btn-border.btn-white,
.btn-border.btn-white:link,
.btn-border.btn-white:visited {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.btn-border.btn-white:hover,
.btn-border.btn-white:active,
.btn-border.btn-white:focus {
    color: #484848;
    background-color: #fff
}




@media (max-width: 1024px) {
    .hide-under-l,
    .home-category__cell .card-text {
        display: none !important
    }
}







.half-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=100); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .2s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.half-grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.parallax-container {
    min-height: 200px;
    background: transparent;
}


#demo-1 {
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    background-color: #999;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}


.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

    .js-scroll.scrolled {
        opacity: 1;
    }

.scrolled.fade-in {
    animation: fade-in 3s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-top {
    animation: fade-in-top 0.5s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

.scrolled.subline {
    animation: subline 1s ease-in-out both;
}

/* ----------------------------------------------
        * Generated by Animista on 2021-2-11 23:32:31
        * Licensed under FreeBSD License.
        * See http://animista.net/license for more info.
        * w: http://animista.net, t: @cssanimista
        * ---------------------------------------------- */

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes subline {
    0% {
        width: 0px;
    }

    100% {
        width: 50%;
    }
}

