.ws-page__title {
    margin: 40px auto;
    text-align: center;
}
.ws-page__title .ws-elemnt--title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ws-color-primary);
}

/* ws-banner */
.ws-banner {
    text-align: center;
    background: var(--ws-color-primary);
}
.ws-banner__inner {
    overflow: hidden;
}
.ws-banner__inner .advertise-slider:not(.owl-loaded) > .advertise:not(:first-child) {
    display: none;
}
.ws-banner__inner .advertise,
.ws-banner__inner .advertise * {
    display: flex;
    justify-content: center;
}
.ws-banner__inner .owl-prev,
.ws-banner__inner .owl-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.35s ease;
}
.ws-banner__inner .owl-prev {
    left: -50px;
}
.ws-banner__inner .owl-next {
    right: -50px;
}
.ws-banner__inner .owl-prev span,
.ws-banner__inner .owl-next span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
.ws-banner__inner .owl-prev span::before,
.ws-banner__inner .owl-next span::before {
    content: '\f104';
    font-family: "FontAwesome";
}
.ws-banner__inner .owl-next span::before {
    content: '\f105';
}
.ws-banner__inner .owl-dots {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ws-banner__inner .owl-dot {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: background .3s ease;
}
.ws-banner__inner .owl-dot:hover,
.ws-banner__inner .owl-dot.active {
    background: var(--ws-color-second);
}

@media screen and (min-width: 768px)
{
    .ws-banner__inner {
        border-radius: 8px;
    }
    .ws-banner__inner .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%);
    }

    .ws-banner__inner .owl-carousel:hover .owl-prev {
        left: 20px;
    }
    .ws-banner__inner .owl-carousel:hover .owl-next {
        right: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .ws-banner {
        padding: 0 0 25px;
    }
    .ws-banner .wrapper {
        padding: 0;
    }
    .ws-banner__inner .owl-prev,
    .ws-banner__inner .owl-next {
        transform: translateY(calc(-50% - 20px));
    }
    .ws-banner__inner .owl-prev span,
    .ws-banner__inner .owl-next span {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .ws-banner__inner .owl-prev {
        left: 10px;
    }
    .ws-banner__inner .owl-next {
        right: 10px;
    }
    .ws-banner__inner .owl-controls {
        text-align: center;
    }
    .ws-banner__inner .owl-dots {
        margin-top: 20px;
        position: relative;
    }
}

/* ws-home__tracking */
.ws-home__tracking {
    position: relative;
    margin-bottom: 10px;
}
.ws-home__tracking--row {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
}
.ws-home__tracking .ws-headline,
.ws-home__tracking .ws-block__dropdown--title {
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--ws-color-00A651);
}
.ws-home__tracking .ws-block__dropdown {
    position: relative;
}
.ws-home__tracking .ws-block__dropdown--items {
    display: none;
    z-index: 9999;
    padding: 10px 0;
    min-width: 100%;
    text-align: left;
    position: absolute;
    background: var(--ws-color-white);
    flex-direction: column;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25);
}
.ws-home__tracking .ws-block__dropdown:hover .ws-block__dropdown--items {
    display: flex;
}
.ws-home__tracking .ws-block__dropdown--items a {
    display: flex;
    font-size: 14px;
    padding: 5px 20px;
    white-space: nowrap;
}
.ws-home__tracking .ws-block__dropdown--items a:hover {
    color: var(--ws-color-primary);
}
.ws-home__tracking--col {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ws-home__tracking--col .ws-block__editor p {
    margin: 0;
}
.ws-home__tracking--col.col-dropdown {
    border-left: 3px solid var(--ws-color-primary);
}

.ws-home__tracking--col:last-child {
    gap: 5px;
    display: flex;
    padding: 25px 20px;
    flex-direction: column;
}
.ws-home__tracking--col:last-child .ws-block__heading {
    padding: 20px;
    background: var(--ws-color-FF9500);
}
.ws-home__tracking--col:last-child .ws-block__heading * {
    color: var(--ws-color-white);
}

/* ws-home__group */
.ws-home__group .ws-headline {
    padding: 35px 0;
}
.ws-home__group--background {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
.ws-home__group--row {
    gap: 20px;
    display: grid;
    padding: 40px 0;
    grid-template-columns: repeat(4, 1fr);
}
.ws-home__group--col {
    gap: 15px;
    display: flex;
    text-align: center;
    flex-direction: column;
}
.ws-home__group--col * {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

/* ws-home__youtube */
.ws-home__youtube .ws-headline {
    padding: 40px 0;
}
.ws-home__youtube--background {
    background: #ebebeb;
}
.ws-home__youtube--row {
    gap: 30px;
    display: grid;
    padding: 30px 0;
    grid-template-columns: repeat(3, 1fr);
}
.ws-home__youtube--col {
    gap: 15px;
    display: flex;
    text-align: center;
    flex-direction: column;
}
.ws-home__youtube--col iframe {
    max-width: 100%;
}

/* ws-home__service */
.ws-home__service {
    position: relative;
    margin-bottom: 40px;
}
.ws-home__service .ws-headline {
    padding: 40px 0;
}
.ws-home__service--background {
    background: url('../images/processed-1.webp') no-repeat center center / cover;
}
.ws-home__service--row {
    gap: 40px;
    display: grid;
    padding-bottom: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.ws-home__service--col {
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.ws-home__service--col .ws-block__heading {
    text-align: center;
}
.ws-home__service--col .ws-block__heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ws-color-primary);
}
.ws-home__service--col .ws-block__image img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ws-home__service .ws-block__button {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.ws-home__service .ws-block__button--container {
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
}
.ws-home__service .ws-block__button a {
    display: block;
    line-height: 25px;
    padding: 10px 20px;
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}

/* ws-home__text */
.ws-home__text {
    margin: 40px 0;
    padding: 30px 0;
    text-align: center;
    background-color: var(--ws-color-FF9500);
}
.ws-home__text .ws-block__editor--container {
    gap: 5px;
    display: flex;
    flex-direction: column;
    color: var(--ws-color-white);
}
.ws-home__text .ws-block__editor--container * {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

/* ws-home__why */
.ws-home__why {
    margin: 40px 0;
    position: relative;
    text-align: center;
}
.ws-home__why--head {
    margin-bottom: 30px;
}
.ws-home__why--head .ws-block__heading {
    position: relative;
    margin-bottom: 30px;
}
.ws-home__why--head .ws-block__heading--container::after {
    top: 50%;
    content: '';
    position: absolute;
    transform: translate(0, -50%);
    height: 2px;
    width: 100%;
    left: 0;
    opacity: .1;
    background-color: #4e4e4e;
}
.ws-home__why--head .ws-block__heading--container * {
    z-index: 1;
    padding: 0 10px;
    position: relative;
    align-items: center;
    display: inline-flex;
    background: var(--ws-color-white);
}
.ws-home__why--head .ws-block__editor {
    margin: auto;
    max-width: 70%;
    font-size: 18px;
    font-weight: 700;
}
.ws-home__why--row {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}
.ws-home__why--col {
    gap: 15px;
    display: flex;
    padding: 40px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
.ws-home__why--col .ws-block__heading .ws-headline {
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
}
.ws-home__why--col .ws-block__editor {
    text-align: left;
}

/* ws-home__contact */
.ws-home__contact {
    margin: 40px 0;
    position: relative;
    text-align: center;
}
.ws-home__contact--head .ws-block__heading {
    position: relative;
}
.ws-home__contact--head .ws-block__heading--container::after {
    top: 50%;
    content: '';
    position: absolute;
    transform: translate(0, -50%);
    height: 2px;
    width: 100%;
    left: 0;
    opacity: .1;
    background-color: #4e4e4e;
}
.ws-home__contact--head .ws-block__heading--container * {
    z-index: 1;
    padding: 0 10px;
    position: relative;
    align-items: center;
    display: inline-flex;
    background: var(--ws-color-white);
}

@media screen and (max-width: 1200px)
{
    .ws-home__why--row {
        gap: 20px;
    }
}

@media screen and (max-width: 992px)
{
    .ws-home__tracking--row {
        gap: 20px;
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .ws-home__tracking--col:last-child,
    .ws-home__tracking--col {
        padding: 0;
    }
    .ws-home__tracking--col.col-dropdown {
        border-left: 0;
    }

    .ws-home__service--row,
    .ws-home__youtube--row {
        gap: 20px;
    }

    .ws-home__why--head .ws-block__editor {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .ws-home__group--col {
        gap: 10px;
    }
    .ws-home__group--row,
    .ws-home__service--row {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ws-home__youtube--row,
    .ws-home__why--row {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .ws-block__dropdown--title {
        gap: 7px;
        align-items: center;
        display: inline-flex;
        vertical-align: middle;
    }

    .ws-home__why--head .ws-block__heading {
        margin-bottom: 20px;
    }

    .ws-home__service .ws-headline {
        padding: 40px 0;
    }
    
    .ws-home__service--col .ws-block__heading h3 {
        font-size: 18px;
    }

    .ws-home__contact {
        margin: 40px 0 30px;
    }
    
    .ws-block__map {
        margin-top: 30px;
    }
    .ws-home__why--col {
        padding: 20px;
    }
    .ws-home__why--col p:last-child {
        margin: 0;
    }
    .ws-home__why--col .ws-block__heading .ws-headline {
        font-size: 18px;
    }
    .ws-home__tracking--col:last-child .ws-block__heading {
        padding: 15px;
    }

    .ws-home__tracking .ws-headline,
    .ws-home__tracking .ws-block__dropdown--title {
        font-size: 18px;
    }
}