.f-size-14 {
    font-size: 0.875rem;
}
.f-size-16 {
    font-size: 1rem;
}
.f-size-18 {
    font-size: 1.125rem;
}
.f-size-20 {
    font-size: 1.25rem;
}
.f-size-23 {
    font-size: 1.4375rem;
}
.f-size-30 {
    font-size: 1.875rem;
}
.f-size-60 {
    font-size: 3.75rem;
}
@media (min-width: 1200px) {
    :root {
        --rez: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    :root {
        --rez: 0.85;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    :root {
        --rez: 0.7;
    }
}
@media (min-width: 576px) and (max-width: 767.9px) {
    :root {
        --rez: 0.5;
    }
}
@media (max-width: 575.9px) {
    :root {
        --rez: 0.3;
    }
}
.line-16-20 {
    line-height: 1.25em;
}
.line-16-30 {
    line-height: 1.875em;
}
.line-23-30 {
    line-height: 1.3043em;
}
.line-30-40 {
    line-height: 1.3333em;
}
.line-30-45 {
    line-height: 1.5em;
}
.line-30-50 {
    line-height: 1.6666em;
}
.line-50-55 {
    line-height: 1.1em;
}
.banner-inner {
    max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
    background-position: center;
    padding-top: 60px;
}
.banner-inner .main-title {
    font-size: var(--fz50) !important;
    line-height: 1.1em !important;
    margin-bottom: calc(12px + (var(--rez) * 20px)) !important;
}
.types-logo-lisging-content-wrap {
    background-color: #f5f8fa;
    padding-top: calc(78px * var(--rez));
}
.types-logo-lisging-img-wrap {
    position: relative;
}
.types-logo-lisging-img-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    background-color: #f5f8fa;
    width: 100%;
}
.types-logo-lisging-img-wrap > * {
    position: relative;
    z-index: 1;
}
.types-logo-listing-details-logo-wrap {
    padding-bottom: 16px;
}
.types-logo-listing-item:not(:nth-child(1)) {
    border-top: 1px solid #babab1;
    padding-top: calc(75px * var(--rez));
}
.types-logo-listing-item:not(:nth-last-child(1)) {
    padding-bottom: calc(75px * var(--rez));
}
.types-logo-listing-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.9px) {
    .types-logo-listing-list {
        padding-top: 25px;
    }
}
.types-logo-listing-list li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 calc(15px * var(--rez));
    min-height: calc(60px * var(--rez));
}
@media (min-width: 576px) {
    .types-logo-listing-list li {
        max-width: 19.333%;
        margin-bottom: 30px;
    }
}
@media (max-width: 575.9px) {
    .types-logo-listing-list li {
        max-width: 50%;
        padding: calc(15px + (var(--rez) * 15px));
    }
}
.line16-30 {
    line-height: 1.875em;
}
.line30-40 {
    line-height: 1.3333em;
}
.banner-inner {
    position: relative;
}
.banner-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.max-600 {
    max-width: 600px;
}

.bottom-content-wrap{
    padding: 20px;
  }

/*# sourceMappingURL=our-clients.css.map */
