




    
html, body {
    
    font-size: 16px;
    

    
        line-height: 1.25;
    
}

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


::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

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

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: #ffffff;
    }

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


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

footer {
    
        color: #ffffff;

        a, a:hover {
            color: #ffffff;
        }

        a:hover {
            text-decoration: underline;
        }
    

    
        background: #7d7d7d;
    
}

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-weight: 500;
}

.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: ;
}




    .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;
    }
















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

    #banner video {
        border-radius: 0;
    }

    


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


.card {
    
    
    
        border-radius: .25rem;
    
    
        
    
}
    
