




    html, body {
        
        font-size: 16px;
        

        
            line-height: 1.25;
        
    }

    @media (min-width: 1200px) {
        html, body {
            font-size: 20px;
        }
    }

    ::-webkit-scrollbar-track {
        
    }

    ::-webkit-scrollbar-thumb {
        
    }

    h1 {
        
        
        font-weight: 300;
        font-size: 30px;
    }
    @media (min-width: 1200px) {
        h1 {
            font-size: 60px;
        }
    }

    h2 {
        
        
        font-weight: 600;
        font-size: 22px;    
    }
    @media (min-width: 1200px) {
        h2 {
            font-size: 32px;
        }
    }

    h3 {
        
        
        font-weight: 600;
        font-size: 20px;    
    }
    @media (min-width: 1200px) {
        h3 {
            font-size: 24px;
        }
    }

    .quote {
        
        
        font-weight: 400;
        font-size: 20px;    
    }
    @media (min-width: 1200px) {
        .quote {
            font-size: 28px;
        }
    }

    h4 {
        
        
        font-weight: 600;
        font-size: 18px;    
    }
    @media (min-width: 1200px) {
        h4 {
            font-size: 20px;
        }
    }

    
        header .header-bg {
            background-color: #fff;
        }

        header .header-bg:after {
            background-image: linear-gradient(to bottom, #fff, rgba(0,0,0,0));
        }
    

    header .main .nav-link {
        font-size: 20px;
    }
    @media (min-width: 1200px) {
        header .main .nav-link {
            font-size: 24px;
        }
    }

    header .nav-link {
        
        
    }

    header .nav-link.active,
    header .nav-link:hover,
    header .nav-link:focus {
        
    }

    footer {
        
            color: #fff;
        

        
            background: #222225;
        
    }

    a {
                
        text-decoration: none;
    }

    

    a:hover {
        
    }

    

    .buttons-block a {
        margin-bottom: 1rem;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        padding: 0.375rem 0.75rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn.btn-primary,
    .buttons-block a {
        
        
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: inherit;
        font-weight: 500;
        font-family: inherit;
    }

    .btn.btn-primary:hover,
    .buttons-block a:hover {
        
        
    }

    #cookie-notification {
        
        
    }

    #cookie-notification .btn.btn-primary,
    #cookie-notification .buttons-block a {
        
        
    } 

    .btn.btn-primary,
    .buttons-block a {
        
        
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: inherit;
        font-weight: 500;
        font-family: inherit;
        
            border-radius: .25rem;
        
    }

    .btn.btn-primary:hover,
    .buttons-block a:hover {
        
        
    }

    #banner .buttons-block a:hover,
    #banner .buttons-block a:focus,
    #banner .btn:hover,
    #banner .btn:focus {
        background: ;
    }

    

    

    
        header .navbar-nav .nav-link {
            color: #000;
        }

        header .search-form .search-button,
        header .search-form .search-input {
            color: #000;
        }
    

    
        header .navbar-toggler .menu-icon, header .navbar-toggler .menu-icon:before, header .navbar-toggler .menu-icon:after {
            background-color: #000;
        }

        header .navbar-nav .nav-link.active,
        header .navbar-nav .nav-link:hover {
            color: #000;
        }
    

    
        header .navbar-nav .dropdown-menu {
            border-color: #000;
            background-color: #000;
        }

        header .navbar-nav .dropdown-menu .dropdown-item {
            color: #fff;
        }

        header .navbar-nav .dropdown-menu .dropdown-item:hover,
        header .navbar-nav .dropdown-menu .dropdown-item:focus,
        header .navbar-nav .dropdown-menu .dropdown-item.active {
            color: #000;
            background-color: #fff;
        }
    

    
    

    
        .card,
        .accordion,
        figure img,
        .fancybox-image,
        main .carousel-inner,
        video,
        iframe,
        main image,
        .news-article img {
            border-radius: .25rem;
        }

        #banner video {
            border-radius: 0;
        }

        .accordion-item:first-of-type .btn.accordion-button {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .accordion-item:last-of-type .btn.accordion-button.collapsed,
        .accordion-item:last-of-type .accordion-body {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

        
    
    
        header .dropdown-menu {
            border-radius: .25rem;
        }
    

    .card {
        
        
        
            border-radius: .25rem;
        
        
            
        {% else }
            border: none;
        
    }
