.ws-home-header-block {
    position: relative;
    background-color: var(--Brand-800);
    padding: 3.6rem 0 2rem;
}
.ws-home-header-bgr {
    position: absolute;
    top:0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-radius: 0;
    max-width: unset;
}

.ws-home-header-block .container > * {
    position: relative;
    margin-bottom: 2rem;
}
.ws-home-header-counters {
    color: #fff;
}
.ws-home-header-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.075rem;
    text-shadow: 0 4px 6px rgba(10, 13, 18, 0.10), 0 2px 4px rgba(10, 13, 18, 0.06);
    margin-bottom: 1.5rem;
}
.ws-home-header-title .color-akzent {
    color: var(--Brand-Accent-300);
}
.ws-home-header-text {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.odometers_item {
    flex-basis: 33.333%;
    padding-right: 1rem;
}
.odometers_item .amount-block {
    color: #CBFD55;
    text-shadow: 0 4px 6px rgba(10, 13, 18, 0.10), 0 2px 4px rgba(10, 13, 18, 0.06);
    line-height: 1.2;
    font-size: 2.1rem;
    margin-bottom: .25rem;
}
.odometers_item .amount-block sub,
.odometers_item .amount-block sup {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    padding-right: .2rem
}
.odometers_item .amount-block sub {
    align-self: flex-end;
    bottom: .25rem;
}
.odometers_item .amount-block sup {
    align-self: flex-start;
    top: .25rem;
}
.odometers_item .amount-block .counter {
    font-weight: 600;
    letter-spacing: -0.045rem;
}
.odometers_item .count-content {
    font-size: 1rem;
    font-weight: 500;
    max-width: 11rem;
}
.ws-home-header-logos {
    margin: 0 -.5rem
}
.ws-home-header-logos img {
    border-radius: 0;
    margin: 0 .5rem 1rem;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
}

/* Tabs */
.ws-home-header-tabs-wrap {
    overflow: hidden;
    background: var(--Gray-25);
}
.ws-home-header-tabs-titles {
    display: flex;
    background: var(--Gray-50);
}
.ws-home-header-tab {
    flex: 1 0 0;
    border: 1px solid transparent;
    border-bottom-color: var(--Gray-200);
    background: var(--Gray-50);
    padding: 0.5rem 2rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.ws-home-header-tab.active,
.ws-home-header-tab:hover {
    background-color: #fff;
    border-top-color: var(--Gray-200);
    border-right-color: var(--Gray-200);
    border-left-color: var(--Gray-200);

}
.ws-home-header-tab-title {
    color: var(--Brand-800);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1
}
.ws-home-header-tab-title div {
    font-size: .75rem;
    font-weight: 400;
    color: var(--Gray-600);
    margin-top:.35rem
}
.ws-home-header-tab-title div span {
    font-weight: 500;
}
.ws-home-header-tab-title div img {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: .37rem
}
.ws-home-header-tab-content-block {
    display: none;
    color: #000;
}
.ws-home-header-tab-content-block.active {
    display: block;
}

div#home_header_data_note {
    margin-top: 24px;
    font-size: 12px;
}

/* .ws-home-header-tab-content-block p {
    margin-bottom: 1rem;
}
.ws-home-header-tab-content-block ul {
    list-style: disc;
    padding-left: 1.5rem;
}
.ws-home-header-tab-content-block ul li {
    margin-bottom: 0.5rem;
} */

@media (max-width: 1024px) {
    .ws-home-header-title {
        font-size: 2.25rem;
    }
    .odometers_item .amount-block {
        font-size: 1.5rem
    }
    .odometers_item .count-content {
        font-size: .75rem;
    }
}
@media (max-width: 767px) {
    .ws-home-header-block {
        overflow-x: clip;
        padding: 2rem 0 0
    }

    .ws-home-header-block .container > * {
        flex-basis: 100%;
    }
    .ws-home-header-block .container > .ws-home-header-tabs {
        margin-bottom:0;
        background: #fff;
    }
    .ws-home-header-tabs-wrap {
		width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid var(--Gray-200);
    }
    .ws-home-header-logos {
        background: #105a74;
        width: 100%;
    }
	.ws-home-header-logos-title {
		background: #105a74;
		width: 100%;
		text-align: center;
		padding-top: 12px;
	}
}
@media (min-width:768px) {
    .ws-home-header-block {
        margin-bottom: 2rem;
    }
    .ws-home-header-block .container > * {
        flex-basis: 50%;
    }

    .ws-home-header-tabs-wrap {
        border-radius: 0.375rem;
        max-width: 28.75rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 6px -1px rgba(10, 13, 18, 0.10), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
    }

    .ws-home-header-tab {
        border-radius: 0.5rem 0.5rem 0 0;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .ws-home-header-tab {
        padding: 0.5rem 1rem;
    }
}
@media (max-width: 1439px) and (min-width:768px) {
    .ws-home-header-text {
        font-size: 1rem
    }
}
@media (min-width: 1440px) {
    .ws-home-header-title {
        font-size: 3.6rem;
    }
}
