@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.brand-primary {
    color: #009ADF
}

.brand-secondary {
    color: #F7CA00
}

@font-face {
    font-display: swap;
    font-family: roboto-regular;
    src: url("fonts/roboto/roboto-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: roboto-bold;
    src: url("fonts/roboto/roboto-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: ag-book-rounded-bold;
    src: url("fonts/ag-book-rounded/ag-book-rounded-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

.grid {
    display: grid;
    grid-template-columns:repeat(12, minmax(0, 1fr));
    gap: 15px;
    width: calc(100% - 48px);
    margin: 0 auto;
    max-width: 1232px
}

.grid.grid-xl {
    max-width: 1400px
}

.grid .grid {
    width: 100%
}

.grid > .col-1 {
    grid-column: span 1
}

.grid > .col-2 {
    grid-column: span 2
}

.grid > .col-3 {
    grid-column: span 3
}

.grid > .col-4 {
    grid-column: span 4
}

.grid > .col-5 {
    grid-column: span 5
}

.grid > .col-6 {
    grid-column: span 6
}

.grid > .col-7 {
    grid-column: span 7
}

.grid > .col-8 {
    grid-column: span 8
}

.grid > .col-9 {
    grid-column: span 9
}

.grid > .col-10 {
    grid-column: span 10
}

.grid > .col-11 {
    grid-column: span 11
}

.grid > .col-12 {
    grid-column: span 12
}

@media screen and (max-width: 1200px) {
    .grid > .col-lg-1 {
        grid-column: span 1
    }

    .grid > .col-lg-2 {
        grid-column: span 2
    }

    .grid > .col-lg-3 {
        grid-column: span 3
    }

    .grid > .col-lg-4 {
        grid-column: span 4
    }

    .grid > .col-lg-5 {
        grid-column: span 5
    }

    .grid > .col-lg-6 {
        grid-column: span 6
    }

    .grid > .col-lg-7 {
        grid-column: span 7
    }

    .grid > .col-lg-8 {
        grid-column: span 8
    }

    .grid > .col-lg-9 {
        grid-column: span 9
    }

    .grid > .col-lg-10 {
        grid-column: span 10
    }

    .grid > .col-lg-11 {
        grid-column: span 11
    }

    .grid > .col-lg-12 {
        grid-column: span 12
    }
}

@media screen and (max-width: 991px) {
    .grid > .col-md-1 {
        grid-column: span 1
    }

    .grid > .col-md-2 {
        grid-column: span 2
    }

    .grid > .col-md-3 {
        grid-column: span 3
    }

    .grid > .col-md-4 {
        grid-column: span 4
    }

    .grid > .col-md-5 {
        grid-column: span 5
    }

    .grid > .col-md-6 {
        grid-column: span 6
    }

    .grid > .col-md-7 {
        grid-column: span 7
    }

    .grid > .col-md-8 {
        grid-column: span 8
    }

    .grid > .col-md-9 {
        grid-column: span 9
    }

    .grid > .col-md-10 {
        grid-column: span 10
    }

    .grid > .col-md-11 {
        grid-column: span 11
    }

    .grid > .col-md-12 {
        grid-column: span 12
    }
}

@media screen and (max-width: 767px) {
    .grid [class^="col-"] {
        grid-column: span 12 !important
    }
}

@media screen and (max-width: 480px) {
    .grid .col-xs-6 {
        grid-column: span 6 !important
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .grid .col-sm-6 {
        grid-column: span 6 !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid .col-md-6 {
        grid-column: span 6
    }
}

@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello/fontello.eot?64090678");
    src: url("fonts/fontello/fontello.eot?64090678#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff2?64090678") format("woff2"), url("fonts/fontello/fontello.woff?64090678") format("woff"), url("fonts/fontello/fontello.ttf?64090678") format("truetype"), url("fonts/fontello/fontello.svg?64090678#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    height: 116px;
    z-index: 9999;
    transition: background 0.3s
}

header a {
    text-decoration: none
}

header:not(.header-white) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 100%)
}

header:not(.header-white).header-small {
    background: #fff
}

header .header-left {
    padding-right: 20px
}

header .header-left .header-logo img {
    max-height: 33px;
    width: auto;
    display: block
}

header .header-center .main-nav .main-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

header .header-center .main-nav .main-nav-list > li {
    display: inline-block;
    padding: 0 30px 0 26px;
    line-height: 116px;
    position: relative
}

header .header-center .main-nav .main-nav-list > li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 49%;
    right: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background-image: url("images/icons/submenu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

header .header-center .main-nav .main-nav-list > li.columns-2 .sub-menu {
    grid-template-columns:1fr 1fr
}

header .header-center .main-nav .main-nav-list > li.columns-3 .sub-menu {
    grid-template-columns:1fr 1fr 1fr
}

header .header-center .main-nav .main-nav-list > li.columns-4 .sub-menu {
    grid-template-columns:1fr 1fr 1fr 1fr
}

header .header-center .main-nav .main-nav-list > li.rows-2 .sub-menu {
    grid-template-rows:1fr 1fr
}

header .header-center .main-nav .main-nav-list a {
    font-family: "roboto-bold", sans-serif;
    color: #009ADF;
    font-size: 18px;
    line-height: 21px
}

header .header-center .main-nav .main-nav-list a:hover, header .header-center .main-nav .main-nav-list a:focus {
    text-decoration: none
}

header .header-center .main-nav .main-nav-list .sub-menu {
    display: none;
    position: absolute;
    max-width: 786px;
    min-width: 408px;
    padding: 20px;
    margin: 0;
    z-index: 1;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
    flex-wrap: wrap;
    list-style-type: none
}

header .header-center .main-nav .main-nav-list .sub-menu li {
    line-height: 1;
    width: 184px
}

header .header-center .main-nav .main-nav-list .sub-menu li.rows-2 {
    grid-row-start: 1;
    grid-row-end: span 2
}

header .header-center .main-nav .main-nav-list .sub-menu li a {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 1.1;
    color: #2E2E2E;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid transparent
}

header .header-center .main-nav .main-nav-list .sub-menu li a:hover, header .header-center .main-nav .main-nav-list .sub-menu li a:focus {
    background-color: #E6F7FF;
    border-color: #009ADF
}

header .header-center .main-nav .main-nav-list .sub-menu li a img {
    max-height: 116px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
    height: auto
}

header .header-center .main-nav .main-nav-list .sub-menu li a .menu-item-desc {
    font-size: 12px;
    line-height: 1.4;
    font-family: "roboto-regular", sans-serif;
    display: block;
    margin-top: 10px
}

header .header-right {
    padding-left: 20px
}

header .header-right .header-mobile-show {
    display: none
}

header .header-right .btn.btn-secondary {
    vertical-align: middle
}

header .header-right .btn.btn-secondary.inactive {
    opacity: 0;
    pointer-events: none;
    tab-index: -1
}

header .header-right .wpml-ls-legacy-dropdown-click {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus > a {
    background-color: transparent;
    color: #2E2E2E
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    font-family: "ag-book-rounded-bold", sans-serif;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 26px;
    padding: 12px 30px 8px 34px;
    border: 2px solid #2E2E2E;
    color: #2E2E2E;
    background-color: transparent;
    position: relative;
    transition: background-color 0.3s
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus {
    background-color: #F0F0F0 !important;
    color: #2E2E2E !important
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle img {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    object-fit: cover;
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle img + span {
    display: block;
    margin-left: 0
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background-image: url("images/icons/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border: none
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin-top: 10px;
    border: none
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
    margin-bottom: 5px
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:last-child {
    margin-bottom: 0
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    font-family: "ag-book-rounded-bold", sans-serif;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 26px;
    padding: 12px 30px 8px 34px;
    border: none;
    color: #2E2E2E;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
    background-color: #fff;
    position: relative;
    transition: background-color 0.3s
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    object-fit: cover;
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img + span {
    display: block;
    margin-left: 0
}

header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
    background-color: #F0F0F0
}

header + section:not(.title-section) {
    margin-top: 116px
}

header.header-white:not(.header-small) .header-left .header-logo:first-child {
    display: none
}

header.header-white:not(.header-small) .header-center .main-nav .main-nav-list > li.menu-item-has-children:after {
    background-image: url("images/icons/submenu-white.svg")
}

header.header-white:not(.header-small) .header-center .main-nav .main-nav-list > li > a {
    color: #fff
}

header.header-white:not(.header-small) .header-right .header-mobile-show span {
    background-color: #fff
}

header.header-small {
    position: fixed;
    height: 76px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16)
}

header.header-small .header-left {
    padding-left: 12px
}

header.header-small .header-left .header-logo img {
    max-height: 22px
}

header.header-small .header-center .main-nav-list > li {
    line-height: 90px
}

header.header-small.header-white .header-left .header-logo:first-child {
    display: block
}

header.header-small.header-white .header-left .header-logo:last-child {
    display: none
}

@media screen and (min-width: 1201px) {
    header .header-mobile-nav {
        display: none !important
    }
}

@media screen and (max-width: 1200px) {
    header.header-small {
        background: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16)
    }

    header, header.header-small {
        height: 58px;
        padding: 0 20px;
        position: fixed
    }

    header + section:not(.title-section), header.header-small + section:not(.title-section) {
        margin-top: 58px
    }

    header .header-left, header.header-small .header-left {
        padding-left: 0
    }

    header .header-left .header-logo img, header.header-small .header-left .header-logo img {
        max-height: 20px
    }

    header .header-center, header.header-small .header-center {
        display: none
    }

    header .header-right .header-mobile-show, header.header-small .header-right .header-mobile-show {
        display: inline-block;
        cursor: pointer;
        padding: 10px 0;
        margin-left: 30px;
        border: none;
        background-color: transparent
    }

    header .header-right .header-mobile-show span, header.header-small .header-right .header-mobile-show span {
        border-radius: 2px;
        background-color: #2E2E2E;
        height: 2px;
        width: 30px;
        display: block
    }

    header .header-right .header-mobile-show span:first-child, header.header-small .header-right .header-mobile-show span:first-child {
        margin-bottom: 6px
    }

    header .header-right .header-mobile-show span:last-child, header.header-small .header-right .header-mobile-show span:last-child {
        margin-top: 6px
    }

    header .header-mobile-nav, header.header-small .header-mobile-nav {
        position: fixed;
        top: 0;
        right: -200vw;
        bottom: 0;
        width: 100vw;
        display: flex;
        justify-content: end;
        transition: right 0.3s;
        backdrop-filter: blur(5px)
    }

    header .header-mobile-nav .header-logo-mobile, header.header-small .header-mobile-nav .header-logo-mobile {
        margin-bottom: 40px;
        display: inline-block
    }

    header .header-mobile-nav .header-logo-mobile img, header.header-small .header-mobile-nav .header-logo-mobile img {
        max-height: 26px;
        display: block
    }

    header .header-mobile-nav .header-mobile-nav-container, header.header-small .header-mobile-nav .header-mobile-nav-container {
        background-color: #fff;
        min-width: 320px;
        max-height: 100vh;
        overflow: auto;
        padding: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
        position: relative
    }

    header .header-mobile-nav .header-mobile-nav-container .header-mobile-hide, header.header-small .header-mobile-nav .header-mobile-nav-container .header-mobile-hide {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        padding: 0;
        border: none;
        background-color: transparent
    }

    header .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span, header.header-small .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span {
        border-radius: 2px;
        background-color: #009ADF;
        height: 3px;
        width: 20px;
        display: block
    }

    header .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span:first-child, header.header-small .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span:first-child {
        transform: translate(4px, 1px) rotate(45deg)
    }

    header .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span:last-child, header.header-small .header-mobile-nav .header-mobile-nav-container .header-mobile-hide span:last-child {
        transform: translate(4px, -2px) rotate(-45deg)
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li {
        display: block;
        padding: 15px 20px 15px 0
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li.menu-item-has-children > a, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li.menu-item-has-children > a {
        position: relative;
        display: inline-block;
        padding-right: 20px
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li.menu-item-has-children > a:after, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list > li.menu-item-has-children > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 12px;
        height: 7px;
        background-image: url("images/icons/submenu.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a {
        font-family: "roboto-bold", sans-serif;
        color: #009ADF;
        font-size: 18px;
        line-height: 21px
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a:hover, header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a:focus, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a:hover, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list a:focus {
        text-decoration: none
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu {
        display: none;
        padding: 10px;
        margin: 0;
        list-style-type: none
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li {
        padding: 5px 0
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li a, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li a {
        display: block;
        font-size: 16px;
        line-height: 1.4;
        color: #2E2E2E
    }

    header .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li a img, header.header-small .header-mobile-nav .header-mobile-nav-container .mobile-nav .mobile-nav-list .sub-menu li a img {
        display: none
    }
}

@media screen and (max-width: 767px) {
    header .header-left {
        padding-right: 10px
    }

    header .header-right {
        padding-left: 10px
    }

    header .header-right .btn.btn-secondary {
        display: none
    }

    header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
        border: none;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.28px
    }

    header .header-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.28px
    }
}

footer {
    color: #E6F7FF;
    position: relative
}

footer .back-to-top {
    position: absolute;
    top: -40px;
    right: 20px;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #009ADF;
    transition: background-color 0.3s
}

footer .back-to-top:hover, footer .back-to-top:focus {
    background-color: #163C87
}

footer .back-to-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("images/icons/chevron-right-light.svg");
    transform: rotate(-90deg)
}

footer .grid {
    max-width: 1440px
}

footer .footer-top {
    position: relative;
    background: linear-gradient(to bottom, transparent 140px, #009ADF 140px);
    font-size: 14px;
    padding: 140px 0 30px
}

footer .footer-top:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 140px;
    left: 0;
    right: 0;
    top: 2px;
    background-image: url("images/layout/wave-top-primary.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

footer .footer-top .col-12 {
    position: relative;
    padding: 30px 0;
    margin-bottom: 15px
}

footer .footer-top .col-12:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    min-width: 100%;
    height: 1px;
    background-color: #E6F7FF
}

footer .footer-top p:first-child {
    margin-bottom: 0.75rem
}

footer .footer-top img {
    max-width: 136px
}

footer .footer-top a {
    color: #E6F7FF;
    transition: color 0.3s
}

footer .footer-top a:hover, footer .footer-top a:focus {
    color: #fff
}

footer .footer-top .social-icon {
    display: inline-block;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

footer .footer-top .social-icon.facebook {
    background-image: url("images/icons/facebook-light.svg")
}

footer .footer-top .social-icon.instagram {
    background-image: url("images/icons/instagram-light.svg")
}

footer .footer-top .footer-main-nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

footer .footer-top .footer-main-nav-list > li {
    display: block;
    width: 25%;
    padding-right: 30px
}

footer .footer-top .footer-main-nav-list > li > a {
    font-size: 16px;
    font-family: "roboto-bold", sans-serif;
    font-weight: bold
}

footer .footer-top .footer-main-nav-list > li a {
    color: #E6F7FF;
    text-decoration: none;
    transition: color 0.3s
}

footer .footer-top .footer-main-nav-list > li a:hover, footer .footer-top .footer-main-nav-list > li a:focus {
    color: #fff
}

footer .footer-top .footer-main-nav-list > li a img {
    display: none
}

footer .footer-top .footer-main-nav-list > li .sub-menu {
    padding: 10px 0 0 0;
    list-style-type: none
}

footer .footer-top .footer-main-nav-list > li .sub-menu li {
    padding: 2px 0
}

footer .footer-bottom {
    background-color: #2E2E2E;
    padding: 8px 0;
    font-size: 14px
}

footer .footer-bottom .footer-nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right
}

footer .footer-bottom .footer-nav-list li {
    display: inline-block;
    padding: 0 10px
}

footer .footer-bottom .footer-nav-list li a {
    color: #E6F7FF;
    text-decoration: none;
    transition: color 0.3s
}

footer .footer-bottom .footer-nav-list li a:hover, footer .footer-bottom .footer-nav-list li a:focus {
    color: #fff
}

@media screen and (max-width: 1200px) {
    footer .footer-top .col-12 {
        order: 0
    }

    footer .footer-top .col-9 {
        order: 1;
        padding-bottom: 30px
    }

    footer .footer-top .col-3 {
        order: 2
    }
}

@media screen and (max-width: 767px) {
    footer .footer-top .col-9 {
        padding-bottom: 0
    }

    footer .footer-top .footer-main-nav-list > li {
        width: 50%;
        padding-right: 20px;
        padding-bottom: 20px
    }

    footer .footer-bottom {
        padding: 12px 0;
        text-align: center
    }

    footer .footer-bottom .footer-nav-list {
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    footer .footer-top .footer-main-nav-list > li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px
    }
}

.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 46, 46, 0.8);
    backdrop-filter: blur(5px);
    z-index: 10000;
    align-items: center;
    justify-content: center
}

.modal-container .modal {
    display: none;
    max-width: 782px;
    width: 90%;
    max-height: 90%;
    overflow: auto;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center
}

.modal-container .modal.modal-dosage {
    max-width: 984px;
    text-align: left
}

.modal-container .modal.modal-dosage h2 {
    text-align: left
}

.modal-container .modal.modal-dosage .table-container {
    overflow-x: auto;
    margin-top: 50px;
    margin-bottom: 30px
}

.modal-container .modal.modal-dosage .table-container::-webkit-scrollbar {
    height: 6px
}

.modal-container .modal.modal-dosage .table-container::-webkit-scrollbar-track {
    border-radius: 3px
}

.modal-container .modal.modal-dosage .table-container::-webkit-scrollbar-thumb {
    background: #009ADF;
    border-radius: 3px
}

.modal-container .modal.modal-dosage table {
    min-width: 100%
}

.modal-container .modal.modal-dosage table thead tr th {
    font-family: "roboto-bold", sans-serif;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 20px;
    vertical-align: bottom
}

.modal-container .modal.modal-dosage table tbody tr td {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5
}

.modal-container .modal.modal-dosage table tbody tr:nth-child(odd) td {
    background-color: #E6F7FF
}

.modal-container .modal.modal-dosage table tbody tr:nth-child(odd) td:first-child {
    border-radius: 10px 0 0 10px
}

.modal-container .modal.modal-dosage table tbody tr:nth-child(odd) td:last-child {
    border-radius: 0 10px 10px 0
}

.modal-container .modal h2 {
    font-size: 32px;
    text-align: center
}

.modal-container .modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.modal-container .modal .close-modal span {
    display: block;
    width: 21px;
    height: 2px;
    background-color: #009ADF;
    border-radius: 4px;
    transition: background-color 0.3s
}

.modal-container .modal .close-modal span:first-child {
    transform: translate(4px, 1px) rotate(45deg)
}

.modal-container .modal .close-modal span:last-child {
    transform: translate(4px, -1px) rotate(-45deg)
}

.modal-container .modal .close-modal:hover span {
    background-color: #163C87
}

.modal-container .modal .modal-flex-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 0
}

.modal-container .modal .modal-back {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 16px;
    color: #009ADF;
    text-decoration: underline;
    transition: color 0.3s;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.modal-container .modal .modal-back:hover, .modal-container .modal .modal-back:focus {
    color: #163C87
}

.sticky-button {
    position: fixed;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
    background-color: #009ADF;
    bottom: 28px;
    right: 28px;
    padding: 10px;
    z-index: 4;
    max-width: 200px;
    text-align: left;
    transition: opacity 0.3s
}

.sticky-button.disabled {
    opacity: 0;
    pointer-events: none
}

.sticky-button .hide-sticky-button {
    display: none
}

.sticky-button .sticky-button-title {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 5px
}

.sticky-button.sticky-button-product .sticky-button-title {
    font-size: 20px;
    text-align: center
}

.sticky-button a.btn.btn-secondary {
    font-size: 14px;
    padding: 8px 10px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important
}

.sticky-button a.btn.btn-secondary:before {
    content: none !important
}

@media screen and (max-width: 480px) {
    .sticky-button {
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        min-width: 224px;
        max-width: 95%;
        border-radius: 20px 20px 0 0;
        padding: 15px 15px 10px
    }

    .sticky-button .sticky-button-title {
        font-size: 16px;
        text-align: center
    }

    .sticky-button.sticky-button-product .sticky-button-title {
        font-size: 16px
    }

    .sticky-button a.btn.btn-secondary {
        font-size: 12px;
        white-space: nowrap;
        padding: 8px 10px 6px !important
    }

    .sticky-button .hide-sticky-button {
        position: absolute;
        display: block;
        top: -10px;
        left: 14px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: none;
        border-radius: 20px;
        background-color: #009ADF;
        padding: 0;
        margin: 0
    }

    .sticky-button .hide-sticky-button span {
        display: block;
        width: 10px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px
    }

    .sticky-button .hide-sticky-button span:first-child {
        transform: translate(5px, 1px) rotate(45deg)
    }

    .sticky-button .hide-sticky-button span:last-child {
        transform: translate(5px, -1px) rotate(-45deg)
    }
}

.title-section {
    padding: 176px 0 120px;
    background: linear-gradient(to bottom, #009ADF, #009ADF calc(100% - 89px), transparent calc(100% - 89px));
    text-align: center;
    position: relative;
    margin-bottom: 100px
}

.title-section:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 89px;
    left: 0;
    right: 0;
    bottom: 2px;
    background-image: url("images/layout/wave-bottom-primary.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.title-section h1 {
    font-size: 80px;
    line-height: 86px;
    font-family: "ag-book-rounded-bold", sans-serif;
    color: #fff;
    text-shadow: 8px 7px 0 #163C87
}

@media screen and (max-width: 1200px) {
    .title-section {
        padding: 100px 0
    }

    .title-section h1 {
        font-size: 60px;
        line-height: 66px;
        text-shadow: 6px 5px 0 #163C87
    }
}

@media screen and (max-width: 767px) {
    .title-section {
        padding: 80px 0 100px
    }

    .title-section h1 {
        font-size: 40px;
        line-height: 44px;
        text-shadow: 4px 3px 0 #163C87
    }
}

.content-image-section {
    margin: 0 0 200px
}

.content-image-section img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 10px
}

@media screen and (max-width: 991px) {
    .content-image-section img {
        margin-bottom: 17px
    }
}

.content-image-section .btn + * {
    margin-top: 1.5rem
}

.content-image-section .grid {
    align-items: center;
    max-width: 1020px
}

@media screen and (min-width: 992px) {
    .content-image-section .grid.img-right .col-6:last-child {
        order: -1
    }
}

@media screen and (max-width: 991px) {
    .content-image-section {
        margin: 0 0 100px
    }
}

.cta-banner-section {
    margin: 0 0 200px
}

.cta-banner-section h2 {
    font-size: 32px;
    line-height: 1.08
}

.cta-banner-section .cta-banner {
    padding: 30px 8px;
    border-radius: 10px;
    width: 1020px;
    max-width: calc(100% - 45px);
    margin: 0 auto
}

.cta-banner-section .cta-banner img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.cta-banner-section .cta-banner .col-7:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50px
}

.cta-banner-section .cta-banner.cta-banner-light .col-7:before {
    background-color: #c8ecff;
    background-image: url("images/layout/wave-background-light.svg")
}

.cta-banner-section .cta-banner.cta-banner-dark {
    color: #E6F7FF
}

.cta-banner-section .cta-banner.cta-banner-dark .col-7:before {
    background-color: #009ADF;
    background-image: url("images/layout/wave-background-dark.svg")
}

.cta-banner-section .cta-banner.cta-banner-dark h2 {
    color: #E6F7FF
}

.cta-banner-section .cta-banner .col-7 {
    align-self: end;
    position: relative
}

.cta-banner-section .cta-banner .col-7:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    width: 184.5%;
    left: -30.5px;
    border-radius: 10px;
    display: block;
    z-index: -1
}

.cta-banner-section .cta-banner .col-5 {
    position: relative
}

.cta-banner-section .cta-banner .cta-banner-content {
    padding-right: 60px;
    position: relative
}

@media screen and (max-width: 991px) {
    .cta-banner-section {
        margin: 0 0 100px
    }

    .cta-banner-section .cta-banner .col-7 {
        order: 1
    }

    .cta-banner-section .cta-banner .col-7:before {
        width: calc(100% + 60px);
        top: -100px
    }

    .cta-banner-section .cta-banner .cta-banner-content {
        padding-top: 20px;
        padding-right: 0;
        text-align: center
    }

    .cta-banner-section .cta-banner .col-5 {
        order: 0
    }

    .cta-banner-section .cta-banner img {
        width: 75%;
        margin: 0 auto;
        max-width: 400px
    }
}

.text-section {
    margin: 0 0 200px
}

.text-section .grid {
    max-width: 810px
}

.text-section + .text-section {
    margin-top: -100px
}

.text-section .btn + * {
    margin-top: 1.5rem
}

@media screen and (max-width: 991px) {
    .text-section {
        margin: 0 0 100px
    }

    .text-section + .text-section {
        margin-top: 0
    }
}

.icon-row-section {
    text-align: center;
    padding: 100px 0 200px;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, transparent 140px, #CFEFFF 140px, #CFEFFF calc(100% - 89px), transparent calc(100% - 89px));
    position: relative
}

.icon-row-section .grid {
    position: relative;
    z-index: 1
}

.icon-row-section:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 140px;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("images/layout/wave-top-light.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.icon-row-section:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 89px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/layout/wave-bottom-light.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.icon-row-section h2, .icon-row-section p {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto
}

.icon-row-section .icon-row {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 38px 76px;
    padding-top: 30px
}

.icon-row-section .icon-row .icon-row-item {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 18px;
    line-height: 1.11;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 130px auto;
    padding-top: 140px
}

@media screen and (max-width: 1200px) {
    .icon-row-section .icon-row {
        gap: 34px 68px
    }
}

@media screen and (max-width: 991px) {
    .icon-row-section .icon-row {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 480px) {
    .icon-row-section .icon-row {
        grid-template-columns:repeat(1, 1fr)
    }
}

.image-banner-section {
    margin-top: 300px;
    margin-bottom: 100px;
    position: relative
}

.image-banner-section:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: url("images/layout/wave-top-inverse-lighter.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.image-banner-section:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url("images/layout/wave-bottom-inverse-lighter.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.image-banner-section .image-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 38vw
}

.image-banner-section .image-banner .grid {
    max-width: 1020px
}

.image-banner-section .image-banner .image-banner-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: -84px;
    margin-bottom: 100px
}

.image-banner-section .image-banner .image-banner-content > *:last-child {
    margin-bottom: 0
}

.image-banner-section .mobile-image-banner-bg {
    display: none
}

@media screen and (max-width: 991px) {
    .image-banner-section {
        margin-top: 20px
    }

    .image-banner-section:before {
        top: calc(100% - 46vw)
    }

    .image-banner-section .image-banner {
        background-image: none !important;
        padding-bottom: 46vw
    }

    .image-banner-section .image-banner .image-banner-content {
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 0;
        padding: 20px 0 50px
    }

    .image-banner-section .mobile-image-banner-bg {
        display: block;
        position: absolute;
        background-size: cover;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 0;
        height: 46vw;
        background-position: 50%;
        background-repeat: no-repeat
    }
}

.product-overview-section {
    margin-bottom: 100px
}

.product-overview-section .product-overview-filter {
    margin-bottom: 68px;
    text-align: center
}

.product-overview-section .product-overview-filter .product-checkboxes {
    position: relative;
    display: inline-block;
    margin: 12px
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-toggle {
    font-family: "roboto-bold", sans-serif;
    padding: 12px 50px 12px 32px;
    border: 1px solid #2E2E2E;
    line-height: 19px;
    border-radius: 23px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #2E2E2E
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-toggle:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 12px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/icons/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-toggle.active:before {
    transform: translateY(-50%) rotate(180deg)
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-items {
    padding: 20px;
    background-color: #fff;
    display: none;
    border-radius: 20px;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: left
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-items input[type="checkbox"] {
    display: none
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-items input[type="checkbox"] + label {
    font-size: 14px;
    font-family: "roboto-bold", sans-serif;
    display: block;
    padding: 4px 0 4px 28px;
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-items input[type="checkbox"] + label:before {
    content: '';
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%)
}

.product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-items input[type="checkbox"]:checked + label:after {
    content: '';
    background-color: #F18700;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%)
}

.product-overview-section .product-overview-filter input[type="radio"] {
    display: none
}

.product-overview-section .product-overview-filter input[type="radio"]:checked + label:before {
    background-color: #F18700
}

.product-overview-section .product-overview-filter input[type="radio"]:checked + label:after {
    right: 28px
}

.product-overview-section .product-overview-filter input[type="radio"] + label {
    font-family: "roboto-bold", sans-serif;
    padding: 12px 75px 12px 32px;
    border: 1px solid #2E2E2E;
    line-height: 19px;
    border-radius: 23px;
    background-color: #fff;
    position: relative;
    margin: 12px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block
}

.product-overview-section .product-overview-filter input[type="radio"] + label:before {
    content: '';
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    height: 14px;
    width: 32px;
    background-color: #ededed;
    border-radius: 7px;
    display: block;
    position: absolute;
    transition: background-color 0.3s
}

.product-overview-section .product-overview-filter input[type="radio"] + label:after {
    content: '';
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    border-radius: 20px;
    display: block;
    position: absolute;
    transition: right 0.3s
}

.product-overview-section .product-overview {
    display: grid;
    gap: 20px;
    grid-template-columns:1fr 1fr 1fr
}

.product-overview-section .product-overview .disturber-item {
    padding: 20px;
    border-radius: 20px;
    line-height: 1.2
}

.product-overview-section .product-overview .disturber-item.disturber-item-cta {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50px;
    color: #E6F7FF;
    background-color: #009ADF;
    background-image: url("images/layout/wave-background-dark.svg")
}

.product-overview-section .product-overview .disturber-item.disturber-item-cta h3 {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
    color: #E6F7FF
}

.product-overview-section .product-overview .disturber-item.disturber-item-cta .btn.btn-primary {
    color: #E6F7FF;
    background-color: transparent;
    padding: 0 18px 0 0;
    font-size: 18px;
    line-height: 20px;
    position: relative
}

.product-overview-section .product-overview .disturber-item.disturber-item-cta .btn.btn-primary:after {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 10px;
    height: 14px;
    background-image: url("images/icons/chevron-right-light.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: block
}

.product-overview-section .product-overview .disturber-item.disturber-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-overview-section .product-overview .product-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    border: 2px solid #EDEDED;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s
}

.product-overview-section .product-overview .product-item .product-item-image {
    width: 48%
}

.product-overview-section .product-overview .product-item .product-item-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 12px;
    display: block
}

.product-overview-section .product-overview .product-item .product-item-content {
    text-align: left;
    width: 52%
}

.product-overview-section .product-overview .product-item .product-item-content .product-item-title {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #009ADF
}

.product-overview-section .product-overview .product-item .product-item-content .product-item-size {
    font-size: 12px;
    border-radius: 4px;
    color: #2E2E2E;
    border: 1px solid #C6C6C6;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    vertical-align: text-top
}

.product-overview-section .product-overview .product-item .product-item-content .product-item-description {
    font-size: 12px;
    line-height: 1.4;
    color: #2E2E2E;
    padding: 20px 0 0
}

.product-overview-section .product-overview .product-item .product-item-content .product-item-price {
    margin-top: 20px;
    color: #2E2E2E;
    font-size: 22px;
    font-family: "roboto-bold", sans-serif
}

.product-overview-section .product-overview .product-item .product-item-content .product-item-price span {
    font-size: 14px;
    vertical-align: text-bottom;
    display: inline-block;
    padding-right: 5px
}

.product-overview-section .product-overview .product-item:after {
    bottom: 20px;
    right: 20px;
    width: 8px;
    height: 14px;
    position: absolute;
    content: '';
    background-image: url("images/icons/chevron-right-primary.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.product-overview-section .product-overview .product-item:hover, .product-overview-section .product-overview .product-item:focus {
    background-color: #E6F7FF;
    color: #009ADF;
    border-color: #009ADF;
    text-decoration: none
}

.product-overview-section .product-overview.active-radio .disturber-item {
    display: none
}

.product-overview-section .product-overview.active-radio .product-item:not(.active-radio) {
    display: none
}

.product-overview-section .product-overview.active-checkbox .disturber-item {
    display: none
}

.product-overview-section .product-overview.active-checkbox .product-item:not(.active-checkbox) {
    display: none
}

@media screen and (max-width: 1200px) {
    .product-overview-section .product-overview {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 767px) {
    .product-overview-section .product-overview-filter {
        margin-bottom: 40px
    }

    .product-overview-section .product-overview-filter .product-checkboxes {
        margin: 6px
    }

    .product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-toggle {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 30px 10px 15px
    }

    .product-overview-section .product-overview-filter .product-checkboxes .product-checkboxes-toggle:before {
        right: 10px
    }

    .product-overview-section .product-overview-filter input[type="radio"] + label {
        margin: 6px;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 50px 10px 15px
    }

    .product-overview-section .product-overview-filter input[type="radio"] + label:before {
        right: 14px;
        height: 10px;
        width: 28px
    }

    .product-overview-section .product-overview-filter input[type="radio"] + label:after {
        right: 28px;
        width: 14px;
        height: 14px
    }

    .product-overview-section .product-overview-filter input[type="radio"]:checked + label:after {
        right: 14px
    }

    .product-overview-section .product-overview {
        grid-template-columns:1fr
    }

    .product-overview-section .product-overview .product-item {
        width: 100%;
        margin: 0 auto;
        max-width: 400px
    }

    .product-overview-section .product-overview .disturber-item {
        width: 100%;
        margin: 0 auto;
        max-width: 400px
    }

    .product-overview-section .product-overview .disturber-item.disturber-item-image {
        aspect-ratio: 1.75
    }
}

.hero-two-images-section {
    margin-top: 0 !important;
    margin-bottom: 100px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    min-height: 45vw
}

.hero-two-images-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(106deg, #F5FCFF 0%, #F5FCFF 40%, transparent 70%)
}

.hero-two-images-section:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    margin: 0;
    height: 400px;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    background-image: url("images/layout/wave-hero.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.hero-two-images-section .hero-section-content {
    position: relative;
    width: 100%;
    max-width: 580px;
    z-index: 2;
    padding-top: 250px
}

.hero-two-images-section .hero-section-content h1 {
    font-size: 74px;
    line-height: 78px;
    color: #009ADF;
    font-family: "ag-book-rounded-bold", sans-serif;
    margin: 0
}

.hero-two-images-section .hero-section-content .hero-section-image img {
    margin-left: auto;
    max-width: 360px;
    width: auto;
    height: auto;
    display: block
}

@media screen and (max-width: 1200px) {
    .hero-two-images-section .hero-section-content {
        padding-top: 150px
    }

    .hero-two-images-section .hero-section-content h1 {
        font-size: 60px;
        line-height: 64px
    }

    .hero-two-images-section .hero-section-content .hero-section-image img {
        max-width: 200px;
        margin-left: 0
    }
}

@media screen and (max-width: 991px) {
    .hero-two-images-section {
        background-size: cover;
        min-height: auto;
        background-position: 70% 50%;
        margin-bottom: 180px
    }

    .hero-two-images-section:before {
        content: none
    }

    .hero-two-images-section .hero-section-content {
        max-width: none;
        padding-top: 400px;
        display: flex;
        flex-wrap: wrap-reverse;
        margin-bottom: -100px
    }

    .hero-two-images-section .hero-section-content h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
        max-width: 500px;
        margin: 10px auto 0
    }

    .hero-two-images-section .hero-section-content .hero-section-image {
        width: 100%
    }

    .hero-two-images-section .hero-section-content .hero-section-image img {
        max-width: none;
        height: clamp(200px, 50vw, 300px)
    }
}

@media screen and (max-width: 480px) {
    .hero-two-images-section .hero-section-content .hero-section-image img {
        margin-left: -50px
    }
}

.accordion-section {
    margin-bottom: 100px
}

.accordion-section h2 {
    text-align: center
}

.accordion-section .grid {
    max-width: 810px
}

.accordion-section .accordion {
    margin-top: 100px
}

.accordion-section .accordion .accordion-item {
    border-bottom: 1px solid #009ADF
}

.accordion-section .accordion .accordion-item .accordion-item-header {
    position: relative;
    cursor: pointer
}

.accordion-section .accordion .accordion-item .accordion-item-header h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.32px;
    font-family: "ag-book-rounded-bold", sans-serif;
    padding: 20px 30px 20px 0;
    transition: color 0.3s
}

.accordion-section .accordion .accordion-item .accordion-item-header .icon-down-open {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-image: url("images/icons/chevron-right-primary.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    transition: transform 0.3s
}

.accordion-section .accordion .accordion-item .accordion-item-header:hover h3 {
    color: #009ADF
}

.accordion-section .accordion .accordion-item .accordion-item-header.accordion-item-header-open .icon-down-open {
    transform: translateY(-50%) rotate(-90deg)
}

.accordion-section .accordion .accordion-item .accordion-item-content {
    display: none;
    padding: 0 0 20px 0
}

.accordion-section .accordion .accordion-item .accordion-item-content > *:last-child {
    margin-bottom: 0
}

.product-teaser-section {
    margin-bottom: 200px;
    text-align: center
}

.product-teaser-section .grid {
    max-width: 1020px
}

.product-teaser-section .product-teaser {
    display: grid;
    gap: 20px;
    margin-top: 60px;
    grid-template-columns:1fr 1fr 1fr
}

.product-teaser-section .product-teaser .product-teaser-item {
    padding: 20px;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-image {
    width: 100%;
    margin-bottom: 14px
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    width: 100%;
    display: block
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-content .product-teaser-item-title {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 29px;
    line-height: 1.1;
    color: #009ADF
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-content .product-teaser-item-size {
    font-size: 12px;
    border-radius: 4px;
    color: #2E2E2E;
    border: 1px solid #C6C6C6;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    vertical-align: text-top;
    margin-bottom: 14px
}

.product-teaser-section .product-teaser .product-teaser-item .product-teaser-item-content .product-teaser-item-description {
    font-size: 14px;
    line-height: 1.4;
    color: #2E2E2E;
    margin: 0 0 14px
}

@media screen and (max-width: 1200px) {
    .product-teaser-section .product-teaser {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 991px) {
    .product-teaser-section {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .product-teaser-section .product-teaser {
        grid-template-columns:1fr
    }

    .product-teaser-section .product-teaser .product-teaser-item {
        width: 100%;
        margin: 0 auto;
        max-width: 400px
    }
}

.product-teaser-slider-section {
    margin-bottom: 200px;
    text-align: center
}

.product-teaser-slider-section .grid {
    max-width: 1020px
}

.product-teaser-slider-section .splide-product-teaser {
    margin-top: 60px
}

.product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 32%;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
    background-image: url("images/icons/arrow.svg")
}

.product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow[disabled] {
    cursor: default;
    opacity: 0.5
}

.product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -60px;
    transform: translateY(-50%) rotate(180deg)
}

.product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow.splide__arrow--next {
    right: -60px;
    transform: translateY(-50%)
}

.product-teaser-slider-section .splide-product-teaser .splide__slide {
    padding: 20px 16px
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item {
    padding: 20px;
    height: 100%;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-image {
    width: 100%;
    margin-bottom: 14px
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    width: 100%;
    display: block
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-content .product-teaser-slider-item-title {
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 29px;
    line-height: 1.1;
    color: #009ADF
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-content .product-teaser-slider-item-size {
    font-size: 12px;
    border-radius: 4px;
    color: #2E2E2E;
    border: 1px solid #C6C6C6;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    vertical-align: text-top;
    margin-bottom: 14px
}

.product-teaser-slider-section .splide-product-teaser .product-teaser-slider-item .product-teaser-slider-item-content .product-teaser-slider-item-description {
    font-size: 14px;
    line-height: 1.4;
    color: #2E2E2E;
    margin: 0 0 14px
}

@media screen and (max-width: 1200px) {
    .product-teaser-slider-section .splide-product-teaser {
        margin: 50px 50px 0
    }

    .product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow {
        top: 50%
    }

    .product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow.splide__arrow--prev {
        left: -50px
    }

    .product-teaser-slider-section .splide-product-teaser .splide__arrows .splide__arrow.splide__arrow--next {
        right: -50px
    }
}

@media screen and (max-width: 991px) {
    .product-teaser-slider-section {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .product-teaser-slider-section .grid {
        width: 100%
    }

    .product-teaser-slider-section .grid h2 {
        padding: 0 20px
    }

    .product-teaser-slider-section .splide-product-teaser {
        margin: 50px 0 0
    }
}

.contactform-section {
    margin-bottom: 100px
}

.contactform-section h2 {
    text-align: center
}

.contactform-section .contactform-container {
    border-radius: 20px;
    background-color: #E6F7FF;
    padding: 11%;
    margin-top: 48px;
    position: relative
}

.contactform-section .contactform-container .grid {
    gap: 50px 30px;
    margin-bottom: 50px
}

.contactform-section .contactform-container .wpcf7 .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px
}

.contactform-section .contactform-container .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 5px
}

.contactform-section .contactform-container .wpcf7 .wpcf7-response-output {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.contactform-section .contactform-container .wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100px;
    background-color: rgba(230, 247, 255, 0.5);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-image: url("images/icons/spinner.svg")
}

.contactform-section .contactform-container p {
    margin-bottom: 0
}

.contactform-section .contactform-container input[type="text"], .contactform-section .contactform-container input[type="email"], .contactform-section .contactform-container textarea {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    padding: 18px 14px;
    width: 100%
}

.contactform-section .contactform-container textarea {
    height: 200px;
    resize: none
}

.contactform-section .contactform-container label {
    display: block;
    font-family: "ag-book-rounded-bold", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px
}

.contactform-section .contactform-container label span:not(.wpcf7-list-item-label) {
    font-family: "roboto-regular", sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding-left: 17px;
    display: inline-block;
    color: #58595C
}

.contactform-section .contactform-container .wpcf7-acceptance {
    display: block;
    margin-top: 18px
}

.contactform-section .contactform-container .wpcf7-acceptance .wpcf7-list-item {
    margin: 0
}

.contactform-section .contactform-container .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-family: "roboto-regular", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #58595C;
    display: inline-block;
    max-width: calc(100% - 20px);
    vertical-align: top;
    padding-left: 5px
}

.contactform-section .contactform-container .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
    color: #58595C
}

.contactform-section .contactform-container .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover, .contactform-section .contactform-container .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:focus {
    color: #163C87
}

.contactform-section .contactform-container input[name="type"] {
    display: none
}

.contactform-section .contactform-container input[name="type"] + span {
    display: inline-block;
    cursor: pointer;
    color: #919191;
    border: 2px solid #919191;
    background-color: transparent;
    font-family: "ag-book-rounded-bold", sans-serif;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 26px;
    padding: 14px 24px 10px
}

.contactform-section .contactform-container input[name="type"] + span:hover, .contactform-section .contactform-container input[name="type"] + span:focus {
    border-color: #5e5e5e;
    color: #5e5e5e
}

.contactform-section .contactform-container input[name="type"]:checked + span {
    color: #2E2E2E;
    border-color: #2E2E2E
}

@media screen and (max-width: 767px) {
    .contactform-section .contactform-container {
        padding: 30px
    }

    .contactform-section .contactform-container .grid {
        gap: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap
    }

    .contactform-section .contactform-container .grid > * {
        width: 100%
    }

    .contactform-section .contactform-container label {
        margin-bottom: 10px
    }

    .contactform-section .contactform-container input[name="type"] + span {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.28px;
        padding: 12px 20px 10px
    }

    .contactform-section .contactform-container .wpcf7-acceptance {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 767px) {
    .contactform-section .contactform-container {
        padding: 30px 20px
    }
}

.summary-section {
    margin: 0 0 200px
}

.summary-section .grid {
    max-width: 1020px
}

.summary-section .summary-box {
    border-radius: 20px;
    background-color: #E6F7FF;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}

.summary-section .summary-box h2 {
    text-align: center;
    width: 100%;
    margin: 0.5rem 0 1rem
}

.summary-section .summary-box .summary-box-item {
    width: calc(33.33% - 20px)
}

.summary-section .summary-box .summary-box-item .summary-box-item-image {
    margin-bottom: 20px
}

.summary-section .summary-box .summary-box-item .summary-box-item-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}

.summary-section .summary-box .summary-box-item .summary-box-item-content h3 {
    margin: 0 0 0.7rem;
    color: #009ADF
}

.summary-section .summary-box .summary-box-item .summary-box-item-content > *:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .summary-section {
        margin: 0 0 100px
    }

    .summary-section .summary-box .summary-box-item {
        width: calc(50% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .summary-section .summary-box .summary-box-item {
        width: 100%;
        max-width: 400px
    }
}

.linkboxes-section {
    margin-bottom: 100px
}

.linkboxes-section h2 {
    text-align: center
}

.linkboxes-section .grid {
    max-width: 810px
}

.linkboxes-section .linkboxes {
    margin-top: 60px
}

.linkboxes-section .linkboxes .linkbox {
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.linkboxes-section .linkboxes .linkbox:after {
    content: '';
    right: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/icons/chevron-right-primary.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 30px;
    width: 18px
}

.linkboxes-section .linkboxes .linkbox:hover, .linkboxes-section .linkboxes .linkbox:focus {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.linkboxes-section .linkboxes .linkbox .linkbox-image {
    width: 32%
}

.linkboxes-section .linkboxes .linkbox .linkbox-image img {
    border-radius: 12px;
    display: block;
    width: 100%;
    height: auto
}

.linkboxes-section .linkboxes .linkbox .linkbox-content {
    width: 68%;
    padding-right: 70px
}

.linkboxes-section .linkboxes .linkbox .linkbox-content .linkbox-title {
    font-size: 24px;
    line-height: 1.2;
    color: #009ADF;
    font-family: "ag-book-rounded-bold", sans-serif;
    margin-bottom: 12px
}

.linkboxes-section .linkboxes .linkbox .linkbox-content .linkbox-text {
    color: #2E2E2E
}

@media screen and (max-width: 767px) {
    .linkboxes-section .linkboxes .linkbox {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto 30px;
        padding-bottom: 50px;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
    }

    .linkboxes-section .linkboxes .linkbox:after {
        top: auto;
        transform: none;
        bottom: 20px;
        height: 20px
    }

    .linkboxes-section .linkboxes .linkbox .linkbox-image {
        width: 100%
    }

    .linkboxes-section .linkboxes .linkbox .linkbox-content {
        width: 100%;
        padding-right: 0
    }

    .linkboxes-section .linkboxes .linkbox .linkbox-content .linkbox-title {
        font-size: 18px
    }
}

.downloadlist-section {
    margin-bottom: 100px
}

.downloadlist-section h2 {
    text-align: center
}

.downloadlist-section .grid {
    max-width: 810px
}

.downloadlist-section .downloadlist {
    display: grid;
    gap: 24px;
    margin-top: 60px;
    grid-template-columns:1fr 1fr
}

@media screen and (max-width: 767px) {
    .downloadlist-section {
        text-align: center
    }

    .downloadlist-section .downloadlist {
        display: inline-grid;
        grid-template-columns:1fr
    }

    .downloadlist-section .downloadlist .downloadlist-item {
        text-align: left
    }
}

.download-link {
    padding-left: 56px;
    position: relative;
    font-size: 20px;
    font-family: "ag-book-rounded-bold", sans-serif;
    text-decoration: none;
    color: #2E2E2E;
    display: inline-block;
    transition: color 0.3s;
    line-height: 1.2
}

.download-link span {
    display: block;
    font-family: "roboto-regular", sans-serif;
    font-size: 12px;
    color: #919191
}

.download-link:before {
    content: '';
    top: -3px;
    left: 0;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid #EDEDED;
    background-color: #fff;
    border-radius: 12px;
    background-image: url("images/icons/download.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: border-color 0.3s
}

.download-link:hover, .download-link:focus {
    color: #009ADF
}

.download-link:hover:before, .download-link:focus:before {
    border-color: #009ADF
}

.product-info-box-section {
    margin-bottom: 100px
}

.product-info-box-section .grid {
    max-width: 810px
}

.product-info-box-section .product-info-box {
    display: none;
    background-color: #E6F7FF;
    border-radius: 20px;
    padding: 60px;
    position: relative
}

.product-info-box-section .product-info-box .product-info-box-image {
    position: absolute;
    left: 60px;
    top: -80px
}

.product-info-box-section .product-info-box .product-info-box-image img {
    max-width: 160px;
    max-height: 230px;
    height: auto;
    width: auto;
    display: block
}

.product-info-box-section .product-info-box .product-info-box-image + .product-info-box-intro {
    padding-left: 190px
}

.product-info-box-section .product-info-box h2 {
    margin: 0
}

.product-info-box-section .product-info-box .product-info-box-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-family: "roboto-bold", sans-serif
}

.product-info-box-section .product-info-box h3 {
    font-family: "ag-book-rounded-bold", sans-serif;
    color: #009ADF;
    font-size: 20px;
    line-height: 24px;
    margin: 46px 0 0
}

.product-info-box-section .product-info-box .download-link {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .product-info-box-section {
        padding-top: 50px
    }

    .product-info-box-section .product-info-box {
        padding: 30px
    }

    .product-info-box-section .product-info-box .product-info-box-image {
        position: relative;
        margin: -120px 0 20px;
        top: 0;
        left: 0
    }

    .product-info-box-section .product-info-box .product-info-box-image img {
        margin: 0 auto
    }

    .product-info-box-section .product-info-box .product-info-box-image + .product-info-box-intro {
        padding-left: 0
    }

    .product-info-box-section .product-info-box h2 {
        font-size: 20px;
        line-height: 24px
    }

    .product-info-box-section .product-info-box .product-info-box-subtitle {
        font-size: 16px;
        line-height: 20px
    }

    .product-info-box-section .product-info-box h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 30px 0 0
    }
}

.product-recommendations-section {
    margin-bottom: 200px
}

.product-recommendations-section .product-recommendations {
    margin-top: 60px
}

@media screen and (max-width: 991px) {
    .product-recommendations-section {
        margin-bottom: 100px
    }

    .product-recommendations-section .product-recommendations {
        margin-top: 50px
    }
}

.product-recommendations, .modal-product-recommendations {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center
}

.product-recommendations .product-recommendations-step:not(.product-recommendations-step-1), .product-recommendations .product-recommendation-result, .modal-product-recommendations .product-recommendations-step:not(.product-recommendations-step-1), .modal-product-recommendations .product-recommendation-result {
    display: none
}

.product-recommendations h3, .modal-product-recommendations h3 {
    font-size: 32px;
    color: #009ADF;
    text-align: center
}

.product-recommendations .flex-content, .modal-product-recommendations .flex-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 0
}

.product-recommendations .product-recommendation-dots, .modal-product-recommendations .product-recommendation-dots {
    text-align: center
}

.product-recommendations .product-recommendation-dots button, .modal-product-recommendations .product-recommendation-dots button {
    cursor: pointer
}

.product-recommendations .product-recommendation-dots > *, .modal-product-recommendations .product-recommendation-dots > * {
    display: inline-block;
    vertical-align: middle;
    background-color: #009ADF;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    border: 0;
    border-radius: 5px
}

.product-recommendations .product-recommendation-dots > *.current, .modal-product-recommendations .product-recommendation-dots > *.current {
    opacity: 1;
    width: 30px
}

.product-recommendations .product-recommendation-result, .modal-product-recommendations .product-recommendation-result {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px
}

.product-recommendations .product-recommendation-result .more-product-recommendations, .modal-product-recommendations .product-recommendation-result .more-product-recommendations {
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-family: "roboto-bold", sans-serif;
    margin-bottom: -15px
}

.product-recommendations .product-recommendation-result .product-recommendation, .modal-product-recommendations .product-recommendation-result .product-recommendation {
    width: calc(33.33% - 14px);
    padding: 6px;
    display: flex;
    gap: 6px;
    align-items: center;
    border: 2px solid #EDEDED;
    background-color: #fff;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #2E2E2E;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    position: relative
}

.product-recommendations .product-recommendation-result .product-recommendation:after, .modal-product-recommendations .product-recommendation-result .product-recommendation:after {
    position: absolute;
    content: '';
    bottom: 10px;
    right: 10px;
    width: 6px;
    height: 10px;
    background-image: url("images/icons/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-image, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-image {
    width: 56px
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-image img, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content {
    text-align: left;
    width: calc(100% - 56px)
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-title, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-title {
    font-family: "roboto-bold", sans-serif
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-size, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-size {
    font-size: 12px;
    border-radius: 4px;
    color: #2E2E2E;
    border: 1px solid #C6C6C6;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    vertical-align: text-top
}

.product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-description, .modal-product-recommendations .product-recommendation-result .product-recommendation .product-recommendation-content .product-recommendation-description {
    font-size: 14px;
    line-height: 1.4;
    color: #2E2E2E;
    margin-top: 12px;
    max-width: 300px
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child {
    width: 100%;
    padding: 10px;
    gap: 30px
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child:before, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child:after, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child:after {
    bottom: 20px;
    right: 20px;
    width: 8px;
    height: 14px
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image {
    width: 222px
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image img, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image img {
    border-radius: 20px
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content {
    width: calc(100% - 222px)
}

.product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title {
    font-family: "roboto-bold", sans-serif;
    font-size: 32px
}

.product-recommendations .product-recommendation-result .product-recommendation:hover, .product-recommendations .product-recommendation-result .product-recommendation:focus, .modal-product-recommendations .product-recommendation-result .product-recommendation:hover, .modal-product-recommendations .product-recommendation-result .product-recommendation:focus {
    background-color: #E6F7FF;
    color: #009ADF;
    border-color: #009ADF;
    text-decoration: none
}

.product-recommendations .product-recommendation-result .product-recommendation:hover:after, .product-recommendations .product-recommendation-result .product-recommendation:focus:after, .modal-product-recommendations .product-recommendation-result .product-recommendation:hover:after, .modal-product-recommendations .product-recommendation-result .product-recommendation:focus:after {
    background-image: url("images/icons/chevron-right-primary.svg")
}

@media screen and (max-width: 991px) {
    .product-recommendations .product-recommendation-result, .modal-product-recommendations .product-recommendation-result {
        gap: 10px
    }

    .product-recommendations .product-recommendation-result .product-recommendation, .modal-product-recommendations .product-recommendation-result .product-recommendation {
        width: calc(33.33% - 7px);
        min-width: 220px
    }

    .product-recommendations .product-recommendation-result .more-product-recommendations, .modal-product-recommendations .product-recommendation-result .more-product-recommendations {
        margin-bottom: -5px
    }
}

@media screen and (max-width: 767px) {
    .product-recommendations .product-recommendation-result .product-recommendation:first-child, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child {
        gap: 20px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image {
        width: 140px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content {
        width: calc(100% - 140px)
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title {
        font-size: 24px
    }
}

@media screen and (max-width: 600px) {
    .product-recommendations .product-recommendation-result, .modal-product-recommendations .product-recommendation-result {
        justify-content: center
    }

    .product-recommendations .product-recommendation-result .more-product-recommendations, .modal-product-recommendations .product-recommendation-result .more-product-recommendations {
        text-align: center
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child {
        width: auto;
        gap: 6px;
        padding: 6px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child:before, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child:before {
        width: 70px;
        height: 70px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child:after, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child:after {
        bottom: 10px;
        right: 10px;
        width: 6px;
        height: 10px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image {
        width: 56px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image img, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-image img {
        border-radius: 12px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content {
        width: calc(100% - 56px)
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-title {
        font-size: 18px
    }

    .product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-description, .modal-product-recommendations .product-recommendation-result .product-recommendation:first-child .product-recommendation-content .product-recommendation-description {
        display: none
    }

    .product-recommendations .product-recommendation-result .more-product-recommendations, .modal-product-recommendations .product-recommendation-result .more-product-recommendations {
        margin-top: 20px
    }
}

html[lang="de-DE"] .product-recommendation-result .product-recommendation:first-child:before {
    background-image: url("images/icons/badge-top-de.png")
}

html[lang="en-US"] .product-recommendation-result .product-recommendation:first-child:before, html[lang="it-IT"] .product-recommendation-result .product-recommendation:first-child:before {
    background-image: url("images/icons/badge-top-en.png")
}

html[lang="it-IT"] .product-recommendation-dots > *:nth-child(3) {
    display: none !important
}

.error404 .text-section {
    text-align: center;
    margin-bottom: 100px
}

.product-intro-section {
    margin-bottom: 100px
}

.product-intro-section .grid {
    max-width: 1020px
}

.product-intro-section h1 {
    color: #009ADF;
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-family: "ag-book-rounded-bold", sans-serif
}

.product-intro-section .label {
    font-family: "roboto-bold", sans-serif;
    font-size: 12px;
    display: block
}

.product-intro-section .btn-select {
    display: inline-block;
    font-family: "roboto-regular", sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background-color: #fff;
    box-shadow: none;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.product-intro-section .btn-select:hover, .product-intro-section .btn-select:focus {
    border-color: #C6C6C6
}

.product-intro-section .btn-select.selected {
    border-color: #009ADF;
    color: #009ADF;
    background-color: #E6F7FF
}

.product-intro-section .product-variation-size, .product-intro-section .product-image-slider-container, .product-intro-section .product-variation-keyfacts li, .product-intro-section .product-variation-box {
    display: none
}

.product-intro-section .product-variation-keyfacts {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 40px
}

.product-intro-section .product-variation-keyfacts li {
    position: relative;
    display: none;
    padding-left: 13px;
    font-size: 20px;
    margin: 4px 0
}

.product-intro-section .product-variation-keyfacts li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #009ADF;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0
}

.product-intro-section .product-variation-box {
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 450px
}

.product-intro-section .product-variation-box .product-variation-box-content {
    display: block
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left {
    display: grid;
    gap: 30px;
    align-items: end;
    grid-template-columns:1.1fr 0.9fr;
    margin-bottom: 20px
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left .product-variation-price-label {
    font-family: "roboto-bold", sans-serif;
    font-size: 14px
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left .product-variation-price {
    font-family: "roboto-bold", sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    white-space: nowrap;
    line-height: 1
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left .product-variation-pzn-label {
    font-size: 13px;
    line-height: 1.1
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left .product-variation-pzn {
    font-size: 20px
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-right {
    text-align: right
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-right .btn-secondary {
    position: relative;
    padding: 12px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-right .btn-secondary:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("images/icons/pharmacy-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-right .btn-outline {
    line-height: 20px;
    padding: 10px 12px;
    display: block;
    width: 100%;
    text-align: center
}

.product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-right .btn-outline:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("images/icons/shop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-intro-section .pharmacy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-bottom: 30px
}

.product-intro-section .pharmacy-list a {
    border: 2px solid #EDEDED;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-intro-section .pharmacy-list a img {
    width: auto;
    max-height: 60px;
    max-width: 100%;
    display: block;
    height: auto
}

.product-intro-section .pharmacy-list a:hover, .product-intro-section .pharmacy-list a:focus {
    background-color: #E6F7FF;
    border-color: #009ADF
}

.product-intro-section .product-image-slider-container {
    margin-right: 15px;
    margin-bottom: 30px
}

.product-intro-section .product-image-slider-container .product-image-slider {
    margin-bottom: 10px
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__arrows .splide__arrow {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
    background-image: url("images/icons/arrow-white.svg")
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__arrows .splide__arrow[disabled] {
    cursor: default;
    opacity: 0.5
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 10px;
    transform: translateY(-50%) rotate(180deg)
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__arrows .splide__arrow.splide__arrow--next {
    right: 10px;
    transform: translateY(-50%)
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__pagination li {
    margin: 0 5px;
    vertical-align: middle
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__pagination button {
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s, width 0.3s
}

.product-intro-section .product-image-slider-container .product-image-slider .splide__pagination button.is-active {
    opacity: 1;
    width: 30px
}

.product-intro-section .product-image-slider-container .product-thumbnail-slider .splide__slide {
    border-radius: 12px;
    cursor: pointer
}

@media screen and (max-width: 1200px) {
    .product-intro-section .product-image-slider-container {
        margin-right: 25px
    }
}

@media screen and (max-width: 991px) {
    .product-intro-section .product-image-slider-container {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .product-intro-section .product-variation-box .product-variation-box-content .product-variation-box-left .product-variation-price {
        font-size: 34px;
        letter-spacing: 0
    }
}

@media screen and (max-width: 480px) {
    .product-intro-section .product-variation-box .product-variation-box-content {
        grid-template-columns:1fr;
        gap: 10px
    }
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #F5FCFF;
    font-family: "roboto-regular", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2E2E2E
}

h2 {
    color: #009ADF;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-family: "ag-book-rounded-bold", sans-serif
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 32px
    }
}

h3 {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-family: "ag-book-rounded-bold", sans-serif
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 24px
    }
}

h4 {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-family: "ag-book-rounded-bold", sans-serif
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 18px
    }
}

p {
    margin: 0 0 1.5rem
}

button {
    outline: none
}

button:hover, button:focus {
    outline: none
}

.box-btn {
    border: 2px solid #EDEDED;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.2;
    font-family: "ag-book-rounded-bold", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    width: 212px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 30px
}

.box-btn.box-btn-amazon {
    padding-top: 150px;
    background-size: auto 100px;
    background-image: url("images/icons/amazon.png")
}

.box-btn.box-btn-pharmacy {
    padding-top: 150px;
    background-size: auto 100px;
    background-image: url("images/icons/online-pharmacy.png")
}

.box-btn:hover, .box-btn:focus {
    background-color: #E6F7FF;
    color: #009ADF;
    border-color: #009ADF;
    text-decoration: none
}

.box-btn.box-btn-symptoms-mild {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/symptoms-mild.png")
}

.box-btn.box-btn-symptoms-moderate {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/symptoms-moderate.png")
}

.box-btn.box-btn-symptoms-heavy {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/symptoms-heavy.png")
}

.box-btn.box-btn-frequency-daily {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/frequency-daily.png")
}

.box-btn.box-btn-frequency-monthly {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/frequency-monthly.png")
}

.box-btn.box-btn-frequency-weekly {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/frequency-weekly.png")
}

.box-btn.box-btn-dosage-pills {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/dosage-pills.png")
}

.box-btn.box-btn-dosage-capsules {
    background-size: auto 80px;
    background-position: 50% 10px;
    padding: 100px 10px 10px 10px;
    background-image: url("images/icons/dosage-capsules.png")
}

.btn {
    display: inline-block;
    font-family: "ag-book-rounded-bold", sans-serif;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 26px;
    padding: 14px 24px 10px;
    border: none;
    color: #2E2E2E;
    cursor: pointer;
    background-color: #F7CA00;
    text-decoration: none;
    transition: background-color 0.3s
}

.btn:hover, .btn:focus {
    text-decoration: none;
    outline: none;
    background-color: rgba(247, 202, 0, 0.73)
}

.btn:active {
    box-shadow: none
}

.btn.btn-outline {
    border: 2px solid #2E2E2E;
    color: #2E2E2E;
    background-color: transparent
}

.btn.btn-outline:hover, .btn.btn-outline:focus {
    background-color: #F0F0F0
}

.btn.btn-secondary {
    background-color: #F18700;
    color: #fff
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: rgba(241, 135, 0, 0.73)
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.28px;
        padding: 12px 20px 10px
    }
}
