:root {
    scroll-padding-top: 200px;
}

.top-page-section {
    padding: 35px 0 clamp(2.1875rem, 1.5499rem + 2.7203vw, 3.75rem);
}

.breadcrumb .separator {
    display: flex;
    align-items: center;
}

.breadcrumb .separator svg {
    width: 5px;
    height: 8px;
    color: var(--black);
    opacity: 55%;
}

.social--icon {
    position: relative;
    width: 37px;
    height: 37px;
    color: var(--white);
    cursor: pointer;
}

.social--icon:hover {
    opacity: .7;
}

.copy-message {
    width: 90px;
    display: none;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--blue55);
    padding: 8px;
    font-size: 14px;
}

.post-content {
    padding-bottom: clamp(0rem, -13.6882rem + 28.5171vw, 9.375rem);
}

.post-content p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1rem;
}

.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
	font-weight: 400;
	margin-bottom: 1rem;
    font-family: "Fira Sans", sans-serif;
}

.post-content img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 25px;
}

.related-content {
    padding: clamp(2.1875rem, -8.3068rem + 21.8631vw, 9.375rem) 0 clamp(2.1875rem, -7.7593rem + 20.7224vw, 9rem);
}

.ltu-sticky-toc {
    border-radius: 20px;
    padding: 16px 17px 16px 17px;
    border: 1px solid #243A63;
    background-color: var(--white);
}

.ltu-sticky-toc .ltu-sticky-toc-btn {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 20px;
}

.ltu-sticky-toc .b-content__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ltu-sticky-toc .b-content__list li:not(:last-child) {
    margin-bottom: 15px;
}

.ltu-sticky-toc .b-content__list li a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
}

.ltu-sticky-toc .b-content__list li a.is-active {
    font-weight: 700;
    color: var(--blue);
}

.card:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 42.41%, #243A63 89.69%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.product-categories {
    padding: 120px 0 35px;
}

.product-featured-image {
    padding: 35px 0;
}

.product-features-block {
    padding: 35px 0 75px;
}

.swiper-button {
    width: 66px;
    height: 66px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
    color: rgba(255, 255, 255, 0.55);
    left: auto;
    right: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
}

.swiper-button:hover {
    background-color: var(--white);
}

.swiper-button:hover svg {
    color: var(--blue55);
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: auto;
    height: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.related-products {
    padding: 75px 0 35px;
}

.related-products-card {
    padding: 49px clamp(1rem, -1.3973rem + 10.2285vw, 6.875rem);
    background-color: var(--gray-g);
    border-radius: 20px;
}

.product-categories-card .card img {
    transition: all 1s ease-in-out;
    filter: brightness(65%);
    min-height: 100%;
}

.product-categories-card .card:hover img {
    transform: scale(1.3) rotate(10deg);
}

.text-block {
    padding: 35px 0 150px;
}

@media (min-width: 992px) {
    .toc {
        position: sticky;
        top: 200px;
        z-index: 10;
    }
}

@media (max-width: 992px) {
    .toc.fixed {
        position: fixed;
        left: 0;
        top: clamp(6.5625rem, 6.1981rem + 1.495vw, 7.125rem);
        width: 100%;
        z-index: 99;
    }

    .toc.fixed .ltu-sticky-toc {
        border-radius: 0 0 16px 16px;
        border-color: #dee2e6;
    }

    .ltu-sticky-toc .ltu-sticky-toc-btn {
        margin-bottom: 0;
        width: 100%;
    }

    .ltu-sticky-toc .b-content__block {
        margin-top: 35px;
    }

    .ltu-sticky-toc .b-content__block:not(.hidden) {
        display: none;
    }
}

@media (max-width: 560px) {
    .product-categories-card {
        padding: 34px 16px 0;
        margin-bottom: 0;
    }

    .product-categories-card-item:last-child {
        margin-bottom: -21px;
    }
}