@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+MX:wght@100..400&display=swap');

@font-face {
  font-family: 'Optima_Bold';
  src: url(/storage/app/media/optima-bold.ttf);
}
h1, h2, h3, h4 {
    font-family: 'Optima_Bold' !important;
}
.logo__title, .logo__description {
    font-family: 'Optima_Bold';
}
body {
    font-family: 'Open Sans', sans-serif !important;
}

.wrap__slider {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.wrap__logoHeader {
    max-width: 65%;
}
@media screen and (max-width: 767px) {
.wrap__logoHeader {
    max-width: 100%;
}
}
.wrap__contacts a {
    color: #ffffff;
}
.logo__description {
    font: 16px / 1.2 "open-sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 500px) {
    img.ezimage {
        float: none !important;
    }
    .abtme-img {
    text-align: center;
    }    
}

.slider__image--fixed .image {
    background-size: contain !important;
}
/* Legacy-Inspire slider Fixed 1024px */
@media (max-width: 1024px) and (min-width: 768px) {
    .wrap__slider {
    height: 32dvw !important;   
}
.slider__image--fixed {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
}

@media (max-width: 768px) {
.slider__image--fixed {
    background-size: contain;
    background-repeat: no-repeat !important;
}
.wrap__image--inner .image {
    height: 70px;
    background-position: 0 !important;
    background-size: contain !important;    
}
}

/* Legacy-Inspire Inner Banner 1024px */
@media only screen and (max-width: 1024px) {
.wrap__image--inner .image {
    background-size: cover;
    height: 70px;
} 
}
/* Logo Text */
@media (max-width: 1024px) {
    .wrap__header--inner {
        padding: 39px 20px 39px;
    }
    .wrap__logoHeader .logo__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .wrap__logoHeader .logo__description {
        font-size: 18px;
        line-height: 1.2;
    }
}