@charset "UTF-8";:root {
    --color-primary-100: #00a6dd;
    --color-primary-70: #4dc1e7;
    --color-primary-30: #b3e4f5;
    --color-primary-10: #e5f6fc;
    --color-secondary-100: #e14b4b;
    --color-secondary-70: #ea8181;
    --color-secondary-30: #f6c9c9;
    --color-secondary-10: #fceded;
    --color-tertiary-100: #53a35f;
    --color-tertiary-70: #87bf8f;
    --color-tertiary-30: #cbe3cf;
    --color-tertiary-10: #eef6ef;
    --color-gray-1: #8d9091;
    --color-gray-2: #ccc;
    --color-gray-3: #efefef;
    --color-gray-4: #fbfbfb;
    --color-natural-black: #000;
    --color-natural-white: #fff;
    --header-text: var(--color-natural-black);
    --header-text-hover: var(--color-primary-100);
    --footer-text: var(--color-natural-white);
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans","Liberation Sans",sans-serif;
    --font-family-heading: inherit;
    --font-family-title: inherit;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700;
    --list-icon: "";
    --list-icon-weight: 900;
    --list-icon-color: var(--color-secondary-100);
    --button-radius: 9999px;
    --buy-button-header-bg-color: var(--color-primary-100);
    --buy-button-header-text-color: var(--color-natural-white);
    --buy-button-footer-bg-color: var(--color-natural-white);
    --buy-button-footer-text-color: var(--color-primary-100);
    --swiper-theme-color: var(--color-natural-black)!important
}

body a {
    text-decoration: inherit
}

.karopharma-privacy-policy ul {
    display: block;
    list-style-type: disc;
    margin-block-end:1em;margin-block-start:1em;margin-bottom: 2rem;
    margin-inline-end:0;margin-inline-start:0;margin-top: 2rem;
    padding-left: 1.5rem;
    padding-inline-start:40px}

.karopharma-privacy-policy ul li {
    margin-bottom: .5rem;
    padding-left: .5rem
}

.wp-block-image.aligncenter img {
    display: inline-block
}

body.wp-admin ul.wp-block-list li>div {
    display: inline
}

body.wp-admin .editor-styles-wrapper button.components-button.editor-post-featured-image__preview {
    max-height: inherit
}

body.wp-admin section.image-with-text__full-width div.image-with-text-container div.image-with-text-container-image-container>button,body.wp-admin section.image-with-text__full-width div.image-with-text-container div.image-with-text-container-image-container>button>img {
    border-radius: 16px
}

.author-profile {
    color: var(--color-natural-black);
    font-family: var(--font-family-body);
    padding: 2.5rem 1.5rem
}

.author-profile__container {
    margin: 0 auto;
    max-width: 60rem
}

.author-profile__header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .author-profile__header {
        align-items:flex-start;
        flex-direction: row
    }
}

.author-profile__image {
    flex-shrink: 0;
    width: 100%
}

@media (min-width: 768px) {
    .author-profile__image {
        width:33.33%
    }
}

.author-profile__image img {
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,.05);
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.author-profile__details {
    padding-top: .5rem;
    width: 100%
}

@media (min-width: 768px) {
    .author-profile__details {
        width:66.66%
    }
}

.author-profile__name {
    color: var(--color-primary-100);
    font-family: var(--font-family-heading);
    font-size: 2rem;
    font-weight: var(--font-weight-h2);
    line-height: 1.2;
    margin-bottom: .75rem
}

.author-profile__job {
    color: var(--color-natural-black);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    margin-bottom: .25rem
}

.author-profile__company {
    color: var(--color-gray-1);
    font-size: 1rem;
    font-weight: var(--font-weight-body)
}

.author-profile__bio {
    color: var(--color-natural-black);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 100%
}

.author-profile__bio p {
    margin-bottom: 1.5rem
}

.author-profile__bio p:last-child {
    margin-bottom: 0
}

body.archive.category main .page-header .header-content {
    padding-left: 2rem;
    padding-right: 2rem
}

body.archive.category main .page-header.header-background-image {
    background-image: var(--desktop-bg);
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 27.34375vw;
    justify-content: center;
    min-height: 150px;
    padding-bottom: 20px;
    padding-top: 20px
}

body.archive.category main .page-header .highlight-text {
    background-color: hsla(0,0%,100%,.85);
    color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 4rem
}

@media (max-width: 768px) {
    body.archive.category main .page-header.header-background-image {
        background-image:var(--mobile-bg);
        height: auto;
        padding: 60px 15px
    }

    body.archive.category main .page-header .highlight-text {
        margin-left: auto;
        margin-right: auto;
        padding: 1rem 2rem
    }
}

@media (min-width: 768px) {
    body.archive.category main .page-header.header-background-image {
        padding-bottom:180px;
        padding-top: 180px
    }
}

.country-dropdown-container .country-button-list,.country-dropdown-container .country-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.country-dropdown-container .country-button-list.submenu,.country-dropdown-container .country-list.submenu {
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    min-width: 180px;
    position: absolute;
    z-index: 1000
}

@media (max-width: 768px) {
    .country-dropdown-container .country-button-list.submenu,.country-dropdown-container .country-list.submenu {
        position:static
    }
}

.country-dropdown-container:hover .country-list.submenu {
    display: block;
    text-align: left
}

.country-dropdown-container .country-list>li {
    overflow: visible;
    position: relative
}

.country-dropdown-container .country-list>li:hover>.country-button-list.submenu {
    display: block
}

.country-dropdown-container .country-button-list.submenu {
    left: 100%;
    top: 0
}

.country-dropdown-container .country-button-list li a,.country-dropdown-container .country-list li a {
    color: #333;
    display: block;
    padding: 8px 12px;
    text-decoration: none
}

.country-dropdown-container .country-button-list li a:hover,.country-dropdown-container .country-list li a:hover {
    background: #f0f0f0
}

.country-dropdown-container .submenu {
    overflow: inherit
}

#breadcrumbs,.yoast-breadcrumbs {
    -webkit-overflow-scrolling: touch;
    color: #333;
    font-family: inherit;
    font-size: .875rem;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    white-space: normal
}

#breadcrumbs::-webkit-scrollbar,.yoast-breadcrumbs::-webkit-scrollbar {
    display: none
}

#breadcrumbs span,.yoast-breadcrumbs span {
    align-items: center;
    display: inline-flex
}

@media (max-width: 576px) {
    #breadcrumbs span,.yoast-breadcrumbs span {
        display:inline-block
    }
}

#breadcrumbs a,.yoast-breadcrumbs a {
    color: var(--color-primary-100);
    display: inline-block;
    padding: 0 4px;
    text-decoration: none;
    transition: color .2s
}

#breadcrumbs a:hover,.yoast-breadcrumbs a:hover {
    color: var(--color-primary-70);
    text-decoration: underline
}

#breadcrumbs .breadcrumb_last,.yoast-breadcrumbs .breadcrumb_last {
    color: #666;
    font-weight: 400;
    margin-left: 5px
}

body.archive.category main .page-header:has(+.breadcrumb-wrapper) {
    margin-bottom: 0!important
}

html[data-brand=locobase] {
    --color-primary-100: #f4633a;
    --color-primary-70: #f79175;
    --color-primary-30: #fbd0c3;
    --color-primary-10: #fdefeb;
    --color-secondary-100: #333;
    --color-secondary-70: #707070;
    --color-secondary-30: #c1c1c1;
    --color-secondary-10: #f5f4f4;
    --color-tertiary-100: #e14b4b;
    --color-tertiary-70: #ea8181;
    --color-tertiary-30: #f6c9c9;
    --color-tertiary-10: #fceded;
    --header-background: var(--color-secondary-10);
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Barlow",sans-serif;
    --font-family-heading: "Barlow",sans-serif;
    --font-family-title: "Barlow",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 600;
    --list-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2h6v6c0 3.311-2.689 6-6 6s-6-2.689-6-6c0-3.312 2.689-6 6-6Z' fill='%23B2A491'/%3E%3C/svg%3E");
    --button-radius: 16px
}

html[data-brand=nailner] {
    --color-primary-100: #008696;
    --color-primary-70: #4caab5;
    --color-primary-30: #b2dadf;
    --color-primary-10: #008696;
    --color-secondary-100: #7dc8c8;
    --color-secondary-70: #a4d8d8;
    --color-secondary-30: #d8eeee;
    --color-secondary-10: #d8eeee;
    --color-tertiary-100: #21145f;
    --color-tertiary-70: #635a8f;
    --color-tertiary-30: #bcb8cf;
    --color-tertiary-10: #e8e7ef;
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700;
    --list-icon: ""
}

html[data-brand=nailner] header#header-main #buy-brand .button-wrapper a {
    background: transparent;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .button-wrapper.buy-now .buy-now-container {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] header#header-main #buy-brand .button-wrapper {
    background: transparent;
    background-color: var(--buy-button-header-bg-color);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] .wp-block-buttons .wp-block-button {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] .wp-block-buttons .wp-block-button:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner] .wp-block-buttons .wp-block-button a {
    background-color: transparent!important;
    border-radius: 16px;
    outline: 0;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .button-wrapper.buy-now .buy-now-container:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner] .swiper-slide .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] .button-wrapper.buy-now .buy-now-container .button-primary-color {
    background-color: transparent!important;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] ul.post-list.products .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button {
    background-color: transparent;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] ul.post-list.products .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button:hover {
    background-color: transparent
}

html[data-brand=nailner] footer#footer-main #footer-widgets .button-wrapper {
    background-color: var(--buy-button-footer-bg-color);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner] footer#footer-main #footer-widgets .button-wrapper a {
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] header#header-main #buy-brand .button-wrapper a:hover {
    opacity: .8
}

html[data-brand=nailner] .button-wrapper.buy-now .buy-now-container ul.submenu {
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .swiper-slide .product-card .button-wrapper.no-resellers a.theme-button {
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button {
    background-color: transparent;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .swiper-slide .button-wrapper.buy-now .buy-now-container ul.submenu {
    margin-left: -5px
}

html[data-brand=nailner] .swiper-slide .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button:hover {
    background-color: transparent
}

html[data-brand=nailner] .is-style-primary h2,html[data-brand=nailner] .is-style-primary h3,html[data-brand=nailner] .is-style-primary p {
    color: #fff!important
}

html[data-brand=nailner] .wp-block-karopharma-product-promotion.is-style-primary div.wp-block-buttons .wp-block-button__link {
    background-color: #fff
}

html[data-brand=nailner] .wp-block-karopharma-free-text.is-style-primary ul li {
    color: #fff!important
}

html[data-brand=nailner] body.archive.woocommerce main#main {
    background-color: var(--color-secondary-10)
}

html[data-brand=nailner] footer#footer-main #footer-widgets>section.widget.buy-now a.theme-button {
    background: transparent
}

html[data-brand=nailner] #woocommerce.single .woocommerce-product-bg {
    background-color: var(--color-secondary-10)
}

html[data-brand=nailner] #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now {
    background: transparent
}

html[data-brand=nailner] .punktlista-teal li {
    background: url(https://nailner.com/app/uploads/sites/2/2024/07/bullet-teal-mindre-1.png) no-repeat 0;
    font-size: 26px;
    margin-top: 1.5rem;
    padding-left: 22px!important
}

html[data-brand=nailner] .woocommerce-product-details__long-description .punktlista-teal li {
    font-size: 16px
}

html[data-brand=nailner] .punktlista-teal li:before {
    --tw-content: none!important
}

html[data-brand=nailner] .punktlista-white li {
    background: url(https://nailner.com/app/uploads/sites/2/2024/05/bullet-white.png) no-repeat 0;
    color: #fff;
    margin-top: .5rem;
    padding-left: 30px!important
}

html[data-brand=nailner] .punktlista-white li:before {
    --tw-content: none!important
}

html[data-brand=nailner] .wp-block-button:not(.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link:hover:after {
    height: 0
}

html[data-brand=scheriproct] {
    --color-primary-100: #e56a54;
    --color-primary-70: #ed9787;
    --color-primary-30: #f7d2cc;
    --color-primary-10: #fcf0ee;
    --color-secondary-100: #008ca0;
    --color-secondary-70: #4dafbd;
    --color-secondary-30: #b3dde3;
    --color-secondary-10: #e5f3f5;
    --color-tertiary-100: #00ab8e;
    --color-tertiary-70: #4dc4b0;
    --color-tertiary-30: #b3e6dd;
    --color-tertiary-10: #e5f7f4;
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Kumbh Sans",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Pacifico",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400
}

html[data-brand=ultraproct] {
    --color-primary-100: #e56a54;
    --color-primary-70: #ed9787;
    --color-primary-30: #f7d2cc;
    --color-primary-10: #fcf0ee;
    --color-secondary-100: #3c5c4f;
    --color-secondary-70: #768c83;
    --color-secondary-30: #c4ceca;
    --color-secondary-10: #ebeeed;
    --color-tertiary-100: #c4ceca;
    --color-tertiary-70: #d5dcd9;
    --color-tertiary-30: #edf0ef;
    --color-tertiary-10: #f9faf9;
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Kumbh Sans",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Pacifico",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400
}

html[data-brand=hemoproct] {
    --color-primary-100: #00a499;
    --color-primary-70: #4cbfb7;
    --color-primary-30: #b2e3e0;
    --color-primary-10: #e5f5f4;
    --color-secondary-100: #e49476;
    --color-secondary-70: #ecb49f;
    --color-secondary-30: #f6ded5;
    --color-secondary-10: #fcf4f1;
    --color-tertiary-100: #6cb3e1;
    --color-tertiary-70: #98c9ea;
    --color-tertiary-30: #d2e8f6;
    --color-tertiary-10: #f0f7fc;
    --font-family-body: "Kumbh Sans",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Kumbh Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400
}

html[data-brand=multi-gyn] {
    --color-primary-100: #753cbe;
    --color-primary-70: #9e76d1;
    --color-primary-30: #d5c4eb;
    --color-primary-10: #f7f3fa;
    --color-secondary-100: #efeed9;
    --color-secondary-70: #f3f3e4;
    --color-secondary-30: #faf9f3;
    --color-secondary-10: #efeed9;
    --color-tertiary-100: #0086d6;
    --color-tertiary-70: #4caae2;
    --color-tertiary-30: #b3dbf3;
    --color-tertiary-10: #e5f2fa;
    --font-family-body: "Noi Grotesk",sans-serif;
    --font-family-heading: "Noi Grotesk",sans-serif;
    --font-family-title: "Noi Grotesk",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=multi-gyn-override] {
    --color-primary-100: #641462;
    --color-primary-70: #925a91;
    --color-primary-30: #d1b9d0;
    --color-primary-10: #efe7ef;
    --color-secondary-100: #3bbfad;
    --color-secondary-70: #76d2c5;
    --color-secondary-30: #c4ece6;
    --color-secondary-10: #ebf9f7;
    --color-tertiary-100: #0086d6;
    --color-tertiary-70: #4caae2;
    --color-tertiary-30: #b3dbf3;
    --color-tertiary-10: #e5f3fb;
    --font-family-body: "Lato",sans-serif;
    --font-family-heading: "Lato",sans-serif;
    --font-family-title: "Lato",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700
}

html[data-brand=multi-mam] {
    --color-primary-100: #9678d3;
    --color-primary-70: #b6a0e0;
    --color-primary-30: #e0d7f2;
    --color-primary-10: #f5f1fb;
    --color-secondary-100: #00aec7;
    --color-secondary-70: #4cc6d8;
    --color-secondary-30: #b3e7ee;
    --color-secondary-10: #e5f7f9;
    --color-tertiary-100: #00c7b1;
    --color-tertiary-70: #4cd8c8;
    --color-tertiary-30: #b3eee8;
    --color-tertiary-10: #e5f9f7;
    --font-family-body: "Lato",sans-serif;
    --font-family-heading: "Lato",sans-serif;
    --font-family-title: "Lato",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700
}

html[data-brand=pevaryl] {
    --color-primary-100: #1e71cb;
    --color-primary-70: #619cdb;
    --color-primary-30: #bcd4ef;
    --color-primary-10: #e8f1fa;
    --color-secondary-100: #8e5696;
    --color-secondary-70: #b089b6;
    --color-secondary-30: #ddcce0;
    --color-secondary-10: #f4eef5;
    --color-tertiary-100: #009de0;
    --color-tertiary-70: #4cbae9;
    --color-tertiary-30: #b3e2f6;
    --color-tertiary-10: #e5f5fc;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700
}

html[data-brand=lactocare] {
    --color-primary-100: #0f4d8f;
    --color-primary-70: #5782b0;
    --color-primary-30: #b7c9dd;
    --color-primary-10: #e7edf3;
    --color-secondary-100: #b7d5f2;
    --color-secondary-70: #cde1f6;
    --color-secondary-30: #e9f2fb;
    --color-secondary-10: #d7f1ff;
    --color-tertiary-100: #f2aa5d;
    --color-tertiary-70: #f6c38e;
    --color-tertiary-30: #fbe6ce;
    --color-tertiary-10: #fef7ef;
    --font-family-body: "Aeonik Regular",sans-serif;
    --font-family-heading: "Aeonik Bold",sans-serif;
    --font-family-title: "Aeonik Bold",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700;
    --list-icon: "";
    --list-icon-weight: 600;
    --list-icon-color: var(--color-primary-100);
    --header-text: var(--color-primary-100);
    --header-text-hover: var(--color-primary-70);
    --footer-text: var(--color-primary-100);
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-natural-white)
}

html[data-brand=lactocare] header#header-main nav.nav-primary ul.nav>li>a {
    font-weight: 400
}

html[data-brand=lactocare] div.swiper-container {
    padding-top: 2rem
}

html[data-brand=lactocare] #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery {
    background: transparent!important
}

html[data-brand=lactocare] p.is-style-paragraph-preamble {
    line-height: 1.2
}

html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h1,html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h2,html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h3,html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h4,html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h5,html[data-brand=lactocare] .wp-block-karopharma-free-text .free-text-wrapper h6 {
    margin-bottom: 1rem
}

html[data-brand=lactocare] .post-filter>ul>li,html[data-brand=lactocare] .post-filter>ul>li.active {
    color: #0f4d8f
}

html[data-brand=lactocare] .swiper-button-prev {
    background-color: hsla(0,0%,100%,.5);
    border-radius: 99px;
    left: 5px!important;
    padding: 30px
}

html[data-brand=lactocare] .swiper-button-next {
    background-color: hsla(0,0%,100%,.5);
    border-radius: 99px;
    padding: 30px;
    right: 5px!important
}

html[data-brand=lactocare] .wp-block-table thead {
    background: #a5c9e8;
    border-bottom-width: 1px;
    border-style: solid
}

html[data-brand=lactocare] .wp-block-karopharma-accordions details.wp-block-karopharma-accordion:not(:first-child) summary {
    border-color: var(--color-primary-100);
    border-top: 1px var(--color-primary-100);
    border-style: solid;
    margin-top: 1rem;
    padding-top: 1rem
}

html[data-brand=lactocare] b,html[data-brand=lactocare] strong,html[data-brand=lactocare] td:first-child b,html[data-brand=lactocare] td:first-child strong,html[data-brand=lactocare] th {
    font-family: Aeonik Bold,sans-serif!important;
    font-weight: 700!important
}

html[data-brand=decubal] {
    --color-primary-100: #9b182f;
    --color-primary-70: #b95d6d;
    --color-primary-30: #e1bac1;
    --color-primary-10: #f7edee;
    --color-secondary-100: #f3e4cd;
    --color-secondary-70: #f7ecdc;
    --color-secondary-30: #fcf7f0;
    --color-secondary-10: #fefcfa;
    --color-tertiary-100: #dce5ef;
    --color-tertiary-70: #e6edf4;
    --color-tertiary-30: #f5f7fa;
    --color-tertiary-10: #fcfcfd;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Prelo",sans-serif;
    --font-family-heading: "Prelo",sans-serif;
    --font-family-title: "Prelo",sans-serif;
    --font-weight-body: 300;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400;
    --list-icon: "";
    --list-icon-weight: 400;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=ibux] {
    --color-primary-100: #c8102e;
    --color-primary-70: #d8586d;
    --color-primary-30: #efb7c0;
    --color-primary-10: #fae7ea;
    --color-secondary-100: #ffcd00;
    --color-secondary-70: #ffdc4c;
    --color-secondary-30: #fff0b3;
    --color-secondary-10: #fffae5;
    --color-tertiary-100: #9b26b6;
    --color-tertiary-70: #b967cc;
    --color-tertiary-30: #e1bee9;
    --color-tertiary-10: #f5e9f8;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Maven Pro",sans-serif;
    --font-family-heading: "Maven Pro",sans-serif;
    --font-family-title: "Maven Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700;
    --button-radius: 8px
}

html[data-brand=bronkyl] {
    --color-primary-100: #009845;
    --color-primary-70: #4cb77d;
    --color-primary-30: #b3e0c7;
    --color-primary-10: #e5f5ec;
    --color-secondary-100: #f3e500;
    --color-secondary-70: #f7ed4c;
    --color-secondary-30: #fcf7b3;
    --color-secondary-10: #fefce5;
    --color-tertiary-100: #495853;
    --color-tertiary-70: #808a86;
    --color-tertiary-30: #c8cdcb;
    --color-tertiary-10: #edeeee;
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=asan] {
    --color-primary-100: #90cdc7;
    --color-primary-70: #b1dcd8;
    --color-primary-30: #def0ee;
    --color-primary-10: #f4faf9;
    --color-secondary-100: #8c9091;
    --color-secondary-70: #aeb1b2;
    --color-secondary-30: #dddede;
    --color-secondary-10: #f3f4f4;
    --color-tertiary-100: #067472;
    --color-tertiary-70: #519e9c;
    --color-tertiary-30: #b4d5d5;
    --color-tertiary-10: #e6f1f1;
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Roboto",sans-serif;
    --font-family-title: "Roboto",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 500;
    --font-weight-large: 400;
    --font-weight-huge: 500
}

html[data-brand=ccs] {
    --color-primary-100: #0081a7;
    --color-primary-70: #4ca7c1;
    --color-primary-30: #b3d9e5;
    --color-primary-10: #e5f2f6;
    --color-secondary-100: #204f65;
    --color-secondary-70: #638493;
    --color-secondary-30: #bccad1;
    --color-secondary-10: #e9edf0;
    --color-tertiary-100: #5994b1;
    --color-tertiary-70: #8bb4c8;
    --color-tertiary-30: #cddfe8;
    --color-tertiary-10: #eef4f7;
    --header-background: var(--color-primary-10);
    --footer-background: var(--color-primary-100);
    --font-family-body: "GT Pressura Pro",sans-serif;
    --font-family-heading: "GT Pressura Pro",sans-serif;
    --font-family-title: "GT Pressura Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 500;
    --list-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.527 6a.755.755 0 0 0-.524-.721.775.775 0 0 0-.213-.04l-3.083-.268-.001-.002a.484.484 0 0 1-.445-.589l.701-3.034A.76.76 0 0 0 6.52.875L5.308 3.722h-.003a.486.486 0 0 1-.714.235L1.94 2.362a.76.76 0 0 0-.893 1.228l2.332 2.03a.487.487 0 0 1 0 .755l.001.002-2.333 2.028a.76.76 0 0 0 .89 1.228l2.666-1.6a.485.485 0 0 1 .701.24h.003l1.208 2.85a.759.759 0 0 0 1.444-.47L7.26 7.62a.485.485 0 0 1 .438-.59l3.093-.27a.758.758 0 0 0 .737-.76Z' fill='%23204F65'/%3E%3C/svg%3E")
}

html[data-brand=flux] {
    --color-primary-100: #001b96;
    --color-primary-70: #4c5fb6;
    --color-primary-30: #b3bbe0;
    --color-primary-10: #e5e8f5;
    --color-secondary-100: #7dc8c8;
    --color-secondary-70: #a4d8d8;
    --color-secondary-30: #d8efef;
    --color-secondary-10: #f2fafa;
    --color-tertiary-100: #c2deea;
    --color-tertiary-70: #d4e8f0;
    --color-tertiary-30: #edf5f9;
    --color-tertiary-10: #f9fcfd;
    --color-natural-black: #444;
    --header-background: var(--color-primary-10);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Neo Sans Pro",sans-serif;
    --font-family-heading: "Neo Sans Pro",sans-serif;
    --font-family-title: "Neo Sans Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 300;
    --font-weight-h1: 300;
    --font-weight-large: 300;
    --font-weight-huge: 300
}

html[data-brand=mabs] {
    --color-primary-100: #e6004e;
    --color-primary-70: #ed4c83;
    --color-primary-30: #f7b2c9;
    --color-primary-10: #fce5ed;
    --color-secondary-100: #00ab8e;
    --color-secondary-70: #4cc4af;
    --color-secondary-30: #b2e5dd;
    --color-secondary-10: #e5f6f3;
    --color-tertiary-100: #c2deea;
    --color-tertiary-70: #d4e8f0;
    --color-tertiary-30: #edf5f9;
    --color-tertiary-10: #f9fcfd;
    --color-natural-black: #444;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Barlow Semi Condensed",sans-serif;
    --font-family-heading: "Barlow Semi Condensed",sans-serif;
    --font-family-title: "Barlow Semi Condensed",sans-serif;
    --font-weight-body: 300;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 500;
    --font-weight-large: 400;
    --font-weight-huge: 400;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=mabs-rebrand] {
    --color-primary-100: #e6004e;
    --color-primary-70: #ed4c83;
    --color-primary-30: #f7b2c9;
    --color-primary-10: #fff;
    --color-secondary-100: #77665f;
    --color-secondary-70: #a0948f;
    --color-secondary-30: #d6d1cf;
    --color-secondary-10: #f4edea;
    --color-tertiary-100: #98c3e3;
    --color-tertiary-70: #d4e8f0;
    --color-tertiary-30: #edf5f9;
    --color-tertiary-10: #f9fcfd;
    --color-natural-black: #444;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Barlow Semi Condensed",sans-serif;
    --font-family-heading: "Barlow Semi Condensed",sans-serif;
    --font-family-title: "Barlow Semi Condensed",sans-serif;
    --font-weight-body: 300;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 500;
    --font-weight-large: 400;
    --font-weight-huge: 400;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=mabs-rebrand] header#header-main nav.nav-primary ul.nav li a {
    font-size: 1.3rem!important;
    font-weight: 300!important
}

@media (min-width: 1024px) {
    html[data-brand=mabs-rebrand] header#header-main nav.nav-primary ul.nav ul.sub-menu li>a {
        font-size:1rem!important
    }
}

html[data-brand=footner] {
    --color-primary-100: #ecbad2;
    --color-primary-70: #f2cfdf;
    --color-primary-30: #f9eaf2;
    --color-primary-10: #fdf8fb;
    --color-secondary-100: #245781;
    --color-secondary-70: #6689a7;
    --color-secondary-30: #bdcdd9;
    --color-secondary-10: #e9eef2;
    --color-tertiary-100: #bbdfe0;
    --color-tertiary-70: #cfe9e9;
    --color-tertiary-30: #ebf6f6;
    --color-tertiary-10: #f8fcfc;
    --color-natural-black: #13294b;
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=selexid] {
    --color-primary-100: #f9de2c;
    --color-primary-70: #fbe86b;
    --color-primary-30: #fdf5c0;
    --color-primary-10: #fefcea;
    --color-secondary-100: #91b797;
    --color-secondary-70: #b2cdb6;
    --color-secondary-30: #dee9e0;
    --color-secondary-10: #f4f8f5;
    --color-tertiary-100: #333;
    --color-tertiary-70: #707070;
    --color-tertiary-30: #c2c2c2;
    --color-tertiary-10: #ebebeb;
    --footer-text: var(--color-natural-black);
    --footer-background: var(--color-tertiary-10);
    --font-family-body: "Nunito",sans-serif;
    --font-family-heading: "Nunito",sans-serif;
    --font-family-title: "Nunito",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 600;
    --font-weight-huge: 600;
    --buy-button-header-text-color: var(--color-natural-black);
    --buy-button-footer-text-color: var(--color-natural-black)
}

html[data-brand=wortie] {
    --color-primary-100: #511e84;
    --color-primary-70: #8561a9;
    --color-primary-30: #cbbcda;
    --color-primary-10: #eee8f3;
    --color-secondary-100: #f87c56;
    --color-secondary-70: #faa389;
    --color-secondary-30: #fdd8cc;
    --color-secondary-10: #fef2ee;
    --color-tertiary-100: #00ab8e;
    --color-tertiary-70: #4cc4b0;
    --color-tertiary-30: #b3e6dd;
    --color-tertiary-10: #e5f7f4;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 700;
    --list-icon: ""
}

html[data-brand=poxclin] {
    --color-primary-100: #ed8b00;
    --color-primary-70: #f2ae4c;
    --color-primary-30: #fadcb3;
    --color-primary-10: #fdf3e5;
    --color-secondary-100: #da291c;
    --color-secondary-70: #e56960;
    --color-secondary-30: #f4bfbb;
    --color-secondary-10: #fbeae8;
    --color-tertiary-100: #a51890;
    --color-tertiary-70: #c05db1;
    --color-tertiary-30: #e4bade;
    --color-tertiary-10: #f6e8f4;
    --font-family-body: "Neo Sans Pro",sans-serif;
    --font-family-heading: "Neo Sans Pro",sans-serif;
    --font-family-title: "Neo Sans Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=betavivo] {
    --color-primary-100: #f7bc16;
    --color-primary-70: #f9d05c;
    --color-primary-30: #fdebb9;
    --color-primary-10: #fef8e8;
    --color-secondary-100: #dc8823;
    --color-secondary-70: #e6ac65;
    --color-secondary-30: #f5dbbd;
    --color-secondary-10: #fcf3e9;
    --color-tertiary-100: #4e4540;
    --color-tertiary-70: #837d79;
    --color-tertiary-30: #cac7c6;
    --color-tertiary-10: #edecec;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400;
    --button-radius: 0;
    --list-icon: ""
}

html[data-brand=paracet] {
    --color-primary-100: #ff671f;
    --color-primary-70: #ff9562;
    --color-primary-30: #ffd1bc;
    --color-primary-10: #fff0e9;
    --color-secondary-100: #8a8d8f;
    --color-secondary-70: #adafb1;
    --color-secondary-30: #dcdddd;
    --color-secondary-10: #f3f4f4;
    --color-tertiary-100: #fff042;
    --color-tertiary-70: #fff47b;
    --color-tertiary-30: #fffbc6;
    --color-tertiary-10: #fffeec;
    --font-family-body: "Maven Pro",sans-serif;
    --font-family-heading: "Maven Pro",sans-serif;
    --font-family-title: "Maven Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=apobase] {
    --color-primary-100: #93bdb4;
    --color-primary-70: #b3d0ca;
    --color-primary-30: #deebe8;
    --color-primary-10: #f4f8f7;
    --color-secondary-100: #53565a;
    --color-secondary-70: #86888b;
    --color-secondary-30: #cbcccd;
    --color-secondary-10: #edeeee;
    --color-tertiary-100: #bd3742;
    --color-tertiary-70: #d0737a;
    --color-tertiary-30: #ebc3c6;
    --color-tertiary-10: #f8ebec;
    --font-family-body: "Roboto",sans-serif;
    --font-family-heading: "Roboto",sans-serif;
    --font-family-title: "Roboto",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --footer-text: #000
}

html[data-brand=apobase] header#header-main>.container .brand figure {
    position: absolute;
    top: 46px;
    z-index: 9999
}

@media (max-width: 550px) {
    html[data-brand=apobase] header#header-main>.container .brand figure {
        top:10px
    }
}

html[data-brand=apobase] header#header-main {
    padding: 14px 0
}

html[data-brand=apobase] section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem
}

html[data-brand=apobase] footer#footer-main {
    background: linear-gradient(180deg,#93bdb4 0,#7baaa0)
}

#footer-main h4,html[data-brand=apobase] #footer-main h3 {
    color: #fff
}

.rubrikfooter,html[data-brand=apobase] #footer-main>.container .widget h3.widget_title {
    font-size: 2rem!important
}

html[data-brand=apobase] header#header-main #buy-brand .button-wrapper a {
    color: #fff;
    font-size: 1rem;
    padding: 20px 30px;
    text-transform: uppercase
}

html[data-brand=mollipect] {
    --color-primary-100: #166921;
    --color-primary-70: #5b9663;
    --color-primary-30: #b9d2bc;
    --color-primary-10: #e7f0e8;
    --color-secondary-100: #692116;
    --color-secondary-70: #96635b;
    --color-secondary-30: #d2bcb9;
    --color-secondary-10: #f0e8e7;
    --color-tertiary-100: #165e69;
    --color-tertiary-70: #5b8e96;
    --color-tertiary-30: #b9ced2;
    --color-tertiary-10: #e7eef0;
    --font-family-body: "Roboto",sans-serif;
    --font-family-heading: "Roboto",sans-serif;
    --font-family-title: "Roboto",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=hostkollen] {
    --color-primary-100: #e46769;
    --color-primary-70: #ec9496;
    --color-primary-30: #f6d1d2;
    --color-primary-10: #fceff0;
    --color-secondary-100: #424456;
    --color-secondary-70: #7a7c88;
    --color-secondary-30: #c6c6cc;
    --color-secondary-10: #ececee;
    --color-tertiary-100: #5b2476;
    --color-tertiary-70: #8c659f;
    --color-tertiary-30: #cdbdd5;
    --color-tertiary-10: #eee9f1;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Poppins",sans-serif;
    --font-family-title: "Poppins",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --footer-background: var(--color-secondary-100)
}

html[data-brand=allevo] {
    --color-primary-100: #2c3687;
    --color-primary-70: #6b72ab;
    --color-primary-30: #c0c3db;
    --color-primary-10: #eaebf3;
    --color-secondary-100: #fcdfd6;
    --color-secondary-70: #fde9e2;
    --color-secondary-30: #fef6f3;
    --color-secondary-10: #fffcfb;
    --color-tertiary-100: #f6f0dc;
    --color-tertiary-70: #f9f4e6;
    --color-tertiary-30: #fcfbf5;
    --color-tertiary-10: #fefefc;
    --color-natural-black: var(--color-primary-100);
    --footer-text: var(--color-natural-black);
    --footer-background: var(--color-tertiary-100);
    --font-family-body: "PT Sans",sans-serif;
    --font-family-heading: "PT Sans",sans-serif;
    --font-family-title: "PT Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=fungoral] {
    --color-primary-100: #00c1d4;
    --color-primary-70: #4cd4e1;
    --color-primary-30: #b3ecf2;
    --color-primary-10: #e5f9fb;
    --color-secondary-100: #ffc72c;
    --color-secondary-70: #ffd86b;
    --color-secondary-30: #ffeec0;
    --color-secondary-10: #fff9ea;
    --color-tertiary-100: #006271;
    --color-tertiary-70: #4c919c;
    --color-tertiary-30: #b3d0d4;
    --color-tertiary-10: #e5eff1;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=viruseptin] {
    --color-primary-100: #9a1f1c;
    --color-primary-70: #b86260;
    --color-primary-30: #e0bbba;
    --color-primary-10: #f4e8e8;
    --color-secondary-100: #333;
    --color-secondary-70: #707070;
    --color-secondary-30: #c1c1c1;
    --color-secondary-10: #eaeaea;
    --color-tertiary-100: #cfcfb8;
    --color-tertiary-70: #ddddcd;
    --color-tertiary-30: #f0f0e9;
    --color-tertiary-10: #fafaf7;
    --color-natural-black: #212529;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Playfair Display",sans-serif;
    --font-family-title: "Playfair Display",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=cortimyk] {
    --color-primary-100: #007298;
    --color-primary-70: #4c9cb6;
    --color-primary-30: #b2d4e0;
    --color-primary-10: #e5f0f4;
    --color-secondary-100: #979b8d;
    --color-secondary-70: #b6b9af;
    --color-secondary-30: #dfe1dc;
    --color-secondary-10: #f4f5f3;
    --color-tertiary-100: #5b2e48;
    --color-tertiary-70: #8c6c7e;
    --color-tertiary-30: #cdc0c8;
    --color-tertiary-10: #eeeaec;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open sans",sans-serif;
    --font-family-title: "Open sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=nozoil] {
    --color-primary-100: #003da5;
    --color-primary-70: #4c77c0;
    --color-primary-30: #b2c4e4;
    --color-primary-10: #e5ebf6;
    --color-secondary-100: #43b02a;
    --color-secondary-70: #7bc769;
    --color-secondary-30: #c6e7bf;
    --color-secondary-10: #ecf7e9;
    --color-tertiary-100: #2dccd3;
    --color-tertiary-70: #6cdbe0;
    --color-tertiary-30: #c0eff1;
    --color-tertiary-10: #eaf9fa;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Quicksand",sans-serif;
    --font-family-title: "Quicksand",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 600
}

html[data-brand=mildison] {
    --color-primary-100: #00369c;
    --color-primary-70: #4c72b9;
    --color-primary-30: #b2c2e1;
    --color-primary-10: #e5eaf5;
    --color-secondary-100: #efc421;
    --color-secondary-70: #f3d563;
    --color-secondary-30: #faedbc;
    --color-secondary-10: #fdf9e8;
    --color-tertiary-100: #8d99ae;
    --color-tertiary-70: #afb7c6;
    --color-tertiary-30: #dce0e6;
    --color-tertiary-10: #f3f4f6;
    --color-natural-black: #222;
    --font-family-body: arial,sans-serif;
    --font-family-heading: arial,sans-serif;
    --font-family-title: arial,sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=propyless] {
    --color-primary-100: #117084;
    --color-primary-70: #589aa8;
    --color-primary-30: #b7d4da;
    --color-primary-10: #e7f0f2;
    --color-secondary-100: #6f94a2;
    --color-secondary-70: #9ab4bd;
    --color-secondary-30: #d3dee3;
    --color-secondary-10: #f0f4f5;
    --color-tertiary-100: #47494b;
    --color-tertiary-70: #7e7f81;
    --color-tertiary-30: #c7c8c9;
    --color-tertiary-10: #ececed;
    --color-natural-black: #222;
    --font-family-body: "Nunito Sans",sans-serif;
    --font-family-heading: "Nunito Sans",sans-serif;
    --font-family-title: "Nunito Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 300;
    --font-weight-h5: 300;
    --font-weight-h4: 300;
    --font-weight-h3: 300;
    --font-weight-h2: 300;
    --font-weight-h1: 300;
    --font-weight-large: 300;
    --font-weight-huge: 300
}

html[data-brand=clinomyn] {
    --color-primary-100: #377c9a;
    --color-primary-70: #73a3b8;
    --color-primary-30: #c3d7e0;
    --color-primary-10: #ebf1f4;
    --color-secondary-100: #2e8473;
    --color-secondary-70: #6ca89d;
    --color-secondary-30: #c0dad5;
    --color-secondary-10: #eaf2f1;
    --color-tertiary-100: #091540;
    --color-tertiary-70: #525b79;
    --color-tertiary-30: #b5b8c5;
    --color-tertiary-10: #e6e7eb;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Nunito Sans",sans-serif;
    --font-family-title: "Nunito Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 600
}

html[data-brand=stop24] {
    --color-primary-100: #db0632;
    --color-primary-70: #e5506f;
    --color-primary-30: #f4b4c1;
    --color-primary-10: #fbe6ea;
    --color-secondary-100: #21649c;
    --color-secondary-70: #6392b9;
    --color-secondary-30: #bcd0e1;
    --color-secondary-10: #e8eff5;
    --color-tertiary-100: #712f79;
    --color-tertiary-70: #9b6da1;
    --color-tertiary-30: #d4c0d6;
    --color-tertiary-10: #f0eaf1;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Kumbh Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=zonat] {
    --color-primary-100: #110a35;
    --color-primary-70: #7a6c9e;
    --color-primary-30: #c6c0d5;
    --color-primary-10: #eceaf1;
    --color-secondary-100: #1d54a1;
    --color-secondary-70: #6187bd;
    --color-secondary-30: #bbcce3;
    --color-secondary-10: #e8eef6;
    --color-tertiary-100: #8a8b8a;
    --color-tertiary-70: #adaead;
    --color-tertiary-30: #dcdcdc;
    --color-tertiary-10: #f3f3f3;
    --header-text: var(--color-primary-100);
    --header-text-hover: var(--color-primary-30);
    --header-background: var(--color-tertiary-10);
    --buy-button-header-bg-color: var(--color-natural-white);
    --buy-button-header-text-color: var(--color-primary-100);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Lato","Open Sans",sans-serif;
    --font-family-heading: "Lato","Open Sans",sans-serif;
    --font-family-title: "Lato","Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 500
}

html[data-brand=paralginforte] {
    --color-primary-100: #d10008;
    --color-primary-70: #df4d52;
    --color-primary-30: #f1b3b5;
    --color-primary-10: #fae6e6;
    --color-secondary-100: #324755;
    --color-secondary-70: #707e88;
    --color-secondary-30: #c2c8cc;
    --color-secondary-10: #ebedee;
    --color-tertiary-100: #444;
    --color-tertiary-70: #7c7c7c;
    --color-tertiary-30: #c7c7c7;
    --color-tertiary-10: #ececec;
    --header-background: #e9eae8;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Karla",sans-serif;
    --font-family-heading: "Noto Serif",sans-serif;
    --font-family-title: "Noto Serif",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 400;
    --font-weight-h5: 400;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400
}

html[data-brand=e45] {
    --color-primary-100: #142b53;
    --color-primary-70: #5a6b86;
    --color-primary-30: #b9bfcb;
    --color-primary-10: #e7eaee;
    --color-secondary-100: #e6d7d8;
    --color-secondary-70: #ede3e4;
    --color-secondary-30: #f8f3f3;
    --color-secondary-10: #fdfbfb;
    --color-tertiary-100: #f3bc94;
    --color-tertiary-70: #f7d0b4;
    --color-tertiary-30: #fcebdf;
    --color-tertiary-10: #fef8f4;
    --color-natural-black: #142b53;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 500;
    --font-weight-large: 500;
    --font-weight-huge: 600;
    --list-icon-color: var(--color-tertiary-100)
}

html[data-brand=dosett] {
    --color-primary-100: #d2232a;
    --color-primary-70: #df6569;
    --color-primary-30: #f1bdbf;
    --color-primary-10: #fae9e9;
    --color-secondary-100: #367175;
    --color-secondary-70: #729b9e;
    --color-secondary-30: #c2d4d5;
    --color-secondary-10: #eaf0f1;
    --color-tertiary-100: #92472c;
    --color-tertiary-70: #b27e6b;
    --color-tertiary-30: #dec7bf;
    --color-tertiary-10: #f4ece9;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 600
}

html[data-brand=verruxin] {
    --color-primary-100: #075197;
    --color-primary-70: #5185b6;
    --color-primary-30: #b5cbe0;
    --color-primary-10: #e6eef5;
    --color-secondary-100: #ed7b13;
    --color-secondary-70: #f2a35a;
    --color-secondary-30: #fad7b8;
    --color-secondary-10: #fdf2e7;
    --color-tertiary-100: #70877f;
    --color-tertiary-70: #9baba5;
    --color-tertiary-30: #d4dbd9;
    --color-tertiary-10: #f1f3f2;
    --color-natural-black: #222;
    --font-family-body: "Roboto",sans-serif;
    --font-family-heading: "Roboto",sans-serif;
    --font-family-title: "Roboto",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 500;
    --font-weight-large: 500;
    --font-weight-huge: 600
}

html[data-brand=eryplast] {
    --color-primary-100: #00945e;
    --color-primary-70: #4db48e;
    --color-primary-30: #b3dfcf;
    --color-primary-10: #e6f4ef;
    --color-secondary-100: #3c5685;
    --color-secondary-70: #7789aa;
    --color-secondary-30: #c5ccda;
    --color-secondary-10: #eceef3;
    --color-tertiary-100: #c4bbb8;
    --color-tertiary-70: #d6cfcd;
    --color-tertiary-30: #edebea;
    --color-tertiary-10: #f9f8f8;
    --color-natural-black: #222;
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Raleway",sans-serif;
    --font-family-title: "Raleway",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=dermicin] {
    --color-primary-100: #007dc5;
    --color-primary-70: #4da4d6;
    --color-primary-30: #b3d8ee;
    --color-primary-10: #e6f2f9;
    --color-secondary-100: #f7931e;
    --color-secondary-70: #f9b362;
    --color-secondary-30: #fddfbc;
    --color-secondary-10: #fef4e9;
    --color-tertiary-100: #7d646e;
    --color-tertiary-70: #a4939a;
    --color-tertiary-30: #d8d1d4;
    --color-tertiary-10: #f2f0f1;
    --font-family-body: "Neo Sans Pro",sans-serif;
    --font-family-heading: "Neo Sans Pro",sans-serif;
    --font-family-title: "Neo Sans Pro",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700
}

html[data-brand=fotkollen] {
    --color-primary-100: #167c80;
    --color-primary-70: #5ca3a6;
    --color-primary-30: #b9d8d9;
    --color-primary-10: #e8f2f2;
    --color-secondary-100: #06779b;
    --color-secondary-70: #51a0b9;
    --color-secondary-30: #b4d6e1;
    --color-secondary-10: #e6f1f5;
    --color-tertiary-100: #252f41;
    --color-tertiary-70: #666d7a;
    --color-tertiary-30: #bec1c6;
    --color-tertiary-10: #e9eaec;
    --color-natural-black: #222;
    --font-family-body: "Lato",sans-serif;
    --font-family-heading: "Lato",sans-serif;
    --font-family-title: "Lato",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 900;
    --font-weight-h5: 900;
    --font-weight-h4: 900;
    --font-weight-h3: 900;
    --font-weight-h2: 900;
    --font-weight-h1: 900;
    --font-weight-large: 900;
    --font-weight-huge: 900
}

html[data-brand=pilfood] {
    --color-primary-100: #0074af;
    --color-primary-70: #4c9dc7;
    --color-primary-30: #b2d5e7;
    --color-primary-10: #e5f1f7;
    --color-secondary-100: #c64f40;
    --color-secondary-70: #d78379;
    --color-secondary-30: #edcac5;
    --color-secondary-10: #f9edeb;
    --color-tertiary-100: #c8a482;
    --color-tertiary-70: #d8bfa7;
    --color-tertiary-30: #eee3d9;
    --color-tertiary-10: #f9f5f2;
    --color-natural-black: #222;
    --font-family-body: "Montserrat",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 800;
    --font-weight-large: 800;
    --font-weight-huge: 800
}

html[data-brand=underlivskollen] {
    --color-primary-100: #7759a6;
    --color-primary-70: #9b87bc;
    --color-primary-30: #d4cce2;
    --color-primary-10: #f0eef5;
    --color-secondary-100: #3792b0;
    --color-secondary-70: #73b2c7;
    --color-secondary-30: #c2dee7;
    --color-secondary-10: #ebf4f6;
    --color-tertiary-100: #ee7674;
    --color-tertiary-70: #f39f9d;
    --color-tertiary-30: #fad6d5;
    --color-tertiary-10: #fdf1f1;
    --color-natural-black: #222;
    --font-family-body: "Sarala",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Kumbh Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=lithionit] {
    --color-primary-100: #295236;
    --color-primary-70: #698572;
    --color-primary-30: #becbc2;
    --color-primary-10: #e9edea;
    --color-secondary-100: #e77a25;
    --color-secondary-70: #eea166;
    --color-secondary-30: #f7d7bd;
    --color-secondary-10: #fcf1e9;
    --color-tertiary-100: #575852;
    --color-tertiary-70: #898a85;
    --color-tertiary-30: #cccccb;
    --color-tertiary-10: #eeeeed;
    --color-natural-black: #222;
    --font-family-body: "Encode Sans",sans-serif;
    --font-family-heading: "Encode Sans Expanded",sans-serif;
    --font-family-title: "Encode Sans Expanded",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=lithionit] header#header-main nav.nav-primary ul.nav li a {
    color: #e77a25;
    font-size: 1.1rem
}

html[data-brand=lithionitpatient] {
    --color-primary-100: #567c3f;
    --color-primary-70: #88a378;
    --color-primary-30: #ccd7c5;
    --color-primary-10: #eef1eb;
    --color-secondary-100: #e77a25;
    --color-secondary-70: #eea166;
    --color-secondary-30: #f7d7bd;
    --color-secondary-10: #fcf1e9;
    --color-tertiary-100: #cfb56b;
    --color-tertiary-70: #ddcb97;
    --color-tertiary-30: #f0e8d2;
    --color-tertiary-10: #faf7f0;
    --color-natural-black: #222;
    --font-family-body: "Encode Sans",sans-serif;
    --font-family-heading: "Encode Sans Expanded",sans-serif;
    --font-family-title: "Encode Sans Expanded",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=lithionitpatient] header#header-main nav.nav-primary ul.nav li a {
    color: #e77a25;
    font-size: 1.1rem
}

html[data-brand=lithionit-no] {
    --color-primary-100: #295236;
    --color-primary-70: #698572;
    --color-primary-30: #becbc2;
    --color-primary-10: #e9edea;
    --color-secondary-100: #e77a25;
    --color-secondary-70: #eea166;
    --color-secondary-30: #f7d7bd;
    --color-secondary-10: #fcf1e9;
    --color-tertiary-100: #575852;
    --color-tertiary-70: #898a85;
    --color-tertiary-30: #cccccb;
    --color-tertiary-10: #eeeeed;
    --color-natural-black: #222;
    --font-family-body: "Encode Sans",sans-serif;
    --font-family-heading: "Encode Sans Expanded",sans-serif;
    --font-family-title: "Encode Sans Expanded",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

html[data-brand=lithionit-no] header#header-main nav.nav-primary ul.nav li a {
    color: #e77a25;
    font-size: 1.1rem
}

html[data-brand=pevaryl-override] {
    --color-primary-100: #1a9ede;
    --color-primary-70: #5ebbe7;
    --color-primary-30: #bae1f5;
    --color-primary-10: #e8f5fb;
    --color-secondary-100: #78398e;
    --color-secondary-70: #a074af;
    --color-secondary-30: #d6c3dd;
    --color-secondary-10: #f1ebf3;
    --color-tertiary-100: #e78c3a;
    --color-tertiary-70: #eeae75;
    --color-tertiary-30: #f7dcc3;
    --color-tertiary-10: #fcf3eb;
    --font-family-body: "Futura LT Pro Book",sans-serif;
    --font-family-heading: "Futura LT Pro Bold",sans-serif;
    --font-family-title: "Futura LT Pro Bold",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 800;
    --font-weight-h3: 800;
    --font-weight-h2: 800;
    --font-weight-h1: 800;
    --font-weight-large: 800;
    --font-weight-huge: 800;
    --header-background: #1a9ede;
    --color-natural-black: #6f7376!important;
    --buy-button-header-bg-color: var(--color-natural-white);
    --buy-button-header-text-color: var(--color-primary-100)
}

html[data-brand=pevaryl-override] strong {
    font-family: Futura LT Pro Bold,sans-serif;
    font-weight: 800
}

html[data-brand=pevaryl-override] header#header-main nav.nav-primary ul.nav li a {
    font-family: Futura LT Pro Bold,sans-serif;
    font-size: .9rem!important
}

html[data-brand=pevaryl-override] .wp-block-button {
    font-family: Futura LT Pro Bold,sans-serif;
    text-transform: uppercase
}

html[data-brand=e45-rebrand] {
    --color-primary-100: #0f00cd;
    --color-primary-70: #574cdc;
    --color-primary-30: #b7b2f0;
    --color-primary-10: #e7e5fa;
    --color-secondary-100: #fbdadc;
    --color-secondary-70: #fce5e6;
    --color-secondary-30: #fdf3f4;
    --color-secondary-10: #fefbfb;
    --color-tertiary-100: #f3bc94;
    --color-tertiary-70: #f7d0b4;
    --color-tertiary-30: #fcebdf;
    --color-tertiary-10: #fef8f4;
    --color-natural-black: #142b53;
    --font-family-body: "Pathway Extreme",sans-serif;
    --font-family-heading: "Pathway Extreme",sans-serif;
    --font-family-title: "Pathway Extreme",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --list-icon-color: var(--color-tertiary-100)
}

html[data-brand=lamisil] {
    --color-primary-100: #011e41;
    --color-primary-70: #4d6075;
    --color-primary-30: #b2bbc3;
    --color-primary-10: #e5e8eb;
    --color-secondary-100: #1595d6;
    --color-secondary-70: #5bb4e2;
    --color-secondary-30: #b8dff2;
    --color-secondary-10: #e7f4fa;
    --color-tertiary-100: #53a35f;
    --color-tertiary-70: #87bf8f;
    --color-tertiary-30: #cbe3cf;
    --color-tertiary-10: #eef6ef;
    --color-gray-1: #8d9091;
    --color-gray-2: #ccc;
    --color-gray-3: #efefef;
    --color-gray-4: #fbfbfb;
    --color-natural-black: #011e41;
    --color-natural-white: #fff;
    --header-text: var(--color-natural-white);
    --header-text-hover: var(--color-secondary-70);
    --footer-text: var(--color-natural-white);
    --header-background: var(--color-primary-100);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Gilroy Regular",sans-serif;
    --font-family-heading: "Gilroy Bold",sans-serif;
    --font-family-title: "Gilroy Bold",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 500;
    --font-weight-h5: 500;
    --font-weight-h4: 500;
    --font-weight-h3: 500;
    --font-weight-h2: 500;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --list-icon: "";
    --list-icon-weight: 900;
    --list-icon-color: var(--color-secondary-100);
    --button-radius: 9999px;
    --buy-button-header-bg-color: var(--color-secondary-100);
    --buy-button-header-text-color: var(--color-natural-white);
    --buy-button-footer-bg-color: var(--color-secondary-100);
    --buy-button-footer-text-color: var(--color-natural-white);
    --swiper-theme-color: var(--color-natural-black)!important
}

html[data-brand=lamisil] body {
    color: #011e41
}

html[data-brand=lamisil] em {
    font-family: Gilroy ExtraBoldItalic,sans-serif
}

html[data-brand=lamisil] strong {
    font-family: Gilroy Bold,sans-serif
}

html[data-brand=lamisil] #header-main {
    border-bottom: 0;
    box-shadow: -10px 1px 26px 0 #000;
    z-index: 1
}

html[data-brand=lamisil] .button-primary-color,html[data-brand=lamisil] a.wp-block-button__link,html[data-brand=lamisil] header#header-main a.button-primary-color,html[data-brand=lamisil] header#header-main nav.nav-primary ul.nav li a {
    font-family: Gilroy SemiBold,sans-serif
}

html[data-brand=lamisil] header#header-main #buy-brand .button-wrapper {
    background-color: var(--buy-button-header-bg-color);
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] header#header-main #buy-brand .button-wrapper a {
    background-color: transparent!important;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-button {
    background-color: var(--color-secondary-100);
    line-height: .7rem;
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-button a {
    background-color: transparent!important;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-button:hover {
    background-color: var(--color-secondary-100);
    opacity: .8
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-button a:hover:after {
    background-color: transparent;
    border-radius: 0
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button {
    background-color: var(--color-primary-100);
    line-height: .7rem;
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button a {
    background-color: transparent!important;
    outline: 0;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .wp-block-button.is-style-secondary-outlined-button {
    background-color: transparent;
    outline-color: var(--color-secondary-100);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-outlined-button:hover {
    background-color: var(--color-secondary-100)
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-outlined-button:hover a {
    color: #fff
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button.is-style-secondary-outlined-button a {
    background-color: transparent!important;
    outline: none
}

html[data-brand=lamisil] .wp-block-buttons .wp-block-button a:hover:after {
    background-color: transparent!important
}

html[data-brand=lamisil] .button-wrapper.buy-now .buy-now-container {
    background-color: var(--color-primary-100);
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] .button-wrapper.buy-now .buy-now-container:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=lamisil] .button-wrapper.buy-now .buy-now-container .button-primary-color {
    background-color: transparent;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .button-wrapper.buy-now .buy-now-container ul.submenu {
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .swiper-slide .button-wrapper.buy-now .buy-now-container ul.submenu {
    margin-left: -50px
}

html[data-brand=lamisil] .swiper-slide .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button {
    background-color: transparent;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .swiper-slide .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=lamisil] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button:hover {
    background-color: transparent
}

html[data-brand=lamisil] ul.post-list.products .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button {
    background-color: transparent;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] ul.post-list.products .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=lamisil] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button:hover {
    background-color: transparent
}

html[data-brand=lamisil] footer#footer-main #footer-widgets .button-wrapper {
    background-color: var(--buy-button-footer-bg-color);
    transform: skew(-25deg,0deg)
}

html[data-brand=lamisil] footer#footer-main #footer-widgets .button-wrapper a {
    background-color: transparent!important;
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .woocommerce-product-container .button-wrapper.buy-now .buy-now-container ul.submenu {
    margin-left: 40px
}

html[data-brand=lamisil] .enbildmedtext .content,html[data-brand=lamisil] .svarttext .content,html[data-brand=lamisil] .wp-block-karopharma-free-text,html[data-brand=lamisil] .wp-block-karopharma-image-with-text .content {
    color: #011e41!important
}

html[data-brand=lamisil] div.product-card .button-wrapper {
    z-index: 1
}

html[data-brand=mabs-rebrand] .black {
    color: #212427!important
}

html[data-brand=mabs-rebrand] .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
    color: #001e42;
    font-weight: 700
}

html[data-brand=mabs-rebrand] #header-main {
    border-bottom: 3px solid #ccc
}

html[data-brand=lamisil] #main {
    z-index: 0
}

html[data-brand=lamisil] ul.is-style-default li:before {
    --tw-content: ""
}

html[data-brand=lamisil] .is-style-icon li {
    background: url(https://lamisilat.com/app/uploads/2024/02/lamisil-pil-bullet.png) no-repeat 0;
    margin-top: .5rem;
    padding-left: 40px!important
}

@media (max-width: 500px) {
    html[data-brand=lamisil] .is-style-icon li {
        background:url(https://lamisilat.com/app/uploads/2024/02/lamisil-pil-bullet.png) no-repeat 0
    }
}

html[data-brand=lamisil] .is-style-icon li:before {
    --tw-content: none!important
}

html[data-brand=iwhiteinstant] {
    --color-primary-100: #1fbbb1;
    --color-primary-70: #62cfc8;
    --color-primary-30: #bbeae7;
    --color-primary-10: #e8f8f7;
    --color-secondary-100: #218277;
    --color-secondary-70: #63a79f;
    --color-secondary-30: #bcd9d6;
    --color-secondary-10: #e8f2f1;
    --color-tertiary-100: #dc4243;
    --color-tertiary-70: #e67a7b;
    --color-tertiary-30: #f4c6c6;
    --color-tertiary-10: #fbecec;
    --font-family-body: "Quicksand",sans-serif;
    --font-family-heading: "Poppins",sans-serif;
    --font-family-title: "Poppins",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700;
    --list-icon-color: var(--color-secondary-100);
    --list-icon: ""
}

html[data-brand=iwhiteinstant] header#header-main nav.nav-primary ul.nav>li>a {
    font-weight: 500;
    text-transform: uppercase
}

html[data-brand=iwhiteinstant] .post-filter>ul>li {
    color: #218277
}

html[data-brand=iwhiteinstant] .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
    color: #218277;
    font-size: 1.3rem;
    font-weight: 500
}

html[data-brand=iwhiteinstant] section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.2rem
}

html[data-brand=iwhiteinstant] .nav-primary ul.nav>li>a {
    font-weight: 500;
    text-transform: uppercase
}

html[data-brand=iwhiteinstant] #woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) {
    font-size: 1rem;
    font-weight: 400
}

html[data-brand=iwhiteinstant] ol {
    font-size: 1rem;
    font-weight: 400;
    list-style: decimal;
    padding-left: 1rem
}

html[data-brand=iwhiteinstant] #woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h3 {
    font-size: 1.15rem;
    font-weight: 400
}

html[data-brand=iwhiteinstant] .summary .woocommerce-product-details__long-description h3 strong {
    color: #1fbbb1;
    font-weight: 600
}

html[data-brand=vaginaleklachten] {
    --color-primary-100: #7bbd79;
    --color-primary-70: #a3d1a1;
    --color-primary-30: #d7ebd7;
    --color-primary-10: #f2f8f2;
    --color-secondary-100: #b7d5f2;
    --color-secondary-70: #cde1f6;
    --color-secondary-30: #e9f2fb;
    --color-secondary-10: #f8fbfe;
    --color-tertiary-100: #f2aa5d;
    --color-tertiary-70: #f6c38e;
    --color-tertiary-30: #fbe6ce;
    --color-tertiary-10: #fef7ef;
    --font-family-body: "Roboto",sans-serif;
    --font-family-heading: "Roboto",sans-serif;
    --font-family-title: "Roboto",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700;
    --list-icon: "";
    --list-icon-weight: 400;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=hemorrojdkollen] {
    --color-primary-100: #089560;
    --color-primary-70: #52b48f;
    --color-primary-30: #b4dfcf;
    --color-primary-10: #e6f4ef;
    --color-secondary-100: #c41e21;
    --color-secondary-70: #d56163;
    --color-secondary-30: #edbbbc;
    --color-secondary-10: #f9e8e8;
    --color-tertiary-100: #5a5658;
    --color-tertiary-70: #8b888a;
    --color-tertiary-30: #cdcccc;
    --color-tertiary-10: #ede8ea;
    --color-natural-black: #1b1b1b;
    --footer-text: var(--color-natural-black);
    --footer-background: var(--color-primary-10);
    --font-family-body: "Nunito Sans",sans-serif;
    --font-family-heading: "Nunito Sans",sans-serif;
    --font-family-title: "Nunito Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 500;
    --font-weight-huge: 700;
    --button-radius: 8px
}

html[data-brand=nailner-override] {
    --color-primary-100: #007377;
    --color-primary-70: #4c9da0;
    --color-primary-30: #b3d5d6;
    --color-primary-10: #e5f1f1;
    --color-secondary-100: #dea39c;
    --color-secondary-70: #e8bfba;
    --color-secondary-30: #f5e3e1;
    --color-secondary-10: #fcf6f5;
    --color-tertiary-100: #64ccc9;
    --color-tertiary-70: #92dbd9;
    --color-tertiary-30: #d1f0ef;
    --color-tertiary-10: #effafa;
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700;
    --list-icon: ""
}

html[data-brand=nailner-override] header#header-main #buy-brand .button-wrapper a {
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .button-wrapper.buy-now .buy-now-container {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] header#header-main #buy-brand .button-wrapper {
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] .wp-block-buttons .wp-block-button {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] .wp-block-buttons .wp-block-button:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner-override] .wp-block-buttons .wp-block-button a {
    background-color: transparent!important;
    border-radius: 16px;
    outline: 0;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .button-wrapper.buy-now .buy-now-container:hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner-override] .swiper-slide .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] .button-wrapper.buy-now .buy-now-container .button-primary-color {
    background-color: transparent!important;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] ul.post-list.products .product-card .button-wrapper:not(.buy-now) {
    background-color: var(--color-primary-100);
    border-radius: 16px;
    margin: 1.5rem auto auto;
    padding-top: 0;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button {
    background-color: transparent;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] ul.post-list.products .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner-override] ul.post-list.products .product-card .button-wrapper:not(.buy-now) .theme-button:hover {
    background-color: transparent
}

html[data-brand=nailner-override] footer#footer-main #footer-widgets .button-wrapper {
    border-radius: 16px;
    transform: skew(-7deg,0deg)
}

html[data-brand=nailner-override] footer#footer-main #footer-widgets .button-wrapper a {
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] header#header-main #buy-brand .button-wrapper a:hover {
    opacity: .8
}

html[data-brand=nailner-override] .button-wrapper.buy-now .buy-now-container ul.submenu {
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .swiper-slide .product-card .button-wrapper.no-resellers a.theme-button {
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button {
    background-color: transparent;
    border-radius: 16px;
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .swiper-slide .button-wrapper.buy-now .buy-now-container ul.submenu {
    margin-left: -5px
}

html[data-brand=nailner-override] .swiper-slide .product-card .button-wrapper:not(.buy-now):hover {
    background-color: var(--color-primary-70)
}

html[data-brand=nailner-override] .swiper-slide .product-card .button-wrapper:not(.buy-now) a.theme-button:hover {
    background-color: transparent
}

html[data-brand=kalknagelbehandeling] {
    --color-primary-100: #007377;
    --color-primary-70: #4c9da0;
    --color-primary-30: #b3d5d6;
    --color-primary-10: #e5f1f1;
    --color-secondary-100: #dea39c;
    --color-secondary-70: #e8bfba;
    --color-secondary-30: #f5e3e1;
    --color-secondary-10: #fcf6f5;
    --color-tertiary-100: #64ccc9;
    --color-tertiary-70: #92dbd9;
    --color-tertiary-30: #d1f0ef;
    --color-tertiary-10: #effafa;
    --header-background: var(--color-gray-4);
    --footer-background: var(--color-primary-100);
    --font-family-body: "Open Sans",sans-serif;
    --font-family-heading: "Open Sans",sans-serif;
    --font-family-title: "Open Sans",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 400;
    --font-weight-huge: 700;
    --list-icon: ""
}

html[data-brand=herpatch] {
    --color-primary-100: #4a97a1;
    --color-primary-70: #4cb9c0;
    --color-primary-30: #b2e1e4;
    --color-primary-10: #ecf4f5;
    --color-secondary-100: #e4002b;
    --color-secondary-70: #ee667f;
    --color-secondary-30: #f8bdc8;
    --color-secondary-10: #fce9ec;
    --color-tertiary-100: #6f7274;
    --color-tertiary-70: #9a9c9d;
    --color-tertiary-30: #edf5f9;
    --color-tertiary-10: #f9fcfd;
    --color-natural-black: #444;
    --footer-background: var(--color-primary-100);
    --font-family-body: "Titillium Web",sans-serif;
    --font-family-heading: "Titillium Web",sans-serif;
    --font-family-title: "Titillium Web",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 600;
    --list-icon-color: var(--color-primary-100)
}

html[data-brand=herpatch] strong {
    font-weight: 700
}

html[data-brand=herpatch] .wp-block-karopharma-free-text.bg-box>.free-text-wrapper {
    border-radius: 99px
}

html[data-brand=herpatch] .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
    color: var(--color-primary-100);
    font-weight: 600
}

@media screen and (max-width: 600px) {
    html[data-brand=herpatch] .wp-block-karopharma-free-text.bg-box>.free-text-wrapper {
        padding:2.5rem
    }

    html[data-brand=herpatch] h1.is-style-heading-huge {
        font-size: 2rem
    }
}

html[data-brand=actiproct] {
    --color-primary-100: #16af81;
    --color-primary-70: #4cb48f;
    --color-primary-30: #b2decf;
    --color-primary-10: #e5f4ef;
    --color-secondary-100: #000;
    --color-secondary-70: #474445;
    --color-secondary-30: #a5a0a1;
    --color-secondary-10: #ebeaea;
    --color-tertiary-100: #6cb3e1;
    --color-tertiary-70: #98c9ea;
    --color-tertiary-30: #d2e8f6;
    --color-tertiary-10: #f0f7fc;
    --font-family-body: "Jaldi",sans-serif;
    --font-family-heading: "Jaldi",sans-serif;
    --font-family-title: "Jaldi",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 700;
    --font-weight-h5: 700;
    --font-weight-h4: 700;
    --font-weight-h3: 700;
    --font-weight-h2: 700;
    --font-weight-h1: 700;
    --font-weight-large: 700;
    --font-weight-huge: 700
}

@media (min-width: 768px) {
    html[data-brand=actiproct] header#header-main nav.nav-primary ul.nav li a,html[data-brand=actiproct] p:not(.is-style-paragraph-preamble,.is-style-paragraph-body-text,.is-style-paragraph-small),html[data-brand=actiproct] section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content p.body,html[data-brand=actiproct] ul.is-style-default {
        font-size:1.1rem!important
    }
}

@media (min-width: 1024px) {
    html[data-brand=actiproct] #woocommerce.single .woocommerce-product-container {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

html[data-brand=actiproct] section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content h2 {
    font-size: 1.6rem!important;
    font-weight: 700
}

html[data-brand=actiproct] section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content p.body {
    line-height: 1.2!important
}

.storlek,html[data-brand=actiproct] footer#footer-main #footer-policies p {
    font-size: 1rem!important
}

html[data-brand=actiproct] footer#footer-main {
    background-color: #fff!important
}

html[data-brand=actiproct] footer#footer-main>.container .widget h3 {
    color: #16af81
}

html[data-brand=actiproct] .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
    fill: #16af81!important;
    color: #16af81!important
}

html[data-brand=actiproct] #woocommerce.single .woocommerce-product-bg {
    background-color: var(--color-natural-white)
}

html[data-brand=actiproct] header#header-main #buy-brand .button-wrapper a {
    font-size: 1rem
}

html[data-brand=actiproct] .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
    color: #009460;
    font-size: 1.3rem;
    font-weight: 700
}

html[data-brand=actiproct] .is-style-icon li {
    background: url(https://stage.actiproct.com/app/uploads/sites/2/2025/02/bullet.png) no-repeat 0;
    margin-top: .5rem;
    padding-left: 35px!important
}

html[data-brand=actiproct] li:before {
    --tw-content: none!important
}

html[data-brand=proctosedyl] {
    --color-primary-100: #e56a54;
    --color-primary-70: #ed9787;
    --color-primary-30: #f7d2cc;
    --color-primary-10: #fcf0ee;
    --color-secondary-100: #008ca0;
    --color-secondary-70: #4dafbd;
    --color-secondary-30: #b3dde3;
    --color-secondary-10: #e5f3f5;
    --color-tertiary-100: #00ab8e;
    --color-tertiary-70: #4dc4b0;
    --color-tertiary-30: #b3e6dd;
    --color-tertiary-10: #e5f7f4;
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Kumbh Sans",sans-serif;
    --font-family-heading: "Kumbh Sans",sans-serif;
    --font-family-title: "Pacifico",sans-serif;
    --font-weight-body: 400;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 400;
    --font-weight-h3: 400;
    --font-weight-h2: 400;
    --font-weight-h1: 400;
    --font-weight-large: 400;
    --font-weight-huge: 400
}

html[data-brand=aco] {
    --color-primary-100: #f4633a;
    --color-primary-70: #f79175;
    --color-primary-30: #fbd0c3;
    --color-primary-10: #fdefeb;
    --color-secondary-100: #333;
    --color-secondary-70: #707070;
    --color-secondary-30: #c1c1c1;
    --color-secondary-10: #f5f4f4;
    --color-tertiary-100: #e14b4b;
    --color-tertiary-70: #ea8181;
    --color-tertiary-30: #f6c9c9;
    --color-tertiary-10: #fceded;
    --header-background: var(--color-secondary-10);
    --footer-background: var(--color-secondary-100);
    --font-family-body: "Barlow",sans-serif;
    --font-family-heading: "Barlow",sans-serif;
    --font-family-title: "Barlow",sans-serif;
    --font-weight-body: 500;
    --font-weight-h6: 600;
    --font-weight-h5: 600;
    --font-weight-h4: 600;
    --font-weight-h3: 600;
    --font-weight-h2: 600;
    --font-weight-h1: 600;
    --font-weight-large: 600;
    --font-weight-huge: 600;
    --list-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2h6v6c0 3.311-2.689 6-6 6s-6-2.689-6-6c0-3.312 2.689-6 6-6Z' fill='%23B2A491'/%3E%3C/svg%3E");
    --button-radius: 16px
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .0833333337em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .0714285718em;
    vertical-align: .0535714295em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .0416666682em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em)
}

.fa-border {
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    border-radius: var(--fa-border-radius,.1em);
    padding: var(--fa-border-padding,.2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em)
}

.fa-beat {
    animation-delay: var(--fa-animation-delay,0);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-beat;
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-bounce {
    animation-delay: var(--fa-animation-delay,0);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}

.fa-fade {
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-fade;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-beat-fade,.fa-fade {
    animation-delay: var(--fa-animation-delay,0);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-beat-fade;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-flip {
    animation-delay: var(--fa-animation-delay,0);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-flip;
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-shake {
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-shake;
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-shake,.fa-spin {
    animation-delay: var(--fa-animation-delay,0);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    animation-duration: var(--fa-animation-duration,2s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,.fa-spin-pulse {
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing,steps(8))
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle,none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse,#fff)
}

.fa-0:before {
    content: "\30 "
}

.fa-1:before {
    content: "\31 "
}

.fa-2:before {
    content: "\32 "
}

.fa-3:before {
    content: "\33 "
}

.fa-4:before {
    content: "\34 "
}

.fa-5:before {
    content: "\35 "
}

.fa-6:before {
    content: "\36 "
}

.fa-7:before {
    content: "\37 "
}

.fa-8:before {
    content: "\38 "
}

.fa-9:before {
    content: "\39 "
}

.fa-a:before {
    content: "A"
}

.fa-address-book:before,.fa-contact-book:before {
    content: ""
}

.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-double-down:before,.fa-angles-down:before {
    content: ""
}

.fa-angle-double-left:before,.fa-angles-left:before {
    content: ""
}

.fa-angle-double-right:before,.fa-angles-right:before {
    content: ""
}

.fa-angle-double-up:before,.fa-angles-up:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-apple-alt:before,.fa-apple-whole:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before {
    content: ""
}

.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before {
    content: ""
}

.fa-arrow-down-long:before,.fa-long-arrow-down:before {
    content: ""
}

.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before {
    content: ""
}

.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-left-long:before,.fa-long-arrow-left:before {
    content: ""
}

.fa-arrow-pointer:before,.fa-mouse-pointer:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-right-arrow-left:before,.fa-exchange:before {
    content: ""
}

.fa-arrow-right-from-bracket:before,.fa-sign-out:before {
    content: ""
}

.fa-arrow-right-long:before,.fa-long-arrow-right:before {
    content: ""
}

.fa-arrow-right-to-bracket:before,.fa-sign-in:before {
    content: ""
}

.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before {
    content: ""
}

.fa-arrow-trend-down:before {
    content: ""
}

.fa-arrow-trend-up:before {
    content: ""
}

.fa-arrow-turn-down:before,.fa-level-down:before {
    content: ""
}

.fa-arrow-turn-up:before,.fa-level-up:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before {
    content: ""
}

.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before {
    content: ""
}

.fa-arrow-up-from-bracket:before {
    content: ""
}

.fa-arrow-up-long:before,.fa-long-arrow-up:before {
    content: ""
}

.fa-arrow-up-right-from-square:before,.fa-external-link:before {
    content: ""
}

.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before {
    content: ""
}

.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-arrows-h:before,.fa-arrows-left-right:before {
    content: ""
}

.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before {
    content: ""
}

.fa-arrows-up-down:before,.fa-arrows-v:before {
    content: ""
}

.fa-arrows-up-down-left-right:before,.fa-arrows:before {
    content: ""
}

.fa-asterisk:before {
    content: "\*"
}

.fa-at:before {
    content: "\@"
}

.fa-atom:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-austral-sign:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-b:before {
    content: "B"
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before,.fa-carriage-baby:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-backward-fast:before,.fa-fast-backward:before {
    content: ""
}

.fa-backward-step:before,.fa-step-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-bag-shopping:before,.fa-shopping-bag:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-baht-sign:before {
    content: ""
}

.fa-ban:before,.fa-cancel:before {
    content: ""
}

.fa-ban-smoking:before,.fa-smoking-ban:before {
    content: ""
}

.fa-band-aid:before,.fa-bandage:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bars:before,.fa-navicon:before {
    content: ""
}

.fa-bars-progress:before,.fa-tasks-alt:before {
    content: ""
}

.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before {
    content: ""
}

.fa-baseball-ball:before,.fa-baseball:before {
    content: ""
}

.fa-baseball-bat-ball:before {
    content: ""
}

.fa-basket-shopping:before,.fa-shopping-basket:before {
    content: ""
}

.fa-basketball-ball:before,.fa-basketball:before {
    content: ""
}

.fa-bath:before,.fa-bathtub:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-pulse:before,.fa-procedures:before {
    content: ""
}

.fa-beer-mug-empty:before,.fa-beer:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-concierge:before,.fa-concierge-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-bitcoin-sign:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before,.fa-zap:before {
    content: ""
}

.fa-bolt-lightning:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-atlas:before,.fa-book-atlas:before {
    content: ""
}

.fa-bible:before,.fa-book-bible:before {
    content: ""
}

.fa-book-journal-whills:before,.fa-journal-whills:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-open-reader:before,.fa-book-reader:before {
    content: ""
}

.fa-book-quran:before,.fa-quran:before {
    content: ""
}

.fa-book-dead:before,.fa-book-skull:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-style:before,.fa-border-top-left:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-archive:before,.fa-box-archive:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-brazilian-real-sign:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-bug-slash:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burger:before,.fa-hamburger:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before,.fa-bus-simple:before {
    content: ""
}

.fa-briefcase-clock:before,.fa-business-time:before {
    content: ""
}

.fa-c:before {
    content: "C"
}

.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-alt:before,.fa-calendar-days:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-calendar-times:before,.fa-calendar-xmark:before {
    content: ""
}

.fa-camera-alt:before,.fa-camera:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-camera-rotate:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-battery-car:before,.fa-car-battery:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-alt:before,.fa-car-rear:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-flatbed:before,.fa-dolly-flatbed:before {
    content: ""
}

.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-shopping:before,.fa-shopping-cart:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cedi-sign:before {
    content: ""
}

.fa-cent-sign:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-blackboard:before,.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before,.fa-chalkboard-user:before {
    content: ""
}

.fa-champagne-glasses:before,.fa-glass-cheers:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-area-chart:before,.fa-chart-area:before {
    content: ""
}

.fa-bar-chart:before,.fa-chart-bar:before {
    content: ""
}

.fa-chart-column:before {
    content: ""
}

.fa-chart-gantt:before {
    content: ""
}

.fa-chart-line:before,.fa-line-chart:before {
    content: ""
}

.fa-chart-pie:before,.fa-pie-chart:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-to-slot:before,.fa-vote-yea:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-arrow-circle-down:before,.fa-circle-arrow-down:before {
    content: ""
}

.fa-arrow-circle-left:before,.fa-circle-arrow-left:before {
    content: ""
}

.fa-arrow-circle-right:before,.fa-circle-arrow-right:before {
    content: ""
}

.fa-arrow-circle-up:before,.fa-circle-arrow-up:before {
    content: ""
}

.fa-check-circle:before,.fa-circle-check:before {
    content: ""
}

.fa-chevron-circle-down:before,.fa-circle-chevron-down:before {
    content: ""
}

.fa-chevron-circle-left:before,.fa-circle-chevron-left:before {
    content: ""
}

.fa-chevron-circle-right:before,.fa-circle-chevron-right:before {
    content: ""
}

.fa-chevron-circle-up:before,.fa-circle-chevron-up:before {
    content: ""
}

.fa-circle-dollar-to-slot:before,.fa-donate:before {
    content: ""
}

.fa-circle-dot:before,.fa-dot-circle:before {
    content: ""
}

.fa-arrow-alt-circle-down:before,.fa-circle-down:before {
    content: ""
}

.fa-circle-exclamation:before,.fa-exclamation-circle:before {
    content: ""
}

.fa-circle-h:before,.fa-hospital-symbol:before {
    content: ""
}

.fa-adjust:before,.fa-circle-half-stroke:before {
    content: ""
}

.fa-circle-info:before,.fa-info-circle:before {
    content: ""
}

.fa-arrow-alt-circle-left:before,.fa-circle-left:before {
    content: ""
}

.fa-circle-minus:before,.fa-minus-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-circle-pause:before,.fa-pause-circle:before {
    content: ""
}

.fa-circle-play:before,.fa-play-circle:before {
    content: ""
}

.fa-circle-plus:before,.fa-plus-circle:before {
    content: ""
}

.fa-circle-question:before,.fa-question-circle:before {
    content: ""
}

.fa-circle-radiation:before,.fa-radiation-alt:before {
    content: ""
}

.fa-arrow-alt-circle-right:before,.fa-circle-right:before {
    content: ""
}

.fa-circle-stop:before,.fa-stop-circle:before {
    content: ""
}

.fa-arrow-alt-circle-up:before,.fa-circle-up:before {
    content: ""
}

.fa-circle-user:before,.fa-user-circle:before {
    content: ""
}

.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clapperboard:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock-four:before,.fa-clock:before {
    content: ""
}

.fa-clock-rotate-left:before,.fa-history:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before {
    content: ""
}

.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-clover:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-compare:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-code-pull-request:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-colon-sign:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before,.fa-commenting:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-sms:before,.fa-sms:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-drafting:before,.fa-drafting-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-computer-mouse:before,.fa-mouse:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-credit-card-alt:before,.fa-credit-card:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before,.fa-crop-simple:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-cruzeiro-sign:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-d:before {
    content: "D"
}

.fa-database:before {
    content: ""
}

.fa-backspace:before,.fa-delete-left:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-desktop-alt:before,.fa-desktop:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-diagram-next:before {
    content: ""
}

.fa-diagram-predecessor:before {
    content: ""
}

.fa-diagram-project:before,.fa-project-diagram:before {
    content: ""
}

.fa-diagram-successor:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diamond-turn-right:before,.fa-directions:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before {
    content: "\$"
}

.fa-dolly-box:before,.fa-dolly:before {
    content: ""
}

.fa-dong-sign:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before {
    content: ""
}

.fa-down-long:before,.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-droplet:before,.fa-tint:before {
    content: ""
}

.fa-droplet-slash:before,.fa-tint-slash:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-e:before {
    content: "E"
}

.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before {
    content: ""
}

.fa-assistive-listening-systems:before,.fa-ear-listen:before {
    content: ""
}

.fa-earth-africa:before,.fa-globe-africa:before {
    content: ""
}

.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before {
    content: ""
}

.fa-earth-asia:before,.fa-globe-asia:before {
    content: ""
}

.fa-earth-europe:before,.fa-globe-europe:before {
    content: ""
}

.fa-earth-oceania:before,.fa-globe-oceania:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elevator:before {
    content: ""
}

.fa-ellipsis-h:before,.fa-ellipsis:before {
    content: ""
}

.fa-ellipsis-v:before,.fa-ellipsis-vertical:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelopes-bulk:before,.fa-mail-bulk:before {
    content: ""
}

.fa-equals:before {
    content: "\="
}

.fa-eraser:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-eur:before,.fa-euro-sign:before,.fa-euro:before {
    content: ""
}

.fa-exclamation:before {
    content: "\!"
}

.fa-expand:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before {
    content: ""
}

.fa-eye-low-vision:before,.fa-low-vision:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-f:before {
    content: "F"
}

.fa-angry:before,.fa-face-angry:before {
    content: ""
}

.fa-dizzy:before,.fa-face-dizzy:before {
    content: ""
}

.fa-face-flushed:before,.fa-flushed:before {
    content: ""
}

.fa-face-frown:before,.fa-frown:before {
    content: ""
}

.fa-face-frown-open:before,.fa-frown-open:before {
    content: ""
}

.fa-face-grimace:before,.fa-grimace:before {
    content: ""
}

.fa-face-grin:before,.fa-grin:before {
    content: ""
}

.fa-face-grin-beam:before,.fa-grin-beam:before {
    content: ""
}

.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before {
    content: ""
}

.fa-face-grin-hearts:before,.fa-grin-hearts:before {
    content: ""
}

.fa-face-grin-squint:before,.fa-grin-squint:before {
    content: ""
}

.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before {
    content: ""
}

.fa-face-grin-stars:before,.fa-grin-stars:before {
    content: ""
}

.fa-face-grin-tears:before,.fa-grin-tears:before {
    content: ""
}

.fa-face-grin-tongue:before,.fa-grin-tongue:before {
    content: ""
}

.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before {
    content: ""
}

.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before {
    content: ""
}

.fa-face-grin-wide:before,.fa-grin-alt:before {
    content: ""
}

.fa-face-grin-wink:before,.fa-grin-wink:before {
    content: ""
}

.fa-face-kiss:before,.fa-kiss:before {
    content: ""
}

.fa-face-kiss-beam:before,.fa-kiss-beam:before {
    content: ""
}

.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before {
    content: ""
}

.fa-face-laugh:before,.fa-laugh:before {
    content: ""
}

.fa-face-laugh-beam:before,.fa-laugh-beam:before {
    content: ""
}

.fa-face-laugh-squint:before,.fa-laugh-squint:before {
    content: ""
}

.fa-face-laugh-wink:before,.fa-laugh-wink:before {
    content: ""
}

.fa-face-meh:before,.fa-meh:before {
    content: ""
}

.fa-face-meh-blank:before,.fa-meh-blank:before {
    content: ""
}

.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-face-sad-cry:before,.fa-sad-cry:before {
    content: ""
}

.fa-face-sad-tear:before,.fa-sad-tear:before {
    content: ""
}

.fa-face-smile:before,.fa-smile:before {
    content: ""
}

.fa-face-smile-beam:before,.fa-smile-beam:before {
    content: ""
}

.fa-face-smile-wink:before,.fa-smile-wink:before {
    content: ""
}

.fa-face-surprise:before,.fa-surprise:before {
    content: ""
}

.fa-face-tired:before,.fa-tired:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before,.fa-feather-pointed:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-arrow-down:before,.fa-file-download:before {
    content: ""
}

.fa-file-arrow-up:before,.fa-file-upload:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-arrow-right-from-file:before,.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-arrow-right-to-file:before,.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-medical-alt:before,.fa-file-waveform:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-file-archive:before,.fa-file-zipper:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-filter-circle-dollar:before,.fa-funnel-dollar:before {
    content: ""
}

.fa-filter-circle-xmark:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-alt:before,.fa-fire-flame-curved:before {
    content: ""
}

.fa-burn:before,.fa-fire-flame-simple:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-floppy-disk:before,.fa-save:before {
    content: ""
}

.fa-florin-sign:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-football-ball:before,.fa-football:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before,.fa-forward-fast:before {
    content: ""
}

.fa-forward-step:before,.fa-step-forward:before {
    content: ""
}

.fa-franc-sign:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before {
    content: ""
}

.fa-g:before {
    content: "G"
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before {
    content: ""
}

.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before {
    content: ""
}

.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before {
    content: ""
}

.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before {
    content: ""
}

.fa-gavel:before,.fa-legal:before {
    content: ""
}

.fa-cog:before,.fa-gear:before {
    content: ""
}

.fa-cogs:before,.fa-gears:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-golf-ball-tee:before,.fa-golf-ball:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: ""
}

.fa-greater-than:before {
    content: "\>"
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grip-horizontal:before,.fa-grip:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-guarani-sign:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-gun:before {
    content: ""
}

.fa-h:before {
    content: "H"
}

.fa-hammer:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-paper:before,.fa-hand:before {
    content: ""
}

.fa-hand-back-fist:before,.fa-hand-rock:before {
    content: ""
}

.fa-allergies:before,.fa-hand-dots:before {
    content: ""
}

.fa-fist-raised:before,.fa-hand-fist:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-droplet:before,.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before,.fa-sign-language:before,.fa-signing:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before {
    content: ""
}

.fa-hands-bubbles:before,.fa-hands-wash:before {
    content: ""
}

.fa-hands-clapping:before {
    content: ""
}

.fa-hands-holding:before {
    content: ""
}

.fa-hands-praying:before,.fa-praying-hands:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-hands-helping:before,.fa-handshake-angle:before {
    content: ""
}

.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-drive:before,.fa-hdd:before {
    content: ""
}

.fa-hashtag:before {
    content: "\#"
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-header:before,.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before,.fa-headphones-simple:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before,.fa-heart-crack:before {
    content: ""
}

.fa-heart-pulse:before,.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hot-tub-person:before,.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before {
    content: ""
}

.fa-hourglass-empty:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before {
    content: ""
}

.fa-home-lg:before,.fa-house-chimney:before {
    content: ""
}

.fa-house-chimney-crack:before,.fa-house-damage:before {
    content: ""
}

.fa-clinic-medical:before,.fa-house-chimney-medical:before {
    content: ""
}

.fa-house-chimney-user:before {
    content: ""
}

.fa-house-chimney-window:before {
    content: ""
}

.fa-house-crack:before {
    content: ""
}

.fa-house-laptop:before,.fa-laptop-house:before {
    content: ""
}

.fa-house-medical:before {
    content: ""
}

.fa-home-user:before,.fa-house-user:before {
    content: ""
}

.fa-hryvnia-sign:before,.fa-hryvnia:before {
    content: ""
}

.fa-i:before {
    content: "I"
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-heart-music-camera-bolt:before,.fa-icons:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before,.fa-id-card-clip:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-portrait:before,.fa-portrait:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-j:before {
    content: "J"
}

.fa-jedi:before {
    content: ""
}

.fa-fighter-jet:before,.fa-jet-fighter:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-k:before {
    content: "K"
}

.fa-kaaba:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kip-sign:before {
    content: ""
}

.fa-first-aid:before,.fa-kit-medical:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-l:before {
    content: "L"
}

.fa-landmark:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-lari-sign:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-left-long:before,.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-arrows-alt-h:before,.fa-left-right:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less-than:before {
    content: "\<"
}

.fa-less-than-equal:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list-squares:before,.fa-list:before {
    content: ""
}

.fa-list-check:before,.fa-tasks:before {
    content: ""
}

.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before {
    content: ""
}

.fa-list-dots:before,.fa-list-ul:before {
    content: ""
}

.fa-litecoin-sign:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-crosshairs:before,.fa-location:before {
    content: ""
}

.fa-location-dot:before,.fa-map-marker-alt:before {
    content: ""
}

.fa-location-pin:before,.fa-map-marker:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-m:before {
    content: "M"
}

.fa-magnet:before {
    content: ""
}

.fa-magnifying-glass:before,.fa-search:before {
    content: ""
}

.fa-magnifying-glass-dollar:before,.fa-search-dollar:before {
    content: ""
}

.fa-magnifying-glass-location:before,.fa-search-location:before {
    content: ""
}

.fa-magnifying-glass-minus:before,.fa-search-minus:before {
    content: ""
}

.fa-magnifying-glass-plus:before,.fa-search-plus:before {
    content: ""
}

.fa-manat-sign:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-location:before,.fa-map-marked:before {
    content: ""
}

.fa-map-location-dot:before,.fa-map-marked-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-and-venus:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before,.fa-mars-stroke-right:before {
    content: ""
}

.fa-mars-stroke-up:before,.fa-mars-stroke-v:before {
    content: ""
}

.fa-glass-martini-alt:before,.fa-martini-glass:before {
    content: ""
}

.fa-cocktail:before,.fa-martini-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before,.fa-martini-glass-empty:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mask-face:before {
    content: ""
}

.fa-masks-theater:before,.fa-theater-masks:before {
    content: ""
}

.fa-expand-arrows-alt:before,.fa-maximize:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-comment-alt:before,.fa-message:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before,.fa-microphone-lines:before {
    content: ""
}

.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-mill-sign:before {
    content: ""
}

.fa-compress-arrows-alt:before,.fa-minimize:before {
    content: ""
}

.fa-minus:before,.fa-subtract:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-mobile-button:before {
    content: ""
}

.fa-mobile-alt:before,.fa-mobile-screen-button:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-1:before,.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before,.fa-money-check-dollar:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-coffee:before,.fa-mug-saucer:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-n:before {
    content: "N"
}

.fa-naira-sign:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-note-sticky:before,.fa-sticky-note:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-o:before {
    content: "O"
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-p:before {
    content: "P"
}

.fa-pager:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-paint-brush:before,.fa-paintbrush:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-panorama:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-file-clipboard:before,.fa-paste:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before,.fa-pen-clip:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-ruler:before,.fa-pencil-ruler:before {
    content: ""
}

.fa-edit:before,.fa-pen-to-square:before {
    content: ""
}

.fa-pencil-alt:before,.fa-pencil:before {
    content: ""
}

.fa-people-arrows-left-right:before,.fa-people-arrows:before {
    content: ""
}

.fa-people-carry-box:before,.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before,.fa-percentage:before {
    content: "\%"
}

.fa-male:before,.fa-person:before {
    content: ""
}

.fa-biking:before,.fa-person-biking:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-diagnoses:before,.fa-person-dots-from-line:before {
    content: ""
}

.fa-female:before,.fa-person-dress:before {
    content: ""
}

.fa-hiking:before,.fa-person-hiking:before {
    content: ""
}

.fa-person-praying:before,.fa-pray:before {
    content: ""
}

.fa-person-running:before,.fa-running:before {
    content: ""
}

.fa-person-skating:before,.fa-skating:before {
    content: ""
}

.fa-person-skiing:before,.fa-skiing:before {
    content: ""
}

.fa-person-skiing-nordic:before,.fa-skiing-nordic:before {
    content: ""
}

.fa-person-snowboarding:before,.fa-snowboarding:before {
    content: ""
}

.fa-person-swimming:before,.fa-swimmer:before {
    content: ""
}

.fa-person-walking:before,.fa-walking:before {
    content: ""
}

.fa-blind:before,.fa-person-walking-with-cane:before {
    content: ""
}

.fa-peseta-sign:before {
    content: ""
}

.fa-peso-sign:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before,.fa-phone-flip:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-volume:before,.fa-volume-control-phone:before {
    content: ""
}

.fa-photo-film:before,.fa-photo-video:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-add:before,.fa-plus:before {
    content: "\+"
}

.fa-plus-minus:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-bolt:before,.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-q:before {
    content: "Q"
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: "\?"
}

.fa-quote-left-alt:before,.fa-quote-left:before {
    content: ""
}

.fa-quote-right-alt:before,.fa-quote-right:before {
    content: ""
}

.fa-r:before {
    content: "R"
}

.fa-radiation:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-ad:before,.fa-rectangle-ad:before {
    content: ""
}

.fa-list-alt:before,.fa-rectangle-list:before {
    content: ""
}

.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-right-from-bracket:before,.fa-sign-out-alt:before {
    content: ""
}

.fa-exchange-alt:before,.fa-right-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before,.fa-right-long:before {
    content: ""
}

.fa-right-to-bracket:before,.fa-sign-in-alt:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rotate:before,.fa-sync-alt:before {
    content: ""
}

.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before {
    content: ""
}

.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-rupee-sign:before,.fa-rupee:before {
    content: ""
}

.fa-rupiah-sign:before {
    content: ""
}

.fa-s:before {
    content: "S"
}

.fa-sailboat:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-balance-scale:before,.fa-scale-balanced:before {
    content: ""
}

.fa-balance-scale-left:before,.fa-scale-unbalanced:before {
    content: ""
}

.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-screwdriver-wrench:before,.fa-tools:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-torah:before,.fa-torah:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-section:before {
    content: ""
}

.fa-seedling:before,.fa-sprout:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-shapes:before,.fa-triangle-circle-square:before {
    content: ""
}

.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-share-from-square:before,.fa-share-square:before {
    content: ""
}

.fa-share-alt:before,.fa-share-nodes:before {
    content: ""
}

.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before,.fa-shield-blank:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shop:before,.fa-store-alt:before {
    content: ""
}

.fa-shop-slash:before,.fa-store-alt-slash:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shrimp:before {
    content: ""
}

.fa-random:before,.fa-shuffle:before {
    content: ""
}

.fa-shuttle-space:before,.fa-space-shuttle:before {
    content: ""
}

.fa-sign-hanging:before,.fa-sign:before {
    content: ""
}

.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-map-signs:before,.fa-signs-post:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before,.fa-sliders:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before,.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spoon:before,.fa-utensil-spoon:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-air-freshener:before,.fa-spray-can-sparkles:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-external-link-square:before,.fa-square-arrow-up-right:before {
    content: ""
}

.fa-caret-square-down:before,.fa-square-caret-down:before {
    content: ""
}

.fa-caret-square-left:before,.fa-square-caret-left:before {
    content: ""
}

.fa-caret-square-right:before,.fa-square-caret-right:before {
    content: ""
}

.fa-caret-square-up:before,.fa-square-caret-up:before {
    content: ""
}

.fa-check-square:before,.fa-square-check:before {
    content: ""
}

.fa-envelope-square:before,.fa-square-envelope:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-h-square:before,.fa-square-h:before {
    content: ""
}

.fa-minus-square:before,.fa-square-minus:before {
    content: ""
}

.fa-parking:before,.fa-square-parking:before {
    content: ""
}

.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before {
    content: ""
}

.fa-phone-square:before,.fa-square-phone:before {
    content: ""
}

.fa-phone-square-alt:before,.fa-square-phone-flip:before {
    content: ""
}

.fa-plus-square:before,.fa-square-plus:before {
    content: ""
}

.fa-poll-h:before,.fa-square-poll-horizontal:before {
    content: ""
}

.fa-poll:before,.fa-square-poll-vertical:before {
    content: ""
}

.fa-square-root-alt:before,.fa-square-root-variable:before {
    content: ""
}

.fa-rss-square:before,.fa-square-rss:before {
    content: ""
}

.fa-share-alt-square:before,.fa-square-share-nodes:before {
    content: ""
}

.fa-external-link-square-alt:before,.fa-square-up-right:before {
    content: ""
}

.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before {
    content: ""
}

.fa-stairs:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before,.fa-star-half-stroke:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-medkit:before,.fa-suitcase-medical:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-t:before {
    content: "T"
}

.fa-table:before {
    content: ""
}

.fa-table-cells:before,.fa-th:before {
    content: ""
}

.fa-table-cells-large:before,.fa-th-large:before {
    content: ""
}

.fa-columns:before,.fa-table-columns:before {
    content: ""
}

.fa-table-list:before,.fa-th-list:before {
    content: ""
}

.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before {
    content: ""
}

.fa-tablet-android:before,.fa-tablet:before {
    content: ""
}

.fa-tablet-button:before {
    content: ""
}

.fa-tablet-alt:before,.fa-tablet-screen-button:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-digital-tachograph:before,.fa-tachograph-digital:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: ""
}

.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before {
    content: ""
}

.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: ""
}

.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-tenge-sign:before,.fa-tenge:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-remove-format:before,.fa-text-slash:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumb-tack:before,.fa-thumbtack:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before,.fa-ticket-simple:before {
    content: ""
}

.fa-timeline:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-broadcast-tower:before,.fa-tower-broadcast:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before,.fa-train-subway:before {
    content: ""
}

.fa-train-tram:before,.fa-tram:before {
    content: ""
}

.fa-transgender-alt:before,.fa-transgender:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-arrow-up:before,.fa-trash-restore:before {
    content: ""
}

.fa-trash-alt:before,.fa-trash-can:before {
    content: ""
}

.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-shipping-fast:before,.fa-truck-fast:before {
    content: ""
}

.fa-ambulance:before,.fa-truck-medical:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-loading:before,.fa-truck-ramp-box:before {
    content: ""
}

.fa-teletype:before,.fa-tty:before {
    content: ""
}

.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before {
    content: ""
}

.fa-level-down-alt:before,.fa-turn-down:before {
    content: ""
}

.fa-level-up-alt:before,.fa-turn-up:before {
    content: ""
}

.fa-television:before,.fa-tv-alt:before,.fa-tv:before {
    content: ""
}

.fa-u:before {
    content: "U"
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before,.fa-unlock-keyhole:before {
    content: ""
}

.fa-arrows-alt-v:before,.fa-up-down:before {
    content: ""
}

.fa-arrows-alt:before,.fa-up-down-left-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before,.fa-up-long:before {
    content: ""
}

.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before {
    content: ""
}

.fa-external-link-alt:before,.fa-up-right-from-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-doctor:before,.fa-user-md:before {
    content: ""
}

.fa-user-cog:before,.fa-user-gear:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-friends:before,.fa-user-group:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-alt:before,.fa-user-large:before {
    content: ""
}

.fa-user-alt-slash:before,.fa-user-large-slash:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-edit:before,.fa-user-pen:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before,.fa-user-xmark:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before,.fa-users-gear:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-cutlery:before,.fa-utensils:before {
    content: ""
}

.fa-v:before {
    content: "V"
}

.fa-shuttle-van:before,.fa-van-shuttle:before {
    content: ""
}

.fa-vault:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-video-camera:before,.fa-video:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-covid:before {
    content: ""
}

.fa-virus-covid-slash:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volleyball-ball:before,.fa-volleyball:before {
    content: ""
}

.fa-volume-high:before,.fa-volume-up:before {
    content: ""
}

.fa-volume-down:before,.fa-volume-low:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-w:before {
    content: "W"
}

.fa-wallet:before {
    content: ""
}

.fa-magic:before,.fa-wand-magic:before {
    content: ""
}

.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before {
    content: ""
}

.fa-wand-sparkles:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weight-scale:before,.fa-weight:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-glass-whiskey:before,.fa-whiskey-glass:before {
    content: ""
}

.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before,.fa-wine-glass-empty:before {
    content: ""
}

.fa-krw:before,.fa-won-sign:before,.fa-won:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x:before {
    content: "X"
}

.fa-x-ray:before {
    content: ""
}

.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before {
    content: ""
}

.fa-y:before {
    content: "Y"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-z:before {
    content: "Z"
}

.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus) {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,.fas {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,.far {
    font-family: Font Awesome\ 6 Free;
    font-weight: 400
}

/*! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    border: 0 solid;
    box-sizing: border-box
}

:after,:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/barlow-v5-latin-regular.woff2) format("woff2"),url(../fonts/barlow-v5-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/barlow-v5-latin-500.woff2) format("woff2"),url(../fonts/barlow-v5-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/barlow-v5-latin-600.woff2) format("woff2"),url(../fonts/barlow-v5-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/barlow-v5-latin-700.woff2) format("woff2"),url(../fonts/barlow-v5-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/open-sans-v29-latin-regular.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/open-sans-v29-latin-500.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/open-sans-v29-latin-600.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/open-sans-v29-latin-700.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Kumbh Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/kumbh-sans-v12-latin-regular.woff2) format("woff2"),url(../fonts/kumbh-sans-v12-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Kumbh Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/kumbh-sans-v12-latin-600.woff2) format("woff2"),url(../fonts/kumbh-sans-v12-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Kumbh Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/kumbh-sans-v12-latin-700.woff2) format("woff2"),url(../fonts/kumbh-sans-v12-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Pacifico;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/pacifico-v21-latin-regular.woff2) format("woff2"),url(../fonts/pacifico-v21-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/lato-v22-latin-regular.woff2) format("woff2"),url(../fonts/lato-v22-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/lato-v22-latin-700.woff2) format("woff2"),url(../fonts/lato-v22-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local(""),url(../fonts/lato-v22-latin-900.woff2) format("woff2"),url(../fonts/lato-v22-latin-900.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/roboto-v29-latin-regular.woff2) format("woff2"),url(../fonts/roboto-v29-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/roboto-v29-latin-500.woff2) format("woff2"),url(../fonts/roboto-v29-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/roboto-v29-latin-700.woff2) format("woff2"),url(../fonts/roboto-v29-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Prelo;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/Prelo-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Prelo;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/Prelo-Book.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Prelo;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/Prelo-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/maven-pro-v29-latin-regular.woff2) format("woff2"),url(../fonts/maven-pro-v29-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/maven-pro-v29-latin-600.woff2) format("woff2"),url(../fonts/maven-pro-v29-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/maven-pro-v29-latin-500.woff2) format("woff2"),url(../fonts/maven-pro-v29-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/maven-pro-v29-latin-700.woff2) format("woff2"),url(../fonts/maven-pro-v29-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: GT Pressura Pro;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/GT-Pressura-Pro-Regular.woff2) format("woff2"),url(../fonts/GT-Pressura-Pro-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: GT Pressura Pro;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/GT-Pressura-Pro-Bold.woff2) format("woff2"),url(../fonts/GT-Pressura-Pro-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Neo Sans Pro;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/neo-sans-pro-light.woff2) format("woff2"),url(../fonts/neo-sans-pro-light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Neo Sans Pro;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/neo-sans-pro-regular.woff2) format("woff2"),url(../fonts/neo-sans-pro-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Neo Sans Pro;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/neo-sans-pro-medium.woff2) format("woff2"),url(../fonts/neo-sans-pro-medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Noi Grotesk;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/NoiGrotesk-Regular.woff2) format("woff2"),url(../fonts/NoiGrotesk-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Noi Grotesk;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/NoiGrotesk-Medium.woff2) format("woff2"),url(../fonts/NoiGrotesk-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Noi Grotesk;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/NoiGrotesk-Semibold.woff2) format("woff2"),url(../fonts/NoiGrotesk-Semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Noi Grotesk;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/NoiGrotesk-Bold.woff2) format("woff2"),url(../fonts/NoiGrotesk-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/nunito-v24-latin-regular.woff2) format("woff2"),url(../fonts/nunito-v24-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/nunito-v24-latin-500.woff2) format("woff2"),url(../fonts/nunito-v24-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/nunito-v24-latin-600.woff2) format("woff2"),url(../fonts/nunito-v24-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/nunito-v24-latin-700.woff2) format("woff2"),url(../fonts/nunito-v24-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/barlow-condensed-v12-latin-300.woff2) format("woff2"),url(../fonts/barlow-condensed-v12-latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/barlow-condensed-v12-latin-regular.woff2) format("woff2"),url(../fonts/barlow-condensed-v12-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/barlow-condensed-v12-latin-500.woff2) format("woff2"),url(../fonts/barlow-condensed-v12-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/barlow-condensed-v12-latin-600.woff2) format("woff2"),url(../fonts/barlow-condensed-v12-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/barlow-condensed-v12-latin-700.woff2) format("woff2"),url(../fonts/barlow-condensed-v12-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/barlow-semi-condensed-v14-latin-300.woff2) format("woff2"),url(../fonts/barlow-semi-condensed-v14-latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/barlow-semi-condensed-v14-latin-regular.woff2) format("woff2"),url(../fonts/barlow-semi-condensed-v14-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/barlow-semi-condensed-v14-latin-500.woff2) format("woff2"),url(../fonts/barlow-semi-condensed-v14-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/barlow-semi-condensed-v14-latin-600.woff2) format("woff2"),url(../fonts/barlow-semi-condensed-v14-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/barlow-semi-condensed-v14-latin-700.woff2) format("woff2"),url(../fonts/barlow-semi-condensed-v14-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/maven-pro-v31-latin-regular.woff2) format("woff2"),url(../fonts/maven-pro-v31-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/maven-pro-v31-latin-500.woff2) format("woff2"),url(../fonts/maven-pro-v31-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/maven-pro-v31-latin-600.woff2) format("woff2"),url(../fonts/maven-pro-v31-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maven Pro;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/maven-pro-v31-latin-700.woff2) format("woff2"),url(../fonts/maven-pro-v31-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/poppins-v20-latin-regular.woff2) format("woff2"),url(../fonts/poppins-v20-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/poppins-v20-latin-500.woff2) format("woff2"),url(../fonts/poppins-v20-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/poppins-v20-latin-600.woff2) format("woff2"),url(../fonts/poppins-v20-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/poppins-v20-latin-700.woff2) format("woff2"),url(../fonts/poppins-v20-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/pt-sans-v17-latin-regular.woff2) format("woff2"),url(../fonts/pt-sans-v17-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/pt-sans-v17-latin-700.woff2) format("woff2"),url(../fonts/pt-sans-v17-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/playfair-display-v30-latin-regular.woff2) format("woff2"),url(../fonts/playfair-display-v30-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/playfair-display-v30-latin-500.woff2) format("woff2"),url(../fonts/playfair-display-v30-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/playfair-display-v30-latin-600.woff2) format("woff2"),url(../fonts/playfair-display-v30-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/playfair-display-v30-latin-700.woff2) format("woff2"),url(../fonts/playfair-display-v30-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/quicksand-v30-latin-regular.woff2) format("woff2"),url(../fonts/quicksand-v30-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/quicksand-v30-latin-500.woff2) format("woff2"),url(../fonts/quicksand-v30-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/quicksand-v30-latin-600.woff2) format("woff2"),url(../fonts/quicksand-v30-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/quicksand-v30-latin-700.woff2) format("woff2"),url(../fonts/quicksand-v30-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/nunito-sans-v12-latin-300.woff2) format("woff2"),url(../fonts/nunito-sans-v12-latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/nunito-sans-v12-latin-regular.woff2) format("woff2"),url(../fonts/nunito-sans-v12-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/nunito-sans-v12-latin-600.woff2) format("woff2"),url(../fonts/nunito-sans-v12-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/nunito-sans-v12-latin-700.woff2) format("woff2"),url(../fonts/nunito-sans-v12-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/Raleway-Bold.woff2) format("woff2"),url(../fonts/Raleway-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Raleway-Medium.woff2) format("woff2"),url(../fonts/Raleway-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/Raleway-Regular.woff2) format("woff2"),url(../fonts/Raleway-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Karla;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/karla-400.woff2) format("woff2"),url(../fonts/karla-400.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Karla;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/karla-500.woff2) format("woff2"),url(../fonts/karla-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Karla;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/karla-700.woff2) format("woff2"),url(../fonts/karla-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/noto-serif-400.woff2) format("woff2"),url(../fonts/noto-serif-400.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/noto-serif-700.woff2) format("woff2"),url(../fonts/noto-serif-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/montserrat-v25-latin-regular.woff2) format("woff2"),url(../fonts/montserrat-v25-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/montserrat-v25-latin-600.woff2) format("woff2"),url(../fonts/montserrat-v25-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/montserrat-v25-latin-700.woff2) format("woff2"),url(../fonts/montserrat-v25-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local(""),url(../fonts/montserrat-v25-latin-800.woff2) format("woff2"),url(../fonts/montserrat-v25-latin-800.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sarala;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/sarala-v10-latin-regular.woff2) format("woff2"),url(../fonts/sarala-v10-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Jaldi;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/jaldi-v13-latin-regular.woff2) format("woff2"),url(../fonts/jaldi-v13-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Jaldi;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/jaldi-v13-latin-700.woff2) format("woff2"),url(../fonts/jaldi-v13-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/encode-sans-v19-latin-regular.woff2) format("woff2"),url(../fonts/encode-sans-v19-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/encode-sans-v19-latin-600.woff2) format("woff2"),url(../fonts/encode-sans-v19-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Encode Sans Expanded;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/encode-sans-expanded-v11-latin-regular.woff2) format("woff2"),url(../fonts/encode-sans-expanded-v11-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Encode Sans Expanded;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/encode-sans-expanded-v11-latin-500.woff2) format("woff2"),url(../fonts/encode-sans-expanded-v11-latin-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Futura LT Pro Bold;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/FuturaLTPro-Bold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Futura LT Pro Book;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/FuturaLTPro-Book.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Futura LT Pro Medium;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/FuturaLTPro-Medium.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Pathway Extreme;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/pathway-extreme-v3-latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Pathway Extreme;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/pathway-extreme-v3-latin-700.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy Bold;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Gilroy-Bold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy Regular;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Gilroy-Regular.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy SemiBoldItalic;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Gilroy-SemiBoldItalic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy ExtraBoldItalic;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Gilroy-ExtraBoldItalic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy SemiBold;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Gilroy-SemiBold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/titillium-web-v18-latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/titillium-web-v18-latin-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/titillium-web-v18-latin-700.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Aeonik Bold;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-Bold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Aeonik BoldItalic;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-BoldItalic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Aeonik Light;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-Light.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Aeonik LightItalic;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-LightItalic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Aeonik Regular;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-Regular.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Aeonik RegularItalic;
    font-style: normal;
    font-weight: 500;
    src: local(""),url(../fonts/Aeonik-RegularItalic.otf) format("opentype")
}

.heading-huge {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    font-weight: var(--font-weight-huge);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-huge {
        font-size:4rem
    }
}

.heading-large {
    font-family: var(--font-family-title);
    font-size: 2rem;
    font-weight: var(--font-weight-large);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-large {
        font-size:3.5rem
    }
}

.heading-h1 {
    font-family: var(--font-family-heading);
    font-size: 1.75rem;
    font-weight: var(--font-weight-h1);
    line-height: 1;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h1 {
        font-size:2.5rem
    }
}

.heading-h2 {
    font-family: var(--font-family-heading);
    font-size: 1.5rem;
    font-weight: var(--font-weight-h2);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h2 {
        font-size:2rem
    }
}

.heading-h3 {
    font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: var(--font-weight-h3);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h3 {
        font-size:1.5rem;
        line-height: 2rem
    }
}

.heading-h4 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h4 {
        font-size:1.25rem
    }
}

.heading-h5 {
    font-family: var(--font-family-heading);
    font-size: .875rem;
    font-weight: var(--font-weight-h5);
    line-height: 140%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h5 {
        font-size:1rem
    }
}

.heading-h6 {
    font-family: var(--font-family-heading);
    font-size: .75rem;
    font-weight: var(--font-weight-h6);
    line-height: 140%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .heading-h6 {
        font-size:.875rem
    }
}

.paragraph-preamble {
    font-family: var(--font-family-body);
    font-size: 1rem;
    font-weight: var(--font-weight-body);
    line-height: 2;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .paragraph-preamble {
        font-size:1.125rem
    }
}

.paragraph-body-text {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body);
    line-height: 170%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .paragraph-body-text {
        font-size:1rem
    }
}

.paragraph-small {
    font-family: var(--font-family-body);
    font-size: .75rem;
    font-weight: var(--font-weight-body);
    line-height: 160%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .paragraph-small {
        font-size:.875rem
    }
}

.is-style-paragraph-preamble {
    font-family: var(--font-family-body);
    font-size: 1rem;
    font-weight: var(--font-weight-body);
    line-height: 2;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .is-style-paragraph-preamble {
        font-size:1.125rem
    }
}

.is-style-paragraph-body-text {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body);
    line-height: 170%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .is-style-paragraph-body-text {
        font-size:1rem
    }
}

.is-style-paragraph-small {
    font-family: var(--font-family-body);
    font-size: .75rem;
    font-weight: var(--font-weight-body);
    line-height: 160%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .is-style-paragraph-small {
        font-size:.875rem
    }
}

.is-style-heading-huge {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    font-weight: var(--font-weight-huge);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-huge {
        font-size:4rem
    }
}

.is-style-heading-large {
    font-family: var(--font-family-title);
    font-size: 2rem;
    font-weight: var(--font-weight-large);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-large {
        font-size:3.5rem
    }
}

.is-style-heading-h1 {
    font-family: var(--font-family-heading);
    font-size: 1.75rem;
    font-weight: var(--font-weight-h1);
    line-height: 1;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-h1 {
        font-size:2.5rem
    }
}

.is-style-heading-h2 {
    font-family: var(--font-family-heading);
    font-size: 1.5rem;
    font-weight: var(--font-weight-h2);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-h2 {
        font-size:2rem
    }
}

.is-style-heading-h3 {
    font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: var(--font-weight-h3);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-h3 {
        font-size:1.5rem;
        line-height: 2rem
    }
}

.is-style-heading-h4 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-h4 {
        font-size:1.25rem
    }
}

.is-style-heading-h5 {
    font-family: var(--font-family-heading);
    font-size: .875rem;
    font-weight: var(--font-weight-h5);
    line-height: 140%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .is-style-heading-h5 {
        font-size:1rem
    }
}

*,:after,:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.has-text-align-left {
    text-align: left
}

.has-text-align-left div.wp-block-buttons {
    justify-content: flex-start
}

.has-text-align-center {
    text-align: center
}

.has-text-align-center div.wp-block-buttons {
    justify-content: center
}

.has-text-align-right {
    text-align: right
}

.has-text-align-right div.wp-block-buttons {
    justify-content: flex-end
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--font-family-body)
}

body.open {
    overflow: hidden
}

body .screen-reader-text {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body.error404 main#main {
    align-items: center;
    background-color: var(--color-primary-30);
    background-size: cover;
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    max-width: none
}

body #app {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body #app i.fa {
    font-style: normal
}

body .is-style-transparent {
    background-color: transparent
}

body .is-style-light {
    background-color: var(--color-natural-white)
}

body .is-style-primary {
    background-color: var(--color-primary-10)
}

body .is-style-secondary {
    background-color: var(--color-secondary-10)
}

body .is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

.multisite-nav-link[data-hidden=true] {
    --tw-text-opacity: 1!important;
    color: rgb(156 163 175/var(--tw-text-opacity))!important
}

.post-password-form {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 0 auto;
    max-width: 400px;
    padding: 20px
}

.post-password-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.post-password-form input[type=password] {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%
}

.post-password-form input[type=submit] {
    background-color: #0073aa;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .3s ease-in-out
}

.post-password-form input[type=submit]:hover {
    background-color: #005c8b
}

body.modal-open {
    overflow: hidden
}

@media (max-width: 639px) {
    .modal-password-block,.modal-password-btn-block {
        width:100%
    }
}

body.page-template-template-static-fontpage-multisite header#header-main>.container .brand,body.page-template-template-static-fontpage header#header-main>.container .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>.container .brand figure,body.page-template-template-static-fontpage header#header-main>.container .brand figure {
    display: flex;
    justify-content: center
}

header#header-main {
    background-color: var(--header-background)
}

header#header-main>.container {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>.container {
        max-width:90%
    }
}

header#header-main>.container .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>.container .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>.container .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>.container .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>.container .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>.container .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>.container .brand img {
        max-width:100%
    }
}

header#header-main nav.nav-primary {
    align-items: center;
    background-color: var(--header-background);
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%;
    z-index: 40
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary {
        background-color:transparent;
        display: flex;
        flex-direction: row;
        height: auto;
        opacity: 1;
        overflow-y: visible;
        position: relative;
        transition-property: none;
        visibility: visible;
        width: auto
    }
}

body.open header#header-main nav.nav-primary {
    opacity: 1;
    visibility: visible
}

body.resize header#header-main nav.nav-primary {
    transition-property: none
}

header#header-main nav.nav-primary ul.nav {
    column-gap: .5rem;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative;
    row-gap: 0;
    top: 25%;
    white-space: nowrap;
    width: 75%
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav {
        align-items:center;
        column-gap: 1.5rem;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-bottom: 0;
        padding-top: 0;
        top: auto;
        width: auto
    }
}

@media (min-width: 1280px) {
    header#header-main nav.nav-primary ul.nav {
        column-gap:2rem
    }
}

header#header-main nav.nav-primary ul.nav li {
    position: relative
}

header#header-main nav.nav-primary ul.nav li.current-menu-item>a,header#header-main nav.nav-primary ul.nav li.current-menu-parent>a {
    color: var(--header-text-hover)
}

header#header-main nav.nav-primary ul.nav li a {
    color: var(--header-text);
    font-size: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

header#header-main nav.nav-primary ul.nav li a:hover {
    color: var(--header-text-hover)
}

header#header-main nav.nav-primary ul.nav li:not(.menu-item-has-children)>a>i {
    display: none
}

body.open header#header-main nav.nav-primary ul.nav>li {
    --fadeStart: -30px;
    --fadeEnd: 0;
    position: relative
}

@keyframes FadeInTop {
    0% {
        opacity: 0;
        top: var(--fadeStart)
    }

    to {
        opacity: 1;
        top: var(--fadeEnd)
    }
}

body.open header#header-main nav.nav-primary ul.nav>li {
    animation: FadeInTop .3s ease-in-out both
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(1n) {
    animation-delay: .03s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(2n) {
    animation-delay: .06s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(3n) {
    animation-delay: .09s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(4n) {
    animation-delay: .12s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(5n) {
    animation-delay: .15s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(6n) {
    animation-delay: .18s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(7n) {
    animation-delay: .21s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(8n) {
    animation-delay: .24s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(9n) {
    animation-delay: .27s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(10n) {
    animation-delay: .3s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(11n) {
    animation-delay: .33s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(12n) {
    animation-delay: .36s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(13n) {
    animation-delay: .39s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(14n) {
    animation-delay: .42s
}

body.open header#header-main nav.nav-primary ul.nav>li:nth-child(15n) {
    animation-delay: .45s
}

header#header-main nav.nav-primary ul.nav>li>a {
    display: inline-block;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav>li:last-child ul.sub-menu {
        left:unset;
        right: 0
    }
}

header#header-main nav.nav-primary ul.nav>li:last-child ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%
}

[dir=rtl] header#header-main nav.nav-primary ul.nav>li:last-child ul.sub-menu ul.sub-menu {
    left: 100%;
    right: auto
}

header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher,header#header-main nav.nav-primary ul.nav>li.wpml-ls-item {
    font-size: .875rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 100%
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher,header#header-main nav.nav-primary ul.nav>li.wpml-ls-item {
        --tw-border-opacity:1;
        border-color: rgb(209 213 219/var(--tw-border-opacity));
        border-left-width: 1px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-left: 1.5rem;
        width: auto
    }

    [dir=rtl] header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher,[dir=rtl] header#header-main nav.nav-primary ul.nav>li.wpml-ls-item {
        border-left-width: 0;
        border-right-width: 1px;
        padding-left: 0;
        padding-right: 1.5rem
    }
}

@media (min-width: 1280px) {
    header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher,header#header-main nav.nav-primary ul.nav>li.wpml-ls-item {
        padding-left:2rem
    }

    [dir=rtl] header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher,[dir=rtl] header#header-main nav.nav-primary ul.nav>li.wpml-ls-item {
        padding-left: 0;
        padding-right: 2rem
    }
}

header#header-main nav.nav-primary ul.nav>li.multisite-language-switcher a,header#header-main nav.nav-primary ul.nav>li.wpml-ls-item a {
    font-weight: 400
}

header#header-main nav.nav-primary ul.nav>li.menu-item-buy-button a {
    color: var(--color-natural-white);
    font-size: .875rem;
    font-weight: 700;
    margin-top: 1.5rem;
    padding-bottom: .875rem;
    padding-top: .875rem;
    white-space: nowrap
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav>li.menu-item-buy-button a {
        margin-top:0
    }
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children {
    position: relative
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav li.menu-item-has-children:hover>ul.sub-menu {
        opacity:1;
        visibility: visible
    }
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a {
    align-items: center;
    display: flex;
    justify-content: space-between
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: .75rem
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown:before {
    content: "\+"
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

[dir=rtl] header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown {
    margin-left: 0;
    margin-right: .75rem
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown:before {
    --tw-rotate: 0deg;
    display: block;
    transform: var(--tw-transform);
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a>i.dropdown:before {
        content:""
    }
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a.active>i.dropdown:before {
    content: ""
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a.active>i.dropdown:before {
        content:""
    }
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a.active>i.dropdown:before {
    --tw-rotate: 180deg;
    transform: var(--tw-transform)
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a.active>i.dropdown:before {
        --tw-rotate:0deg;
        transform: var(--tw-transform)
    }
}

header#header-main nav.nav-primary ul.nav li.menu-item-has-children>a.active+ul.sub-menu {
    display: block
}

header#header-main nav.nav-primary ul.nav ul.sub-menu {
    border: 1px solid transparent;
    display: none;
    left: 0
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav ul.sub-menu {
        --tw-bg-opacity:1;
        --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
        --tw-ring-opacity: 0.05;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        border-radius: .375rem;
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        display: block;
        left: 0;
        max-height: 10rem;
        min-width: 175px;
        opacity: 0;
        overflow: auto;
        position: absolute;
        top: 100%;
        visibility: hidden;
        z-index: 10
    }

    header#header-main nav.nav-primary ul.nav ul.sub-menu li,header#header-main nav.nav-primary ul.nav ul.sub-menu li a {
        display: block
    }

    header#header-main nav.nav-primary ul.nav ul.sub-menu li a {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1.5rem;
        padding-top: .5rem;
        white-space: nowrap
    }

    header#header-main nav.nav-primary ul.nav ul.sub-menu li a:hover {
        background-color: var(--color-gray-4)
    }
}

header#header-main nav.nav-primary ul.nav ul.sub-menu {
    max-height: none!important;
    overflow: visible!important
}

header#header-main nav.nav-primary ul.nav ul.sub-menu li {
    margin-bottom: .5rem;
    margin-left: 1rem;
    margin-top: .5rem
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav ul.sub-menu li {
        margin-bottom:0;
        margin-left: 0;
        margin-top: 0
    }
}

header#header-main nav.nav-primary ul.nav ul.sub-menu li:last-child {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav ul.sub-menu li>a {
        color:var(--color-natural-black);
        font-size: .875rem
    }

    header#header-main nav.nav-primary ul.nav ul.sub-menu li>a:hover {
        color: var(--color-primary-100)
    }

    header#header-main nav.nav-primary ul.nav ul.sub-menu li>a>i.dropdown {
        display: none
    }
}

header#header-main nav.nav-primary ul.nav ul.sub-menu li.current-menu-item>a,header#header-main nav.nav-primary ul.nav ul.sub-menu li.current-menu-parent>a {
    color: var(--header-text-hover)
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
        opacity:1;
        visibility: visible
    }
}

header#header-main nav.nav-primary ul.nav ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav ul.sub-menu ul.sub-menu {
        opacity:0;
        visibility: hidden
    }

    header#header-main nav.nav-primary ul.nav#menu-lang {
        margin-left: 1.5rem
    }

    [dir=rtl] header#header-main nav.nav-primary ul.nav#menu-lang {
        margin-left: 0;
        margin-right: 1.5rem
    }
}

@media (min-width: 1280px) {
    header#header-main nav.nav-primary ul.nav#menu-lang {
        margin-left:2rem
    }

    [dir=rtl] header#header-main nav.nav-primary ul.nav#menu-lang {
        margin-left: 0;
        margin-right: 2rem
    }
}

@media (min-width: 1024px) {
    header#header-main nav.nav-primary ul.nav#menu-lang ul.sub-menu {
        max-height:50vh!important;
        overflow-y: auto!important
    }
}

header#header-main .nav-hamburger {
    height: 2.5rem;
    position: relative;
    width: 2rem;
    z-index: 40
}

header#header-main .nav-hamburger:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width: 1024px) {
    header#header-main .nav-hamburger {
        display:none
    }
}

header#header-main .nav-hamburger__container {
    --tw-translate-y: -50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: var(--tw-transform);
    width: 100%
}

header#header-main .nav-hamburger__container>span {
    background-color: currentColor;
    color: var(--header-text);
    display: block;
    height: .125rem;
    position: absolute;
    transform: var(--tw-transform);
    transition-duration: .5s;
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%
}

header#header-main .nav-hamburger__container>span:first-child {
    --tw-translate-y: -0.625rem;
    transform: var(--tw-transform)
}

body.open header#header-main .nav-hamburger__container>span:first-child {
    --tw-translate-y: 0px;
    --tw-rotate: 45deg;
    transform: var(--tw-transform)
}

header#header-main .nav-hamburger__container>span:nth-child(2) {
    --tw-translate-y: 0px;
    transform: var(--tw-transform)
}

body.open header#header-main .nav-hamburger__container>span:nth-child(2) {
    opacity: 0
}

header#header-main .nav-hamburger__container>span:nth-child(3) {
    --tw-translate-y: 0.625rem;
    transform: var(--tw-transform)
}

body.open header#header-main .nav-hamburger__container>span:nth-child(3) {
    --tw-translate-y: 0px;
    --tw-rotate: -45deg;
    transform: var(--tw-transform)
}

header#header-main #shopping-cart {
    color: var(--header-text)
}

header#header-main #shopping-cart:hover {
    color: var(--color-primary-70)
}

header#header-main #buy-brand .button-wrapper a {
    background-color: var(--buy-button-header-bg-color);
    color: var(--buy-button-header-text-color);
    font-size: .875rem;
    text-align: center;
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    white-space: nowrap
}

header#header-main #buy-brand .button-wrapper a div.wp-block-buttons {
    justify-content: center
}

header#header-main #buy-brand .button-wrapper a:hover {
    opacity: .8
}

header#header-main .wpml-custom-language-switcher {
    position: relative
}

@media (min-width: 1024px) {
    header#header-main .wpml-custom-language-switcher:hover>ul.sub-menu {
        opacity:1;
        visibility: visible
    }
}

header#header-main .wpml-custom-language-switcher {
    display: flex
}

header#header-main .wpml-custom-language-switcher__title {
    padding-bottom: .5rem;
    padding-top: .5rem
}

div.button-wrapper.buy-now .buy-now-container header#header-main .wpml-custom-language-switcher__title {
    align-items: center;
    cursor: default;
    display: flex;
    justify-content: space-between
}

div.button-wrapper.buy-now .buy-now-container header#header-main .wpml-custom-language-switcher__title .dropdown {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: .75rem
}

div.button-wrapper.buy-now .buy-now-container header#header-main .wpml-custom-language-switcher__title .dropdown:before {
    content: ""
}

div.button-wrapper.buy-now .buy-now-container header#header-main .wpml-custom-language-switcher__title .dropdown {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

header#header-main .wpml-custom-language-switcher ul {
    --tw-bg-opacity: 1;
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    --tw-ring-opacity: 0.05;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: .375rem;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: block;
    left: 0;
    max-height: 10rem;
    min-width: 175px;
    opacity: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 10
}

header#header-main .wpml-custom-language-switcher ul li {
    display: block
}

header#header-main .wpml-custom-language-switcher ul li a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    display: block;
    padding: .5rem 1.5rem .5rem 1rem;
    white-space: nowrap
}

header#header-main .wpml-custom-language-switcher ul li a:hover {
    background-color: var(--color-gray-4)
}

.country-dropdown-container .country-button-listheader#header-main .wpml-custom-language-switcher ul,.country-dropdown-container .country-listheader#header-main .wpml-custom-language-switcher ul {
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    min-width: 180px;
    position: static;
    z-index: 1000
}

.country-dropdown-container:hover .country-listheader#header-main .wpml-custom-language-switcher ul {
    display: block;
    text-align: left
}

.country-dropdown-container .country-list>li:hover>.country-button-listheader#header-main .wpml-custom-language-switcher ul {
    display: block
}

.country-dropdown-container .country-button-listheader#header-main .wpml-custom-language-switcher ul {
    left: 100%;
    top: 0
}

.country-dropdown-container header#header-main .wpml-custom-language-switcher ul {
    overflow: inherit
}

html[data-brand=nailner] .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    transform: skew(7deg,0deg)
}

html[data-brand=nailner] .swiper-slide .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    margin-left: -5px
}

html[data-brand=lamisil] .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    transform: skew(25deg,0deg)
}

html[data-brand=lamisil] .swiper-slide .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    margin-left: -50px
}

html[data-brand=lamisil] .woocommerce-product-container .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    margin-left: 40px
}

html[data-brand=nailner-override] .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    transform: skew(7deg,0deg)
}

html[data-brand=nailner-override] .swiper-slide .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    margin-left: -5px
}

div.button-wrapper.buy-now .buy-now-container .reseller-listheader#header-main .wpml-custom-language-switcher ul {
    text-align: left
}

div.button-wrapper.buy-now .buy-now-container .reseller-listheader#header-main .wpml-custom-language-switcher ul div.wp-block-buttons {
    justify-content: flex-start
}

div.button-wrapper.buy-now .buy-now-container .reseller-listheader#header-main .wpml-custom-language-switcher ul li a i {
    font-size: .875rem;
    margin-right: 1rem
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now.stuck ulheader#header-main .wpml-custom-language-switcher ul,div.product-list div.swiper-slide div.button-wrapper.buy-now header#header-main .wpml-custom-language-switcher ul {
    bottom: 100%;
    top: auto
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
    min-width: 100%
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container ulheader#header-main .wpml-custom-language-switcher ul {
        min-width:250px
    }
}

#woocommerce.archive ul.products li:nth-child(2n) .button-wrapper.buy-now .reseller-listheader#header-main .wpml-custom-language-switcher ul {
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    #woocommerce.archive ul.products li:nth-child(2n) .button-wrapper.buy-now .reseller-listheader#header-main .wpml-custom-language-switcher ul {
        left:0;
        right: auto
    }
}

footer#footer-main {
    background-color: var(--footer-background);
    color: var(--footer-text);
    margin-top: auto;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

@media (min-width: 1024px) {
    footer#footer-main {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

footer#footer-main .container {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main .container {
        max-width:90%
    }
}

footer#footer-main a {
    color: var(--footer-text);
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

footer#footer-main a:hover {
    opacity: .8
}

footer#footer-main>.container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>.container {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>.container {
        column-gap:7%
    }
}

footer#footer-main>.container .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>.container .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 768px) {
    footer#footer-main #footer-widgets>section.widget {
        width:40%
    }
}

@media (min-width: 1024px) {
    footer#footer-main #footer-widgets>section.widget {
        width:auto
    }
}

footer#footer-main #footer-widgets>section.widget:not(:first-child) {
    margin-top: 3rem
}

@media (min-width: 768px) {
    footer#footer-main #footer-widgets>section.widget:not(:first-child) {
        margin-top:0
    }
}

footer#footer-main #footer-widgets>section.widget.widget_media_image {
    flex-shrink: 0
}

footer#footer-main #footer-widgets>section.widget>.wp-block-group>:first-child {
    margin-top: 0
}

footer#footer-main #footer-widgets section.widget.widget_block_nav_list {
    margin-top: 1rem
}

@media (min-width: 768px) {
    footer#footer-main #footer-widgets section.widget.widget_block_nav_list {
        margin-top:0
    }
}

footer#footer-main #footer-widgets>section.widget.buy-now {
    text-align: center
}

footer#footer-main #footer-widgets>section.widget.buy-now div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    footer#footer-main #footer-widgets>section.widget.buy-now {
        text-align:left
    }

    [dir=rtl] footer#footer-main #footer-widgets>section.widget.buy-now {
        text-align: right
    }
}

@media (min-width: 1024px) {
    footer#footer-main #footer-widgets>section.widget.buy-now {
        flex-grow:1;
        text-align: right
    }

    [dir=rtl] footer#footer-main #footer-widgets>section.widget.buy-now {
        text-align: left
    }
}

footer#footer-main #footer-widgets>section.widget.buy-now a.theme-button {
    background-color: var(--buy-button-footer-bg-color);
    color: var(--buy-button-footer-text-color);
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    white-space: nowrap
}

footer#footer-main #footer-widgets>section.widget.buy-now a.theme-button:hover {
    opacity: .8
}

footer#footer-main #footer-widgets-misc {
    flex-direction: column;
    margin-bottom: 4rem;
    margin-top: 4rem;
    max-width: 1000px
}

footer#footer-main #footer-widgets-misc * {
    color: var(--footer-text)
}

footer#footer-main #footer-policies {
    font-weight: 500;
    justify-content: space-between;
    margin-top: 3rem;
    text-align: center
}

footer#footer-main #footer-policies div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    footer#footer-main #footer-policies {
        margin-top:3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main #footer-policies {
        margin-top:2rem
    }
}

footer#footer-main #footer-policies a,footer#footer-main #footer-policies button {
    color: var(--footer-text);
    font-weight: 500;
    opacity: .8;
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

footer#footer-main #footer-policies a:hover,footer#footer-main #footer-policies button:hover {
    opacity: 1
}

footer#footer-main #footer-policies ul li {
    margin-bottom: .625rem
}

@media (min-width: 1024px) {
    footer#footer-main #footer-policies ul li {
        margin-bottom:0
    }
}

footer#footer-main #footer-policies p {
    color: var(--footer-text);
    margin-bottom: 0;
    margin-top: 0;
    opacity: .8
}

@media (min-width: 768px) {
    footer#footer-main #footer-policies section.widget ul.menu {
        display:flex
    }
}

footer#footer-main #footer-policies section.widget ul.menu>li.menu-item {
    white-space: nowrap
}

@media (min-width: 768px) {
    footer#footer-main #footer-policies section.widget ul.menu>li.menu-item {
        border-color:var(--footer-text);
        border-right-width: 1px;
        margin-right: 1.5rem;
        padding-right: 1.5rem
    }

    [dir=rtl] footer#footer-main #footer-policies section.widget ul.menu>li.menu-item {
        border-left-width: 1px;
        border-right-width: 0;
        margin-left: 1.5rem;
        margin-right: 0;
        padding-left: 1.5rem;
        padding-right: 0
    }

    footer#footer-main #footer-policies section.widget ul.menu>li.menu-item:last-child {
        border-right-width: 0
    }

    [dir=rtl] footer#footer-main #footer-policies section.widget ul.menu>li.menu-item:last-child {
        border-left-width: 0
    }
}

footer#footer-main #footer-policies section.widget ul.menu>li.menu-item button#ot-sdk-btn.ot-sdk-show-settings {
    background-color: transparent;
    border-width: 0;
    font-size: 1rem;
    padding: 0
}

footer#footer-main.footer-simple {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 1024px) {
    footer#footer-main.footer-simple {
        padding-bottom:3.5rem;
        padding-top: 3.5rem
    }
}

footer#footer-main.footer-simple #footer-policies {
    margin-top: 0
}

div.button-wrapper {
    display: inline-block
}

div.button-wrapper .theme-button {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    div.button-wrapper .theme-button {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

div.button-wrapper .theme-button {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

div.button-wrapper .theme-button:hover {
    background-color: var(--color-primary-70)
}

.text-center div.wp-block-buttons {
    justify-content: center
}

.text-left div.wp-block-buttons {
    justify-content: flex-start
}

.text-right div.wp-block-buttons {
    justify-content: flex-end
}

div.wp-block-buttons {
    column-gap: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-button {
    display: inline-block
}

.wp-block-button:active .wp-block-button__link {
    opacity: .5
}

.wp-block-button .wp-block-button__link {
    overflow: hidden;
    position: relative
}

.wp-block-button .wp-block-button__link:active {
    opacity: .5
}

.wp-block-button:not(.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link:after {
    background: transparent;
    content: ""
}

.wp-block-button:not(.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link:hover:after {
    background: hsla(0,0%,100%,.15);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wp-block-button:not(.is-style-primary-outlined-button,.is-style-secondary-button,.is-style-secondary-outlined-button,.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button:not(.is-style-primary-outlined-button,.is-style-secondary-button,.is-style-secondary-outlined-button,.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button:not(.is-style-primary-outlined-button,.is-style-secondary-button,.is-style-secondary-outlined-button,.is-style-alternative-button,.is-style-alternative-outlined-button) .wp-block-button__link {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.wp-block-button.is-style-primary-outlined-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-primary-outlined-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-primary-outlined-button .wp-block-button__link {
    background-color: transparent;
    color: var(--color-primary-100);
    outline-color: var(--color-primary-100);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px
}

.wp-block-button.is-style-primary-outlined-button .wp-block-button__link:hover {
    background-color: var(--color-primary-100);
    color: var(--color-natural-white)
}

.wp-block-button.is-style-primary-outlined-button .wp-block-button__link:active:hover {
    background-color: transparent;
    color: var(--color-primary-100)
}

.wp-block-button.is-style-primary-outlined-button .wp-block-button__link span:after {
    color: var(--color-primary-100)
}

.wp-block-button.is-style-secondary-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-secondary-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-secondary-button .wp-block-button__link {
    --tw-text-opacity: 1;
    background-color: var(--color-secondary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.wp-block-button.is-style-secondary-outlined-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-secondary-outlined-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-secondary-outlined-button .wp-block-button__link {
    background-color: transparent;
    color: var(--color-secondary-100);
    outline-color: var(--color-secondary-100);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px
}

.wp-block-button.is-style-secondary-outlined-button .wp-block-button__link:hover {
    background-color: var(--color-secondary-100);
    color: var(--color-natural-white)
}

.wp-block-button.is-style-secondary-outlined-button .wp-block-button__link:active:hover {
    background-color: transparent;
    color: var(--color-secondary-100)
}

.wp-block-button.is-style-secondary-outlined-button .wp-block-button__link span:after {
    color: var(--color-secondary-100)
}

.wp-block-button.is-style-tertiary-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-tertiary-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-tertiary-button .wp-block-button__link {
    --tw-text-opacity: 1;
    background-color: var(--color-tertiary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link {
    background-color: transparent;
    color: var(--color-tertiary-100);
    outline-color: var(--color-tertiary-100);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px
}

.wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link:hover {
    background-color: var(--color-tertiary-100);
    color: var(--color-natural-white)
}

.wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link:active:hover {
    background-color: transparent;
    color: var(--color-tertiary-100)
}

.wp-block-button.is-style-tertiary-outlined-button .wp-block-button__link span:after {
    color: var(--color-tertiary-100)
}

.wp-block-button.is-style-alternative-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-alternative-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-alternative-button .wp-block-button__link {
    background-color: var(--color-natural-white);
    color: var(--color-primary-100)
}

.wp-block-button.is-style-alternative-button .wp-block-button__link:hover {
    filter: brightness(.95)
}

.wp-block-button.is-style-alternative-outlined-button .wp-block-button__link {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .wp-block-button.is-style-alternative-outlined-button .wp-block-button__link {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

.wp-block-button.is-style-alternative-outlined-button .wp-block-button__link {
    background-color: transparent;
    color: var(--color-natural-white);
    outline-color: var(--color-natural-white);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px
}

.wp-block-button.is-style-alternative-outlined-button .wp-block-button__link:hover {
    background-color: var(--color-natural-white);
    color: var(--color-primary-100);
    filter: brightness(.95)
}

.wp-block-button.is-style-alternative-outlined-button .wp-block-button__link:active:hover {
    background-color: transparent;
    color: var(--color-natural-white)
}

.wp-block-button.is-style-alternative-outlined-button .wp-block-button__link span:after {
    color: var(--color-natural-white)
}

div.button-wrapper.buy-now {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

div.button-wrapper.buy-now .buy-now-container:hover ul {
    opacity: 1;
    visibility: visible
}

div.button-wrapper.buy-now .buy-now-container .dropdown-link {
    align-items: center;
    cursor: default;
    display: flex;
    justify-content: space-between
}

div.button-wrapper.buy-now .buy-now-container .dropdown-link .dropdown {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: .75rem
}

div.button-wrapper.buy-now .buy-now-container .dropdown-link .dropdown:before {
    content: ""
}

div.button-wrapper.buy-now .buy-now-container .dropdown-link .dropdown {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

div.button-wrapper.buy-now .buy-now-container .reseller-list.submenu {
    text-align: left
}

div.button-wrapper.buy-now .buy-now-container .reseller-list.submenu div.wp-block-buttons {
    justify-content: flex-start
}

div.button-wrapper.buy-now .buy-now-container .reseller-list.submenu li a i {
    font-size: .875rem;
    margin-right: 1rem
}

div.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center
}

div.product-card div.wp-block-buttons {
    justify-content: center
}

div.product-card a.product-card-link {
    display: flex;
    flex-direction: column;
    height: 100%
}

div.product-card a.product-card-link:hover figure>.fallback-image,div.product-card a.product-card-link:hover figure img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform)
}

div.product-card a.product-card-link figure.product-card-image {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    text-align: center
}

div.product-card a.product-card-link figure.product-card-image div.wp-block-buttons {
    justify-content: center
}

div.product-card a.product-card-link figure.product-card-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    div.product-card a.product-card-link figure.product-card-image img {
        padding:.5rem
    }
}

div.product-card a.product-card-link figure.product-card-image .fallback-image,div.product-card a.product-card-link figure.product-card-image img {
    transition-duration: .7s;
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

div.product-card a.product-card-link .product-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 768px) {
    div.product-card a.product-card-link .product-card-content {
        padding-left:2rem;
        padding-right: 2rem
    }
}

div.product-card a.product-card-link .product-card-content .heading-wrapper {
    margin-bottom: 1rem
}

div.product-card a.product-card-link .product-card-content .heading-wrapper .heading {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
    text-align: center
}

div.product-card a.product-card-link .product-card-content .heading-wrapper .heading div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    div.product-card a.product-card-link .product-card-content .heading-wrapper .heading {
        font-size:1.125rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1024px) {
    div.product-card a.product-card-link .product-card-content .heading-wrapper .heading {
        font-size:1.25rem;
        line-height: 1.75rem
    }
}

div.product-card a.product-card-link .product-card-content .product-card-description {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center
}

div.product-card a.product-card-link .product-card-content .product-card-description div.wp-block-buttons {
    justify-content: center
}

div.product-card a.product-card-link .product-card-content .product-card-description>p {
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: 0
}

div.product-card a.product-card-link .product-card-content .product-card-price {
    font-size: .75rem;
    font-weight: 500;
    text-align: center
}

div.product-card a.product-card-link .product-card-content .product-card-price div.wp-block-buttons {
    justify-content: center
}

div.product-card .button-wrapper {
    margin-top: auto;
    padding-top: 1rem
}

@media (min-width: 768px) {
    div.product-card .button-wrapper {
        padding-top:1.25rem
    }
}

@media (min-width: 1024px) {
    div.product-card .button-wrapper {
        padding-top:1.5rem
    }
}

div.product-list div.swiper-slide {
    height: auto;
    width: 66%
}

@media (min-width: 768px) {
    div.product-list div.swiper-slide {
        width:40%
    }
}

@media (min-width: 1024px) {
    div.product-list div.swiper-slide {
        width:22%
    }
}

div.product-list div.swiper-slide:first-child {
    margin-left: auto
}

div.product-list div.swiper-slide:last-child {
    margin-right: auto
}

div.product-list div.swiper-slide div.button-wrapper.buy-now .submenu {
    bottom: 100%;
    top: auto
}

.wp-block[data-type="karopharma/product-list"]>div {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.wp-block[data-type="karopharma/product-list"]>div>.product-card {
    flex: 0 0 auto;
    width: 25%
}

.wp-block[data-type="karopharma/product-list"]>div>.product-card:first-child {
    margin-left: auto
}

.wp-block[data-type="karopharma/product-list"]>div>.product-card:last-child {
    margin-right: auto
}

div.swiper-container {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (min-width: 768px) {
    div.swiper-container {
        padding-top:8rem
    }
}

div.swiper-container div.swiper-wrapper {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    div.swiper-container div.swiper-wrapper {
        margin-bottom:4rem
    }
}

div.swiper-container div.swiper-scrollbar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 83.333333%
}

@media (min-width: 768px) {
    div.swiper-container div.swiper-scrollbar {
        width:25%
    }
}

.swiper-pagination .swiper-pagination-bullet {
    height: .375rem;
    width: .375rem
}

.jumbotron {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.jumbotron .wrapper {
    margin: 10rem auto;
    max-width: 768px;
    padding: 1.25rem;
    text-align: center
}

.jumbotron .wrapper div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .jumbotron .wrapper {
        padding:2.5rem
    }
}

@media (min-width: 1024px) {
    .jumbotron .wrapper {
        padding:5rem
    }
}

.jumbotron .wrapper>:first-child {
    margin-top: 0
}

.jumbotron .wrapper>:last-child {
    margin-bottom: 0
}

.fallback-image {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241/var(--tw-bg-opacity));
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="161" height="126" xmlns="http://www.w3.org/2000/svg"><g fill="%23fff" fill-rule="evenodd"><path d="M0 0v126h161V0H0zm148.024 112.336H13.734V13.663h134.29v98.673z"/><path d="m21 102 27.7-28.88 10.38 4.455L91.826 43l12.89 15.292 5.816-3.483L142 102"/><circle cx="52" cy="40" r="12"/></g></svg>');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 41px 31px;
    height: 80%;
    margin-left: 10%;
    margin-top: 10%;
    position: absolute;
    width: 80%
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-family-heading)
}

h1:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h2:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h3:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h4:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h5:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h6:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6) {
    font-family: var(--font-family-heading);
    font-size: 1.75rem;
    font-weight: var(--font-weight-h1);
    line-height: 1;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h2:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h3:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h4:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h5:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6),h6:not(.is-style-heading-huge,.is-style-heading-large,.is-style-heading-h1,.is-style-heading-h2,.is-style-heading-h3,.is-style-heading-h4,.is-style-heading-h5,.is-style-heading-h6) {
        font-size:2.5rem
    }
}

h1.is-style-heading-huge,h2.is-style-heading-huge,h3.is-style-heading-huge,h4.is-style-heading-huge,h5.is-style-heading-huge,h6.is-style-heading-huge {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    font-weight: var(--font-weight-huge);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-huge,h2.is-style-heading-huge,h3.is-style-heading-huge,h4.is-style-heading-huge,h5.is-style-heading-huge,h6.is-style-heading-huge {
        font-size:4rem
    }
}

h1.is-style-heading-large,h2.is-style-heading-large,h3.is-style-heading-large,h4.is-style-heading-large,h5.is-style-heading-large,h6.is-style-heading-large {
    font-family: var(--font-family-title);
    font-size: 2rem;
    font-weight: var(--font-weight-large);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-large,h2.is-style-heading-large,h3.is-style-heading-large,h4.is-style-heading-large,h5.is-style-heading-large,h6.is-style-heading-large {
        font-size:3.5rem
    }
}

h1.is-style-heading-h1,h2.is-style-heading-h1,h3.is-style-heading-h1,h4.is-style-heading-h1,h5.is-style-heading-h1,h6.is-style-heading-h1 {
    font-family: var(--font-family-heading);
    font-size: 1.75rem;
    font-weight: var(--font-weight-h1);
    line-height: 1;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h1,h2.is-style-heading-h1,h3.is-style-heading-h1,h4.is-style-heading-h1,h5.is-style-heading-h1,h6.is-style-heading-h1 {
        font-size:2.5rem
    }
}

h1.is-style-heading-h2,h2.is-style-heading-h2,h3.is-style-heading-h2,h4.is-style-heading-h2,h5.is-style-heading-h2,h6.is-style-heading-h2 {
    font-family: var(--font-family-heading);
    font-size: 1.5rem;
    font-weight: var(--font-weight-h2);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h2,h2.is-style-heading-h2,h3.is-style-heading-h2,h4.is-style-heading-h2,h5.is-style-heading-h2,h6.is-style-heading-h2 {
        font-size:2rem
    }
}

h1.is-style-heading-h3,h2.is-style-heading-h3,h3.is-style-heading-h3,h4.is-style-heading-h3,h5.is-style-heading-h3,h6.is-style-heading-h3 {
    font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: var(--font-weight-h3);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h3,h2.is-style-heading-h3,h3.is-style-heading-h3,h4.is-style-heading-h3,h5.is-style-heading-h3,h6.is-style-heading-h3 {
        font-size:1.5rem;
        line-height: 2rem
    }
}

h1.is-style-heading-h4,h2.is-style-heading-h4,h3.is-style-heading-h4,h4.is-style-heading-h4,h5.is-style-heading-h4,h6.is-style-heading-h4 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h4,h2.is-style-heading-h4,h3.is-style-heading-h4,h4.is-style-heading-h4,h5.is-style-heading-h4,h6.is-style-heading-h4 {
        font-size:1.25rem
    }
}

h1.is-style-heading-h5,h2.is-style-heading-h5,h3.is-style-heading-h5,h4.is-style-heading-h5,h5.is-style-heading-h5,h6.is-style-heading-h5 {
    font-family: var(--font-family-heading);
    font-size: .875rem;
    font-weight: var(--font-weight-h5);
    line-height: 140%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h5,h2.is-style-heading-h5,h3.is-style-heading-h5,h4.is-style-heading-h5,h5.is-style-heading-h5,h6.is-style-heading-h5 {
        font-size:1rem
    }
}

h1.is-style-heading-h6,h2.is-style-heading-h6,h3.is-style-heading-h6,h4.is-style-heading-h6,h5.is-style-heading-h6,h6.is-style-heading-h6 {
    font-family: var(--font-family-heading);
    font-size: .75rem;
    font-weight: var(--font-weight-h6);
    line-height: 140%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1.is-style-heading-h6,h2.is-style-heading-h6,h3.is-style-heading-h6,h4.is-style-heading-h6,h5.is-style-heading-h6,h6.is-style-heading-h6 {
        font-size:.875rem
    }
}

p:not(.is-style-paragraph-preamble,.is-style-paragraph-body-text,.is-style-paragraph-small) {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body);
    line-height: 170%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    p:not(.is-style-paragraph-preamble,.is-style-paragraph-body-text,.is-style-paragraph-small) {
        font-size:1rem
    }
}

p.is-style-paragraph-preamble {
    font-family: var(--font-family-body);
    font-size: 1rem;
    font-weight: var(--font-weight-body);
    line-height: 2;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    p.is-style-paragraph-preamble {
        font-size:1.125rem
    }
}

p.is-style-paragraph-body-text {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body);
    line-height: 170%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    p.is-style-paragraph-body-text {
        font-size:1rem
    }
}

p.is-style-paragraph-small {
    font-family: var(--font-family-body);
    font-size: .75rem;
    font-weight: var(--font-weight-body);
    line-height: 160%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    p.is-style-paragraph-small {
        font-size:.875rem
    }
}

.wp-block-image {
    margin-bottom: 1rem
}

.wp-block-image img {
    vertical-align: bottom
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.aligncenter div.wp-block-buttons {
    justify-content: center
}

.wp-block-image.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.wp-block-image.aligncenter>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image.alignwide {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .wp-block-image.alignwide {
        max-width:90%
    }
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.alignleft,.wp-block-image.alignright {
    display: table
}

.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image.alignleft {
    float: left;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 1rem
}

.wp-block-image.alignright {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 0
}

.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-video {
    margin-bottom: 1rem
}

.wp-block-video.alignwide {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .wp-block-video.alignwide {
        max-width:90%
    }
}

.wp-block-video.alignfull video,.wp-block-video.alignwide video {
    height: auto;
    width: 100%
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video.aligncenter div.wp-block-buttons {
    justify-content: center
}

.wp-block-video.aligncenter video {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.wp-block-video.aligncenter video>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-video.alignleft video,.wp-block-video.alignright video {
    display: table
}

.wp-block-video.alignleft video>figcaption,.wp-block-video.alignright video>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-video.alignleft video {
    float: left;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 1rem
}

.wp-block-video.alignright video {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 0
}

ol.is-style-default,ol.is-style-icon,ul.is-style-default,ul.is-style-icon {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body)
}

@media (min-width: 768px) {
    ol.is-style-default,ol.is-style-icon,ul.is-style-default,ul.is-style-icon {
        font-size:1rem
    }
}

ol.is-style-default,ol.is-style-icon,ul.is-style-default,ul.is-style-icon {
    line-height: 170%;
    list-style-position: inside;
    margin-bottom: 1rem;
    margin-top: 1rem
}

ol.is-style-default li,ol.is-style-icon li,ul.is-style-default li,ul.is-style-icon li {
    margin-bottom: .5rem;
    padding-left: 1.5rem
}

[dir=rtl] ol.is-style-default li,[dir=rtl] ol.is-style-icon li,[dir=rtl] ul.is-style-default li,[dir=rtl] ul.is-style-icon li {
    padding-left: 0;
    padding-right: 1.5rem
}

ol.is-style-default li:before,ol.is-style-icon li:before,ul.is-style-default li:before,ul.is-style-icon li:before {
    background-repeat: no-repeat;
    background-size: auto;
    color: var(--list-icon-color);
    display: inline-block;
    margin-left: -1.5rem;
    width: 1.5rem
}

[dir=rtl] ol.is-style-default li:before,[dir=rtl] ol.is-style-icon li:before,[dir=rtl] ul.is-style-default li:before,[dir=rtl] ul.is-style-icon li:before {
    margin-left: 0;
    margin-right: -1.5rem
}

ul.is-style-default li:before {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: .75rem;
    font-weight: var(--fa-style,900)
}

ul.is-style-default li::before-brands,ul.is-style-default li::before-duotone,ul.is-style-default li::before-light,ul.is-style-default li::before-regular,ul.is-style-default li::before-solid,ul.is-style-default li::before-thin,ul.is-style-default li::beforeb,ul.is-style-default li::befored,ul.is-style-default li::beforel,ul.is-style-default li::beforer,ul.is-style-default li::befores,ul.is-style-default li::beforet,ul.is-style-default li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app iul.is-style-default li:before {
    font-style: normal
}

ul.is-style-icon li:before {
    --tw-content: var(--list-icon);
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

ul.is-style-icon li::before-brands,ul.is-style-icon li::before-duotone,ul.is-style-icon li::before-light,ul.is-style-icon li::before-regular,ul.is-style-icon li::before-solid,ul.is-style-icon li::before-thin,ul.is-style-icon li::beforeb,ul.is-style-icon li::befored,ul.is-style-icon li::beforel,ul.is-style-icon li::beforer,ul.is-style-icon li::befores,ul.is-style-icon li::beforet,ul.is-style-icon li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app iul.is-style-icon li:before {
    font-style: normal
}

ul.is-style-icon li:before {
    font-weight: var(--list-icon-weight)
}

ul.documents li:before {
    --tw-content: "";
    color: var(--list-icon-color);
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    left: -1rem
}

ul.documents li::before-brands,ul.documents li::before-duotone,ul.documents li::before-light,ul.documents li::before-regular,ul.documents li::before-solid,ul.documents li::before-thin,ul.documents li::beforeb,ul.documents li::befored,ul.documents li::beforel,ul.documents li::beforer,ul.documents li::befores,ul.documents li::beforet,ul.documents li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app iul.documents li:before {
    font-style: normal
}

ul.documents li a {
    color: var(--list-icon-color);
    font-size: .75rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

ul.documents li a:hover {
    opacity: .7
}

ol.is-style-default li,ol.is-style-icon li {
    counter-increment: step-counter
}

ol.is-style-default li:before,ol.is-style-icon li:before {
    content: counter(step-counter) ". "
}

@media (min-width: 1024px) {
    .wpml-language-switcher {
        align-items:baseline;
        display: flex;
        justify-content: space-between
    }
}

.wpml-language-switcher select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-width: 0;
    font-family: inherit;
    font-size: .875rem;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    outline-width: 0;
    padding: 0;
    width: 100%
}

.wpml-language-switcher select option {
    padding: 0
}

.wpml-language-switcher>i.dropdown {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: .75rem
}

.wpml-language-switcher>i.dropdown:before {
    content: "\+"
}

.wpml-language-switcher>i.dropdown {
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

@media (min-width: 1024px) {
    .wpml-language-switcher>i.dropdown:before {
        content:""
    }
}

main#main nav.posts-navigation {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    main#main nav.posts-navigation {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    main#main nav.posts-navigation {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    main#main nav.posts-navigation {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    main#main nav.posts-navigation {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    main#main nav.posts-navigation {
        max-width:1536px
    }
}

main#main nav.posts-navigation {
    margin-bottom: 2rem
}

html[data-brand=apobase] header#header-main>main#main nav.posts-navigation .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>main#main nav.posts-navigation .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>main#main nav.posts-navigation .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>main#main nav.posts-navigation .brand,body.page-template-template-static-fontpage header#header-main>main#main nav.posts-navigation .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>main#main nav.posts-navigation .brand figure,body.page-template-template-static-fontpage header#header-main>main#main nav.posts-navigation .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>main#main nav.posts-navigation {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>main#main nav.posts-navigation {
        max-width:90%
    }
}

header#header-main>main#main nav.posts-navigation .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>main#main nav.posts-navigation .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>main#main nav.posts-navigation .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>main#main nav.posts-navigation .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>main#main nav.posts-navigation .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>main#main nav.posts-navigation .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>main#main nav.posts-navigation .brand img {
        max-width:100%
    }
}

footer#footer-main main#main nav.posts-navigation {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main main#main nav.posts-navigation {
        max-width:90%
    }
}

footer#footer-main>main#main nav.posts-navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>main#main nav.posts-navigation {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>main#main nav.posts-navigation {
        column-gap:7%
    }
}

footer#footer-main>main#main nav.posts-navigation .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>main#main nav.posts-navigation .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>main#main nav.posts-navigation {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>main#main nav.posts-navigation {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>main#main nav.posts-navigation {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>main#main nav.posts-navigation {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>main#main nav.posts-navigation {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>main#main nav.posts-navigation {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>main#main nav.posts-navigation {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left main#main nav.posts-navigation .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center main#main nav.posts-navigation {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center main#main nav.posts-navigation .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center main#main nav.posts-navigation .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right main#main nav.posts-navigation .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>main#main nav.posts-navigation {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>main#main nav.posts-navigation .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right main#main nav.posts-navigation>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list main#main nav.posts-navigation,.several-images-with-text main#main nav.posts-navigation {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list main#main nav.posts-navigation,.several-images-with-text main#main nav.posts-navigation {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list main#main nav.posts-navigation,.several-images-with-text main#main nav.posts-navigation {
        column-gap:3rem
    }
}

.articles-list main#main nav.posts-navigation>section.wp-block-karopharma-image-with-text,.several-images-with-text main#main nav.posts-navigation>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list main#main nav.posts-navigation.col-2,.several-images-with-text main#main nav.posts-navigation.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list main#main nav.posts-navigation.col-2,.several-images-with-text main#main nav.posts-navigation.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list main#main nav.posts-navigation.col-2,.several-images-with-text main#main nav.posts-navigation.col-2 {
        column-gap:3rem
    }
}

.articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text main#main nav.posts-navigation.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text main#main nav.posts-navigation.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text main#main nav.posts-navigation.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text main#main nav.posts-navigation.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>main#main nav.posts-navigation {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>main#main nav.posts-navigation {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>main#main nav.posts-navigation {
        padding:4rem
    }
}

.print-material-containermain#main nav.posts-navigation {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form main#main nav.posts-navigation {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds main#main nav.posts-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 768px) {
    main#main nav.posts-navigation {
        margin-bottom:3rem
    }
}

@media (min-width: 1024px) {
    main#main nav.posts-navigation {
        margin-bottom:4rem
    }
}

main#main nav.posts-navigation .screen-reader-text {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

main#main nav.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between
}

main#main nav.posts-navigation .nav-links .nav-previous a:before {
    content: "";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: .75rem;
    font-weight: var(--fa-style,900);
    margin-right: .5rem
}

main#main nav.posts-navigation .nav-links .nav-previous a::before-brands,main#main nav.posts-navigation .nav-links .nav-previous a::before-duotone,main#main nav.posts-navigation .nav-links .nav-previous a::before-light,main#main nav.posts-navigation .nav-links .nav-previous a::before-regular,main#main nav.posts-navigation .nav-links .nav-previous a::before-solid,main#main nav.posts-navigation .nav-links .nav-previous a::before-thin,main#main nav.posts-navigation .nav-links .nav-previous a::beforeb,main#main nav.posts-navigation .nav-links .nav-previous a::befored,main#main nav.posts-navigation .nav-links .nav-previous a::beforel,main#main nav.posts-navigation .nav-links .nav-previous a::beforer,main#main nav.posts-navigation .nav-links .nav-previous a::befores,main#main nav.posts-navigation .nav-links .nav-previous a::beforet,main#main nav.posts-navigation .nav-links .nav-previous a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app imain#main nav.posts-navigation .nav-links .nav-previous a:before {
    font-style: normal
}

main#main nav.posts-navigation .nav-links .nav-next a:before {
    content: "";
    float: right;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: .75rem;
    font-weight: var(--fa-style,900);
    margin-left: .5rem
}

main#main nav.posts-navigation .nav-links .nav-next a::before-brands,main#main nav.posts-navigation .nav-links .nav-next a::before-duotone,main#main nav.posts-navigation .nav-links .nav-next a::before-light,main#main nav.posts-navigation .nav-links .nav-next a::before-regular,main#main nav.posts-navigation .nav-links .nav-next a::before-solid,main#main nav.posts-navigation .nav-links .nav-next a::before-thin,main#main nav.posts-navigation .nav-links .nav-next a::beforeb,main#main nav.posts-navigation .nav-links .nav-next a::befored,main#main nav.posts-navigation .nav-links .nav-next a::beforel,main#main nav.posts-navigation .nav-links .nav-next a::beforer,main#main nav.posts-navigation .nav-links .nav-next a::befores,main#main nav.posts-navigation .nav-links .nav-next a::beforet,main#main nav.posts-navigation .nav-links .nav-next a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app imain#main nav.posts-navigation .nav-links .nav-next a:before {
    font-style: normal
}

body main .page-header {
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media (min-width: 1024px) {
    body main .page-header {
        margin-bottom:4rem;
        margin-top: 4rem
    }
}

body.archive.category main .page-header {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity));
    margin-bottom: 3rem;
    margin-top: 0;
    padding-bottom: 7rem;
    padding-top: 7rem
}

@media (min-width: 1024px) {
    body.archive.category main .page-header {
        margin-bottom:6rem;
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

body.archive.category main .page-header>h1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    body.archive.category main .page-header>h1 {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    body.archive.category main .page-header>h1 {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    body.archive.category main .page-header>h1 {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    body.archive.category main .page-header>h1 {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    body.archive.category main .page-header>h1 {
        max-width:1536px
    }
}

html[data-brand=apobase] header#header-main>body.archive.category main .page-header>h1 .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>body.archive.category main .page-header>h1 .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>body.archive.category main .page-header>h1 .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>body.archive.category main .page-header>h1 .brand,body.page-template-template-static-fontpage header#header-main>body.archive.category main .page-header>h1 .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>body.archive.category main .page-header>h1 .brand figure,body.page-template-template-static-fontpage header#header-main>body.archive.category main .page-header>h1 .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>body.archive.category main .page-header>h1 {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>body.archive.category main .page-header>h1 {
        max-width:90%
    }
}

header#header-main>body.archive.category main .page-header>h1 .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>body.archive.category main .page-header>h1 .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>body.archive.category main .page-header>h1 .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>body.archive.category main .page-header>h1 .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>body.archive.category main .page-header>h1 .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>body.archive.category main .page-header>h1 .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>body.archive.category main .page-header>h1 .brand img {
        max-width:100%
    }
}

footer#footer-main body.archive.category main .page-header>h1 {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main body.archive.category main .page-header>h1 {
        max-width:90%
    }
}

footer#footer-main>body.archive.category main .page-header>h1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>body.archive.category main .page-header>h1 {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>body.archive.category main .page-header>h1 {
        column-gap:7%
    }
}

footer#footer-main>body.archive.category main .page-header>h1 .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>body.archive.category main .page-header>h1 .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>body.archive.category main .page-header>h1 {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>body.archive.category main .page-header>h1 {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>body.archive.category main .page-header>h1 {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>body.archive.category main .page-header>h1 {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>h1 {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>h1 {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>h1 {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>h1 .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>h1 {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>h1 .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>h1 .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>h1 .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>h1 .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right body.archive.category main .page-header>h1>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list body.archive.category main .page-header>h1,.several-images-with-text body.archive.category main .page-header>h1 {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>h1,.several-images-with-text body.archive.category main .page-header>h1 {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list body.archive.category main .page-header>h1,.several-images-with-text body.archive.category main .page-header>h1 {
        column-gap:3rem
    }
}

.articles-list body.archive.category main .page-header>h1>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>h1>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list body.archive.category main .page-header>h1.col-2,.several-images-with-text body.archive.category main .page-header>h1.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>h1.col-2,.several-images-with-text body.archive.category main .page-header>h1.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list body.archive.category main .page-header>h1.col-2,.several-images-with-text body.archive.category main .page-header>h1.col-2 {
        column-gap:3rem
    }
}

.articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>h1.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>h1.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>h1.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>h1.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>h1 {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>h1 {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>h1 {
        padding:4rem
    }
}

.print-material-containerbody.archive.category main .page-header>h1 {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form body.archive.category main .page-header>h1 {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds body.archive.category main .page-header>h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

body.archive.category main .page-header>p {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    body.archive.category main .page-header>p {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    body.archive.category main .page-header>p {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    body.archive.category main .page-header>p {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    body.archive.category main .page-header>p {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    body.archive.category main .page-header>p {
        max-width:1536px
    }
}

body.archive.category main .page-header>p {
    margin-bottom: 0
}

html[data-brand=apobase] header#header-main>body.archive.category main .page-header>p .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>body.archive.category main .page-header>p .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>body.archive.category main .page-header>p .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>body.archive.category main .page-header>p .brand,body.page-template-template-static-fontpage header#header-main>body.archive.category main .page-header>p .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>body.archive.category main .page-header>p .brand figure,body.page-template-template-static-fontpage header#header-main>body.archive.category main .page-header>p .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>body.archive.category main .page-header>p {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>body.archive.category main .page-header>p {
        max-width:90%
    }
}

header#header-main>body.archive.category main .page-header>p .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>body.archive.category main .page-header>p .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>body.archive.category main .page-header>p .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>body.archive.category main .page-header>p .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>body.archive.category main .page-header>p .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>body.archive.category main .page-header>p .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>body.archive.category main .page-header>p .brand img {
        max-width:100%
    }
}

footer#footer-main body.archive.category main .page-header>p {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main body.archive.category main .page-header>p {
        max-width:90%
    }
}

footer#footer-main>body.archive.category main .page-header>p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>body.archive.category main .page-header>p {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>body.archive.category main .page-header>p {
        column-gap:7%
    }
}

footer#footer-main>body.archive.category main .page-header>p .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>body.archive.category main .page-header>p .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>body.archive.category main .page-header>p {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>body.archive.category main .page-header>p {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>body.archive.category main .page-header>p {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>body.archive.category main .page-header>p {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>p {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>p {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>body.archive.category main .page-header>p {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.archive.category main .page-header>p .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>p {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>p .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center body.archive.category main .page-header>p .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.archive.category main .page-header>p .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>p {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>body.archive.category main .page-header>p .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right body.archive.category main .page-header>p>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list body.archive.category main .page-header>p,.several-images-with-text body.archive.category main .page-header>p {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>p,.several-images-with-text body.archive.category main .page-header>p {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list body.archive.category main .page-header>p,.several-images-with-text body.archive.category main .page-header>p {
        column-gap:3rem
    }
}

.articles-list body.archive.category main .page-header>p>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>p>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list body.archive.category main .page-header>p.col-2,.several-images-with-text body.archive.category main .page-header>p.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>p.col-2,.several-images-with-text body.archive.category main .page-header>p.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list body.archive.category main .page-header>p.col-2,.several-images-with-text body.archive.category main .page-header>p.col-2 {
        column-gap:3rem
    }
}

.articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.archive.category main .page-header>p.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>p.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>p.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.archive.category main .page-header>p.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>p {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>p {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>body.archive.category main .page-header>p {
        padding:4rem
    }
}

.print-material-containerbody.archive.category main .page-header>p {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form body.archive.category main .page-header>p {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds body.archive.category main .page-header>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

form.search-form input[type=search] {
    border-radius: .5rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

form.search-form input[type=submit] {
    display: none
}

.post-filter {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    .post-filter {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .post-filter {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .post-filter {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .post-filter {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    .post-filter {
        max-width:1536px
    }
}

.post-filter {
    margin-bottom: 4rem;
    padding-right: 0
}

html[data-brand=apobase] header#header-main>.post-filter .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>.post-filter .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>.post-filter .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>.post-filter .brand,body.page-template-template-static-fontpage header#header-main>.post-filter .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>.post-filter .brand figure,body.page-template-template-static-fontpage header#header-main>.post-filter .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>.post-filter {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>.post-filter {
        max-width:90%
    }
}

header#header-main>.post-filter .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>.post-filter .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>.post-filter .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>.post-filter .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>.post-filter .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>.post-filter .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>.post-filter .brand img {
        max-width:100%
    }
}

footer#footer-main .post-filter {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main .post-filter {
        max-width:90%
    }
}

footer#footer-main>.post-filter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>.post-filter {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>.post-filter {
        column-gap:7%
    }
}

footer#footer-main>.post-filter .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>.post-filter .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>.post-filter {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>.post-filter {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>.post-filter {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>.post-filter {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>.post-filter {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>.post-filter {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>.post-filter {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left .post-filter {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .post-filter {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left .post-filter .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .post-filter .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left .post-filter .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .post-filter .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center .post-filter {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center .post-filter .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center .post-filter .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right .post-filter {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .post-filter {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right .post-filter .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .post-filter .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right .post-filter .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .post-filter .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>.post-filter {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.post-filter {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.post-filter .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>.post-filter .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right .post-filter>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list .post-filter,.several-images-with-text .post-filter {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list .post-filter,.several-images-with-text .post-filter {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list .post-filter,.several-images-with-text .post-filter {
        column-gap:3rem
    }
}

.articles-list .post-filter>section.wp-block-karopharma-image-with-text,.several-images-with-text .post-filter>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list .post-filter.col-2,.several-images-with-text .post-filter.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list .post-filter.col-2,.several-images-with-text .post-filter.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list .post-filter.col-2,.several-images-with-text .post-filter.col-2 {
        column-gap:3rem
    }
}

.articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .post-filter.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list .post-filter.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .post-filter.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list .post-filter.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text .post-filter.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list .post-filter.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .post-filter.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list .post-filter.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .post-filter.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list .post-filter.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text .post-filter.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list .post-filter.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .post-filter.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list .post-filter.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .post-filter.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list .post-filter.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text .post-filter.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list .post-filter.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .post-filter.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>.post-filter {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>.post-filter {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>.post-filter {
        padding:4rem
    }
}

.print-material-container.post-filter {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form .post-filter {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds .post-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 768px) {
    .post-filter {
        margin-bottom:6rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .post-filter {
        margin-bottom:8rem
    }
}

.post-filter>ul {
    display: flex;
    gap: 1rem;
    list-style-type: none;
    overflow-x: auto
}

.post-filter>ul>li {
    --tw-text-opacity: 1;
    border-bottom-width: 2px;
    border-color: transparent;
    color: rgb(156 163 175/var(--tw-text-opacity));
    cursor: pointer;
    padding: .25rem;
    white-space: nowrap
}

.post-filter>ul>li:first-child {
    margin-left: auto
}

[dir=rtl] .post-filter>ul>li:first-child {
    margin-left: 0;
    margin-right: auto
}

.post-filter>ul>li:last-child {
    margin-right: auto
}

[dir=rtl] .post-filter>ul>li:last-child {
    margin-left: auto;
    margin-right: 0
}

.post-filter>ul>li.active,.post-filter>ul>li:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity));
    color: var(--color-natural-black)
}

ul#post-list,ul#product-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    ul#post-list,ul#product-list {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    ul#post-list,ul#product-list {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    ul#post-list,ul#product-list {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    ul#post-list,ul#product-list {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    ul#post-list,ul#product-list {
        max-width:1536px
    }
}

ul#post-list,ul#product-list {
    column-gap: .5rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-bottom: 4rem;
    row-gap: 4rem
}

html[data-brand=apobase] header#header-main>ul#post-list .brand figure,html[data-brand=apobase] header#header-main>ul#product-list .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>ul#post-list .widget h3.widget_title,html[data-brand=apobase] #footer-main>ul#product-list .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>ul#post-list .widget h3,html[data-brand=actiproct] footer#footer-main>ul#product-list .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>ul#post-list .brand,body.page-template-template-static-fontpage-multisite header#header-main>ul#product-list .brand,body.page-template-template-static-fontpage header#header-main>ul#post-list .brand,body.page-template-template-static-fontpage header#header-main>ul#product-list .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>ul#post-list .brand figure,body.page-template-template-static-fontpage-multisite header#header-main>ul#product-list .brand figure,body.page-template-template-static-fontpage header#header-main>ul#post-list .brand figure,body.page-template-template-static-fontpage header#header-main>ul#product-list .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>ul#post-list,header#header-main>ul#product-list {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>ul#post-list,header#header-main>ul#product-list {
        max-width:90%
    }
}

header#header-main>ul#post-list .brand,header#header-main>ul#product-list .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>ul#post-list .brand,[dir=rtl] header#header-main>ul#product-list .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>ul#post-list .brand,header#header-main>ul#product-list .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>ul#post-list .brand,header#header-main>ul#product-list .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>ul#post-list .brand img,header#header-main>ul#product-list .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>ul#post-list .brand img,header#header-main>ul#product-list .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>ul#post-list .brand img,header#header-main>ul#product-list .brand img {
        max-width:100%
    }
}

footer#footer-main ul#post-list,footer#footer-main ul#product-list {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main ul#post-list,footer#footer-main ul#product-list {
        max-width:90%
    }
}

footer#footer-main>ul#post-list,footer#footer-main>ul#product-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>ul#post-list,footer#footer-main>ul#product-list {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>ul#post-list,footer#footer-main>ul#product-list {
        column-gap:7%
    }
}

footer#footer-main>ul#post-list .widget h3.widget_title,footer#footer-main>ul#product-list .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>ul#post-list .widget h3.widget_title,footer#footer-main>ul#product-list .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>ul#post-list,.wp-block-karopharma-accordions.bg>ul#product-list {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>ul#post-list,.wp-block-karopharma-accordions.bg>ul#product-list {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>ul#post-list,.wp-block-karopharma-accordions.bg>ul#product-list {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>ul#post-list,.wp-block-karopharma-accordions>ul#product-list {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>ul#post-list,.wp-block-karopharma-product-promotion.bg-box>ul#product-list {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>ul#post-list,.wp-block-karopharma-product-promotion.bg-box>ul#product-list {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>ul#post-list,.wp-block-karopharma-product-promotion.bg-box>ul#product-list {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left ul#post-list,.wp-block-karopharma-product-promotion.text-align-left ul#product-list {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left ul#post-list,.wp-block-karopharma-product-promotion.text-align-left ul#product-list {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion.text-align-left ul#product-list .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion.text-align-left ul#product-list .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left ul#post-list .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-left ul#product-list .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left ul#post-list .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-left ul#product-list .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center ul#post-list,.wp-block-karopharma-product-promotion.text-align-center ul#product-list {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion.text-align-center ul#product-list .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center ul#post-list .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-center ul#product-list .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right ul#post-list,.wp-block-karopharma-product-promotion.text-align-right ul#product-list {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right ul#post-list,.wp-block-karopharma-product-promotion.text-align-right ul#product-list {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion.text-align-right ul#product-list .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion.text-align-right ul#product-list .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right ul#post-list .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-right ul#product-list .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right ul#post-list .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-right ul#product-list .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>ul#post-list,.wp-block-karopharma-product-promotion>ul#product-list {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>ul#post-list,.wp-block-karopharma-product-promotion>ul#product-list {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.wp-block-image,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.wp-block-image,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.wp-block-image img,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group figure.wp-block-image img,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group .title,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group .title+.paragraph,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group .heading,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group .paragraph,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group .wp-block-buttons,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>ul#post-list .wp-block-group>:first-child,.wp-block-karopharma-product-promotion>ul#product-list .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"] ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"] ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"],.wp-block[data-type="karopharma/product-promotion"] ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"],.wp-block[data-type="karopharma/product-promotion"] ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"].text-align-left ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right ul#post-list>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"].text-align-right ul#product-list>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list ul#post-list,.articles-list ul#product-list,.several-images-with-text ul#post-list,.several-images-with-text ul#product-list {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list ul#post-list,.articles-list ul#product-list,.several-images-with-text ul#post-list,.several-images-with-text ul#product-list {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list ul#post-list,.articles-list ul#product-list,.several-images-with-text ul#post-list,.several-images-with-text ul#product-list {
        column-gap:3rem
    }
}

.articles-list ul#post-list>section.wp-block-karopharma-image-with-text,.articles-list ul#product-list>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#post-list>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#product-list>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list ul#post-list.col-2,.articles-list ul#product-list.col-2,.several-images-with-text ul#post-list.col-2,.several-images-with-text ul#product-list.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list ul#post-list.col-2,.articles-list ul#product-list.col-2,.several-images-with-text ul#post-list.col-2,.several-images-with-text ul#product-list.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list ul#post-list.col-2,.articles-list ul#product-list.col-2,.several-images-with-text ul#post-list.col-2,.several-images-with-text ul#product-list.col-2 {
        column-gap:3rem
    }
}

.articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#post-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text ul#product-list.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list ul#post-list.content-align-left .image-with-text-container .image-with-text-container-image-container img,.articles-list ul#product-list.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#post-list.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#product-list.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list ul#post-list.content-align-left .image-with-text-container .image-with-text-container-content,.articles-list ul#product-list.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#post-list.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#product-list.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list ul#post-list.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list ul#product-list.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#post-list.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#product-list.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list ul#post-list.content-align-center .image-with-text-container .image-with-text-container-image-container img,.articles-list ul#product-list.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#post-list.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#product-list.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list ul#post-list.content-align-center .image-with-text-container .image-with-text-container-content,.articles-list ul#product-list.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#post-list.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#product-list.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list ul#post-list.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list ul#product-list.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#post-list.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#product-list.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list ul#post-list.content-align-right .image-with-text-container .image-with-text-container-image-container img,.articles-list ul#product-list.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#post-list.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text ul#product-list.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list ul#post-list.content-align-right .image-with-text-container .image-with-text-container-content,.articles-list ul#product-list.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#post-list.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text ul#product-list.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list ul#post-list.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list ul#product-list.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#post-list.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text ul#product-list.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>ul#post-list,.wp-block-karopharma-image-carousel.bg-box>ul#product-list {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>ul#post-list,.wp-block-karopharma-image-carousel.bg-box>ul#product-list {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>ul#post-list,.wp-block-karopharma-image-carousel.bg-box>ul#product-list {
        padding:4rem
    }
}

.print-material-containerul#post-list,.print-material-containerul#product-list {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form ul#post-list,.print-material_order-form ul#product-list {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds ul#post-list,.wp-block-karopharma-sounds ul#product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 768px) {
    ul#post-list,ul#product-list {
        column-gap:1rem;
        grid-template-columns: repeat(3,minmax(0,1fr));
        margin-bottom: 6rem;
        row-gap: 6rem
    }
}

@media (min-width: 1024px) {
    ul#post-list,ul#product-list {
        column-gap:2rem;
        margin-bottom: 8rem;
        row-gap: 8rem
    }
}

@media (max-width: 500px) {
    ul#post-list.custom-view-sm,ul#product-list.custom-view-sm {
        grid-template-columns:repeat(1,minmax(0,1fr));
        max-width: 720px
    }
}

ul#post-list.columns-1,ul#product-list.columns-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    max-width: 720px
}

ul#post-list.columns-2,ul#product-list.columns-2 {
    max-width: 1000px
}

@media (min-width: 768px) {
    ul#post-list.columns-2,ul#product-list.columns-2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    ul#post-list.columns-3,ul#product-list.columns-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    ul#post-list.columns-4,ul#product-list.columns-4 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    @media (min-width:768px) {
        ul#post-list.columns-4,ul#product-list.columns-4 {
            grid-template-columns:repeat(4,minmax(0,1fr))
        }
    }
}

@media (min-width: 768px) {
    ul#post-list.columns-5,ul#product-list.columns-5 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    @media (min-width:768px) {
        ul#post-list.columns-5,ul#product-list.columns-5 {
            grid-template-columns:repeat(5,minmax(0,1fr))
        }
    }
}

ul#post-list.product-1,ul#product-list.product-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    max-width: 720px
}

ul#post-list.product-2,ul#product-list.product-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-width: 1000px
}

ul#post-list.loading,ul#product-list.loading {
    align-items: center;
    display: flex;
    justify-content: center
}

.spinner {
    height: 2.5rem;
    width: 2.5rem
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.spinner {
    animation: spin 1s linear infinite;
    border: 4px solid var(--color-gray-2);
    border-radius: 9999px;
    border-top-color: var(--color-gray-1)
}

@media (min-width: 768px) {
    .spinner {
        height:3rem;
        width: 3rem
    }
}

[aria-modal=manual] {
    display: none
}

.regulatory-banner {
    background-color: var(--color-primary-100);
    color: #fff;
    font-size: 11px;
    padding: 8px 15px;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 9999
}

.regulatory-banner p {
    line-height: 1.2;
    margin: 0
}

.admin-bar .regulatory-banner {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .regulatory-banner {
        top:46px
    }
}

section.image-with-text div.image-with-text-container-image-container {
    width: 100%
}

@media (min-width: 768px) {
    section.image-with-text div.image-with-text-container-image-container {
        width:50%
    }
}

section.image-with-text div.image-with-text-container-image-container img {
    height: 327px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    section.image-with-text div.image-with-text-container-image-container img {
        height:800px;
        max-height: 800px
    }
}

section.image-with-text__full-width div.image-with-text-container div.image-with-text-container-image-container {
    padding: 0
}

@media (min-width: 768px) {
    section.image-with-text__not-full-width {
        margin-bottom:2rem;
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 2rem
    }
}

@media (min-width: 1024px) {
    section.image-with-text__not-full-width {
        margin-bottom:4rem;
        margin-top: 4rem
    }
}

section.image-with-text__not-full-width div.image-with-text-container div.image-with-text-container-image-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    section.image-with-text__not-full-width div.image-with-text-container div.image-with-text-container-image-container {
        padding:0
    }
}

section.image-with-text div.image-with-text-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    section.image-with-text div.image-with-text-container {
        flex-direction:row
    }

    section.image-with-text div.image-with-text-container__align-right {
        flex-direction: row-reverse
    }
}

section.image-with-text div.image-with-text-container div.image-with-text-container-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem 4rem
}

@media (min-width: 768px) {
    section.image-with-text div.image-with-text-container div.image-with-text-container-content {
        padding-bottom:2rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 2rem;
        width: 50%
    }
}

section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content {
    max-width: 440px;
    width: 100%
}

section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content p.pre-heading {
    --tw-text-opacity: 1;
    color: rgb(141 144 145/var(--tw-text-opacity));
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem
}

section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content h2 {
        padding-bottom:1rem
    }
}

section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content p.body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

div.articles-list section.image-with-text,div.several-images-with-text section.image-with-text {
    flex: 1 1 0%
}

div.articles-list section.image-with-text div.image-with-text-container-image-container img,div.several-images-with-text section.image-with-text div.image-with-text-container-image-container img {
    height: auto;
    width: auto
}

div.articles-list section.image-with-text div.image-with-text-container,div.several-images-with-text section.image-with-text div.image-with-text-container {
    display: flex;
    flex-direction: column
}

div.articles-list section.image-with-text div.image-with-text-container div.image-with-text-container-image-container,div.several-images-with-text section.image-with-text div.image-with-text-container div.image-with-text-container-image-container {
    width: 100%
}

div.articles-list section.image-with-text div.image-with-text-container div.image-with-text-container-content,div.several-images-with-text section.image-with-text div.image-with-text-container div.image-with-text-container-content {
    padding-left: .25rem;
    padding-right: .25rem;
    width: 100%
}

div.articles-list section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content,div.several-images-with-text section.image-with-text div.image-with-text-container div.image-with-text-container-content div.content {
    max-width: 100%
}

.wp-block-karopharma-free-text {
    background-size: cover;
    font-family: var(--font-family-body);
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-free-text {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-free-text {
        padding-bottom:8rem;
        padding-top: 8rem
    }
}

.wp-block-karopharma-free-text.is-style-transparent {
    background-color: transparent
}

.wp-block-karopharma-free-text.is-style-transparent .button {
    background-color: var(--color-primary-100)
}

.wp-block-karopharma-free-text.is-style-light {
    background-color: var(--color-natural-white)
}

.wp-block-karopharma-free-text.is-style-light .button {
    background-color: var(--color-primary-100)
}

.wp-block-karopharma-free-text.is-style-primary {
    background-color: var(--color-primary-10)
}

.wp-block-karopharma-free-text.is-style-primary .button {
    background-color: var(--color-primary-100)
}

.wp-block-karopharma-free-text.is-style-secondary {
    background-color: var(--color-secondary-10)
}

.wp-block-karopharma-free-text.is-style-secondary .button {
    background-color: var(--color-secondary-100)
}

.wp-block-karopharma-free-text.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

.wp-block-karopharma-free-text.is-style-tertiary .button {
    background-color: var(--color-tertiary-100)
}

.wp-block-karopharma-free-text.small .free-text-wrapper .wp-block:not(.alignwide):not(.alignfull):not(.wp-block-button),.wp-block-karopharma-free-text.small .free-text-wrapper>:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.wp-block-karopharma-free-text.medium .free-text-wrapper .wp-block:not(.alignwide):not(.alignfull):not(.wp-block-button),.wp-block-karopharma-free-text.medium .free-text-wrapper>:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-karopharma-free-text.large .free-text-wrapper .wp-block:not(.alignwide):not(.alignfull):not(.wp-block-button),.wp-block-karopharma-free-text.large .free-text-wrapper>:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.wp-block-karopharma-free-text.bg,.wp-block-karopharma-free-text.bg-box {
    padding: 4rem 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-free-text.bg,.wp-block-karopharma-free-text.bg-box {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-free-text.bg,.wp-block-karopharma-free-text.bg-box {
        padding-bottom:8rem;
        padding-top: 8rem
    }
}

.wp-block-karopharma-free-text.bg-box>.free-text-wrapper,.wp-block-karopharma-free-text.bg>.free-text-wrapper {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-free-text.bg-box>.free-text-wrapper,.wp-block-karopharma-free-text.bg>.free-text-wrapper {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-free-text.bg-box>.free-text-wrapper,.wp-block-karopharma-free-text.bg>.free-text-wrapper {
        padding:4rem
    }
}

.wp-block-karopharma-free-text.bg-box.small .free-text-wrapper,.wp-block-karopharma-free-text.bg.small .free-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.wp-block-karopharma-free-text.bg-box.medium .free-text-wrapper,.wp-block-karopharma-free-text.bg.medium .free-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-karopharma-free-text.bg-box.large .free-text-wrapper,.wp-block-karopharma-free-text.bg.large .free-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.wp-block-karopharma-free-text .free-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1024px) {
    .wp-block-karopharma-free-text .free-text-wrapper {
        padding-left:0;
        padding-right: 0
    }
}

.wp-block-karopharma-free-text .free-text-wrapper *+figure {
    margin-top: 2rem!important
}

@media (min-width: 768px) {
    .wp-block-karopharma-free-text .free-text-wrapper *+figure {
        margin-top:3rem!important
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-free-text .free-text-wrapper *+figure {
        margin-top:4rem!important
    }
}

.wp-block-karopharma-free-text .free-text-wrapper figure {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.wp-block-karopharma-free-text .free-text-wrapper figure+* {
    margin-top: 2rem!important
}

.wp-block-karopharma-free-text .free-text-wrapper h1,.wp-block-karopharma-free-text .free-text-wrapper h2,.wp-block-karopharma-free-text .free-text-wrapper h3,.wp-block-karopharma-free-text .free-text-wrapper h4,.wp-block-karopharma-free-text .free-text-wrapper h5,.wp-block-karopharma-free-text .free-text-wrapper h6 {
    margin-bottom: 2rem;
    margin-top: 4rem
}

.wp-block-karopharma-free-text .free-text-wrapper h1+h2,.wp-block-karopharma-free-text .free-text-wrapper h2+h3,.wp-block-karopharma-free-text .free-text-wrapper h3+h4,.wp-block-karopharma-free-text .free-text-wrapper h4+h5,.wp-block-karopharma-free-text .free-text-wrapper h5+h6 {
    margin-top: 0
}

.wp-block-karopharma-free-text .free-text-wrapper p {
    margin-bottom: 1rem
}

.wp-block-karopharma-free-text .free-text-wrapper p.is-style-paragraph-preamble {
    margin-bottom: 2rem
}

.wp-block-karopharma-free-text .free-text-wrapper p.is-style-paragraph-body-text,.wp-block-karopharma-free-text .free-text-wrapper p.is-style-paragraph-small {
    margin-bottom: 1rem
}

.wp-block-karopharma-free-text .free-text-wrapper p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.wp-block-karopharma-free-text .free-text-wrapper p a:hover {
    color: var(--color-primary-100)
}

.wp-block-karopharma-free-text .free-text-wrapper:first-child>:first-child {
    margin-top: 0;
    padding-top: 0
}

.wp-block-karopharma-free-text .free-text-wrapper:last-child>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.wp-block[data-type="karopharma/free-text"] .free-text-wrapper>* {
    max-width: none!important
}

section.carousel-with-text.is-style-transparent {
    background-color: transparent
}

section.carousel-with-text.is-style-light {
    background-color: var(--color-natural-white)
}

section.carousel-with-text.is-style-primary {
    background-color: var(--color-primary-10)
}

section.carousel-with-text.is-style-secondary {
    background-color: var(--color-secondary-10)
}

section.carousel-with-text.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

section.carousel-with-text div.carousel-with-text-container-carousel-container {
    align-self: center;
    height: min-content;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container-carousel-container {
        padding-bottom:2rem;
        padding-top: 2rem;
        width: 50%
    }
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel {
    height: min-content;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .carousel-image {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    height: auto;
    justify-content: center;
    margin-bottom: 0
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .carousel-image img.carousel-image-small {
    display: block;
    height: auto;
    max-height: 327px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .carousel-image img.carousel-image-small {
        display:none
    }
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .carousel-image img.carousel-image-medium {
    display: none;
    height: auto;
    max-height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .carousel-image img.carousel-image-medium {
        display:block
    }
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev {
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 20
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-brands,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-duotone,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-light,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-regular,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-solid,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::after-thin,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::afterb,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::afterd,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::afterl,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::afterr,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::afters,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev::aftert,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app isection.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev:after {
    font-style: normal
}

@media (min-width: 1024px) {
    section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-prev:after {
        font-size:1.25rem
    }
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next {
    padding-left: 1rem;
    padding-right: 1rem;
    right: 0;
    z-index: 20
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-brands,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-duotone,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-light,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-regular,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-solid,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::after-thin,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::afterb,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::afterd,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::afterl,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::afterr,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::afters,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next::aftert,section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app isection.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next:after {
    font-style: normal
}

@media (min-width: 1024px) {
    section.carousel-with-text div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-button-next:after {
        font-size:1.25rem
    }
}

section.carousel-with-text div.carousel-with-text-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container {
        flex-direction:row
    }

    section.carousel-with-text div.carousel-with-text-container__position-right {
        flex-direction: row-reverse
    }
}

section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem 4rem
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content {
        padding-bottom:4rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 4rem;
        width: 50%
    }
}

section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content div.content {
    max-width: 440px;
    padding-top: 2rem;
    width: 100%;
    z-index: 10
}

section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content div.content p.pre-heading {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem
}

section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content div.content h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content div.content h2 {
        padding-bottom:1rem
    }
}

section.carousel-with-text div.carousel-with-text-container div.carousel-with-text-container-content div.content p.body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

section.carousel-with-text div.carousel-with-text-container__position-full {
    background-color: var(--color-primary-10);
    height: auto;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container__position-full {
        height:auto
    }
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container {
    align-self: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper {
    height: min-content
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper .carousel-image {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 0
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper .carousel-image img.carousel-image-small {
    display: block;
    height: auto;
    max-height: 327px;
    min-height: 327px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper .carousel-image img.carousel-image-small {
        display:none
    }
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper .carousel-image img.carousel-image-medium {
    display: none;
    height: auto;
    max-height: 560px;
    min-height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-carousel-container div.swiper-image-carousel .swiper-wrapper .carousel-image img.carousel-image-medium {
        display:block
    }
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 2rem 1.5rem 4rem;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content {
        padding-bottom:2rem;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 2rem
    }
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content div.content {
    max-width: 440px;
    padding-top: 2rem;
    width: 100%;
    z-index: 10
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content div.content p.pre-heading {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content div.content h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content div.content h2 {
        padding-bottom:1rem
    }
}

section.carousel-with-text div.carousel-with-text-container__position-full div.carousel-with-text-container-content div.content p.body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

section.background-image-with-text {
    background-color: var(--color-primary-10);
    height: 420px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    section.background-image-with-text {
        height:560px
    }
}

section.background-image-with-text div.background-image-with-text-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 0
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-image {
        position:absolute
    }
}

section.background-image-with-text div.background-image-with-text-image-small {
    display: block;
    height: 420px
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-image-small {
        display:none
    }
}

section.background-image-with-text div.background-image-with-text-image-medium {
    display: none;
    height: 560px
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-image-medium {
        display:block
    }
}

section.background-image-with-text.block-text-position-on-mobile-below-image {
    height: auto
}

@media (min-width: 768px) {
    section.background-image-with-text.block-text-position-on-mobile-below-image {
        height:560px
    }

    section.background-image-with-text.block-text-position-on-mobile-below-image div.background-image-with-text-container-content {
        position: relative
    }
}

section.background-image-with-text.block-text-position-on-mobile-on-image {
    color: var(--color-natural-white)
}

section.background-image-with-text.block-text-position-on-mobile-on-image div.background-image-with-text-image {
    height: 420px;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    section.background-image-with-text.block-text-position-on-mobile-on-image div.background-image-with-text-image {
        height:560px
    }
}

section.background-image-with-text.block-text-position-on-mobile-on-image div.background-image-with-text-container-content {
    aspect-ratio: 4/3;
    position: relative
}

section.background-image-with-text div.background-image-with-text-container-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    text-align: center
}

section.background-image-with-text div.background-image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-container-content {
        color:var(--color-natural-white)
    }

    section.background-image-with-text div.background-image-with-text-container-content.block-content-alignment-left,section.background-image-with-text div.background-image-with-text-container-content.block-content-alignment-none {
        align-items: flex-end;
        margin: 0;
        padding-left: 1rem;
        width: 50%
    }
}

@media (min-width: 1024px) {
    section.background-image-with-text div.background-image-with-text-container-content.block-content-alignment-left,section.background-image-with-text div.background-image-with-text-container-content.block-content-alignment-none {
        padding-left:0
    }
}

section.background-image-with-text div.background-image-with-text-container-content.block-content-alignment-center {
    width: 100%
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-container-content.block-text-alignment-left,section.background-image-with-text div.background-image-with-text-container-content.block-text-alignment-none {
        text-align:left
    }
}

section.background-image-with-text div.background-image-with-text-container-content div.content {
    max-width: 95%;
    width: 100%;
    z-index: 10
}

@media (min-width: 1024px) {
    section.background-image-with-text div.background-image-with-text-container-content div.content {
        max-width:80%
    }
}

section.background-image-with-text div.background-image-with-text-container-content div.content p.pre-heading {
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    padding-bottom: 1rem
}

section.background-image-with-text div.background-image-with-text-container-content div.content h1 {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    font-weight: var(--font-weight-huge);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-container-content div.content h1 {
        font-size:4rem
    }
}

section.background-image-with-text div.background-image-with-text-container-content div.content h1 {
    font-weight: 400;
    margin: 0;
    overflow-wrap: break-word;
    padding-bottom: 1rem
}

section.background-image-with-text div.background-image-with-text-container-content div.content h1.responsive-heading {
    font-size: calc(7.17949px + 4.2735vw)
}

@media (min-width: 768px) {
    section.background-image-with-text div.background-image-with-text-container-content div.content h1.responsive-heading {
        font-family:var(--font-family-title);
        font-size: 2.5rem;
        font-weight: var(--font-weight-huge);
        line-height: 110%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        section.background-image-with-text div.background-image-with-text-container-content div.content h1.responsive-heading {
            font-size:4rem
        }
    }
}

section.background-image-with-text div.background-image-with-text-container-content div.content p.body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

.wp-block-karopharma-background-image-with-text-v2 {
    background-color: var(--color-primary-10);
    position: relative;
    width: 100%
}

.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout,.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout .background-image-with-text-wrapper {
    height: max-content;
    width: 100%
}

.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout .background-image-with-text-image {
    height: 100%;
    max-height: none;
    min-height: 420px;
    position: absolute;
    width: 100%;
    z-index: 0
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2.fixed-height-layout .background-image-with-text-image {
        min-height:560px
    }
}

.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout .background-image-with-text-image img {
    height: inherit;
    max-height: inherit;
    min-height: 420px;
    width: 100%;
    z-index: 0
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2.fixed-height-layout .background-image-with-text-image img {
        min-height:560px
    }
}

.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout div.background-image-with-text-content-wrapper {
    height: auto;
    min-height: 420px
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2.fixed-height-layout div.background-image-with-text-content-wrapper {
        min-height:560px
    }
}

.wp-block-karopharma-background-image-with-text-v2.fixed-height-layout div.background-image-with-text-content-wrapper div.content {
    height: auto
}

.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout,.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout .background-image-with-text-wrapper {
    height: min-content;
    max-height: min-content;
    width: 100%
}

.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout .background-image-with-text-image {
    height: 100%;
    max-height: none;
    position: absolute;
    width: 100%;
    z-index: 0
}

.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout .background-image-with-text-image img {
    height: inherit;
    max-height: inherit;
    width: 100%;
    z-index: 0
}

.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout div.background-image-with-text-content-wrapper,.wp-block-karopharma-background-image-with-text-v2.dynamic-height-layout div.background-image-with-text-content-wrapper div.content {
    height: auto
}

.wp-block-karopharma-background-image-with-text-v2.content-position-left .background-image-with-text-content-wrapper {
    margin-left: 0
}

.wp-block-karopharma-background-image-with-text-v2.content-position-center .background-image-with-text-content-wrapper,.wp-block-karopharma-background-image-with-text-v2.content-position-none .background-image-with-text-content-wrapper {
    width: 100%
}

.wp-block-karopharma-background-image-with-text-v2.content-position-right .background-image-with-text-content-wrapper {
    margin-right: 0
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper {
    align-items: center;
    color: var(--color-natural-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-left,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-none {
    text-align: left
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-left div.wp-block-buttons,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-none div.wp-block-buttons {
    justify-content: flex-start
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-right {
    text-align: right
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-right div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-center {
    text-align: center
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.text-alignment-center div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box>.content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg>.content {
    background-color: var(--color-natural-white);
    color: var(--color-natural-black);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box>.content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg>.content {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box>.content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg>.content {
        padding:4rem
    }
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box.small .content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg.small .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box.medium .content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg.medium .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg-box.large .content,.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper.bg.large .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content {
    max-width: 95%;
    width: 100%;
    z-index: 10
}

@media (min-width: 1024px) {
    .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content {
        max-width:80%
    }
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content p.pre-heading {
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    padding-bottom: 1rem
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1 {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    font-weight: var(--font-weight-huge);
    line-height: 110%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1 {
        font-size:4rem
    }
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1 {
    font-weight: 400;
    margin: 0;
    overflow-wrap: break-word;
    padding-bottom: 1rem
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1.responsive-heading {
    font-size: calc(7.17949px + 4.2735vw)
}

@media (min-width: 768px) {
    .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1.responsive-heading {
        font-family:var(--font-family-title);
        font-size: 2.5rem;
        font-weight: var(--font-weight-huge);
        line-height: 110%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content h1.responsive-heading {
            font-size:4rem
        }
    }
}

.wp-block-karopharma-background-image-with-text-v2 div.background-image-with-text-content-wrapper div.content p.body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2rem
}

.wp-block[data-type="karopharma/background-image-with-text-v2"] .background-image-with-text-wrapper {
    height: inherit!important;
    max-width: none!important
}

section.logos {
    padding: 2rem 3.5rem
}

@media (min-width: 768px) {
    section.logos {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

section.logos.is-style-transparent {
    background-color: transparent
}

section.logos.is-style-light {
    background-color: var(--color-natural-white)
}

section.logos.is-style-primary {
    background-color: var(--color-primary-10)
}

section.logos.is-style-secondary {
    background-color: var(--color-secondary-10)
}

section.logos.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

section.logos div.logos-edit-wrapper {
    align-items: center;
    column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    row-gap: 2rem;
    width: 100%
}

@media (min-width: 768px) {
    section.logos div.logos-edit-wrapper {
        column-gap:5rem;
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    section.logos div.logos-edit-wrapper {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}

section.logos div.logos-edit-wrapper img {
    height: auto;
    width: 100%
}

section.logos div.logos-wrapper {
    align-items: center;
    column-gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    row-gap: 2rem;
    width: 100%
}

@media (min-width: 768px) {
    section.logos div.logos-wrapper {
        column-gap:5rem
    }
}

section.logos div.logos-wrapper img {
    height: auto
}

section.logos div.logos-wrapper>* {
    width: calc(50% - 1.5rem)
}

@media (min-width: 768px) {
    section.logos div.logos-wrapper>* {
        width:calc(33.33% - 5rem)
    }
}

@media (min-width: 1024px) {
    section.logos div.logos-wrapper>* {
        width:calc(25% - 5rem)
    }
}

.wp-block-karopharma-accordions {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions {
        padding-bottom:4rem;
        padding-top: 4rem
    }
}

.wp-block-karopharma-accordions.is-style-transparent {
    background-color: transparent
}

.wp-block-karopharma-accordions.is-style-light {
    background-color: var(--color-natural-white)
}

.wp-block-karopharma-accordions.is-style-primary {
    background-color: var(--color-primary-10)
}

.wp-block-karopharma-accordions.is-style-secondary {
    background-color: var(--color-secondary-10)
}

.wp-block-karopharma-accordions.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

.wp-block-karopharma-accordions.bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.wp-block-karopharma-accordions.bg>.container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>.container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>.container {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>.container {
    max-width: 1000px
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion {
    clear: both
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion[open] summary:before {
    --tw-rotate: 180deg;
    content: "";
    transform: var(--tw-transform)
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    outline-width: 0
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary:before {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    content: "\+";
    float: right;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    transform: var(--tw-transform);
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-brands,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-duotone,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-light,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-regular,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-solid,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::before-thin,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::beforeb,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::befored,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::beforel,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::beforer,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::befores,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::beforet,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary:before {
    font-style: normal
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary:before {
        --tw-scale-x:1;
        --tw-scale-y: 1;
        transform: var(--tw-transform)
    }
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::-webkit-details-marker,.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary::marker {
    display: none
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary:focus {
    outline: none!important
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 1rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
        font-size:1.125rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion summary h2.accordion-title {
        font-size:1.25rem
    }
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion:not(:first-child) summary {
    border-color: var(--color-gray-2);
    border-top: 1px var(--color-gray-2);
    border-style: solid;
    margin-top: 1rem;
    padding-top: 1rem
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion:not(:first-child) summary {
        margin-top:1.5rem;
        padding-top: 1.5rem
    }
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion div.accordion-content {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion div.accordion-content {
        margin-top:1.5rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions details.wp-block-karopharma-accordion div.accordion-content {
        margin-top:2rem
    }
}

.wp-block-karopharma-accordions details.wp-block-karopharma-accordion div.accordion-content>:last-child {
    margin-bottom: 0
}

.wp-block[data-type="karopharma/accordions"]>.block-editor-inner-blocks>.block-editor-block-list__layout {
    padding-bottom: 2rem
}

.wp-block[data-type="karopharma/accordions"] .wp-block[data-type="karopharma/accordion"] h2.accordion-title {
    margin: 0!important
}

section.usp {
    padding: 3.75rem 1.5rem
}

section.usp div.usp-edit-wrapper,section.usp div.usp-wrapper {
    align-items: flex-start;
    column-gap: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    row-gap: 1.5rem
}

@media (min-width: 768px) {
    section.usp div.usp-edit-wrapper,section.usp div.usp-wrapper {
        flex-direction:row
    }
}

section.usp.is-style-transparent {
    background-color: transparent
}

section.usp.is-style-light {
    background-color: var(--color-natural-white)
}

section.usp.is-style-primary {
    background-color: var(--color-primary-10)
}

section.usp.is-style-secondary {
    background-color: var(--color-secondary-10)
}

section.usp.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

section.usp-single {
    width: 100%
}

@media (min-width: 768px) {
    section.usp-single {
        flex:1 1 0%;
        max-width: 23rem
    }
}

section.usp-single div.icon {
    align-items: center;
    background-color: var(--color-primary-100);
    border-radius: 9999px;
    color: var(--color-natural-white);
    display: flex;
    height: 4rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 4rem
}

@media (min-width: 768px) {
    section.usp-single div.icon {
        margin-bottom:2.5rem
    }
}

section.usp-single h1,section.usp-single h2,section.usp-single h3,section.usp-single h4,section.usp-single h5,section.usp-single h6 {
    font-family: var(--font-family-heading);
    font-size: .875rem;
    font-weight: var(--font-weight-h5);
    line-height: 140%
}

@media (min-width: 768px) {
    section.usp-single h1,section.usp-single h2,section.usp-single h3,section.usp-single h4,section.usp-single h5,section.usp-single h6 {
        font-size:1rem
    }
}

section.usp-single h1,section.usp-single h2,section.usp-single h3,section.usp-single h4,section.usp-single h5,section.usp-single h6 {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    section.usp-single h1,section.usp-single h2,section.usp-single h3,section.usp-single h4,section.usp-single h5,section.usp-single h6 {
        font-family:var(--font-family-heading);
        font-size: 1.125rem;
        font-weight: var(--font-weight-h4);
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        section.usp-single h1,section.usp-single h2,section.usp-single h3,section.usp-single h4,section.usp-single h5,section.usp-single h6 {
            font-size:1.25rem
        }
    }
}

section.usp-single p {
    font-family: var(--font-family-body);
    font-size: .75rem;
    font-weight: var(--font-weight-body);
    line-height: 160%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    section.usp-single p {
        font-family:var(--font-family-body);
        font-size: .875rem;
        font-weight: var(--font-weight-body);
        line-height: 170%;
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    @media (min-width: 768px) {
        section.usp-single p {
            font-size:1rem
        }
    }
}

section.usp-single .has-text-align-center {
    text-align: center
}

section.usp-single .has-text-align-center div.wp-block-buttons {
    justify-content: center
}

.wp-block-spacer.is-style-responsive-small {
    height: 20px!important
}

@media (min-width: 768px) {
    .wp-block-spacer.is-style-responsive-small {
        height:40px!important
    }
}

@media (min-width: 1024px) {
    .wp-block-spacer.is-style-responsive-small {
        height:60px!important
    }
}

.wp-block-spacer.is-style-responsive-medium {
    height: 40px!important
}

@media (min-width: 768px) {
    .wp-block-spacer.is-style-responsive-medium {
        height:60px!important
    }
}

@media (min-width: 1024px) {
    .wp-block-spacer.is-style-responsive-medium {
        height:100px!important
    }
}

.wp-block-spacer.is-style-responsive-large {
    height: 60px!important
}

@media (min-width: 768px) {
    .wp-block-spacer.is-style-responsive-large {
        height:120px!important
    }
}

@media (min-width: 1024px) {
    .wp-block-spacer.is-style-responsive-large {
        height:160px!important
    }
}

.wp-block-spacer.is-style-responsive-xlarge {
    height: 80px!important
}

@media (min-width: 768px) {
    .wp-block-spacer.is-style-responsive-xlarge {
        height:150px!important
    }
}

@media (min-width: 1024px) {
    .wp-block-spacer.is-style-responsive-xlarge {
        height:200px!important
    }
}

.wp-block-table {
    margin: 0 0 1rem;
    overflow-x: auto
}

.wp-block-table table {
    font-family: var(--font-family-body);
    font-size: .875rem;
    font-weight: var(--font-weight-body);
    line-height: 170%;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .wp-block-table table {
        font-size:1rem
    }
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    overflow-wrap: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    overflow-wrap: break-word
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px var(--color-gray-4);
    border-collapse: inherit;
    border-left-color: var(--color-gray-4);
    border-right-color: var(--color-gray-4);
    border-spacing: 0;
    border-style: solid;
    border-top-color: var(--color-gray-4)
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-gray-3)
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table.is-style-primary-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-primary-10)
}

.wp-block-table.is-style-primary-stripes td,.wp-block-table.is-style-primary-stripes th {
    border-width: 0
}

.wp-block-table.is-style-secondary-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-secondary-10);
    border-width: 0
}

.wp-block-table.is-style-secondary-stripes td,.wp-block-table.is-style-secondary-stripes th {
    border-width: 0
}

.wp-block-table.is-style-tertiary-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-tertiary-10);
    border-width: 0
}

.wp-block-table.is-style-tertiary-stripes td,.wp-block-table.is-style-tertiary-stripes th {
    border-width: 0
}

.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr {
    border-style: inherit;
    border-width: inherit
}

.wp-block-table thead {
    border-bottom-width: 2px;
    border-style: solid
}

.wp-block-table tfoot {
    border-color: var(--color-gray-3);
    border-top: 2px var(--color-gray-3);
    border-style: solid
}

.wp-block-table td,.wp-block-table th {
    border-style: solid;
    border-width: 1px;
    overflow-wrap: normal;
    padding: .5rem;
    word-break: normal
}

.wp-block-table figcaption {
    color: var(--color-gray-1);
    font-size: .875rem;
    text-align: center
}

.wp-block-table figcaption div.wp-block-buttons {
    justify-content: center
}

.wp-block-social-links {
    background: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    fill: currentColor;
    color: currentColor
}

.wp-block-karopharma-product-promotion {
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion {
        padding-bottom:4rem;
        padding-top: 4rem
    }
}

.wp-block-karopharma-product-promotion.is-style-transparent {
    background-color: transparent
}

.wp-block-karopharma-product-promotion.is-style-light {
    background-color: var(--color-natural-white)
}

.wp-block-karopharma-product-promotion.is-style-light div.wp-block-buttons .wp-block-button__link {
    background-color: var(--color-primary-100)
}

.wp-block-karopharma-product-promotion.is-style-light div.wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--color-primary-70)
}

.wp-block-karopharma-product-promotion.is-style-primary {
    background-color: var(--color-primary-10)
}

.wp-block-karopharma-product-promotion.is-style-primary div.wp-block-buttons .wp-block-button__link {
    background-color: var(--color-primary-100)
}

.wp-block-karopharma-product-promotion.is-style-primary div.wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--color-primary-70)
}

.wp-block-karopharma-product-promotion.is-style-secondary {
    background-color: var(--color-secondary-10)
}

.wp-block-karopharma-product-promotion.is-style-secondary div.wp-block-buttons .wp-block-button__link {
    background-color: var(--color-secondary-100)
}

.wp-block-karopharma-product-promotion.is-style-secondary div.wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--color-secondary-70)
}

.wp-block-karopharma-product-promotion.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

.wp-block-karopharma-product-promotion.is-style-tertiary div.wp-block-buttons .wp-block-button__link {
    background-color: var(--color-tertiary-100)
}

.wp-block-karopharma-product-promotion.is-style-tertiary div.wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--color-tertiary-70)
}

.wp-block-karopharma-product-promotion.bg-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.wp-block-karopharma-product-promotion.bg-box>.container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>.container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>.container {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center .container {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center .container .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center .container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right .container {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right .container .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right .container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>.container {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>.container .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>.container .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.container .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.container .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>.container .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.container .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.container .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>.container .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.container .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>.container .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>.container .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.container .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>.container .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] .container>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] .container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] .container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] .container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] .container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left .container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right .container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.product-promotion-image {
    margin: 0 0 1em
}

.product-promotion-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.product-promotion-image figure {
    margin: 0
}

.menu-nav-list.widget_nav_menu h3.widget_title,.post-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title {
    cursor: pointer;
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

.menu-nav-list.widget_nav_menu h3.widget_title:before,.post-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title:before {
    content: "\+"
}

@media (min-width: 768px) {
    .menu-nav-list.widget_nav_menu h3.widget_title,.post-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title {
        cursor:default
    }
}

@media (min-width: 1024px) {
    .menu-nav-list.widget_nav_menu h3.widget_title,.post-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.menu-nav-list.widget_nav_menu h3.widget_title:before,.post-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title:before {
    float: right;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.menu-nav-list.widget_nav_menu h3.widget_title::before-brands,.menu-nav-list.widget_nav_menu h3.widget_title::before-duotone,.menu-nav-list.widget_nav_menu h3.widget_title::before-light,.menu-nav-list.widget_nav_menu h3.widget_title::before-regular,.menu-nav-list.widget_nav_menu h3.widget_title::before-solid,.menu-nav-list.widget_nav_menu h3.widget_title::before-thin,.menu-nav-list.widget_nav_menu h3.widget_title::beforeb,.menu-nav-list.widget_nav_menu h3.widget_title::befored,.menu-nav-list.widget_nav_menu h3.widget_title::beforel,.menu-nav-list.widget_nav_menu h3.widget_title::beforer,.menu-nav-list.widget_nav_menu h3.widget_title::befores,.menu-nav-list.widget_nav_menu h3.widget_title::beforet,.menu-nav-list.widget_nav_menu h3.widget_title:before,.post-nav-list.widget_nav_menu h3.widget_title::before-brands,.post-nav-list.widget_nav_menu h3.widget_title::before-duotone,.post-nav-list.widget_nav_menu h3.widget_title::before-light,.post-nav-list.widget_nav_menu h3.widget_title::before-regular,.post-nav-list.widget_nav_menu h3.widget_title::before-solid,.post-nav-list.widget_nav_menu h3.widget_title::before-thin,.post-nav-list.widget_nav_menu h3.widget_title::beforeb,.post-nav-list.widget_nav_menu h3.widget_title::befored,.post-nav-list.widget_nav_menu h3.widget_title::beforel,.post-nav-list.widget_nav_menu h3.widget_title::beforer,.post-nav-list.widget_nav_menu h3.widget_title::befores,.post-nav-list.widget_nav_menu h3.widget_title::beforet,.post-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-brands,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-duotone,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-light,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-regular,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-solid,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::before-thin,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::beforeb,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::befored,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::beforel,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::beforer,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::befores,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title::beforet,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-brands,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-duotone,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-light,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-regular,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-solid,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::before-thin,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::beforeb,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::befored,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::beforel,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::beforer,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::befores,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title::beforet,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i.menu-nav-list.widget_nav_menu h3.widget_title:before,body #app i.post-nav-list.widget_nav_menu h3.widget_title:before,body #app i.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title:before,body #app i.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title:before {
    font-style: normal
}

@media (min-width: 768px) {
    .menu-nav-list.widget_nav_menu h3.widget_title:before,.post-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu h3.widget_title:before {
        display:none
    }
}

.menu-nav-list.widget_nav_menu ul.menu,.post-nav-list.widget_nav_menu ul.menu,.wp-block-karopharma-menu-nav-list.widget_nav_menu ul.menu,.wp-block-karopharma-post-nav-list.widget_nav_menu ul.menu {
    display: none;
    margin-bottom: 2rem;
    white-space: nowrap
}

@media (min-width: 768px) {
    .menu-nav-list.widget_nav_menu ul.menu,.post-nav-list.widget_nav_menu ul.menu,.wp-block-karopharma-menu-nav-list.widget_nav_menu ul.menu,.wp-block-karopharma-post-nav-list.widget_nav_menu ul.menu {
        display:block
    }
}

.menu-nav-list.widget_nav_menu ul.menu li,.post-nav-list.widget_nav_menu ul.menu li,.wp-block-karopharma-menu-nav-list.widget_nav_menu ul.menu li,.wp-block-karopharma-post-nav-list.widget_nav_menu ul.menu li {
    margin-bottom: .625rem
}

.menu-nav-list.widget_nav_menu ul.menu li ul.sub-menu,.post-nav-list.widget_nav_menu ul.menu li ul.sub-menu,.wp-block-karopharma-menu-nav-list.widget_nav_menu ul.menu li ul.sub-menu,.wp-block-karopharma-post-nav-list.widget_nav_menu ul.menu li ul.sub-menu {
    display: none
}

.menu-nav-list.widget_nav_menu.active h3.widget_title:before,.post-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title:before {
    --tw-rotate: 180deg;
    content: "";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    transform: var(--tw-transform)
}

.menu-nav-list.widget_nav_menu.active h3.widget_title::before-brands,.menu-nav-list.widget_nav_menu.active h3.widget_title::before-duotone,.menu-nav-list.widget_nav_menu.active h3.widget_title::before-light,.menu-nav-list.widget_nav_menu.active h3.widget_title::before-regular,.menu-nav-list.widget_nav_menu.active h3.widget_title::before-solid,.menu-nav-list.widget_nav_menu.active h3.widget_title::before-thin,.menu-nav-list.widget_nav_menu.active h3.widget_title::beforeb,.menu-nav-list.widget_nav_menu.active h3.widget_title::befored,.menu-nav-list.widget_nav_menu.active h3.widget_title::beforel,.menu-nav-list.widget_nav_menu.active h3.widget_title::beforer,.menu-nav-list.widget_nav_menu.active h3.widget_title::befores,.menu-nav-list.widget_nav_menu.active h3.widget_title::beforet,.menu-nav-list.widget_nav_menu.active h3.widget_title:before,.post-nav-list.widget_nav_menu.active h3.widget_title::before-brands,.post-nav-list.widget_nav_menu.active h3.widget_title::before-duotone,.post-nav-list.widget_nav_menu.active h3.widget_title::before-light,.post-nav-list.widget_nav_menu.active h3.widget_title::before-regular,.post-nav-list.widget_nav_menu.active h3.widget_title::before-solid,.post-nav-list.widget_nav_menu.active h3.widget_title::before-thin,.post-nav-list.widget_nav_menu.active h3.widget_title::beforeb,.post-nav-list.widget_nav_menu.active h3.widget_title::befored,.post-nav-list.widget_nav_menu.active h3.widget_title::beforel,.post-nav-list.widget_nav_menu.active h3.widget_title::beforer,.post-nav-list.widget_nav_menu.active h3.widget_title::befores,.post-nav-list.widget_nav_menu.active h3.widget_title::beforet,.post-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-brands,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-duotone,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-light,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-regular,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-solid,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::before-thin,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::beforeb,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::befored,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::beforel,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::beforer,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::befores,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title::beforet,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-brands,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-duotone,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-light,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-regular,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-solid,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::before-thin,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::beforeb,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::befored,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::beforel,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::beforer,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::befores,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title::beforet,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i.menu-nav-list.widget_nav_menu.active h3.widget_title:before,body #app i.post-nav-list.widget_nav_menu.active h3.widget_title:before,body #app i.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title:before,body #app i.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title:before {
    font-style: normal
}

@media (min-width: 768px) {
    .menu-nav-list.widget_nav_menu.active h3.widget_title:before,.post-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active h3.widget_title:before,.wp-block-karopharma-post-nav-list.widget_nav_menu.active h3.widget_title:before {
        --tw-rotate:0deg;
        display: none;
        transform: var(--tw-transform)
    }
}

.menu-nav-list.widget_nav_menu.active ul.menu,.post-nav-list.widget_nav_menu.active ul.menu,.wp-block-karopharma-menu-nav-list.widget_nav_menu.active ul.menu,.wp-block-karopharma-post-nav-list.widget_nav_menu.active ul.menu {
    display: block
}

.articles-list .container,.several-images-with-text .container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list .container,.several-images-with-text .container {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list .container,.several-images-with-text .container {
        column-gap:3rem
    }
}

.articles-list .container>section.wp-block-karopharma-image-with-text,.several-images-with-text .container>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list .container.col-2,.several-images-with-text .container.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list .container.col-2,.several-images-with-text .container.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list .container.col-2,.several-images-with-text .container.col-2 {
        column-gap:3rem
    }
}

.articles-list .container.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list .container.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list .container.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list .container.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text .container.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list .container.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list .container.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list .container.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text .container.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list .container.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list .container.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list .container.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text .container.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list .container.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.articles-list>.small,.several-images-with-text>.small {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.articles-list>.medium,.several-images-with-text>.medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.articles-list>.large,.several-images-with-text>.large {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.articles-list>.full,.several-images-with-text>.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.wp-block[data-type="karopharma/articles-list"] .block-editor-block-list__layout,.wp-block[data-type="karopharma/several-images-with-text"] .block-editor-block-list__layout {
    display: flex
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/articles-list"] .block-editor-block-list__layout,.wp-block[data-type="karopharma/several-images-with-text"] .block-editor-block-list__layout {
        column-gap:2rem
    }
}

@media (min-width: 1024px) {
    .wp-block[data-type="karopharma/articles-list"] .block-editor-block-list__layout,.wp-block[data-type="karopharma/several-images-with-text"] .block-editor-block-list__layout {
        column-gap:3rem
    }
}

.wp-block[data-type="karopharma/articles-list"] .block-list-appender,.wp-block[data-type="karopharma/several-images-with-text"] .block-list-appender {
    display: flex;
    position: relative
}

div.wp-block-karopharma-video,div.wp-block-karopharma-vimeo-video {
    width: 100%
}

div.wp-block-karopharma-video .video-wrapper,div.wp-block-karopharma-video .video-wrapper-edit,div.wp-block-karopharma-vimeo-video .video-wrapper,div.wp-block-karopharma-vimeo-video .video-wrapper-edit {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

div.wp-block-karopharma-video.is-style-aspect-ratio-16\/9 .video-wrapper,div.wp-block-karopharma-video.is-style-aspect-ratio-16\/9 .video-wrapper-edit,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-16\/9 .video-wrapper,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-16\/9 .video-wrapper-edit {
    padding-bottom: 56.25%
}

div.wp-block-karopharma-video.is-style-aspect-ratio-1\/1 .video-wrapper,div.wp-block-karopharma-video.is-style-aspect-ratio-1\/1 .video-wrapper-edit,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-1\/1 .video-wrapper,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-1\/1 .video-wrapper-edit {
    padding-bottom: 100%
}

div.wp-block-karopharma-video.is-style-aspect-ratio-4\/5,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-4\/5 {
    max-width: 500px
}

div.wp-block-karopharma-video.is-style-aspect-ratio-4\/5 .video-wrapper,div.wp-block-karopharma-video.is-style-aspect-ratio-4\/5 .video-wrapper-edit,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-4\/5 .video-wrapper,div.wp-block-karopharma-vimeo-video.is-style-aspect-ratio-4\/5 .video-wrapper-edit {
    padding-bottom: 125%
}

div.wp-block-karopharma-video div.video-trigger,div.wp-block-karopharma-vimeo-video div.video-trigger {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

div.wp-block-karopharma-video div.video-trigger div.video-trigger__circle,div.wp-block-karopharma-vimeo-video div.video-trigger div.video-trigger__circle {
    align-items: center;
    background-color: var(--color-primary-100);
    border-radius: 9999px;
    display: flex;
    height: 3.25rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 3.25em
}

@media (min-width: 768px) {
    div.wp-block-karopharma-video div.video-trigger div.video-trigger__circle,div.wp-block-karopharma-vimeo-video div.video-trigger div.video-trigger__circle {
        height:4.75rem;
        width: 4.75rem
    }
}

div.wp-block-karopharma-video div.video-trigger div.video-trigger__circle svg,div.wp-block-karopharma-vimeo-video div.video-trigger div.video-trigger__circle svg {
    color: var(--color-natural-white);
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

div.wp-block-karopharma-video .video-wrapper iframe,div.wp-block-karopharma-video .video-wrapper picture,div.wp-block-karopharma-vimeo-video .video-wrapper iframe,div.wp-block-karopharma-vimeo-video .video-wrapper picture {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

div.wp-block-karopharma-video .video-wrapper img,div.wp-block-karopharma-vimeo-video .video-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

div.wp-block-karopharma-video .video-wrapper-edit iframe,div.wp-block-karopharma-video .video-wrapper-edit img,div.wp-block-karopharma-vimeo-video .video-wrapper-edit iframe,div.wp-block-karopharma-vimeo-video .video-wrapper-edit img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

section.wp-block-karopharma-videos {
    padding: 3.75rem 1.5rem;
    width: 100%
}

section.wp-block-karopharma-videos div.videos-edit-wrapper,section.wp-block-karopharma-videos div.videos-wrapper {
    align-items: center;
    column-gap: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    row-gap: 1.5rem;
    width: 100%
}

@media (min-width: 768px) {
    section.wp-block-karopharma-videos div.videos-edit-wrapper,section.wp-block-karopharma-videos div.videos-wrapper {
        flex-direction:row
    }
}

.wp-block-karopharma-image-carousel.is-style-transparent {
    background-color: transparent
}

.wp-block-karopharma-image-carousel.is-style-light {
    background-color: var(--color-natural-white)
}

.wp-block-karopharma-image-carousel.is-style-primary {
    background-color: var(--color-primary-10)
}

.wp-block-karopharma-image-carousel.is-style-secondary {
    background-color: var(--color-secondary-10)
}

.wp-block-karopharma-image-carousel.is-style-tertiary {
    background-color: var(--color-tertiary-10)
}

.wp-block-karopharma-image-carousel.py-small {
    padding-bottom: 1rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.py-small {
        padding-bottom:2rem;
        padding-top: 2rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.py-small {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

.wp-block-karopharma-image-carousel.py-medium {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.py-medium {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.py-medium {
        padding-bottom:4rem;
        padding-top: 4rem
    }
}

.wp-block-karopharma-image-carousel.py-large {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.py-large {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.py-large {
        padding-bottom:8rem;
        padding-top: 8rem
    }
}

.wp-block-karopharma-image-carousel.bg-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.wp-block-karopharma-image-carousel.bg-box>.container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>.container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>.container {
        padding:4rem
    }
}

.wp-block-karopharma-image-carousel .swiper-image-carousel {
    overflow-x: hidden;
    padding-bottom: 1rem;
    position: relative
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-wrapper figure {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev {
    left: 0
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-brands,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-duotone,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-light,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-regular,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-solid,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::after-thin,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::afterb,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::afterd,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::afterl,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::afterr,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::afters,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev::aftert,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev:after {
    font-style: normal
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-prev:after {
        font-size:1.25rem
    }
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next {
    right: 0
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-brands,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-duotone,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-light,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-regular,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-solid,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::after-thin,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::afterb,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::afterd,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::afterl,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::afterr,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::afters,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next::aftert,.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next:after {
    font-style: normal
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-button-next:after {
        font-size:1.25rem
    }
}

.wp-block-karopharma-image-carousel .swiper-image-carousel .swiper-pagination {
    bottom: 0
}

.wp-block[data-type="karopharma/image-carousel"] .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="core/image"] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.wp-block-karopharma-video-with-text.text-align-center {
    text-align: center
}

section.wp-block-karopharma-video-with-text.text-align-center div.wp-block-buttons {
    justify-content: center
}

section.wp-block-karopharma-video-with-text.text-align-right {
    text-align: right
}

section.wp-block-karopharma-video-with-text.text-align-right div.wp-block-buttons {
    justify-content: flex-end
}

section.wp-block-karopharma-video-with-text.text-align-left {
    text-align: left
}

section.wp-block-karopharma-video-with-text.text-align-left div.wp-block-buttons {
    justify-content: flex-start
}

section.wp-block-karopharma-video-with-text h1,section.wp-block-karopharma-video-with-text h2,section.wp-block-karopharma-video-with-text h3,section.wp-block-karopharma-video-with-text h4,section.wp-block-karopharma-video-with-text h5,section.wp-block-karopharma-video-with-text h6,section.wp-block-karopharma-video-with-text p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

section.wp-block-karopharma-video-with-text .is-style-paragraph-small {
    color: var(--color-gray-1);
    padding-top: 2rem
}

section.wp-block-karopharma-video-with-text .is-style-body-text {
    padding-top: 1.5rem
}

section.wp-block-karopharma-video-with-text h1,section.wp-block-karopharma-video-with-text h2,section.wp-block-karopharma-video-with-text h3,section.wp-block-karopharma-video-with-text h4,section.wp-block-karopharma-video-with-text h5,section.wp-block-karopharma-video-with-text h6 {
    padding-top: .5rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text h1,section.wp-block-karopharma-video-with-text h2,section.wp-block-karopharma-video-with-text h3,section.wp-block-karopharma-video-with-text h4,section.wp-block-karopharma-video-with-text h5,section.wp-block-karopharma-video-with-text h6 {
        padding-top:1rem
    }
}

section.wp-block-karopharma-video-with-text br {
    --tw-content: "";
    content: var(--tw-content);
    display: block;
    margin-bottom: 1rem
}

section.wp-block-karopharma-video-with-text .wp-block-button {
    padding-top: 2rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text .video-with-text__block-align-none .wp-block-button {
        padding-top:3rem
    }

    section.wp-block-karopharma-video-with-text .video-with-text__block-align-left .is-style-body-text,section.wp-block-karopharma-video-with-text .video-with-text__block-align-right .is-style-body-text {
        padding-bottom: 1rem
    }
}

section.wp-block-karopharma-video-with-text .video-with-text__block-align-left .is-style-paragraph-small,section.wp-block-karopharma-video-with-text .video-with-text__block-align-right .is-style-paragraph-small {
    padding-top: 2rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text .video-with-text__block-align-left .is-style-paragraph-small,section.wp-block-karopharma-video-with-text .video-with-text__block-align-right .is-style-paragraph-small {
        padding-top:0
    }

    section.wp-block-karopharma-video-with-text:not(.is-multiple) .is-style-paragraph-small {
        padding-top: 3rem
    }

    section.wp-block-karopharma-video-with-text:not(.is-multiple) .is-style-body-text {
        padding-top: 2rem
    }
}

section.wp-block-karopharma-video-with-text.is-multiple {
    padding-top: 2rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text.is-multiple {
        margin-left:1rem;
        margin-right: 1rem;
        padding-top: 3.75rem
    }

    section.wp-block-karopharma-video-with-text.is-multiple .is-style-paragraph-small {
        padding-top: 1.5rem
    }

    section.wp-block-karopharma-video-with-text.is-multiple .is-style-body-text {
        padding-top: 1rem
    }

    section.wp-block-karopharma-video-with-text.is-multiple .wp-block-button {
        padding-top: 2rem
    }
}

section.wp-block-karopharma-video-with-text.is-multiple .wp-block-karopharma-video {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text.is-multiple .wp-block-karopharma-video {
        padding-left:0;
        padding-right: 0
    }
}

section.wp-block-karopharma-video-with-text.is-multiple .video-with-text-wrapper {
    padding-bottom: 0;
    padding-top: 0
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    padding-bottom: 2rem;
    padding-top: 0;
    width: 100%
}

@media (min-width: 768px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h1:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h2:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h3:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h4:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h5:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper h6:empty,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper p:empty {
    display: none
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left>:last-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none>:last-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right>:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none {
    max-width: 62.5rem
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none .wp-block-group {
    width: 100%
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none .wp-block-group>:not(.wp-block-karopharma-video) {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-none .wp-block-group>:not(.wp-block-karopharma-video) {
        padding-left:0;
        padding-right: 0
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right {
    max-width: 75rem;
    padding: 2rem 1.5rem
}

@media (min-width: 768px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right {
        padding-left:0;
        padding-right: 0
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left .wp-block-group,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right .wp-block-group {
    width: 100%
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left .wp-block-group,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right .wp-block-group {
        width:50%
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left .wp-block-group>:not(.wp-block-karopharma-video),section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right .wp-block-group>:not(.wp-block-karopharma-video) {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left .wp-block-group>:not(.wp-block-karopharma-video),section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right .wp-block-group>:not(.wp-block-karopharma-video) {
        padding-left:5rem;
        padding-right: 5rem
    }

    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-left {
        flex-direction: row
    }

    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper.video-with-text__block-align-right {
        flex-direction: row-reverse
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    padding-top: 0;
    width: 100%
}

@media (min-width: 768px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child>:last-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child>:last-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child>:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child {
    max-width: 62.5rem
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child .wp-block-group {
    width: 100%
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video) {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-none .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video) {
        padding-left:0;
        padding-right: 0
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child {
    max-width: 75rem;
    padding: 2rem 1.5rem
}

@media (min-width: 768px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child {
        padding-left:0;
        padding-right: 0
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child .wp-block-group,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child .wp-block-group {
    width: 100%
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child .wp-block-group,section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child .wp-block-group {
        width:50%
    }
}

section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video),section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video) {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video),section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child .wp-block-group>:not(.wp-block-karopharma-video) {
        padding-left:5rem;
        padding-right: 5rem
    }

    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-left .block-editor-inner-blocks>:first-child {
        flex-direction: row
    }

    section.wp-block-karopharma-video-with-text div.video-with-text-wrapper-edit.video-with-text__block-align-right .block-editor-inner-blocks>:first-child {
        flex-direction: row-reverse
    }
}

section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper {
        flex-direction:row;
        gap: 3rem
    }
}

section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper .wp-block-karopharma-video-with-text {
    flex: 33.33%
}

section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper-edit {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem
}

section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper-edit .block-editor-inner-blocks>:first-child {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper-edit .block-editor-inner-blocks>:first-child {
        flex-direction:row;
        gap: 3rem
    }
}

section.wp-block-karopharma-videos-with-text-columns div.videos-with-text-columns-wrapper-edit .block-editor-inner-blocks>:first-child .wp-block-karopharma-video-with-text {
    flex: 33.33%
}

section.wp-block-karopharma-videos-with-text div.videos-with-text-wrapper>:last-child {
    padding-top: 2rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-videos-with-text div.videos-with-text-wrapper>:last-child {
        padding-top:3rem
    }
}

section.wp-block-karopharma-videos-with-text div.videos-with-text-edit-wrapper .block-editor-inner-blocks>:last-child {
    padding-top: 2rem
}

@media (min-width: 1024px) {
    section.wp-block-karopharma-videos-with-text div.videos-with-text-edit-wrapper .block-editor-inner-blocks>:last-child {
        padding-top:3rem
    }
}

.print-material-outer-container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.print-material-container {
    background: none!important;
    column-gap: 1rem;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center
}

.print-material-container .editor-show-print-block-image {
    height: 100%
}

.print-material-container.container {
    max-width: unset!important;
    padding-left: unset!important;
    padding-right: unset!important
}

.print-material-container.is-style-primary .print-material-block,.print-material-container.is-style-primary .print-material_order-form {
    background-color: var(--color-primary-10)
}

.print-material-container.is-style-primary button,.print-material-container.is-style-primary input[type=email],.print-material-container.is-style-primary input[type=text] {
    border-color: var(--color-primary-30)
}

.print-material-container.is-style-secondary .print-material-block,.print-material-container.is-style-secondary .print-material_order-form {
    background-color: var(--color-secondary-10)
}

.print-material-container.is-style-secondary button,.print-material-container.is-style-secondary input[type=email],.print-material-container.is-style-secondary input[type=text] {
    border-color: var(--color-secondary-30)
}

.print-material-container.is-style-tertiary .print-material-block,.print-material-container.is-style-tertiary .print-material_order-form {
    background-color: var(--color-tertiary-10)
}

.print-material-container.is-style-tertiary button,.print-material-container.is-style-tertiary input[type=email],.print-material-container.is-style-tertiary input[type=text] {
    border-color: var(--color-tertiary-30)
}

.print-material-block-container {
    column-gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .print-material-block-container {
        flex-direction:row
    }
}

.print-material-heading,.print-material-preheading,.print-material-title {
    text-align: center
}

.print-material-heading div.wp-block-buttons,.print-material-preheading div.wp-block-buttons,.print-material-title div.wp-block-buttons {
    justify-content: center
}

.print-material-block {
    background: #f8f7f7;
    flex: 0 0 25%;
    padding: 1rem 1rem 2rem
}

.print-material {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.print-material img {
    margin: 0 auto
}

.print-material-selector select {
    background: #fff;
    padding: .5rem;
    width: 100%
}

.print-material_order-form {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0
}

@media (min-width: 768px) {
    .print-material_order-form {
        flex-direction:row;
        padding: 3rem
    }
}

.print-material_order-form .print-material_order-form_submit {
    align-self: flex-end;
    background: #fff;
    border: 1px solid;
    padding: .5rem;
    width: -moz-fit-content;
    width: fit-content
}

.print-material_order-form .container {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.form-group-inline {
    align-items: center;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 5fr
}

.form-group-inline .form-group_label {
    align-items: center;
    display: flex
}

.form-group-inline input[type=email],.form-group-inline input[type=text] {
    border: 1px solid #d3d3d3;
    padding: .35rem .75rem
}

.print-material-block-inner-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 200px!important
}

.print-material-form {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.print-material-form .block-editor-block-list__layout {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.print-material-form-container {
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 2rem
}

#print-material_order-form_message-error,#print-material_order-form_message-success {
    font-weight: 700;
    text-align: right
}

#print-material_order-form_message-error div.wp-block-buttons,#print-material_order-form_message-success div.wp-block-buttons {
    justify-content: flex-end
}

.sound-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sound-container p {
    max-width: 550px
}

.wp-block-karopharma-sounds .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.wp-block-karopharma-sounds .sound-play-icon {
    background: #f7f7f7;
    border-radius: 9999px;
    height: 45px;
    margin-top: .5rem;
    padding: 0;
    position: relative;
    width: 45px
}

.wp-block-karopharma-sounds .sound-play-icon:after {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #e6e6e6;
    border-top: 13px solid transparent;
    content: "";
    left: calc(50% + 5px);
    margin-left: -10px;
    position: absolute;
    top: 10px
}

.wp-block-karopharma-sounds.is-style-primary .sound-play-icon {
    background-color: var(--color-primary-30)
}

.wp-block-karopharma-sounds.is-style-primary .sound-play-icon:after {
    border-left-color: var(--color-primary-10)
}

.wp-block-karopharma-sounds.is-style-secondary .sound-play-icon {
    background-color: var(--color-secondary-30)
}

.wp-block-karopharma-sounds.is-style-secondary .sound-play-icon:after {
    border-left-color: var(--color-secondary-10)
}

.wp-block-karopharma-sounds.is-style-tertiary .sound-play-icon {
    background-color: var(--color-tertiary-30)
}

.wp-block-karopharma-sounds.is-style-tertiary .sound-play-icon:after {
    border-left-color: var(--color-tertiary-10)
}

.sound-button-container {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    padding: 1rem;
    row-gap: 1rem
}

.sound-block,.sound-button-container {
    display: flex;
    flex-direction: column
}

.sound-block {
    align-items: center;
    justify-content: space-between
}

.sound-block img {
    max-width: 200px
}

.sound-blocks-container .block-editor-block-list__layout {
    column-gap: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: .5rem
}

.sound-blocks-text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.sound-container-heading,.sound-container-preheading {
    align-items: center;
    margin-bottom: 2rem;
    text-align: center
}

.sound-container-heading div.wp-block-buttons,.sound-container-preheading div.wp-block-buttons {
    justify-content: center
}

.sounds-block-timer-container .timer-text-indicators {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center
}

.sounds-block-timer-container .timer-text-indicators div.wp-block-buttons {
    justify-content: center
}

.sounds-block-timer-container .timer-text-indicators {
    width: 150px
}

.sounds-block-timer-container .timer-text-indicators span {
    font-size: .8rem
}

.sounds-block-timer-container h1 {
    font-size: larger
}

.sound-block-preheading {
    text-align: center
}

.sound-block-preheading div.wp-block-buttons {
    justify-content: center
}

.editor-show-sound-block-image {
    background-image: none;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0
}

.editor-show-sound-block-image img {
    max-width: 150px
}

.block-editor-block-list__block.sound.is-selected.wp-block-karopharma-sound {
    margin: 0 auto
}

.sound-save-blocks-container {
    column-gap: .5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .sound-save-blocks-container {
        flex-direction:row
    }
}

.timer-text {
    margin-bottom: 0;
    text-align: center
}

.timer-text div.wp-block-buttons {
    justify-content: center
}

.timer-text {
    font-size: 3.5rem!important;
    margin-bottom: 0!important;
    min-width: 150px
}

body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
        max-width:1536px
    }
}

body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce {
    margin-bottom: 4rem;
    margin-top: 4rem
}

html[data-brand=apobase] header#header-main>body.woocommerce-cart .woocommerce .brand figure,html[data-brand=apobase] header#header-main>body.woocommerce-checkout .woocommerce .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>body.woocommerce-cart .woocommerce .widget h3.widget_title,html[data-brand=apobase] #footer-main>body.woocommerce-checkout .woocommerce .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>body.woocommerce-cart .woocommerce .widget h3,html[data-brand=actiproct] footer#footer-main>body.woocommerce-checkout .woocommerce .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>body.woocommerce-cart .woocommerce .brand,body.page-template-template-static-fontpage-multisite header#header-main>body.woocommerce-checkout .woocommerce .brand,body.page-template-template-static-fontpage header#header-main>body.woocommerce-cart .woocommerce .brand,body.page-template-template-static-fontpage header#header-main>body.woocommerce-checkout .woocommerce .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>body.woocommerce-cart .woocommerce .brand figure,body.page-template-template-static-fontpage-multisite header#header-main>body.woocommerce-checkout .woocommerce .brand figure,body.page-template-template-static-fontpage header#header-main>body.woocommerce-cart .woocommerce .brand figure,body.page-template-template-static-fontpage header#header-main>body.woocommerce-checkout .woocommerce .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>body.woocommerce-cart .woocommerce,header#header-main>body.woocommerce-checkout .woocommerce {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>body.woocommerce-cart .woocommerce,header#header-main>body.woocommerce-checkout .woocommerce {
        max-width:90%
    }
}

header#header-main>body.woocommerce-cart .woocommerce .brand,header#header-main>body.woocommerce-checkout .woocommerce .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>body.woocommerce-cart .woocommerce .brand,[dir=rtl] header#header-main>body.woocommerce-checkout .woocommerce .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>body.woocommerce-cart .woocommerce .brand,header#header-main>body.woocommerce-checkout .woocommerce .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>body.woocommerce-cart .woocommerce .brand,header#header-main>body.woocommerce-checkout .woocommerce .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>body.woocommerce-cart .woocommerce .brand img,header#header-main>body.woocommerce-checkout .woocommerce .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>body.woocommerce-cart .woocommerce .brand img,header#header-main>body.woocommerce-checkout .woocommerce .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>body.woocommerce-cart .woocommerce .brand img,header#header-main>body.woocommerce-checkout .woocommerce .brand img {
        max-width:100%
    }
}

footer#footer-main body.woocommerce-cart .woocommerce,footer#footer-main body.woocommerce-checkout .woocommerce {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main body.woocommerce-cart .woocommerce,footer#footer-main body.woocommerce-checkout .woocommerce {
        max-width:90%
    }
}

footer#footer-main>body.woocommerce-cart .woocommerce,footer#footer-main>body.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>body.woocommerce-cart .woocommerce,footer#footer-main>body.woocommerce-checkout .woocommerce {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>body.woocommerce-cart .woocommerce,footer#footer-main>body.woocommerce-checkout .woocommerce {
        column-gap:7%
    }
}

footer#footer-main>body.woocommerce-cart .woocommerce .widget h3.widget_title,footer#footer-main>body.woocommerce-checkout .woocommerce .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>body.woocommerce-cart .woocommerce .widget h3.widget_title,footer#footer-main>body.woocommerce-checkout .woocommerce .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>body.woocommerce-cart .woocommerce,.wp-block-karopharma-accordions.bg>body.woocommerce-checkout .woocommerce {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>body.woocommerce-cart .woocommerce,.wp-block-karopharma-accordions.bg>body.woocommerce-checkout .woocommerce {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>body.woocommerce-cart .woocommerce,.wp-block-karopharma-accordions.bg>body.woocommerce-checkout .woocommerce {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>body.woocommerce-cart .woocommerce,.wp-block-karopharma-accordions>body.woocommerce-checkout .woocommerce {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.bg-box>body.woocommerce-checkout .woocommerce {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.bg-box>body.woocommerce-checkout .woocommerce {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.bg-box>body.woocommerce-checkout .woocommerce {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.woocommerce-cart .woocommerce .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-left body.woocommerce-checkout .woocommerce .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-checkout .woocommerce {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-checkout .woocommerce .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-cart .woocommerce .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-center body.woocommerce-checkout .woocommerce .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.woocommerce-cart .woocommerce .wp-block-group div.wp-block-buttons,.wp-block-karopharma-product-promotion.text-align-right body.woocommerce-checkout .woocommerce .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.wp-block-image,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.wp-block-image,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.wp-block-image img,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group figure.wp-block-image img,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group .title,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group .title+.paragraph,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group .heading,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group .paragraph,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group .wp-block-buttons,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>body.woocommerce-cart .woocommerce .wp-block-group>:first-child,.wp-block-karopharma-product-promotion>body.woocommerce-checkout .woocommerce .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"],.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"],.wp-block[data-type="karopharma/product-promotion"] body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"].text-align-left body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right body.woocommerce-cart .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout,.wp-block[data-type="karopharma/product-promotion"].text-align-right body.woocommerce-checkout .woocommerce>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list body.woocommerce-cart .woocommerce,.articles-list body.woocommerce-checkout .woocommerce,.several-images-with-text body.woocommerce-cart .woocommerce,.several-images-with-text body.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list body.woocommerce-cart .woocommerce,.articles-list body.woocommerce-checkout .woocommerce,.several-images-with-text body.woocommerce-cart .woocommerce,.several-images-with-text body.woocommerce-checkout .woocommerce {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list body.woocommerce-cart .woocommerce,.articles-list body.woocommerce-checkout .woocommerce,.several-images-with-text body.woocommerce-cart .woocommerce,.several-images-with-text body.woocommerce-checkout .woocommerce {
        column-gap:3rem
    }
}

.articles-list body.woocommerce-cart .woocommerce>section.wp-block-karopharma-image-with-text,.articles-list body.woocommerce-checkout .woocommerce>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-cart .woocommerce>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-checkout .woocommerce>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list body.woocommerce-cart .woocommerce.col-2,.articles-list body.woocommerce-checkout .woocommerce.col-2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list body.woocommerce-cart .woocommerce.col-2,.articles-list body.woocommerce-checkout .woocommerce.col-2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list body.woocommerce-cart .woocommerce.col-2,.articles-list body.woocommerce-checkout .woocommerce.col-2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2 {
        column-gap:3rem
    }
}

.articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.articles-list body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-cart .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.woocommerce-checkout .woocommerce.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-image-container img,.articles-list body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content,.articles-list body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-image-container img,.articles-list body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content,.articles-list body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-image-container img,.articles-list body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content,.articles-list body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.articles-list body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-cart .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.woocommerce-checkout .woocommerce.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-image-carousel.bg-box>body.woocommerce-checkout .woocommerce {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-image-carousel.bg-box>body.woocommerce-checkout .woocommerce {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>body.woocommerce-cart .woocommerce,.wp-block-karopharma-image-carousel.bg-box>body.woocommerce-checkout .woocommerce {
        padding:4rem
    }
}

.print-material-containerbody.woocommerce-cart .woocommerce,.print-material-containerbody.woocommerce-checkout .woocommerce {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form body.woocommerce-cart .woocommerce,.print-material_order-form body.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds body.woocommerce-cart .woocommerce,.wp-block-karopharma-sounds body.woocommerce-checkout .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.woocommerce-notices-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    .woocommerce-notices-wrapper {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .woocommerce-notices-wrapper {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .woocommerce-notices-wrapper {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .woocommerce-notices-wrapper {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    .woocommerce-notices-wrapper {
        max-width:1536px
    }
}

.woocommerce-notices-wrapper {
    max-width: 1280px
}

html[data-brand=apobase] header#header-main>.woocommerce-notices-wrapper .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>.woocommerce-notices-wrapper .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>.woocommerce-notices-wrapper .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>.woocommerce-notices-wrapper .brand,body.page-template-template-static-fontpage header#header-main>.woocommerce-notices-wrapper .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>.woocommerce-notices-wrapper .brand figure,body.page-template-template-static-fontpage header#header-main>.woocommerce-notices-wrapper .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>.woocommerce-notices-wrapper {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>.woocommerce-notices-wrapper {
        max-width:90%
    }
}

header#header-main>.woocommerce-notices-wrapper .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>.woocommerce-notices-wrapper .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>.woocommerce-notices-wrapper .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>.woocommerce-notices-wrapper .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>.woocommerce-notices-wrapper .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>.woocommerce-notices-wrapper .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>.woocommerce-notices-wrapper .brand img {
        max-width:100%
    }
}

footer#footer-main .woocommerce-notices-wrapper {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main .woocommerce-notices-wrapper {
        max-width:90%
    }
}

footer#footer-main>.woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>.woocommerce-notices-wrapper {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>.woocommerce-notices-wrapper {
        column-gap:7%
    }
}

footer#footer-main>.woocommerce-notices-wrapper .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>.woocommerce-notices-wrapper .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>.woocommerce-notices-wrapper {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>.woocommerce-notices-wrapper {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>.woocommerce-notices-wrapper {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>.woocommerce-notices-wrapper {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>.woocommerce-notices-wrapper {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>.woocommerce-notices-wrapper {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>.woocommerce-notices-wrapper {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-notices-wrapper .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-notices-wrapper {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-notices-wrapper .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-notices-wrapper .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-notices-wrapper .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>.woocommerce-notices-wrapper .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right .woocommerce-notices-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list .woocommerce-notices-wrapper,.several-images-with-text .woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list .woocommerce-notices-wrapper,.several-images-with-text .woocommerce-notices-wrapper {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list .woocommerce-notices-wrapper,.several-images-with-text .woocommerce-notices-wrapper {
        column-gap:3rem
    }
}

.articles-list .woocommerce-notices-wrapper>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-notices-wrapper>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list .woocommerce-notices-wrapper.col-2,.several-images-with-text .woocommerce-notices-wrapper.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list .woocommerce-notices-wrapper.col-2,.several-images-with-text .woocommerce-notices-wrapper.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list .woocommerce-notices-wrapper.col-2,.several-images-with-text .woocommerce-notices-wrapper.col-2 {
        column-gap:3rem
    }
}

.articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-notices-wrapper.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-notices-wrapper.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-notices-wrapper.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-notices-wrapper.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>.woocommerce-notices-wrapper {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>.woocommerce-notices-wrapper {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>.woocommerce-notices-wrapper {
        padding:4rem
    }
}

.print-material-container.woocommerce-notices-wrapper {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form .woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds .woocommerce-notices-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

form.cart {
    display: flex
}

form.cart input.minus,form.cart input.plus {
    background-color: var(--color-primary-100);
    color: var(--color-natural-white);
    cursor: pointer;
    width: 2.5rem
}

form.cart input.minus:hover,form.cart input.plus:hover {
    background-color: var(--color-primary-70)
}

form.cart .quantity .qty {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    border-width: 0;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    padding: .75rem;
    text-align: center;
    width: 4rem
}

form.cart .quantity .qty div.wp-block-buttons {
    justify-content: center
}

form.cart .single_add_to_cart_button {
    margin-left: .75rem
}

.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments {
    background-color: var(--color-tertiary-30);
    clear: both;
    color: var(--color-natural-white);
    list-style-type: none;
    margin-bottom: 2rem;
    margin-left: 0;
    padding: 1rem 2rem
}

.woocommerce-pagination {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    .woocommerce-pagination {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .woocommerce-pagination {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .woocommerce-pagination {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .woocommerce-pagination {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    .woocommerce-pagination {
        max-width:1536px
    }
}

.woocommerce-pagination {
    margin-bottom: 2rem;
    text-align: center
}

html[data-brand=apobase] header#header-main>.woocommerce-pagination .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>.woocommerce-pagination .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>.woocommerce-pagination .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>.woocommerce-pagination .brand,body.page-template-template-static-fontpage header#header-main>.woocommerce-pagination .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>.woocommerce-pagination .brand figure,body.page-template-template-static-fontpage header#header-main>.woocommerce-pagination .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>.woocommerce-pagination {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>.woocommerce-pagination {
        max-width:90%
    }
}

header#header-main>.woocommerce-pagination .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>.woocommerce-pagination .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>.woocommerce-pagination .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>.woocommerce-pagination .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>.woocommerce-pagination .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>.woocommerce-pagination .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>.woocommerce-pagination .brand img {
        max-width:100%
    }
}

footer#footer-main .woocommerce-pagination {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main .woocommerce-pagination {
        max-width:90%
    }
}

footer#footer-main>.woocommerce-pagination {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>.woocommerce-pagination {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>.woocommerce-pagination {
        column-gap:7%
    }
}

footer#footer-main>.woocommerce-pagination .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>.woocommerce-pagination .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.woocommerce-pagination div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-accordions.bg>.woocommerce-pagination {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>.woocommerce-pagination {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>.woocommerce-pagination {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>.woocommerce-pagination {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>.woocommerce-pagination {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>.woocommerce-pagination {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>.woocommerce-pagination {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .woocommerce-pagination .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-pagination {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-pagination .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center .woocommerce-pagination .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .woocommerce-pagination .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-pagination {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>.woocommerce-pagination .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right .woocommerce-pagination>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list .woocommerce-pagination,.several-images-with-text .woocommerce-pagination {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list .woocommerce-pagination,.several-images-with-text .woocommerce-pagination {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list .woocommerce-pagination,.several-images-with-text .woocommerce-pagination {
        column-gap:3rem
    }
}

.articles-list .woocommerce-pagination>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-pagination>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list .woocommerce-pagination.col-2,.several-images-with-text .woocommerce-pagination.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list .woocommerce-pagination.col-2,.several-images-with-text .woocommerce-pagination.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list .woocommerce-pagination.col-2,.several-images-with-text .woocommerce-pagination.col-2 {
        column-gap:3rem
    }
}

.articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .woocommerce-pagination.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-pagination.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-pagination.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .woocommerce-pagination.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>.woocommerce-pagination {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>.woocommerce-pagination {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>.woocommerce-pagination {
        padding:4rem
    }
}

.print-material-container.woocommerce-pagination {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form .woocommerce-pagination {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds .woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    position: relative;
    z-index: 0
}

.woocommerce-pagination ul.page-numbers>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-1px*var(--tw-space-x-reverse))
}

.woocommerce-pagination ul.page-numbers {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    border-radius: .375rem;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.woocommerce-pagination ul.page-numbers li {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(209 213 219/var(--tw-border-opacity));
    border-width: 1px;
    color: rgb(107 114 128/var(--tw-text-opacity));
    display: inline-flex;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1rem;
    position: relative
}

.woocommerce-pagination ul.page-numbers li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

#woocommerce.single .woocommerce-product-bg {
    background-color: var(--color-primary-10);
    position: relative
}

#woocommerce.single .woocommerce-product-bg__color {
    background-color: var(--color-natural-white);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-bg__color {
        display:block
    }
}

#woocommerce.single .woocommerce-product-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    #woocommerce.single .woocommerce-product-container {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    #woocommerce.single .woocommerce-product-container {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    #woocommerce.single .woocommerce-product-container {
        max-width:1536px
    }
}

#woocommerce.single .woocommerce-product-container {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

html[data-brand=apobase] header#header-main>#woocommerce.single .woocommerce-product-container .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>#woocommerce.single .woocommerce-product-container .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>#woocommerce.single .woocommerce-product-container .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>#woocommerce.single .woocommerce-product-container .brand,body.page-template-template-static-fontpage header#header-main>#woocommerce.single .woocommerce-product-container .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>#woocommerce.single .woocommerce-product-container .brand figure,body.page-template-template-static-fontpage header#header-main>#woocommerce.single .woocommerce-product-container .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>#woocommerce.single .woocommerce-product-container {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>#woocommerce.single .woocommerce-product-container {
        max-width:90%
    }
}

header#header-main>#woocommerce.single .woocommerce-product-container .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>#woocommerce.single .woocommerce-product-container .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>#woocommerce.single .woocommerce-product-container .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>#woocommerce.single .woocommerce-product-container .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>#woocommerce.single .woocommerce-product-container .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>#woocommerce.single .woocommerce-product-container .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>#woocommerce.single .woocommerce-product-container .brand img {
        max-width:100%
    }
}

footer#footer-main #woocommerce.single .woocommerce-product-container {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main #woocommerce.single .woocommerce-product-container {
        max-width:90%
    }
}

footer#footer-main>#woocommerce.single .woocommerce-product-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>#woocommerce.single .woocommerce-product-container {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>#woocommerce.single .woocommerce-product-container {
        column-gap:7%
    }
}

footer#footer-main>#woocommerce.single .woocommerce-product-container .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>#woocommerce.single .woocommerce-product-container .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>#woocommerce.single .woocommerce-product-container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>#woocommerce.single .woocommerce-product-container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>#woocommerce.single .woocommerce-product-container {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>#woocommerce.single .woocommerce-product-container {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>#woocommerce.single .woocommerce-product-container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>#woocommerce.single .woocommerce-product-container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>#woocommerce.single .woocommerce-product-container {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.single .woocommerce-product-container .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.single .woocommerce-product-container {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.single .woocommerce-product-container .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.single .woocommerce-product-container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.single .woocommerce-product-container .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>#woocommerce.single .woocommerce-product-container .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right #woocommerce.single .woocommerce-product-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list #woocommerce.single .woocommerce-product-container,.several-images-with-text #woocommerce.single .woocommerce-product-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list #woocommerce.single .woocommerce-product-container,.several-images-with-text #woocommerce.single .woocommerce-product-container {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list #woocommerce.single .woocommerce-product-container,.several-images-with-text #woocommerce.single .woocommerce-product-container {
        column-gap:3rem
    }
}

.articles-list #woocommerce.single .woocommerce-product-container>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.single .woocommerce-product-container>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list #woocommerce.single .woocommerce-product-container.col-2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list #woocommerce.single .woocommerce-product-container.col-2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list #woocommerce.single .woocommerce-product-container.col-2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2 {
        column-gap:3rem
    }
}

.articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.single .woocommerce-product-container.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.single .woocommerce-product-container.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>#woocommerce.single .woocommerce-product-container {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>#woocommerce.single .woocommerce-product-container {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>#woocommerce.single .woocommerce-product-container {
        padding:4rem
    }
}

.print-material-container#woocommerce.single .woocommerce-product-container {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form #woocommerce.single .woocommerce-product-container {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds #woocommerce.single .woocommerce-product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container {
        flex-direction:row;
        gap: 2rem;
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container {
        padding-bottom:6rem;
        padding-top: 6rem
    }
}

#woocommerce.single .woocommerce-product-container .onsale {
    align-items: center;
    background-color: var(--color-secondary-100);
    border-radius: 9999px;
    color: var(--color-natural-white);
    display: inline-flex;
    min-width: 1rem;
    padding: .5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    vertical-align: middle
}

#woocommerce.single .woocommerce-product-container .onsale:before {
    content: " ";
    float: left;
    padding-bottom: 100%;
    width: auto
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery {
    background-color: var(--color-natural-white);
    opacity: 1!important;
    padding: 2rem 1rem;
    position: relative
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery {
        background-color:transparent;
        padding-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0;
        width: 50%
    }
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery {
        padding-left:3.5rem;
        padding-right: 3.5rem
    }
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery figure.product-image img {
    margin: auto;
    max-height: 45vh;
    width: auto
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery figure.product-image img {
        max-height:75vh
    }
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery figure.product-image .fallback-image {
    margin-top: 0;
    padding-bottom: 80%;
    position: relative
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product {
    overflow-x: hidden;
    position: relative
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-wrapper {
    align-items: center
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev {
    left: 0
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-brands,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-duotone,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-light,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-regular,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-solid,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::after-thin,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::afterb,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::afterd,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::afterl,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::afterr,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::afters,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev::aftert,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev:after {
    font-style: normal
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-prev:after {
        font-size:1.25rem
    }
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next {
    right: 0
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next:after {
    --tw-content: "";
    content: var(--tw-content);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 1.125rem;
    font-weight: var(--fa-style,900)
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-brands,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-duotone,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-light,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-regular,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-solid,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::after-thin,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::afterb,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::afterd,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::afterl,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::afterr,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::afters,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next::aftert,#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next:after {
    font-style: normal
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-button-next:after {
        font-size:1.25rem
    }
}

#woocommerce.single .woocommerce-product-container .woocommerce-product-gallery .swiper-product .swiper-pagination {
    bottom: 0
}

#woocommerce.single .woocommerce-product-container>.summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary {
        padding-left:1.5rem;
        padding-right: 1.5rem;
        width: 50%
    }
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary {
        padding-left:3.5rem;
        padding-right: 3.5rem
    }
}

#woocommerce.single .woocommerce-product-container>.summary .product_title {
    font-size: 24px;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary .product_title {
        font-size:28px
    }
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .product_title {
        font-size:32px
    }
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__short-description {
    font-weight: 500;
    margin-bottom: .5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__short-description>p {
    margin-bottom: 0;
    margin-top: 0
}

#woocommerce.single .woocommerce-product-container>.summary .sizes {
    color: var(--color-natural-black);
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: .5rem
}

#woocommerce.single .woocommerce-product-container>.summary .price {
    color: var(--color-natural-black);
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 0
}

#woocommerce.single .woocommerce-product-container>.summary .price.rrp+.price {
    margin-top: -1rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description {
    color: var(--color-natural-black);
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h1,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h2,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h3,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h4,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h5,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h6 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h1,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h2,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h3,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h4,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h5,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description h6 {
        font-size:1.25rem
    }
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem
}

[dir=rtl] #woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li {
    padding-left: 0;
    padding-right: 1.5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li:before {
    --tw-content: var(--list-icon);
    background-repeat: no-repeat;
    background-size: auto;
    color: var(--list-icon-color);
    content: var(--tw-content);
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    margin-left: -1.5rem;
    width: 1.5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-brands,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-duotone,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-light,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-regular,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-solid,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::before-thin,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::beforeb,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::befored,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::beforel,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::beforer,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::befores,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li::beforet,#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

body #app i#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li:before {
    font-style: normal
}

[dir=rtl] #woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li:before {
    margin-left: 0;
    margin-right: -1.5rem
}

#woocommerce.single .woocommerce-product-container>.summary .woocommerce-product-details__long-description ul:not(.documents) li:before {
    font-weight: var(--list-icon-weight)
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now {
    background-color: var(--color-primary-10);
    bottom: -1px;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: sticky;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 10
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now {
        background-color:transparent;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: static
    }
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now.stuck {
    background-color: var(--color-natural-white);
    padding-bottom: 1rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now.stuck {
        background-color:transparent;
        padding-bottom: 0;
        padding-top: 0
    }
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now.stuck ul.submenu {
    bottom: 100%;
    top: auto
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now>.theme-button {
    min-width: 100%
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now>.theme-button {
        min-width:250px
    }
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container {
    min-width: 100%
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container {
        min-width:250px
    }
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container .theme-button {
    min-width: 100%
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container .theme-button {
        min-width:250px
    }
}

#woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container ul.submenu {
    min-width: 100%
}

@media (min-width: 1024px) {
    #woocommerce.single .woocommerce-product-container>.summary .button-wrapper.buy-now .buy-now-container ul.submenu {
        min-width:250px
    }
}

#woocommerce.single .woocommerce-product-container>.summary form.cart {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem
}

#woocommerce.single .woocommerce-product-container>.summary form.cart button.single_add_to_cart_button {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    #woocommerce.single .woocommerce-product-container>.summary form.cart button.single_add_to_cart_button {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

#woocommerce.single .woocommerce-product-container>.summary form.cart button.single_add_to_cart_button {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

body.archive.woocommerce main#main {
    background-color: var(--color-primary-10)
}

body.archive.woocommerce.tax-product_cat main#main {
    padding-top: 2rem
}

@media (min-width: 768px) {
    body.archive.woocommerce.tax-product_cat main#main {
        padding-top:5rem
    }
}

@media (min-width: 1024px) {
    body.archive.woocommerce.tax-product_cat main#main {
        padding-top:8rem
    }
}

#woocommerce.archive .woocommerce-products-header {
    text-align: center
}

#woocommerce.archive .woocommerce-products-header div.wp-block-buttons {
    justify-content: center
}

#woocommerce.archive .woocommerce-products-header .term-description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:1536px
    }
}

#woocommerce.archive .woocommerce-products-header .term-description {
    max-width: 1000px
}

html[data-brand=apobase] header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>#woocommerce.archive .woocommerce-products-header .term-description .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand,body.page-template-template-static-fontpage header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand figure,body.page-template-template-static-fontpage header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>#woocommerce.archive .woocommerce-products-header .term-description {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>#woocommerce.archive .woocommerce-products-header .term-description {
        max-width:90%
    }
}

header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>#woocommerce.archive .woocommerce-products-header .term-description .brand img {
        max-width:100%
    }
}

footer#footer-main #woocommerce.archive .woocommerce-products-header .term-description {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main #woocommerce.archive .woocommerce-products-header .term-description {
        max-width:90%
    }
}

footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description {
        column-gap:7%
    }
}

footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>#woocommerce.archive .woocommerce-products-header .term-description .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>#woocommerce.archive .woocommerce-products-header .term-description {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>#woocommerce.archive .woocommerce-products-header .term-description {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.archive .woocommerce-products-header .term-description {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right #woocommerce.archive .woocommerce-products-header .term-description .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>#woocommerce.archive .woocommerce-products-header .term-description .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right #woocommerce.archive .woocommerce-products-header .term-description>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description {
        column-gap:3rem
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2 {
        column-gap:3rem
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text #woocommerce.archive .woocommerce-products-header .term-description.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>#woocommerce.archive .woocommerce-products-header .term-description {
        padding:4rem
    }
}

.print-material-container#woocommerce.archive .woocommerce-products-header .term-description {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form #woocommerce.archive .woocommerce-products-header .term-description {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds #woocommerce.archive .woocommerce-products-header .term-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#woocommerce.archive .woocommerce-products-header .term-description {
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        padding-bottom:5rem
    }
}

@media (min-width: 1024px) {
    #woocommerce.archive .woocommerce-products-header .term-description {
        padding-bottom:8rem
    }
}

#woocommerce.archive .woocommerce-info {
    text-align: center
}

#woocommerce.archive .woocommerce-info div.wp-block-buttons {
    justify-content: center
}

#woocommerce.archive ul.products li:nth-child(2n) .button-wrapper.buy-now .reseller-list.submenu {
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    #woocommerce.archive ul.products li:nth-child(2n) .button-wrapper.buy-now .reseller-list.submenu {
        left:0;
        right: auto
    }
}

#woocommerce.cart {
    gap: 4rem
}

@media (min-width: 768px) {
    #woocommerce.cart {
        display:flex
    }
}

#woocommerce.cart .woocommerce-cart-form {
    flex: 1 1 auto
}

@media (min-width: 768px) {
    #woocommerce.cart .woocommerce-cart-form {
        padding-bottom:2.5rem;
        padding-top: 2.5rem;
        width: 66.666667%
    }
}

#woocommerce.cart .woocommerce-cart-form img {
    display: block;
    height: auto;
    max-width: 120px
}

#woocommerce.cart .woocommerce-cart-form dl.variation {
    margin-top: 1rem
}

#woocommerce.cart .woocommerce-cart-form dl.variation dd,#woocommerce.cart .woocommerce-cart-form dl.variation dt,#woocommerce.cart .woocommerce-cart-form dl.variation p {
    font-size: 1.25rem
}

#woocommerce.cart .woocommerce-cart-form dl.variation:last-child,#woocommerce.cart .woocommerce-cart-form dl.variation p {
    margin-bottom: 0
}

#woocommerce.cart .woocommerce-cart-form .product-remove {
    text-align: center
}

#woocommerce.cart .woocommerce-cart-form .product-remove div.wp-block-buttons {
    justify-content: center
}

#woocommerce.cart .woocommerce-cart-form .actions .coupon {
    margin-top: 2rem
}

#woocommerce.cart .woocommerce-cart-form .actions .coupon label {
    display: block;
    margin-bottom: .25rem;
    text-align: left;
    width: 100%
}

#woocommerce.cart .woocommerce-cart-form .actions .coupon label div.wp-block-buttons {
    justify-content: flex-start
}

#woocommerce.cart .woocommerce-cart-form .actions .coupon .input-text {
    border-width: 1px;
    float: left;
    margin-right: .25rem;
    padding: .375rem .75rem;
    width: 200px
}

#woocommerce.cart .woocommerce-cart-form .actions .coupon .button {
    margin-top: 0
}

#woocommerce.cart .woocommerce-cart-form .actions .button {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    #woocommerce.cart .woocommerce-cart-form .actions .button {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

#woocommerce.cart .woocommerce-cart-form .actions .button {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity));
    margin-top: 2rem
}

#woocommerce.cart .woocommerce-cart-form .quantity {
    float: none;
    margin-left: auto;
    margin-right: 0
}

#woocommerce.cart .woocommerce-cart-form table {
    width: 100%
}

#woocommerce.cart .woocommerce-cart-form table tbody,#woocommerce.cart .woocommerce-cart-form table td,#woocommerce.cart .woocommerce-cart-form table th {
    text-align: right
}

#woocommerce.cart .woocommerce-cart-form table tbody div.wp-block-buttons,#woocommerce.cart .woocommerce-cart-form table td div.wp-block-buttons,#woocommerce.cart .woocommerce-cart-form table th div.wp-block-buttons {
    justify-content: flex-end
}

#woocommerce.cart .woocommerce-cart-form table th {
    padding-bottom: .5rem
}

#woocommerce.cart .woocommerce-cart-form table td.product-thumbnail {
    padding: 1.5rem
}

#woocommerce.cart .woocommerce-cart-form table td.product-name {
    padding-left: 1.5rem
}

#woocommerce.cart .woocommerce-cart-form table tbody tr {
    border-top-width: 1px
}

#woocommerce.cart .woocommerce-cart-form table input.qty {
    display: inline-block
}

#woocommerce.cart .cart-collaterals {
    align-items: flex-end;
    background-color: var(--color-primary-10);
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-top: 2rem;
    padding: 2rem;
    text-align: right
}

#woocommerce.cart .cart-collaterals div.wp-block-buttons {
    justify-content: flex-end
}

@media (min-width: 768px) {
    #woocommerce.cart .cart-collaterals {
        margin-top:0;
        padding: 2.5rem;
        width: 33.333333%
    }
}

#woocommerce.cart .cart-collaterals .shop_table {
    margin-bottom: 2rem;
    margin-left: auto
}

#woocommerce.cart .cart-collaterals .shop_table td,#woocommerce.cart .cart-collaterals .shop_table th {
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

#woocommerce.cart .cart-collaterals .wc-proceed-to-checkout {
    text-align: right
}

#woocommerce.cart .cart-collaterals .wc-proceed-to-checkout div.wp-block-buttons {
    justify-content: flex-end
}

#woocommerce.cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    #woocommerce.cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

#woocommerce.cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity))
}

#woocommerce.checkout #customer_details {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    #woocommerce.checkout #customer_details {
        display:flex;
        gap: 3rem;
        margin-bottom: 2rem
    }

    #woocommerce.checkout #customer_details .col-1,#woocommerce.checkout #customer_details .col-2 {
        flex: 1 1 0%
    }
}

#woocommerce.checkout .woocommerce-additional-fields p .woocommerce-input-wrapper,#woocommerce.checkout .woocommerce-additional-fields p label,#woocommerce.checkout .woocommerce-billing-fields p .woocommerce-input-wrapper,#woocommerce.checkout .woocommerce-billing-fields p label,#woocommerce.checkout .woocommerce-shipping-fields p .woocommerce-input-wrapper,#woocommerce.checkout .woocommerce-shipping-fields p label {
    width: 100%
}

#woocommerce.checkout .woocommerce-additional-fields p input:not(#createaccount),#woocommerce.checkout .woocommerce-additional-fields p textarea,#woocommerce.checkout .woocommerce-billing-fields p input:not(#createaccount),#woocommerce.checkout .woocommerce-billing-fields p textarea,#woocommerce.checkout .woocommerce-shipping-fields p input:not(#createaccount),#woocommerce.checkout .woocommerce-shipping-fields p textarea {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-clip: padding-box;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border: 1px solid rgb(209 213 219/var(--tw-border-opacity));
    border-radius: .25rem;
    color: rgb(55 65 81/var(--tw-text-opacity));
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: .375rem .75rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%
}

#woocommerce.checkout .woocommerce-additional-fields p input:not(#createaccount):focus,#woocommerce.checkout .woocommerce-additional-fields p textarea:focus,#woocommerce.checkout .woocommerce-billing-fields p input:not(#createaccount):focus,#woocommerce.checkout .woocommerce-billing-fields p textarea:focus,#woocommerce.checkout .woocommerce-shipping-fields p input:not(#createaccount):focus,#woocommerce.checkout .woocommerce-shipping-fields p textarea:focus {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: var(--color-primary-100);
    color: rgb(55 65 81/var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px
}

#woocommerce.checkout .woocommerce-additional-fields p select,#woocommerce.checkout .woocommerce-billing-fields p select,#woocommerce.checkout .woocommerce-shipping-fields p select {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-clip: padding-box;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    background-repeat: no-repeat;
    border: 1px solid rgb(209 213 219/var(--tw-border-opacity));
    border-radius: .25rem;
    color: rgb(55 65 81/var(--tw-text-opacity));
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: .375rem .75rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%
}

#woocommerce.checkout .woocommerce-additional-fields p select:focus,#woocommerce.checkout .woocommerce-billing-fields p select:focus,#woocommerce.checkout .woocommerce-shipping-fields p select:focus {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: var(--color-primary-100);
    color: rgb(55 65 81/var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px
}

#woocommerce.checkout #order_review table {
    margin-bottom: 1.5rem;
    table-layout: fixed;
    width: 100%
}

#woocommerce.checkout #order_review table tbody,#woocommerce.checkout #order_review table td,#woocommerce.checkout #order_review table th {
    text-align: left
}

#woocommerce.checkout #order_review table tbody div.wp-block-buttons,#woocommerce.checkout #order_review table td div.wp-block-buttons,#woocommerce.checkout #order_review table th div.wp-block-buttons {
    justify-content: flex-start
}

#woocommerce.checkout #order_review table th {
    padding-bottom: .5rem
}

#woocommerce.checkout #order_review table td.product-thumbnail {
    padding: 1.5rem
}

#woocommerce.checkout #order_review table tbody tr {
    border-top-width: 1px
}

#woocommerce.checkout #order_review table tbody tr td {
    padding-bottom: .5rem;
    padding-top: .5rem
}

#woocommerce.checkout #order_review button#place_order {
    border-radius: var(--button-radius);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1rem;
    padding: 13px 1.5rem;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    #woocommerce.checkout #order_review button#place_order {
        padding-bottom:16px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 16px
    }
}

#woocommerce.checkout #order_review button#place_order {
    --tw-text-opacity: 1;
    background-color: var(--color-primary-100);
    color: rgb(255 255 255/var(--tw-text-opacity));
    margin-top: 1rem
}

body.blog main#main .page-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    body.blog main#main .page-header {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    body.blog main#main .page-header {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    body.blog main#main .page-header {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    body.blog main#main .page-header {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    body.blog main#main .page-header {
        max-width:1536px
    }
}

html[data-brand=apobase] header#header-main>body.blog main#main .page-header .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>body.blog main#main .page-header .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>body.blog main#main .page-header .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>body.blog main#main .page-header .brand,body.page-template-template-static-fontpage header#header-main>body.blog main#main .page-header .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>body.blog main#main .page-header .brand figure,body.page-template-template-static-fontpage header#header-main>body.blog main#main .page-header .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>body.blog main#main .page-header {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>body.blog main#main .page-header {
        max-width:90%
    }
}

header#header-main>body.blog main#main .page-header .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>body.blog main#main .page-header .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>body.blog main#main .page-header .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>body.blog main#main .page-header .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>body.blog main#main .page-header .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>body.blog main#main .page-header .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>body.blog main#main .page-header .brand img {
        max-width:100%
    }
}

footer#footer-main body.blog main#main .page-header {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main body.blog main#main .page-header {
        max-width:90%
    }
}

footer#footer-main>body.blog main#main .page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>body.blog main#main .page-header {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>body.blog main#main .page-header {
        column-gap:7%
    }
}

footer#footer-main>body.blog main#main .page-header .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>body.blog main#main .page-header .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>body.blog main#main .page-header {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>body.blog main#main .page-header {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>body.blog main#main .page-header {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>body.blog main#main .page-header {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>body.blog main#main .page-header {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>body.blog main#main .page-header {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>body.blog main#main .page-header {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.blog main#main .page-header .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center body.blog main#main .page-header {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center body.blog main#main .page-header .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center body.blog main#main .page-header .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.blog main#main .page-header .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.blog main#main .page-header {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>body.blog main#main .page-header .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right body.blog main#main .page-header>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list body.blog main#main .page-header,.several-images-with-text body.blog main#main .page-header {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list body.blog main#main .page-header,.several-images-with-text body.blog main#main .page-header {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list body.blog main#main .page-header,.several-images-with-text body.blog main#main .page-header {
        column-gap:3rem
    }
}

.articles-list body.blog main#main .page-header>section.wp-block-karopharma-image-with-text,.several-images-with-text body.blog main#main .page-header>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list body.blog main#main .page-header.col-2,.several-images-with-text body.blog main#main .page-header.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list body.blog main#main .page-header.col-2,.several-images-with-text body.blog main#main .page-header.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list body.blog main#main .page-header.col-2,.several-images-with-text body.blog main#main .page-header.col-2 {
        column-gap:3rem
    }
}

.articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.blog main#main .page-header.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.blog main#main .page-header.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.blog main#main .page-header.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.blog main#main .page-header.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>body.blog main#main .page-header {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>body.blog main#main .page-header {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>body.blog main#main .page-header {
        padding:4rem
    }
}

.print-material-containerbody.blog main#main .page-header {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form body.blog main#main .page-header {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds body.blog main#main .page-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

body.blog main#main article,body.category main#main article {
    display: flex;
    flex-direction: column;
    height: 100%
}

body.blog main#main article figure.post-thumbnail,body.category main#main article figure.post-thumbnail {
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative
}

@media (min-width: 768px) {
    body.blog main#main article figure.post-thumbnail,body.category main#main article figure.post-thumbnail {
        margin-bottom:1.25rem
    }
}

@media (min-width: 1024px) {
    body.blog main#main article figure.post-thumbnail,body.category main#main article figure.post-thumbnail {
        margin-bottom:1.5rem
    }
}

body.blog main#main article figure.post-thumbnail img.wp-post-image,body.category main#main article figure.post-thumbnail img.wp-post-image {
    height: 100%;
    margin-bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

body.blog main#main article figure.post-thumbnail .fallback-image,body.category main#main article figure.post-thumbnail .fallback-image {
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    width: 100%
}

body.blog main#main article header h2,body.category main#main article header h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    body.blog main#main article header h2,body.category main#main article header h2 {
        font-size:1.25rem
    }
}

body.blog main#main article main p,body.category main#main article main p {
    margin-top: 0
}

body.search main#main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    body.search main#main {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    body.search main#main {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    body.search main#main {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    body.search main#main {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    body.search main#main {
        max-width:1536px
    }
}

body.search main#main {
    max-width: 1000px
}

html[data-brand=apobase] header#header-main>body.search main#main .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>body.search main#main .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>body.search main#main .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>body.search main#main .brand,body.page-template-template-static-fontpage header#header-main>body.search main#main .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>body.search main#main .brand figure,body.page-template-template-static-fontpage header#header-main>body.search main#main .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>body.search main#main {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>body.search main#main {
        max-width:90%
    }
}

header#header-main>body.search main#main .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>body.search main#main .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>body.search main#main .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>body.search main#main .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>body.search main#main .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>body.search main#main .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>body.search main#main .brand img {
        max-width:100%
    }
}

footer#footer-main body.search main#main {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main body.search main#main {
        max-width:90%
    }
}

footer#footer-main>body.search main#main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>body.search main#main {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>body.search main#main {
        column-gap:7%
    }
}

footer#footer-main>body.search main#main .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>body.search main#main .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>body.search main#main {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>body.search main#main {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>body.search main#main {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>body.search main#main {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>body.search main#main {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>body.search main#main {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>body.search main#main {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.search main#main {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.search main#main {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.search main#main .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.search main#main .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left body.search main#main .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left body.search main#main .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center body.search main#main {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center body.search main#main .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center body.search main#main .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right body.search main#main {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.search main#main {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.search main#main .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.search main#main .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right body.search main#main .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right body.search main#main .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>body.search main#main {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.search main#main {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>body.search main#main .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right body.search main#main>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list body.search main#main,.several-images-with-text body.search main#main {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list body.search main#main,.several-images-with-text body.search main#main {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list body.search main#main,.several-images-with-text body.search main#main {
        column-gap:3rem
    }
}

.articles-list body.search main#main>section.wp-block-karopharma-image-with-text,.several-images-with-text body.search main#main>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list body.search main#main.col-2,.several-images-with-text body.search main#main.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list body.search main#main.col-2,.several-images-with-text body.search main#main.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list body.search main#main.col-2,.several-images-with-text body.search main#main.col-2 {
        column-gap:3rem
    }
}

.articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text body.search main#main.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list body.search main#main.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.search main#main.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list body.search main#main.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text body.search main#main.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list body.search main#main.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.search main#main.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list body.search main#main.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.search main#main.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list body.search main#main.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text body.search main#main.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list body.search main#main.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.search main#main.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list body.search main#main.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text body.search main#main.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list body.search main#main.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text body.search main#main.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list body.search main#main.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text body.search main#main.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>body.search main#main {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>body.search main#main {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>body.search main#main {
        padding:4rem
    }
}

.print-material-containerbody.search main#main {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form body.search main#main {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds body.search main#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

body.search main#main article {
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    body.search main#main article {
        margin-bottom:4rem
    }
}

@media (min-width: 1024px) {
    body.search main#main article {
        margin-bottom:6rem
    }
}

body.search main#main article header h2 {
    font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: var(--font-weight-h3);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    body.search main#main article header h2 {
        font-size:1.5rem;
        line-height: 2rem
    }
}

body.search main#main article footer .read-more {
    color: var(--color-gray-1)
}

body.search main#main article footer .read-more:hover {
    color: var(--color-primary-100)
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.pt-none {
    padding-top: 0!important
}

@media (min-width: 768px) {
    .pt-none {
        padding-top:0!important
    }
}

@media (min-width: 1024px) {
    .pt-none {
        padding-top:0!important
    }
}

.pt-small {
    padding-top: 2rem!important
}

@media (min-width: 768px) {
    .pt-small {
        padding-top:2rem!important
    }
}

@media (min-width: 1024px) {
    .pt-small {
        padding-top:2rem!important
    }
}

.pt-medium {
    padding-top: 2rem!important
}

@media (min-width: 768px) {
    .pt-medium {
        padding-top:3rem!important
    }
}

@media (min-width: 1024px) {
    .pt-medium {
        padding-top:4rem!important
    }
}

.pt-large {
    padding-top: 2rem!important
}

@media (min-width: 768px) {
    .pt-large {
        padding-top:5rem!important
    }
}

@media (min-width: 1024px) {
    .pt-large {
        padding-top:8rem!important
    }
}

.pb-none {
    padding-bottom: 0!important
}

@media (min-width: 768px) {
    .pb-none {
        padding-bottom:0!important
    }
}

@media (min-width: 1024px) {
    .pb-none {
        padding-bottom:0!important
    }
}

.pb-small {
    padding-bottom: 2rem!important
}

@media (min-width: 768px) {
    .pb-small {
        padding-bottom:2rem!important
    }
}

@media (min-width: 1024px) {
    .pb-small {
        padding-bottom:2rem!important
    }
}

.pb-medium {
    padding-bottom: 2rem!important
}

@media (min-width: 768px) {
    .pb-medium {
        padding-bottom:3rem!important
    }
}

@media (min-width: 1024px) {
    .pb-medium {
        padding-bottom:4rem!important
    }
}

.pb-large {
    padding-bottom: 2rem!important
}

@media (min-width: 768px) {
    .pb-large {
        padding-bottom:5rem!important
    }
}

@media (min-width: 1024px) {
    .pb-large {
        padding-bottom:8rem!important
    }
}

.py-small {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .py-small {
        padding-bottom:2rem;
        padding-top: 2rem
    }
}

@media (min-width: 1024px) {
    .py-small {
        padding-bottom:2rem;
        padding-top: 2rem
    }
}

.py-medium {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .py-medium {
        padding-bottom:3rem;
        padding-top: 3rem
    }
}

@media (min-width: 1024px) {
    .py-medium {
        padding-bottom:4rem;
        padding-top: 4rem
    }
}

.py-large {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .py-large {
        padding-bottom:5rem;
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .py-large {
        padding-bottom:8rem;
        padding-top: 8rem
    }
}

.dropdown-container {
    position: relative
}

@media (min-width: 1024px) {
    .dropdown-container:hover>ul.sub-menu {
        opacity:1;
        visibility: visible
    }
}

.submenu {
    --tw-bg-opacity: 1;
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    --tw-ring-opacity: 0.05;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: .375rem;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: block;
    left: 0;
    max-height: 10rem;
    min-width: 175px;
    opacity: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 10
}

.submenu li {
    display: block
}

.submenu li a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    display: block;
    padding: .5rem 1.5rem .5rem 1rem;
    white-space: nowrap
}

.submenu li a:hover {
    background-color: var(--color-gray-4)
}

.container-large {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

@media (min-width: 640px) {
    .container-large {
        max-width:640px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .container-large {
        max-width:768px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .container-large {
        max-width:1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .container-large {
        max-width:1280px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1536px) {
    .container-large {
        max-width:1536px
    }
}

.container-large {
    max-width: 1280px
}

html[data-brand=apobase] header#header-main>.container-large .brand figure {
    position: absolute;
    top: 10px;
    z-index: 9999
}

html[data-brand=apobase] #footer-main>.container-large .widget h3.widget_title {
    font-size: 2rem
}

html[data-brand=actiproct] footer#footer-main>.container-large .widget h3 {
    color: #16af81
}

body.page-template-template-static-fontpage-multisite header#header-main>.container-large .brand,body.page-template-template-static-fontpage header#header-main>.container-large .brand {
    margin-right: 0
}

body.page-template-template-static-fontpage-multisite header#header-main>.container-large .brand figure,body.page-template-template-static-fontpage header#header-main>.container-large .brand figure {
    display: flex;
    justify-content: center
}

header#header-main>.container-large {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    max-width: 100%
}

@media (min-width: 1536px) {
    header#header-main>.container-large {
        max-width:90%
    }
}

header#header-main>.container-large .brand {
    color: var(--header-text);
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-right: auto;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

[dir=rtl] header#header-main>.container-large .brand {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 768px) {
    header#header-main>.container-large .brand {
        padding-bottom:1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    header#header-main>.container-large .brand {
        padding-bottom:1.75rem;
        padding-top: 1.75rem
    }
}

header#header-main>.container-large .brand img {
    max-width: 65%
}

@media (min-width: 768px) {
    header#header-main>.container-large .brand img {
        max-width:80%
    }
}

@media (min-width: 1024px) {
    header#header-main>.container-large .brand img {
        max-width:100%
    }
}

footer#footer-main .container-large {
    max-width: 100%
}

@media (min-width: 1536px) {
    footer#footer-main .container-large {
        max-width:90%
    }
}

footer#footer-main>.container-large {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    footer#footer-main>.container-large {
        column-gap:10%;
        flex-direction: row;
        row-gap: 3rem
    }
}

@media (min-width: 1024px) {
    footer#footer-main>.container-large {
        column-gap:7%
    }
}

footer#footer-main>.container-large .widget h3.widget_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    footer#footer-main>.container-large .widget h3.widget_title {
        font-size:1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

.wp-block-karopharma-accordions.bg>.container-large {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-accordions.bg>.container-large {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-accordions.bg>.container-large {
        padding:4rem
    }
}

.wp-block-karopharma-accordions>.container-large {
    max-width: 1000px
}

.wp-block-karopharma-product-promotion.bg-box>.container-large {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.bg-box>.container-large {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-product-promotion.bg-box>.container-large {
        padding:4rem
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container-large {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container-large {
        align-items:center;
        flex-direction: row-reverse
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container-large .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container-large .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-left .container-large .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-left .container-large .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion.text-align-center .container-large {
    flex-direction: column
}

.wp-block-karopharma-product-promotion.text-align-center .container-large .wp-block-group {
    text-align: center
}

.wp-block-karopharma-product-promotion.text-align-center .container-large .wp-block-group div.wp-block-buttons {
    justify-content: center
}

.wp-block-karopharma-product-promotion.text-align-right .container-large {
    flex-direction: column
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container-large {
        align-items:center;
        flex-direction: row
    }
}

.wp-block-karopharma-product-promotion.text-align-right .container-large .wp-block-group {
    text-align: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container-large .wp-block-group {
        text-align:left
    }
}

.wp-block-karopharma-product-promotion.text-align-right .container-large .wp-block-group div.wp-block-buttons {
    justify-content: center
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion.text-align-right .container-large .wp-block-group div.wp-block-buttons {
        justify-content:flex-start
    }
}

.wp-block-karopharma-product-promotion>.container-large {
    display: flex;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container-large {
        gap:2rem
    }
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.wp-block-image {
    height: 50vh;
    margin-bottom: 0;
    position: relative
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.product-promotion-image,.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.wp-block-image {
        height:auto;
        position: static
    }
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.wp-block-image img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.product-promotion-image img,.wp-block-karopharma-product-promotion>.container-large .wp-block-group figure.wp-block-image img {
        height:auto;
        -o-object-position: unset;
        object-position: unset;
        position: static;
        width: auto
    }
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group .title {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group .title+.paragraph {
    margin-top: 1.5rem
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group .heading {
    margin-bottom: 0;
    margin-top: 1rem
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group .paragraph {
    margin-bottom: 0
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group .wp-block-buttons {
    margin-top: 2rem
}

.wp-block-karopharma-product-promotion>.container-large .wp-block-group>:first-child {
    margin-top: 0
}

.wp-block[data-type="karopharma/product-promotion"] .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"] .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout {
        gap:2rem
    }
}

.wp-block[data-type="karopharma/product-promotion"] .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/image"],.wp-block[data-type="karopharma/product-promotion"] .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="karopharma/product-promotion-image"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.wp-block[data-type="karopharma/product-promotion"] .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block[data-type="core/group"] .wp-block[data-type="core/buttons"] {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .wp-block[data-type="karopharma/product-promotion"].text-align-left .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items:center;
        display: flex;
        flex-direction: row-reverse
    }

    .wp-block[data-type="karopharma/product-promotion"].text-align-right .container-large>.block-editor-inner-blocks>.block-editor-block-list__layout {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

.articles-list .container-large,.several-images-with-text .container-large {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .articles-list .container-large,.several-images-with-text .container-large {
        column-gap:2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .articles-list .container-large,.several-images-with-text .container-large {
        column-gap:3rem
    }
}

.articles-list .container-large>section.wp-block-karopharma-image-with-text,.several-images-with-text .container-large>section.wp-block-karopharma-image-with-text {
    margin-left: 0;
    margin-right: 0
}

.articles-list .container-large.col-2,.several-images-with-text .container-large.col-2 {
    column-gap: .5rem;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .articles-list .container-large.col-2,.several-images-with-text .container-large.col-2 {
        column-gap:2rem;
        flex-wrap: nowrap
    }
}

@media (min-width: 1024px) {
    .articles-list .container-large.col-2,.several-images-with-text .container-large.col-2 {
        column-gap:3rem
    }
}

.articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text {
    flex: none;
    width: calc(50% - .5rem)
}

@media (min-width: 768px) {
    .articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text {
        flex:1 1 0%
    }
}

.articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content {
        padding-bottom:4rem;
        padding-top: 2rem
    }
}

.articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: var(--font-weight-h4);
    line-height: 130%;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
        font-family:var(--font-family-heading);
        font-size: 1.25rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-h2);
        line-height: 2rem;
        line-height: 130%;
        margin-bottom: 1rem
    }

    @media (min-width: 768px) {
        .articles-list .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2,.several-images-with-text .container-large.col-2>section.wp-block-karopharma-image-with-text .image-with-text-container-content h2 {
            font-size:2rem
        }
    }
}

.articles-list .container-large.content-align-left .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container-large.content-align-left .image-with-text-container .image-with-text-container-image-container img {
    margin-right: auto
}

.articles-list .container-large.content-align-left .image-with-text-container .image-with-text-container-content,.several-images-with-text .container-large.content-align-left .image-with-text-container .image-with-text-container-content {
    text-align: left!important
}

.articles-list .container-large.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container-large.content-align-left .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-start
}

.articles-list .container-large.content-align-center .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container-large.content-align-center .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto;
    margin-right: auto
}

.articles-list .container-large.content-align-center .image-with-text-container .image-with-text-container-content,.several-images-with-text .container-large.content-align-center .image-with-text-container .image-with-text-container-content {
    text-align: center!important
}

.articles-list .container-large.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container-large.content-align-center .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: center
}

.articles-list .container-large.content-align-right .image-with-text-container .image-with-text-container-image-container img,.several-images-with-text .container-large.content-align-right .image-with-text-container .image-with-text-container-image-container img {
    margin-left: auto
}

.articles-list .container-large.content-align-right .image-with-text-container .image-with-text-container-content,.several-images-with-text .container-large.content-align-right .image-with-text-container .image-with-text-container-content {
    text-align: right!important
}

.articles-list .container-large.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons,.several-images-with-text .container-large.content-align-right .image-with-text-container .image-with-text-container-content div.wp-block-buttons {
    justify-content: flex-end
}

.wp-block-karopharma-image-carousel.bg-box>.container-large {
    background-color: var(--color-natural-white);
    padding: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-karopharma-image-carousel.bg-box>.container-large {
        padding:3rem
    }
}

@media (min-width: 1024px) {
    .wp-block-karopharma-image-carousel.bg-box>.container-large {
        padding:4rem
    }
}

.print-material-container.container-large {
    max-width: unset;
    padding-left: unset;
    padding-right: unset
}

.print-material_order-form .container-large {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.wp-block-karopharma-sounds .container-large {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-2 {
    top: .5rem
}

.right-2 {
    right: .5rem
}

.z-50 {
    z-index: 50
}

.z-40 {
    z-index: 40
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-2 {
    margin-top: .5rem
}

.ml-1 {
    margin-left: .25rem
}

.-mb-px {
    margin-bottom: -1px
}

.mr-4 {
    margin-right: 1rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.max-h-\[50vh\] {
    max-height: 50vh
}

.min-h-screen {
    min-height: 100vh
}

.w-full {
    width: 100%
}

.max-w-small {
    max-width: 720px
}

.max-w-medium {
    max-width: 1000px
}

.max-w-large {
    max-width: 1280px
}

.max-w-full {
    max-width: 100%
}

.transform {
    transform: var(--tw-transform)
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.list-none {
    list-style-type: none
}

.columns-3 {
    column-count: 3
}

.columns-2 {
    column-count: 2
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-8 {
    gap: 2rem
}

.gap-2 {
    gap: .5rem
}

.gap-x-4 {
    column-gap: 1rem
}

.self-start {
    align-self: flex-start
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-scroll {
    overflow-y: scroll
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-transparent {
    border-color: transparent
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-t-primary100 {
    border-top-color: var(--color-primary-100)
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-primary10 {
    background-color: var(--color-primary-10)
}

.bg-black\/75 {
    background-color: rgba(0,0,0,.75)
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-primary100 {
    background-color: var(--color-primary-100)
}

.bg-naturalWhite {
    background-color: var(--color-natural-white)
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-auto {
    background-size: auto
}

.bg-center {
    background-position: 50%
}

.bg-left-top {
    background-position: 0 0
}

.bg-top {
    background-position: top
}

.bg-right-top {
    background-position: 100% 0
}

.bg-left {
    background-position: 0
}

.bg-right {
    background-position: 100%
}

.bg-left-bottom {
    background-position: 0 100%
}

.bg-bottom {
    background-position: bottom
}

.bg-right-bottom {
    background-position: 100% 100%
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.object-none {
    -o-object-fit: none;
    object-fit: none
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-left-top {
    -o-object-position: left top;
    object-position: left top
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.object-right-top {
    -o-object-position: right top;
    object-position: right top
}

.object-left {
    -o-object-position: left;
    object-position: left
}

.object-right {
    -o-object-position: right;
    object-position: right
}

.object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
}

.p-4 {
    padding: 1rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-bottom {
    vertical-align: bottom
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-base {
    font-size: 1rem
}

.text-\[12px\] {
    font-size: 12px
}

.font-medium {
    font-weight: 500
}

.leading-6 {
    line-height: 1.5rem
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.text-gray1 {
    color: var(--color-gray-1)
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
}

.shadow-sm,.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.outline {
    outline-style: solid
}

.filter {
    filter: var(--tw-filter)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.aspect-ratio-1\/1 {
    padding-bottom: 100%
}

.aspect-ratio-16\/9 {
    padding-bottom: 56.25%
}

.aspect-ratio-4\/5 {
    padding-bottom: 125%
}

.hover\:bg-primary70:hover {
    background-color: var(--color-primary-70)
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.hover\:text-primary100:hover {
    color: var(--color-primary-100)
}

.focus\:not-sr-only:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    width: auto
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246/var(--tw-border-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}

.active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity))
}

.active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.group:hover .group-hover\:opacity-\[85\%\] {
    opacity: 85%
}

@media (min-width: 640px) {
    .sm\:my-8 {
        margin-bottom:2rem;
        margin-top: 2rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:h-screen {
        height: 100vh
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:max-w-xl {
        max-width: 36rem
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:pb-4 {
        padding-bottom: 1rem
    }

    .sm\:align-middle {
        vertical-align: middle
    }

    .sm\:text-sm {
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .md\:my-12 {
        margin-bottom:3rem;
        margin-top: 3rem
    }

    .md\:columns-3 {
        column-count: 3
    }

    .md\:gap-x-16 {
        column-gap: 4rem
    }

    .md\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .md\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:text-base {
        font-size: 1rem
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display:block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:columns-4 {
        column-count: 4
    }

    .lg\:py-32 {
        padding-bottom: 8rem
    }

    .lg\:pt-32,.lg\:py-32 {
        padding-top: 8rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }
}

/*# sourceMappingURL=app.css.map*/
