




    
html, body {
    
        color: rgb(33, 37, 41);
    
    font-size: 16px;
    font-family: "Open Sans", sans-serif;   font-optical-sizing: auto;   font-weight: 300;   font-style: normal;   font-variation-settings:  "wdth" 100;

    
        line-height: 1.25;
    
}

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


::-webkit-scrollbar-thumb {
    background-color: #0b314a;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #0b314a;
}

h1 {
    
        color: #0b314a;
    
    
    font-weight: 300;
    font-size: 24px;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    
        color: #0b314a;
    
    
    font-weight: 300;
    font-size: 22px;    
}
@media (min-width: 1200px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    
        color: #0b314a;
    
    
    font-weight: 300;
    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 {
    
        color: #0b314a;
    
    
    font-weight: 300;
    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: #699dbc;
    
}

a {
    
        color: #0b314a;
            
    text-decoration: none;
}


    main a {
        font-weight: 400;
    }


a:hover {
    
        color: #0b314a;
    
}



.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 {
    
        color: #ffffff;
    
    
        background-color: #0b314a;
        border: 1px solid #0b314a;
    
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
}

.btn.btn-primary:hover,
.buttons-block a:hover {
    
        color: #0b314a;
    
    
        background-color: #ffffff;
    
}

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


    .btn.btn-primary.accordion-button {
        color: #0b314a;
        background-color: #ffffff;
    }

    .btn.btn-primary.accordion-button:hover,
    .btn.btn-primary.accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #0b314a;
        box-shadow: none;
    }

    .accordion-body {
        border-left: 1px solid #0b314a;
        border-right: 1px solid #0b314a;
        border-bottom: 1px solid #0b314a;
    }



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

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



    .page-link {
        color: #0b314a;
        border: 1px solid #0b314a;
    }
    .page-link:hover,
    .page-link:focus {
        border: 1px solid #0b314a;
        box-shadow: none;
    }

    a[href^="mailto:"]:before,
    a[href^="tel:"]:before {
        color: #0b314a;
    }

    .page-item.active .page-link {
        background-color: #0b314a;
        border: 1px solid #0b314a;
        color: #ffffff;
    }



    header .navbar-nav .nav-link {
        color: rgb(33, 37, 41);
    }

    header .search-form .search-button,
    header .search-form .search-input {
        color: rgb(33, 37, 41);
    }





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

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






    @media (min-width: 992px) {
        header .nav-item.dropdown:hover:not(.lang-nav) .dropdown-menu, header .nav-item.dropdown.show .dropdown-menu {
            display: block;
        }
    }



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

    #banner video {
        border-radius: 0;
    }

    


    header .dropdown-menu {
        border-radius: 0;
    }


.card {
    
        color: #0b314a;
    
    
        background-color: rgb(237, 248, 255);
    
    
        border-radius: 1em;
    
    
        border: none;
    
}
    
