body{
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
    font-size:48px;
}
h2 {
    font-size:36px;
}
h3 {
    font-size:28px;
}
h4 {
    font-size:20px;
}
p{
    font-size:16px;
    color:rgb(86, 88, 94);
}
.position-footer p {
    color:#FFF;
}

body.body.\34 04 main .content-container{
    margin-top:150px;
}

.position-footer a {
    color:#FFF;
}
.spacer{
    height: 200px;
}

.position-slider .content {
    max-width:80%;
}
.articles_category {
    margin-bottom:50px;
}

.article_row{
    border: 1px solid #d1d1d1;
    padding-bottom: 10px;
    padding-top: 10px;
}

p:after {
  content:"";
  display:inline-block;
  width:0px;
}

#header{
    background-color:#00000094;
}
#header.sticked{
    background-color:#000000eb;
}

#main{
    margin-top: 100px;
}
.header .logo img {
    max-height: 65px;
    margin-right: 6px;
}
.position-slider {
    margin-top: -100px;
    position: relative;
    width: 100%;
}
.position-slider:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:10;
}

video {
    min-height: 700px;
    height: 100%;
    width: 100vw;
    object-fit: cover;
    overflow: hidden;
}

.section.position-slider video{
    width:100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a{
    color:rgb(207 207 207);
    text-underline-offset: 10px;
    text-decoration:underline;
}
.navbar .mobile-nav-toggle{
    color:#FFF;
}
.navbar a, .navbar a:focus{
    color:#FFF;
    font-weight:normal;
}


.position-slider {
    max-height:700px;
    overflow:clip;
    position:relative;
}

.position-slider .btgrid{    
    position: absolute;
    z-index: 10;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 300px;
}

@media (min-width: 576px) {
    .position-slider .btgrid {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .position-slider .btgrid {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .position-slider .btgrid {
        max-width: 860px;
    }
}
@media (min-width: 1200px) {
    .position-slider .btgrid {
        max-width: 1040px;
    }
}
@media (min-width: 1400px) {
    .position-slider .btgrid {
        max-width: 1220px;
    }
}


@media (max-width: 1200px) {
    .mobile-nav-active .navbar>ul {
        display: block;
        background-color: #000000;
        margin-top: 37px;
        margin-right: 8px;
    }
}
img.rounded {
    margin-bottom:20px;
}
.position-top {
    padding-top:50px;
    padding-bottom:50px;
}

.languages a img{
    width:20px;
}
.languages .dropdown-menu, .languages .dropdown-menu li{
    min-width:unset !important;
    width:75px;
}

.greyi{
    background-color:#eceff3;
    padding-top:30px;
}

.creamynotop{
    background-color:#f2ece9;
}

.creamy{
    background-color:#f2ece9;
    padding-top:30px;
}

.bluey{
    background-color:#203043;
    padding-top:30px;
    color:#FFF !important;
}
.bluey a{
    color:#FFF !important;
}
.bluey.contact p{
    color:#FFF !important;
}
.bg-white.text-dark{
    min-height:250px;
}

.bluey img{
    border-radius:7%;
}

.cover img{
    width:100%;
    height:100%;
    object-fit: cover;
    background-size: cover
    overflow:hidden;
}

.backgroundimg {
    position: relative;
    color:white;
    min-height:275px;
}
.backgroundimg p {
    color:#FFF !important;
}
.backgroundimg .hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:1;
    padding: 2.3rem;
}
.backgroundimg.content{
    padding: 0;
    overflow: hidden;
}

img.dark {
    -webkit-filter: brightness(50%);
}

.backgroundimg img {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 1px;
    left: 1px;
    z-index: 1;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;
    max-width: fit-content;
}

.backgroundimg img:before{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width:100%;
    object-fit: cover;
    background-size: cover;
    overflow:hidden;
}

.half img{
    border-radius:7% 7% 0% 0%;
    width:100%;
    height:210px;
    object-fit: cover;
    background-size: cover
    border-radius:50%;
    overflow:hidden;
}
.center p {
    display: flex;
    justify-content: center; /* Align horizontal */
    align-items: center; /* Align vertical */
}
.btgrid .content {
    height:100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    margin-bottom: 20%;
}

img.square{
    width:100%;
    height:300px;
    object-fit: cover;
    background-size: cover
    border-radius:50%;
    overflow:hidden;
}

.high img{
    width:100%;
    height:300px;
    object-fit: cover;
    background-size: cover
    border-radius:50%;
    overflow:hidden;
}

.btn.btn-outline-primary{
    background-color:#376a8a;
    border-color:#000;
    color:#FFF;
}

.btn.btn-outline-primary:hover{
    background-color:#FFF;
    color:#000;
    border-color:#000;
}
.parallax {
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.parallax:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:1;
}
.parallax .container {
    position: relative;
    z-index:2;
}
.form-text{
    color:#FFF;
    font-size:28px;

}
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.container-141 {
    background-color:#eceff3;
}

#footer {
    background-color:#203043;
    color:#FFF;
    min-height:500px;
}
#footer img {
    max-width:300px;
}
.swiper-container{
    overflow:hidden;
}